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

2023-06-01 Thread Sam James
commit: c56bfa1ff513f2c748960b3ef29b8df8a5683a1d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 05:41:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 05:41:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56bfa1f

sys-apps/hwdata: add 0.371

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

 sys-apps/hwdata/Manifest|  1 +
 sys-apps/hwdata/hwdata-0.371.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/sys-apps/hwdata/Manifest b/sys-apps/hwdata/Manifest
index c0107729022c..bb96b12e7a6d 100644
--- a/sys-apps/hwdata/Manifest
+++ b/sys-apps/hwdata/Manifest
@@ -1,3 +1,4 @@
 DIST hwdata-0.367.tar.gz 2313810 BLAKE2B 
7f4be3f0b3c8ec6d90860031677b1e1bc6fac9159291ee772501e5f5aee0d43855e27fb6f9c4b0c65b04353fee1222f5e6c0f0a40fa743a32fdcb9509ebc772d
 SHA512 
ed04282c4046193debb02b325b57cd0ef78d5ceb485d104f10d8aa1fe3ba42aeee8071ac806db95c03b40e6fc1d7c8c5f036adca7744a9d9376b0a146f6ec5a8
 DIST hwdata-0.369.tar.gz 2328002 BLAKE2B 
b2b580bdb225ed0cf6d694b2e1d9e184f3ca7caa4cf93929df2c45866d7433256213afd489ffc816fa3509154b66c02d9d44a8070a2852d4688c9d01c38d2acd
 SHA512 
a451ac7da77bdd26b0e37b64859c79e2dbe3359a3ba0490d49e6edae08b0abb4199598dea2f9b53f775825210da7e0d3263bfefe4e5c34fe65842522c328bc99
 DIST hwdata-0.370.tar.gz 2332791 BLAKE2B 
92c68ce6ff05a9cae24e77794eb665672df9ad635cb2830b246f042ea2e8418eca132e6dc7ccda647fcaecbe888477c9f7a1f7e0fdd94de962c61c2bd3a68779
 SHA512 
a7a3e7685dd6beecf19cd177082b36b2f799f580f1b5b3838495948a686b81f1a981d9335faae9a52a3d5845eed950357e0a6ac5a178564ce54ddef00448bce4
+DIST hwdata-0.371.tar.gz 2340297 BLAKE2B 
bb92b6d4f66879eacc1efae13ff1a5fe58014614c4af1906eca0489053f61d0ae2f4be777532cb6209cb2d133f8787774bc803a4d2cdf11a1014d7218bf25650
 SHA512 
62739cce61493f5d46a9cec5732bd4f9e0c86adec5b56cca31fa50c0d85e3a48d32f5abeaa5ca26f4ba42fc13affe4350b66a1838e958b037ddec7b30e726e86

diff --git a/sys-apps/hwdata/hwdata-0.371.ebuild 
b/sys-apps/hwdata/hwdata-0.371.ebuild
new file mode 100644
index ..afddd20d2fd1
--- /dev/null
+++ b/sys-apps/hwdata/hwdata-0.371.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo
+
+DESCRIPTION="Hardware identification and configuration data"
+HOMEPAGE="https://github.com/vcrhonek/hwdata;
+SRC_URI="https://github.com/vcrhonek/hwdata/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RESTRICT="test"
+
+src_configure() {
+   # configure is not compatible with econf
+   local conf=(
+   ./configure
+   --prefix="${EPREFIX}/usr"
+   --libdir="${EPREFIX}/lib"
+   --datadir="${EPREFIX}/usr/share"
+   )
+
+   edo "${conf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/

2023-06-01 Thread Sam James
commit: e0caf3aea95e7dd0c3cb720c776252d0aee8e598
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 05:34:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 05:34:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0caf3ae

net-vpn/openconnect: Stabilize 9.12 amd64, #907665

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

 net-vpn/openconnect/openconnect-9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/openconnect/openconnect-9.12.ebuild 
b/net-vpn/openconnect/openconnect-9.12.ebuild
index 6cecaa4c7d7e..e6e6474a2e57 100644
--- a/net-vpn/openconnect/openconnect-9.12.ebuild
+++ b/net-vpn/openconnect/openconnect-9.12.ebuild
@@ -15,7 +15,7 @@ else
inherit verify-sig
SRC_URI="https://www.infradead.org/openconnect/download/${P}.tar.gz
verify-sig? ( 
https://www.infradead.org/openconnect/download/${P}.tar.gz.asc )"
-   KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"



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

2023-06-01 Thread Sam James
commit: 031e9e382944aca3c5a65a9d08f4e78563b9305e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 05:34:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 05:34:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031e9e38

sec-keys/openpgp-keys-dwmw2: Stabilize 20230504 amd64, #907665

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

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

diff --git a/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild 
b/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
index 65072034c716..ea7fcdd450a5 100644
--- a/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
+++ b/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://kernel.org/.well-known/openpgpkey/hu/163ux8fk184q7f9reyj4huqggw
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 S=${WORKDIR}
 



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

2023-06-01 Thread Sam James
commit: bb75b59e0f4c2182f45cb6fc5ebd618960d8f43c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 05:33:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 05:33:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb75b59e

sys-apps/portage: switch to pytest for tests

Thanks to mattst88 for the reminder.

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

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

diff --git a/sys-apps/portage/portage-3.0.48.ebuild 
b/sys-apps/portage/portage-3.0.48.ebuild
index b4825b36e3ce..07b36de0ea7e 100644
--- a/sys-apps/portage/portage-3.0.48.ebuild
+++ b/sys-apps/portage/portage-3.0.48.ebuild
@@ -93,7 +93,7 @@ PDEPEND="
)
 "
 
-distutils_enable_tests setup.py
+distutils_enable_tests pytest
 
 pkg_pretend() {
local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS ~UTS_NS"

diff --git a/sys-apps/portage/portage-.ebuild 
b/sys-apps/portage/portage-.ebuild
index b4825b36e3ce..07b36de0ea7e 100644
--- a/sys-apps/portage/portage-.ebuild
+++ b/sys-apps/portage/portage-.ebuild
@@ -93,7 +93,7 @@ PDEPEND="
)
 "
 
-distutils_enable_tests setup.py
+distutils_enable_tests pytest
 
 pkg_pretend() {
local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS ~UTS_NS"



[gentoo-commits] repo/gentoo:master commit in: net-print/cups/

2023-06-01 Thread Sam James
commit: 944d80c615574d3b1e7a9e2e060640b1b3cc5ff4
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 05:16:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 05:16:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944d80c6

net-print/cups: add 2.4.3

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

 net-print/cups/Manifest|  1 +
 net-print/cups/{cups-.ebuild => cups-2.4.3.ebuild} | 12 ++--
 net-print/cups/cups-.ebuild| 12 ++--
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/net-print/cups/Manifest b/net-print/cups/Manifest
index 1de361236b90..87da9833914f 100644
--- a/net-print/cups/Manifest
+++ b/net-print/cups/Manifest
@@ -1 +1,2 @@
 DIST cups-2.4.2-source.tar.gz 8128785 BLAKE2B 
97053feb502d4fdc28810b806000b6c84a6795d5adcec0789e73e5477d5802d46a99381366d16219f627166df088f6decde5c144bd0c38b5745815dc1e426bc5
 SHA512 
07474643bffe11c79b3226b70d28f1bb803dc19daa10711938cea303feacdcce3945ba8ff0334d94fdd5922ea7d6bf37a28c1ea62cce8ce946c2f90a0faf002f
+DIST cups-2.4.3-source.tar.gz 8134722 BLAKE2B 
2512020a8f1a985b2e12025fdaddbb0e3595db7bc1586b1994501162cc418c07706f706be1441e8c21054e773f1e0ebc6e06aaff8f32a6637896df8cd4b60a5a
 SHA512 
6136d3a7994963d1876684ab4fc59669061219b7d41391098dcc4622de5ee865c7829981fa5f59b31966e87c16914801fabdf58348fe013b553f0f1ff326706e

diff --git a/net-print/cups/cups-.ebuild b/net-print/cups/cups-2.4.3.ebuild
similarity index 98%
copy from net-print/cups/cups-.ebuild
copy to net-print/cups/cups-2.4.3.ebuild
index 16da49335bcb..bd1cbc9533a8 100644
--- a/net-print/cups/cups-.ebuild
+++ b/net-print/cups/cups-2.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,11 +16,13 @@ if [[ ${PV} == * ]] ; then
[[ ${PV} !=  ]] && EGIT_BRANCH=branch-${PV/.}
 else

SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz;
-   if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
+   if [[ ${PV} != *_beta* && ${PV} != *_rc* ]] ; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 
+S="${WORKDIR}/${MY_P}"
+
 DESCRIPTION="The Common Unix Printing System"
 HOMEPAGE="https://www.cups.org/ https://github.com/OpenPrinting/cups;
 
@@ -60,7 +62,8 @@ DEPEND="
xinetd? ( sys-apps/xinetd )
zeroconf? ( >=net-dns/avahi-0.6.31-r2[dbus,${MULTILIB_USEDEP}] )
 "
-RDEPEND="${DEPEND}
+RDEPEND="
+   ${DEPEND}
acct-group/lp
acct-group/lpadmin
selinux? ( sec-policy/selinux-cups )
@@ -70,15 +73,12 @@ PDEPEND=">=net-print/cups-filters-1.0.43"
 PATCHES=(
"${FILESDIR}/${PN}-2.4.1-nostrip.patch"
"${FILESDIR}/${PN}-2.4.1-user-AR.patch"
-   "${FILESDIR}/${PN}-2.4.2-no-fortify-override.patch"
 )
 
 MULTILIB_CHOST_TOOLS=(
/usr/bin/cups-config
 )
 
-S="${WORKDIR}/${MY_P}"
-
 pkg_setup() {
if use kernel_linux; then
linux-info_pkg_setup

diff --git a/net-print/cups/cups-.ebuild b/net-print/cups/cups-.ebuild
index 16da49335bcb..bd1cbc9533a8 100644
--- a/net-print/cups/cups-.ebuild
+++ b/net-print/cups/cups-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,11 +16,13 @@ if [[ ${PV} == * ]] ; then
[[ ${PV} !=  ]] && EGIT_BRANCH=branch-${PV/.}
 else

SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz;
-   if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
+   if [[ ${PV} != *_beta* && ${PV} != *_rc* ]] ; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
 
+S="${WORKDIR}/${MY_P}"
+
 DESCRIPTION="The Common Unix Printing System"
 HOMEPAGE="https://www.cups.org/ https://github.com/OpenPrinting/cups;
 
@@ -60,7 +62,8 @@ DEPEND="
xinetd? ( sys-apps/xinetd )
zeroconf? ( >=net-dns/avahi-0.6.31-r2[dbus,${MULTILIB_USEDEP}] )
 "
-RDEPEND="${DEPEND}
+RDEPEND="
+   ${DEPEND}
acct-group/lp
acct-group/lpadmin
selinux? ( sec-policy/selinux-cups )
@@ -70,15 +73,12 @@ PDEPEND=">=net-print/cups-filters-1.0.43"
 PATCHES=(
"${FILESDIR}/${PN}-2.4.1-nostrip.patch"
"${FILESDIR}/${PN}-2.4.1-user-AR.patch"
-   "${FILESDIR}/${PN}-2.4.2-no-fortify-override.patch"
 )
 
 MULTILIB_CHOST_TOOLS=(
/usr/bin/cups-config
 )
 
-S="${WORKDIR}/${MY_P}"
-
 pkg_setup() {
if use kernel_linux; then
linux-info_pkg_setup



[gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/

2023-06-01 Thread Vitaly Zdanevich
commit: 7a0864d7cdd49d0f9ab45248bfd28af2518551b9
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Fri Jun  2 05:14:53 2023 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Fri Jun  2 05:14:53 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a0864d7

sys-apps/corefreq: longdescription add

Signed-off-by: Vitaly Zdanevich  ya.ru>

 sys-apps/corefreq/metadata.xml | 21 +
 1 file changed, 21 insertions(+)

diff --git a/sys-apps/corefreq/metadata.xml b/sys-apps/corefreq/metadata.xml
index 1184002b6..e0411fbbb 100644
--- a/sys-apps/corefreq/metadata.xml
+++ b/sys-apps/corefreq/metadata.xml
@@ -6,4 +6,25 @@
zdanevich.vit...@ya.ru
Vitaly Zdanevich

+   
+CoreFreq provides a framework to retrieve CPU data with a high degree of 
precision:
+
+* Core frequencies and ratios; SpeedStep (EIST), Turbo Boost, Hyper-Threading 
(HTT) and Base Clock
+* Performance counters including Time Stamp Counter (TSC), Unhalted Core 
Cycles (UCC), Unhalted Reference Cycles (URC)
+* Number of instructions per cycle or second, IPS, IPC, or CPI
+* CPU C-States C0 C1 C3 C6 C7 - C1E - Auto/UnDemotion of C1 C3
+* DTS Temperature and Tjunction Max, Thermal Monitoring TM1 TM2 state, Vcore
+* Topology map including Caches for boostrap and application CPU
+* Processor features, brand and architecture strings
+* In progress: Uncore, Memory Controller channels and geometry, DIMM timings,
+* Stress tools, Power and Energy (RAPL, P-State, HWP, TDP), Overclocking, 
cpuidle and cpufreq driver, ClockSource, Mitigation Mechanisms
+
+To reach this goal, CoreFreq implements a Linux Kernel module which employs 
the followings:
+
+* asm code to keep as near as possible the readings of the performance 
counters;
+* per-CPU, implements slab data memory and high-resolution timer;
+* compliant with suspend / resume and CPU Hot-Plug;
+* a shared memory to protect kernel from the user-space part of the software;
+* atomic synchronization of threads to avoid mutexes and deadlock
+   
 



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

2023-06-01 Thread Michał Górny
commit: c4fe4215805f138629b3f2d8f18367fd80bd5fdb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 04:51:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 04:51:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fe4215

dev-python/python-mpd2: Remove old

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

 dev-python/python-mpd2/Manifest |  1 -
 dev-python/python-mpd2/python-mpd2-3.0.5.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/dev-python/python-mpd2/Manifest b/dev-python/python-mpd2/Manifest
index 2ceacdfee098..9f2197ad234c 100644
--- a/dev-python/python-mpd2/Manifest
+++ b/dev-python/python-mpd2/Manifest
@@ -1,2 +1 @@
-DIST python-mpd2-3.0.5.gh.tar.gz 67224 BLAKE2B 
a0c78e3a2624247a7ed4228725dcc09457804636b01b09006bcd61800deefac8887fc9f76b9d7bb21c973e2dd9558e934f3864b2f8f5c041a94633a29f9a781e
 SHA512 
521345b905113eaa56e6ec983e4d968d77dca30f839ab52a00e146f311269828ed383bce460ba1daf61b7f98c63ae3b7a3cbcb55cf917b1c5a5a11cf62b6a7d5
 DIST python-mpd2-3.1.0.gh.tar.gz 69162 BLAKE2B 
fb9b13f3e73b654d7e2a6ee84907f84ebf354d8f56ee47f58046a28aef1d43b5ddd52bf51f42a3e56dd6d8036010abc74d5537cfe8cf4f976b0a758506879dfe
 SHA512 
9d8dd774540d9e09804fd293ce362401b2253f8021c1581c0764bac0b61d2e4b5f50bb752e5d774459194a717354f28ad5d96d48f29ef0f54011969ec91ff106

diff --git a/dev-python/python-mpd2/python-mpd2-3.0.5.ebuild 
b/dev-python/python-mpd2/python-mpd2-3.0.5.ebuild
deleted file mode 100644
index 1b8aa7be2faf..
--- a/dev-python/python-mpd2/python-mpd2-3.0.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-mpd2-${PV}
-DESCRIPTION="Python MPD client library"
-HOMEPAGE="
-   https://github.com/Mic92/python-mpd2/
-   https://pypi.org/project/python-mpd2/
-"
-SRC_URI="
-   https://github.com/Mic92/python-mpd2/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="LGPL-3+"
-KEYWORDS="amd64 ppc ppc64 x86"
-SLOT="0"
-IUSE="examples +twisted"
-
-RDEPEND="
-   twisted? ( dev-python/twisted[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/twisted[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( README.rst doc/{changes.rst,commands_header.txt} doc/topics/. )
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest
-
-python_test() {
-   epytest mpd/tests.py
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   use examples && dodoc -r examples/.
-}



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

2023-06-01 Thread Michał Górny
commit: 4c6c00cfd25847ecd00e278f896ae3d8a28600ad
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 04:49:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 04:49:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6c00cf

dev-python/svg-path: Remove old

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

 dev-python/svg-path/Manifest|  1 -
 dev-python/svg-path/svg-path-6.2.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-python/svg-path/Manifest b/dev-python/svg-path/Manifest
index c0e152959568..4fad85a77b32 100644
--- a/dev-python/svg-path/Manifest
+++ b/dev-python/svg-path/Manifest
@@ -1,2 +1 @@
-DIST svg-path-6.2.gh.tar.gz 39478 BLAKE2B 
ef5a5c7aca3dc0e3f383f5e2810bad8960e32a55d00b6300e30c81fbe837f380d073bae60b891d371f8a9be3ca556ef11821d5b7c2fe5db519465b099d35e3f9
 SHA512 
7c9a67467e888f4961d54daf2706125c4ae21bb0cd1010f335eb072df78f12b1da99ddcf64a33a85a0e82a8b347f19e876161e3da8ebf43e5e7b45bbaf7d3325
 DIST svg-path-6.3.gh.tar.gz 51479 BLAKE2B 
895069baa0c9577fe222c16a57636bb18ebcb62471faba0b2e9cd06793b2f8e07790ca8153feaa3ee5ca35b2b11ab7ec821dc3ad98e510f6ec76e00f058e
 SHA512 
fd9dd9e1e603be5e212e3eb247c9f3778203f5285397a4cdde4c038c3f31f7bc2b8904491c208256996e2fbd39b4e5f7ea58d964bd5d22bc09c57e4bc2c70317

diff --git a/dev-python/svg-path/svg-path-6.2.ebuild 
b/dev-python/svg-path/svg-path-6.2.ebuild
deleted file mode 100644
index 1bfdfc6aa64e..
--- a/dev-python/svg-path/svg-path-6.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="SVG path objects and parser"
-HOMEPAGE="
-   https://github.com/regebro/svg.path/
-   https://pypi.org/project/svg.path/
-"
-SRC_URI="
-   https://github.com/regebro/svg.path/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-BDEPEND="
-   test? (
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-06-01 Thread Michał Górny
commit: c735933c34cf539be7d3389e5db1bb18e2e6df39
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 04:47:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 04:47:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c735933c

dev-python/dask: Remove old

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

 dev-python/dask/Manifest |  3 --
 dev-python/dask/dask-2023.4.0.ebuild | 73 ---
 dev-python/dask/dask-2023.4.1.ebuild | 75 
 dev-python/dask/dask-2023.5.0.ebuild | 75 
 4 files changed, 226 deletions(-)

diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
index 70016ebc638d..d1af2c8256fa 100644
--- a/dev-python/dask/Manifest
+++ b/dev-python/dask/Manifest
@@ -1,4 +1 @@
-DIST dask-2023.4.0.gh.tar.gz 8511473 BLAKE2B 
3b6a4e07e0ddc1a40b9494089250e80254b16002c18b091911aa007e1e455f146a192e5f8f9c49b5cf73bc60d942429e1d5ff399516f2b81120ae8f4d79b1dbb
 SHA512 
40071fc3f5597312af28a5c545ebb14d2e2aa3d1a3a0a5d81d335fce3a7a8e7036c900a1caa43f84f76335c469b1bf138f662588f0d015943c4a4bf931c20349
-DIST dask-2023.4.1.gh.tar.gz 8514681 BLAKE2B 
5bdf8e81692f16b16f3c38ac45e309f73bf85b51aa3c2d9edaae36dc1d43b96a91a8f79e5219ea2a380d26f75c0954dec507b5913b74fdfabe691b340656c75f
 SHA512 
e640ec2bb532dd2723db1c51a023b62aba1198a393beea8eec359f47388a2a42e7a0fe20d06f393ba0538b86fe2f6e0d29eb00eada9cf4ca22acc45b80062dc9
-DIST dask-2023.5.0.gh.tar.gz 8515830 BLAKE2B 
b703407b238057be5238dce1987b280e6e5a38389091b6c9bd08ee06a042309e69fa20d2f511b35a7c74982fc91115507da3c125c74df16ebfbee97fc1782a77
 SHA512 
12381da648753e675920c29f2071b962319fa7a653b0f75cf9f5e6cd1319d8c2f9d2cac74de1097b5f162886a46499b90787f16bb22526f5bf6c1e6449f1629a
 DIST dask-2023.5.1.gh.tar.gz 8523514 BLAKE2B 
e34c9d44eaa8ab9b0d6af871503f3eefcf7167f8669d11b7348bde8e80a3c2dff99670b90c39f8746d56e5cea1126fd1cad7ace4627e9374ce763ac29c6d8bfd
 SHA512 
603d0deb0e88cc2ae5a5fdbc4352f454e68f836b7c3a9039ec20f9493b2b4c72684bb5981d6e985de5bb32d73fc48d0faa2834c9c56a04277755ea3c8e77fb75

diff --git a/dev-python/dask/dask-2023.4.0.ebuild 
b/dev-python/dask/dask-2023.4.0.ebuild
deleted file mode 100644
index 879f641914c9..
--- a/dev-python/dask/dask-2023.4.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
-HOMEPAGE="
-   https://www.dask.org/
-   https://github.com/dask/dask/
-   https://pypi.org/project/dask/
-"
-SRC_URI="
-   https://github.com/dask/dask/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/click-7.0[${PYTHON_USEDEP}]
-   >=dev-python/cloudpickle-1.1.1[${PYTHON_USEDEP}]
-   >=dev-python/fsspec-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.21[${PYTHON_USEDEP}]
-   >=dev-python/pandas-1.3[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
-   >=dev-python/partd-1.2.0[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
-   >=dev-python/toolz-0.8.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/toolz[${PYTHON_USEDEP}]
-   >=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
-   test? (
-   dev-python/moto[${PYTHON_USEDEP}]
-   dev-python/numexpr[${PYTHON_USEDEP}]
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # more tests relying on -Werror
-   "dask/array/tests/test_overlap.py::test_map_overlap_no_depth[None]"
-   dask/array/tests/test_random.py::test_RandomState_only_funcs
-   # TODO
-   dask/array/tests/test_reductions.py::test_mean_func_does_not_warn
-   dask/tests/test_config.py::test__get_paths
-   dask/array/tests/test_linalg.py::test_solve_assume_a
-   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[0-float-5-1-True]"
-   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[1-float-5-1-True]"
-   # require sqlalchemy<2.0
-   dask/dataframe/io/tests/test_sql.py
-)
-
-src_prepare() {
-   # fails with sqlalchemy-2.0, even though we don't use it x_x
-   sed -i -e '/RemovedIn20Warning/d' pyproject.toml || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   epytest -p no:flaky -m "not network"
-}

diff --git a/dev-python/dask/dask-2023.4.1.ebuild 
b/dev-python/dask/dask-2023.4.1.ebuild
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: dev-util/cvise/, dev-util/cvise/files/

2023-06-01 Thread Michał Górny
commit: 45168d63ced99b8e4d64105729c51c7179262042
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 04:50:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 04:50:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45168d63

dev-util/cvise: Remove old

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

 dev-util/cvise/Manifest|  2 -
 dev-util/cvise/cvise-2.6.0.ebuild  | 76 
 dev-util/cvise/cvise-2.7.0-r1.ebuild   | 81 --
 .../cvise/files/cvise-2.5.0-no-werror-cflags.patch | 34 -
 dev-util/cvise/files/cvise-2.7.0-llvm16.patch  | 68 --
 5 files changed, 261 deletions(-)

diff --git a/dev-util/cvise/Manifest b/dev-util/cvise/Manifest
index c9ff3ba5db7c..c3d476e4b7b8 100644
--- a/dev-util/cvise/Manifest
+++ b/dev-util/cvise/Manifest
@@ -1,3 +1 @@
-DIST cvise-2.6.0.tar.gz 264295 BLAKE2B 
fcdd27905598c8db6f088c4bdadde966bcd0836560ede642269fa6dc32d1907d32081e56e7a33487bffca64ea53a49b05b05620debc5af352371203e37241b70
 SHA512 
1707cc46c342197c6b0e11b26a453548fd7bc7bc25baf20215230a7a4743053700189f96c1e0ba4ad6c9de4dd38920700a957ca333b0f123949b7a5a00854291
-DIST cvise-2.7.0.tar.gz 269155 BLAKE2B 
c0fe9bcf8207acc53f71c5d7cd9c0cb41ba3f771a276e86401c1de4789b9ebad2d91b2881a05e0263827d0ae70805ba4f9b05fdae64f27d83e16d08f89f518e0
 SHA512 
4da775e177c135d5282f8e3d9a33ae040f403eabcca8baf9f4f78adc05e3069626340005f9f41ab2f530c9269f4c5829bdd35b55433e2d539d42de002e42aa5e
 DIST cvise-2.8.0.tar.gz 269582 BLAKE2B 
fe0f0d4e63ec7c69b209b8be1f3fd160a2573b9bfc555a3bb5caec5c818c8251569103e71509d194e0effc86c09420cf523393686dd412660acde1e85ebffb67
 SHA512 
7e2dee2001aacb96cf5ffdb62047d229e23273fd26f34648e23ab4374bf6cae149f13db529494ce8d2d16555a0d2143487923c57f4b303b0ab1f678ffcff6f6e

diff --git a/dev-util/cvise/cvise-2.6.0.ebuild 
b/dev-util/cvise/cvise-2.6.0.ebuild
deleted file mode 100644
index 927c3dd47f18..
--- a/dev-util/cvise/cvise-2.6.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit cmake llvm python-single-r1
-
-DESCRIPTION="Super-parallel Python port of the C-Reduce"
-HOMEPAGE="https://github.com/marxin/cvise/;
-SRC_URI="
-   https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz
-"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-LLVM_MAX_SLOT=15
-DEPEND="
-   || (
-   sys-devel/clang:15
-   sys-devel/clang:14
-   sys-devel/clang:13
-   )
-   https://github.com/marxin/cvise/;
-SRC_URI="
-   https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz
-"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-LLVM_MAX_SLOT=16
-DEPEND="
-   || (
-   sys-devel/clang:16
-   sys-devel/clang:15
-   sys-devel/clang:14
-   )
-   https://bugs.gentoo.org/867424
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -146,13 +146,13 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
- OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
-   # XXX figure out how to get "-std=c++14 -fno-rtti" from LLVM.  That's how we
-   # get those options in the Automake path...
--  set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Werror 
-Wno-error=maybe-uninitialized")
--  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -fno-rtti 
-fno-strict-aliasing -Wall -Wextra -Wno-unused-parameter -Werror 
-Wno-error=maybe-uninitialized")
-+  set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra 
-Wno-error=maybe-uninitialized")
-+  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -fno-rtti 
-fno-strict-aliasing -Wall -Wextra -Wno-unused-parameter 
-Wno-error=maybe-uninitialized")
-   if(SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility-inlines-hidden")
-   endif()
--  set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3")
--  set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELEASE} -O3")
-+  set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}")
-+  set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELEASE}")
- endif()
- 
- 
###
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 261a0fb..cbaebc3 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -151,8 +151,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
-   if(SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility-inlines-hidden")
-   endif()
--  set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}")
--  set(CMAKE_CXX_FLAGS_RELWITHDEBINFO 

[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2023-06-01 Thread Michał Górny
commit: 46205c15cc886c2b1e7ab1c125a4e5d4c75d5165
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 04:47:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 04:47:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46205c15

dev-python/diff-match-patch: Remove old

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

 dev-python/diff-match-patch/Manifest   |  1 -
 .../diff-match-patch/diff-match-patch-20200713.ebuild  | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/diff-match-patch/Manifest 
b/dev-python/diff-match-patch/Manifest
index 427fa1a80a42..418e4e6bbeef 100644
--- a/dev-python/diff-match-patch/Manifest
+++ b/dev-python/diff-match-patch/Manifest
@@ -1,2 +1 @@
-DIST diff-match-patch-20200713.tar.gz 60711 BLAKE2B 
9108557050d0aced61e8073e0bfa1969e780e4350dba86e3cb159760d180b09ff2502e8b0a664370e0586bb0ca280f29cfebb983cddf051f10204e3cd1026d8f
 SHA512 
f161efed3d87dd0693c98ee81aedb3868787f040f8f9f31015f9f1de04d50046be75b2351a65a4c26ae1d194b983dbc1420799cf70e7c25737ee4eb3cc78a183
 DIST diff-match-patch-20230430.tar.gz 43324 BLAKE2B 
c13beb380d68cf96af41c124eb23f890c71664624de20780ea586f71b4c52a55ee06ac3427c61c233ebead309fcca02cb75f3447f17b7306c2728ebc5b06f6f8
 SHA512 
a62d15327de65e3381215249fb088a9e40368008b91201de3db3d02f22892bbf6d2ac40dc4ea4986d24470dd396eaf69583fabbe9078a5cb1f97bae94000

diff --git a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
deleted file mode 100644
index 420c71c3614a..
--- a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Diff, match and patch algorithms for plain text"
-HOMEPAGE="https://pypi.org/project/diff-match-patch/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-distutils_enable_tests pytest



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

2023-06-01 Thread Michał Górny
commit: 602931a05ea6bc0961e01ab67682de7a96daaab7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 04:48:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 04:48:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602931a0

dev-python/pyspnego: Remove old

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

 dev-python/pyspnego/Manifest  |  1 -
 dev-python/pyspnego/pyspnego-0.8.0.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/pyspnego/Manifest b/dev-python/pyspnego/Manifest
index 1c3710b41abd..d09fa6108153 100644
--- a/dev-python/pyspnego/Manifest
+++ b/dev-python/pyspnego/Manifest
@@ -1,2 +1 @@
-DIST pyspnego-0.8.0.tar.gz 222900 BLAKE2B 
aa526c6506f680008ded0a86e938629ccc9ca89454d7987017903e9e5fe26204346bd4eefae3a35c641309391a4784c23e1a3e51d8a03f5ab517516e1a3a4965
 SHA512 
d9d6356cf9d78fde6669606df7b56f0004957ed58f94cd3965d63827df702ffc10299296153f8c089853f3b22a684e08129d607b4eaedfd332b8b82652119e89
 DIST pyspnego-0.9.0.tar.gz 233612 BLAKE2B 
62047b84c5bcc5085e75abe167c6909f0a34a403c182f9bb03994e8e78768c4f1859e68b0e25d27271c6f686565c68d090a8825c0136a18e3443f734bee2f4db
 SHA512 
4fa03d54ee47441a7255fb8b93b4616937ce96c76de4d8255ff48e60fff0112d6cd802458e151d4cf92f3710f7c415ea5499c460fb2f291155b3a1820ba37623

diff --git a/dev-python/pyspnego/pyspnego-0.8.0.ebuild 
b/dev-python/pyspnego/pyspnego-0.8.0.ebuild
deleted file mode 100644
index b38e608d2a22..
--- a/dev-python/pyspnego/pyspnego-0.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="Library to handle SPNEGO and CredSSP authentication"
-HOMEPAGE="
-   https://github.com/jborean93/pyspnego/
-   https://pypi.org/project/pyspnego/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   test? (
-   dev-python/gssapi[${PYTHON_USEDEP}]
-   >=dev-python/krb5-0.3.0[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-   optfeature "Kerberos authentication" "dev-python/gssapi 
>=dev-python/krb5-0.3.0"
-   optfeature "YAML output support" "dev-python/ruamel-yaml"
-}



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

2023-06-01 Thread Michał Górny
commit: 27da4025e159a0d9688c1ff7eb4b2468795401c6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 04:46:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 04:46:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27da4025

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest  |  2 --
 app-portage/gpyutils/gpyutils-0.8.4.ebuild | 31 --
 app-portage/gpyutils/gpyutils-0.9.ebuild   | 31 --
 3 files changed, 64 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index f66dbf108702..8ff96d8819ba 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1 @@
 DIST gpyutils-0.10.gh.tar.gz 24963 BLAKE2B 
ef6bd54195e1bfbb0734ef8aedbd13dd27b52d2f62d95b741459ecf4f5e93b80085a4cebfbe184fb8ac7e7cf97f4fbb422c5b5e36d0bb9dbc27896a4ad72d86e
 SHA512 
baf6d44db447774ffc976698874f87dbc858ef146aa46ccb0a7e15a1f3d4d1263f75b2f46f319e45fa5994620c71e37ccc42b42b5f05dbde8f3cbacfbd45cbee
-DIST gpyutils-0.8.4.gh.tar.gz 20477 BLAKE2B 
661ec8c9ae595daa112de2171331a5791fa4a10b50f9ebf76589c4c6ff4d6b8e618657dd9f3dd6cf573871ab6e0a9d017d87e03066fa60ba8b9d4e4617f68306
 SHA512 
f87a087464ca8e1118232227d2e6ad66aa021caabf0307c153b442fc4467bd124eb918c16104bdd1b42866acde16fdde4b99312a8c047ecf379ed10a74d27541
-DIST gpyutils-0.9.gh.tar.gz 24680 BLAKE2B 
75f2ebf3a4ed3883aa3c28773edb903ef2063ad0b6c55316578b2fbf725317ec84a1e0017637d36f28903043ff9d82c2b298bbc8424576b1e23c76f5d3107b59
 SHA512 
306e2e0a9abe95b6dc526b7b04ec7451a7a33e59542c6a0ac12860eadee8501f0e9ff42586dd3df2c5d43e44a43c458665456ba65c435075d3fbbde31b0314b0

diff --git a/app-portage/gpyutils/gpyutils-0.8.4.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.4.ebuild
deleted file mode 100644
index 0c99b3659be4..
--- a/app-portage/gpyutils/gpyutils-0.8.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/app-portage/gpyutils/gpyutils-0.9.ebuild 
b/app-portage/gpyutils/gpyutils-0.9.ebuild
deleted file mode 100644
index afdd8eba2a9a..
--- a/app-portage/gpyutils/gpyutils-0.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2023-06-01 Thread Michał Górny
commit: 6df4b8dd9fc8a9e1efce50f1c334bf02a929203e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 04:47:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 04:47:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df4b8dd

media-sound/xfmpc: Remove old

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

 media-sound/xfmpc/Manifest   |  1 -
 media-sound/xfmpc/xfmpc-0.3.0.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/media-sound/xfmpc/Manifest b/media-sound/xfmpc/Manifest
index 8c00ee3df9fb..9804cd51d34d 100644
--- a/media-sound/xfmpc/Manifest
+++ b/media-sound/xfmpc/Manifest
@@ -1,2 +1 @@
-DIST xfmpc-0.3.0.tar.bz2 443234 BLAKE2B 
ee0f491baadfb6be9148de8060758f788f773bdbc0354d6061889e979fb16eeb7a44357b61e698908c972714616b4268ed443d1d6323cbf0f457cdfd6cdf0fc1
 SHA512 
6e876aca2c2a6764fe97f061c97dc0fa9ce72b7ab6a2597b5f54bdce39789cc73bd038a0ef69b87d826c225efb9c3a2d19aa9ed7872ce7ee9ac5d7bd275444a3
 DIST xfmpc-0.3.1.tar.bz2 455660 BLAKE2B 
2391217f1695ab0962a3ee52ea27ef44febbd8cf982d1bfba0c6952423c718f32dbea590930b9cef9cd3d932b2297cafb87870e27fb7579a764ad948e62918d6
 SHA512 
771835828cd89298d79c31cec2716b308889e6b835a2b16d0ef25eab6ed1667b055158f845ebf897df8f3f9f45a07fb6ad2994a9981695e74be2d56408e4abe0

diff --git a/media-sound/xfmpc/xfmpc-0.3.0.ebuild 
b/media-sound/xfmpc/xfmpc-0.3.0.ebuild
deleted file mode 100644
index 3f00933bf48b..
--- a/media-sound/xfmpc/xfmpc-0.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg-utils
-
-DESCRIPTION="Music Player Daemon (MPD) client for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfmpc;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.18:2=
-   >=media-libs/libmpd-0.15:=
-   >=x11-libs/gtk+-3.22:3=
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:="
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog IDEAS NEWS README THANKS )
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



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

2023-06-01 Thread John Helmert III
commit: 25225dd84dd0b2d9795f489e8e4779d33cbe0dad
Author: John Helmert III  gentoo  org>
AuthorDate: Fri Jun  2 04:04:03 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Fri Jun  2 04:04:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25225dd8

dev-util/cutter: add 2.2.1

Signed-off-by: John Helmert III  gentoo.org>

 dev-util/cutter/Manifest|  1 +
 dev-util/cutter/cutter-2.2.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-util/cutter/Manifest b/dev-util/cutter/Manifest
index bc30660f16cb..96a7f6de50d9 100644
--- a/dev-util/cutter/Manifest
+++ b/dev-util/cutter/Manifest
@@ -1 +1,2 @@
 DIST cutter-2.2.0.tar.gz 10750189 BLAKE2B 
00626b1fe01044e6a718b81bc2452204ed35003a50e73ec083838610d50b7b690fb5783fd2fdc7f31c35390a664862c488c48f156ebbffdc16ffb39e8e943ebc
 SHA512 
5435f700603f144903e9d93c21f7561b31f1734a2558fe5d11d62d50a635c800e8fb62d866b3b4186d665f57ce9271665dcae8423f0009c3e0bb63bcfa168c1c
+DIST cutter-2.2.1.tar.gz 11028914 BLAKE2B 
4afb93940a3878b254d0c8cff37f63a40a2ba6d581d0ac086b0fe12fb914b161375c64aa18369892feae5da1726c047f96b2405d48f4cdba7532ef839c557ef6
 SHA512 
1036679049666971bc3dc8f54067d822bc6df798138790fdba2f70932f3034aceeceb10cb732c8257539b128a2d0b10f684d2d6db787402f70bfb1bf13dbbf39

diff --git a/dev-util/cutter/cutter-2.2.1.ebuild 
b/dev-util/cutter/cutter-2.2.1.ebuild
new file mode 100644
index ..2ced0df3a4d9
--- /dev/null
+++ b/dev-util/cutter/cutter-2.2.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit cmake toolchain-funcs xdg-utils python-single-r1
+
+MY_P="${PN^}-v${PV}"
+
+DESCRIPTION="A Qt and C++ GUI for rizin reverse engineering framework"
+HOMEPAGE="https://cutter.re https://github.com/rizinorg/cutter/;
+SRC_URI="https://github.com/rizinorg/${PN}/releases/download/v${PV}/${MY_P}-src.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="CC-BY-SA-3.0 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="graphviz"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   >=dev-util/rizin-0.5.0:=
+   graphviz? ( media-gfx/graphviz )"
+RDEPEND="${DEPEND}
+   !net-analyzer/cutter" # https://bugs.gentoo.org/897738
+BDEPEND="dev-qt/linguist-tools:5"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_CXX_COMPILER="$(tc-getCXX)"
+   -DCMAKE_C_COMPILER="$(tc-getCC)"
+   -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
+   -DCUTTER_ENABLE_GRAPHVIZ="$(usex graphviz)"
+   -DCUTTER_ENABLE_KSYNTAXHIGHLIGHTING=OFF
+   -DCUTTER_ENABLE_PYTHON=ON
+   -DCUTTER_USE_ADDITIONAL_RIZIN_PATHS=OFF
+   -DCUTTER_USE_BUNDLED_RIZIN=OFF
+   )
+
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2023-06-01 Thread Georgy Yakovlev
commit: 0e853d4f869aaa3988ebbe61a334a67b0ad08a7c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jun  2 03:04:31 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun  2 03:04:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e853d4f

dev-lang/rust: unkeyword 1.70.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/dev-lang/rust/rust-1.70.0.ebuild b/dev-lang/rust/rust-1.70.0.ebuild
index 8dcabc3e6394..bfe2c2f37408 100644
--- a/dev-lang/rust/rust-1.70.0.ebuild
+++ b/dev-lang/rust/rust-1.70.0.ebuild
@@ -19,7 +19,7 @@ else
SLOT="stable/${ABI_VER}"
MY_P="rustc-${PV}"
SRC="${MY_P}-src.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   #KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"



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

2023-06-01 Thread Georgy Yakovlev
commit: cd71a7332a7e97e512bfea4730243125311b4cb8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jun  2 03:05:32 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun  2 03:05:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd71a733

dev-lang/rust: enable py3.12 in 1.70.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/dev-lang/rust/rust-1.70.0.ebuild b/dev-lang/rust/rust-1.70.0.ebuild
index bfe2c2f37408..873e2dff63fe 100644
--- a/dev-lang/rust/rust-1.70.0.ebuild
+++ b/dev-lang/rust/rust-1.70.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig



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

2023-06-01 Thread Georgy Yakovlev
commit: f9a9807f090f262d4cd8d512dbdc524b4614864d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jun  2 03:04:06 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun  2 03:04:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a9807f

dev-lang/rust-bin: unkeyword 1.70.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust-bin/rust-bin-1.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.70.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.70.0.ebuild
index e7619330cac7..2624c2403c56 100644
--- a/dev-lang/rust-bin/rust-bin-1.70.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.70.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})
 
 LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86"
+#KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86"
 IUSE="clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt"
 
 DEPEND=""



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

2023-06-01 Thread Georgy Yakovlev
commit: d7ed1ae8ac74b6c5ba4c79c5f0242e19ad21063b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jun  2 02:58:25 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun  2 03:00:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ed1ae8

dev-lang/rust-bin: add 1.70.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust-bin/Manifest   |  33 +
 dev-lang/rust-bin/rust-bin-1.70.0.ebuild | 226 +++
 2 files changed, 259 insertions(+)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index 28a2f491f86a..26f52bb693c8 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -192,9 +192,42 @@ DIST rust-1.69.0-x86_64-unknown-linux-gnu.tar.xz 152594196 
BLAKE2B f46e89bb76033
 DIST rust-1.69.0-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
b12e73829cef5aed2f1fef7c51122d4f4db11622d53860013e3a396ea7a1bf945ce2142aed3d4720c89f0bda223d5fd8f1665da11be185faff949f45a4d65206
 SHA512 
79d5315ee87e2a02425671376d1a5ed0d947e85fd5bd5a09c6634ac4bc9baa31f1ae57380e3ed00f597f8594c67a319a86ed4f9bd34aafcca43aba388cd0ec39
 DIST rust-1.69.0-x86_64-unknown-linux-musl.tar.xz 227932404 BLAKE2B 
d28f150fe1adc4ca4dc6d7fe74396d24bff699fd010cd05f4bdbc2c0061e3b10b0b1c6ca1a87bba9de8f8e45c5af20a339f01e96982f3aa77f90f879a54b482c
 SHA512 
8879f9031a98169880433c18f71ec08ea1770e59e27279b0d96dcf8aafa67594b2c50f322a5d9b5eb766d6b4da00c96942e9d4ddd000daf4b3b2ac0b848a
 DIST rust-1.69.0-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
cd06fb7b95c997cb6ba84a662733a629397a93ba226daf3cb8e0ec3b76ca7a4ec2b264f3b6ea2960ebd4863db259ffaf0cb5ec90a579a910c8c77ea392238b7a
 SHA512 
5f7741db315cf88965a372243a1d0111e5061cc23365980cb80adebc7ed40e5bd12ce981c1e0e9ea802d941f75a8bd917a89d793f49a35a2633c6f807758802e
+DIST rust-1.70.0-aarch64-unknown-linux-gnu.tar.xz 212261108 BLAKE2B 
56e15d01ea0e84c51ca3d4fc292c124536472e9c3e6d9ae13ab524e520865117b36621eca5072b961831ee6ad3077abd84afa9e092483095234b7ab2ddcae769
 SHA512 
d64eb19417a03452f591bb779042b2b3ff16d2ac48a9a74d293bc7265980280801784f92cdd0ae0dbc21743433388149557da7642871c72f3bb4b3061cf7eeba
+DIST rust-1.70.0-aarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
435383da02632d404ce95ecfc0b0690f18447f22cd82e67cd08e6e8aab072539b33a49c2712bdc35f34a811f8e66bda6bcf9505b41dcdaf4cc66e358df9d7f02
 SHA512 
634c35b52d85c524a954d0663b6f1507c5aec826768c1a51394bf72bae585afadd3d3af985a9d165a65d178e04813fd592a78d058ed1400bb0fc43b0a1614a27
+DIST rust-1.70.0-aarch64-unknown-linux-musl.tar.xz 195626092 BLAKE2B 
df5ca11b64513c86dbcab93bbc5eee37a1f2c6307ca479c07ef62d683ec1b1f56bd596284b11695d80c8483ba5ffaacb0bf060d7618f5e79f3957bfe8bae042b
 SHA512 
5bcc47e2e791603b419c2d1f3503a60cc9a4a7351d3e8a61e6f3823c53195f58795cfcdc56c0c2011ae40a21ec7819d7dad32f5f9981f3d39e5f28ba85083d07
+DIST rust-1.70.0-aarch64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
06e279acca2308599b367cfcc105e9a1a9b129c1ce8d70e9c64f34f471fb9f28ba0b3ffc71ba389a8268d7f35fbaeadafb3275be29e7db8e8167ce1a828a3fbc
 SHA512 
945a1679eea5fc89debe6c840b95314fd7be3f5ded9897965584cb53c3571b9ad18b1894fe4f8f82cd2373ee473c002c290ff943466f7d467357a6d56b62ce2b
+DIST rust-1.70.0-arm-unknown-linux-gnueabi.tar.xz 175940376 BLAKE2B 
101b06523554df9f115f33dbace6a045fdad5ede100c7ed70a50da8a522e271708223f2cd5600fc4c2d5aa920e8179c9d60c24649dd234afc3fffe20d06935f8
 SHA512 
b1c3bd1c80437fda5e605aebbedc3f03f13223ab7fb37cf5808c8ccad00f015dd4656979e6f47ae65ef42dd158ffe18e9fa74aa17e80de76e73a8065efdf0760
+DIST rust-1.70.0-arm-unknown-linux-gnueabi.tar.xz.asc 801 BLAKE2B 
1e901439a083b6da2e62df19829c76a3cd2486115f855407f329b9cae0dff7a0c24b31dc48c13b28c17975cbc7f3c8d6073d7cc5629e78182f891d01e93d09a1
 SHA512 
c32b7f12c1c5cb5263444f6ccc5facf69e78a63816915babfe68e81be33bbf8a922618fc47fe2ec7142f8f04127fac89504b332cab5e0b29e028011ec5d2927c
+DIST rust-1.70.0-arm-unknown-linux-gnueabihf.tar.xz 176229396 BLAKE2B 
4c3be748a110a0db483b5cc8baff433ef7b67af0c21be41a68a72b4307ac8dfa9717e066db3768204b03550484ebb4d7e6d45345f33ba797844132e1dbdb16dd
 SHA512 
847602b101fe68e639598fd15592e60c8b4b2482077aad62b60918fd09c1928f1ed251197e3fbc5578a0e1e2abcdfe838e9c54cacba30e3ef2fa3d6e9557
+DIST rust-1.70.0-arm-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 
f8d920f2f3c1021ac207b1e3c0004e07bedaa207d463a60c9f2556d057a8e80eeec00565fc61ec9fae67e435bbfd902c4b54d2df0a710fd9f63594e7852498dd
 SHA512 
0b7983572502d918241510abbe23ff913e5757f9a7d64e00701b23666a188a2324d70fd1840cb2b604fec813ce1883e1aa30bb421e1648497f3b165b9ccf4e89
+DIST rust-1.70.0-armv7-unknown-linux-gnueabihf.tar.xz 180820156 BLAKE2B 
dcaf472e5bce185f56a8ecd509ca0b829afe8203c5f3154c8065b0e3d9848f9f2cb6f6ee30568a52deebb21bec9aa8d05f7f2c2f42d584833a4f998ade707c94
 SHA512 
adb7d0fbabf14fc654e020bc8f7a2071d3aec7cdc64edb82739e78f0bd6f02d3d0cbcd18a648be24947a80008a1f45a1e35b9ad098b7cd31272ef985a502e25a
+DIST rust-1.70.0-armv7-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/, dev-lang/rust/files/

2023-06-01 Thread Georgy Yakovlev
commit: 06c05b95a6ccc8456ba1a829d89a3834e781e96b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jun  1 23:06:15 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun  2 03:00:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c05b95

dev-lang/rust: add 1.70.0, add USE=lto

Use fat lto, instead of thin-local, as it provides more benefit at
expense of build time.
No bundled llvm lto for now, as it requires full clang/lld toolchain.

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/Manifest |  34 +
 0-ignore-broken-and-non-applicable-tests.patch |  30 +
 dev-lang/rust/metadata.xml |   1 +
 dev-lang/rust/rust-1.70.0.ebuild   | 745 +
 4 files changed, 810 insertions(+)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index 391a1139b10f..87453c5ac92b 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -158,6 +158,38 @@ DIST rust-1.68.2-x86_64-unknown-linux-gnu.tar.xz 185953856 
BLAKE2B 11fc1f284c772
 DIST rust-1.68.2-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
06f3d90126dfe5dcfb8147c8529f333bf635c5c669cc0b5d45156fed85e8767d8d9c4b250f77e1f0998e77e5635d3f3056447a032eac07bf847fc532a383
 SHA512 
1d826f0f8ed896d54139b4ae78205aee5cee3ce6f5449d94b8edb8fc19ab589bde6720eb1644502fc45fe0bd452e2e5209de83c99f7c4285a896cfaacbfdad36
 DIST rust-1.68.2-x86_64-unknown-linux-musl.tar.xz 270073164 BLAKE2B 
7d69a578e1d4a8fa75cfea6e630265f1c73cca08ed86ddc7858e7770755431dbf13ddaadcf8035fc2b7d2d7b7144a08b3e3a9fa20afcb5cfed7a31d82098fe5e
 SHA512 
b0294141f1e51176664ae841ea55991826ccd15d0d36b03471831baa202ecb97434bf96479e167772bd62f05b80b49878f89a065a91e00026f0aabe7c02fe552
 DIST rust-1.68.2-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
7de58f292729b349fe0694c724aa88ae5bec5a313952fbf7e62a361c7fba4cdedbd99238a4a826d7b627af30ddf4aca8646f6b061f44983a52dcf2ae8d52e56a
 SHA512 
867e0c20049352fb696b99de9d0d8c5df8da0f1ea8eb9a0446884c2d741df7434bf83303694de208e75e64cd73664b979cf117d02db804bff9b4d6de8ee43638
+DIST rust-1.69.0-aarch64-unknown-linux-gnu.tar.xz 207128044 BLAKE2B 
884ed5dab3b4f18e25eb1461178828f8945a4db81da212680134b834c1bbac300314f65f9a6310de1b980ec9deed20b5651369a835cc067e8450e65c373fcda8
 SHA512 
981ab5a7a221b381e766f09a3172e18eedddfeaec27814ef7e15cf5969b721c4191cfe1f734995f96e8ec5cd403be2e8824fa4b501926b58d42b71d11c0b56b4
+DIST rust-1.69.0-aarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
1bf54eb4df4f8fa28dc2afafd2ee50b72f0c235e817e31147cf3777d5e82f09b92d516e985ea9901ca8fdb233ea4fe6e231148bda858c83a8ead7f4e40719a0f
 SHA512 
a26efbfc2cef15be20759e4cf2ad71a6eccc200ca8362cb8bddea0877e91ac82cc4f393111054d1fab161c1483ed0c054ca38c02ddc91fa8d986235459948e8b
+DIST rust-1.69.0-aarch64-unknown-linux-musl.tar.xz 189395128 BLAKE2B 
333082be0e62375a8dacd9e1ebfbd754876950e0f3d31fc591dcc7476754463fa804aa8b6063d7649cd0ae280ac96b10e4ce5ba29a3c973f3e9b1f7528a998e8
 SHA512 
c5ee5bba97b48e1a5d313d88eed8df8f492b4a8b962b91516cb883af16d359150db6727f01dcc933d19e8bba0cb75a2015a09cb26d4d03afd54c13a52d454003
+DIST rust-1.69.0-aarch64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
8cf01b352a5d007922b65d01959ff1255eaa4b5957f97a8c83641fc77cc24a8820016da3bb73e1a8097737df639dc614f5609e64b9eca8c97991be5d08470b79
 SHA512 
f0ca993cd6516128e28b69eec0d924c2f6012cf7de4d3a83c4c85df0c04a4457667ac9b79e92f67f269d81d1fcd04b2e960e1668e6dcf0efc765cbfa27ec
+DIST rust-1.69.0-arm-unknown-linux-gnueabi.tar.xz 171128532 BLAKE2B 
1f07df78da360395f87998e9403253d903c3a236d7fb9213fb96f27c80e2b9bb3214473b077d4bed71f3d2dcc8630ed12b2c19938f2127f4cfd167b4c21ca334
 SHA512 
c8faf0a3145b26a5abf74dbd5875cb7cd440b9a992db70d1996f454ca8343c4f18d8cbb8e6560b3224de0a324ef813aab63b7e99abcfc0e80ed3844f994f0733
+DIST rust-1.69.0-arm-unknown-linux-gnueabi.tar.xz.asc 801 BLAKE2B 
0addeaf1934fcdd92081204b28314b1ddac661e7ab147cdc023e88fa4560bf2e2ecda1fefd977afef759e32faca1abb022c6256634692ddd0e551b6a903fa2db
 SHA512 
00e05ea2a89171ed66d2221177f8c140226583cf88fab6e4243403a845b899c8e86552bf49bee4083f0b4ec5091fea0f34281cae40aafa58bfc3c5b00e3e9907
+DIST rust-1.69.0-arm-unknown-linux-gnueabihf.tar.xz 171080940 BLAKE2B 
3b38493b46b97d52c5b5fd71bec210f1cd6eae2a0d80dc87af17ea5cc47cae430caae3e59ecc25c39dc33f5f08c949025df3e96088f8e7bef70ea9ae4b154c24
 SHA512 
7292479f7e120f280a5b72013e848ec507baaec439a8418de66016632644aee5d4a8459b6c207de3b664b8fabc4457f94bafd6b9b5a87f2737cecb30f1fa5832
+DIST rust-1.69.0-arm-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 
96fb133bfea0c8d84df18b179731d967112ef7a8d741ef9f8cf6cdb6117ae101128b885b59b379c95d6d96687335e52b2a59e4c28ffb63a2db618d22847e7bfa
 SHA512 
152d290b4915f11465557da8cd4850e4d744d8aa53df81b25d7da5eabad2d7738c9a3f3d1b0fa6ff7bacbd0fcb55dc4641c6b4edff52d2bfdb2f79eca59cdb68
+DIST rust-1.69.0-armv7-unknown-linux-gnueabihf.tar.xz 175695416 BLAKE2B 

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

2023-06-01 Thread Georgy Yakovlev
commit: 6ac8673780b41d14dbf708878f7401e2a9f28699
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jun  2 03:03:39 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun  2 03:03:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac86737

virtual/rust: unkeyword 1.70.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/rust/rust-1.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.70.0.ebuild b/virtual/rust/rust-1.70.0.ebuild
index 55d0ba31f086..b2590567fddf 100644
--- a/virtual/rust/rust-1.70.0.ebuild
+++ b/virtual/rust/rust-1.70.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # we do not allow multiple llvm versions in dev-lang/rust for
 # neither system nor bundled, so we just hardcode it here.
 SLOT="0/llvm-16"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+#KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""



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

2023-06-01 Thread Georgy Yakovlev
commit: 2d999c4fb2b316091261f4b857661c9c867d66c3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jun  1 23:15:22 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun  2 03:00:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d999c4f

virtual/rust: add 1.70.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/rust/rust-1.70.0.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.70.0.ebuild b/virtual/rust/rust-1.70.0.ebuild
new file mode 100644
index ..55d0ba31f086
--- /dev/null
+++ b/virtual/rust/rust-1.70.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for Rust language compiler"
+
+LICENSE=""
+
+# adjust when rust upstream bumps internal llvm
+# we do not allow multiple llvm versions in dev-lang/rust for
+# neither system nor bundled, so we just hardcode it here.
+SLOT="0/llvm-16"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+   ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+   ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"



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

2023-06-01 Thread Sam James
commit: c3396d0ba688c7ee6687e7e10ee73cf8c67a71a8
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:39:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:39:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3396d0b

dev-libs/json-parser: Stabilize 1.1.0_p20211208 arm64, #907665

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

 dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild 
b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
index 5adce69b39d5..373278214033 100644
--- a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
+++ b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="BSD-2"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2023-06-01 Thread Sam James
commit: 0434917c554c94b115cff9313cf6af87bf678a8e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:38:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:38:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0434917c

sys-apps/systemd-utils: add 253.5

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

 sys-apps/systemd-utils/Manifest   |   1 +
 sys-apps/systemd-utils/systemd-utils-253.5.ebuild | 534 ++
 2 files changed, 535 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index 32c8b6a3dc4b..a5e2dfea0514 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -3,3 +3,4 @@ DIST systemd-musl-patches-253.3.tar.gz 28384 BLAKE2B 
2736a4ddc36b2ce087c08c57c0b
 DIST systemd-stable-252.10.tar.gz 11841052 BLAKE2B 
33ebca90ff17ef5983677c08c93a80350908aa4f4f1860d8e69c234ead926f0e21a4c4692c171f061e05e41c94d8fe2ba3a3be75fb7b582b86e851194a1f0203
 SHA512 
5309d8df51b5cda694e03e2ded574d4e3606916fab5d190b21fcd0284d8d8f56cab8b3423d7d0b90e44cd9775cc62bc26198f3d2a43f8aa545959b5c27b0dd9d
 DIST systemd-stable-252.9.tar.gz 11829389 BLAKE2B 
a45a72bfe113f8cb7424d731692f548c389f59d34b649e874db2f85868943b0a9c33ef62185c83c41a9c220caddd65c44ff328026eff19c3c7efda5efbd73574
 SHA512 
fa34b9c2f692af8f70dffc5044fe502ff5e21625af5b27cad7fc5e833570b180f53c5d03a0add785e83a5b4e7564117fe4728931df4ef599888c73e92c7f2103
 DIST systemd-stable-253.4.tar.gz 12010733 BLAKE2B 
166ce3f089a9fc3d5d374566258d05ddc9ad1e6a06f5d171ee4e3462e30dd996ed45eccac9e27a8ce75ddf591d81ad2af8ce3bd214709cc0b816422f3960f52a
 SHA512 
cbd572330871fe938307cdead57637e9a03fcdb95b62dd12506f13f48fddcacfaf1e7b179bc9e1c1889a07d3bf21f840aafc773df3a1ab05b37d28950cb94ee1
+DIST systemd-stable-253.5.tar.gz 12015672 BLAKE2B 
3b09bc1a63bc3321c51ea05080f95958ab55064596c13ab967a182cdaace302cc85c19e2cdabd9bdc8ba0a1a04999ae588fbce2fe2626c0f792ee22836feddf4
 SHA512 
39709b485cd9287e26ac8e973fa1692b280bec3b96e1da6667e4a4f2ac2228aa072b22802720a254698d32c82f5306d7feb32229e4b6d54cc0e2b1e2caa4cc2e

diff --git a/sys-apps/systemd-utils/systemd-utils-253.5.ebuild 
b/sys-apps/systemd-utils/systemd-utils-253.5.ebuild
new file mode 100644
index ..f196ebea3aa4
--- /dev/null
+++ b/sys-apps/systemd-utils/systemd-utils-253.5.ebuild
@@ -0,0 +1,534 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..11} )
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+inherit bash-completion-r1 flag-o-matic linux-info meson-multilib python-any-r1
+inherit 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-253.3"
+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? ( !https://bugs.gentoo.org/856433
+   rm rules.d/70-power-switch.rules || die
+   insinto "${rootprefix}"/lib/udev/rules.d
+   doins rules.d/*.rules
+   doins "${FILESDIR}"/40-gentoo.rules
+
+   insinto "${rootprefix}"/lib/udev/hwdb.d
+   doins hwdb.d/*.hwdb
+
+   dobashcomp shell-completion/bash/udevadm
+
+   insinto /usr/share/zsh/site-functions
+   doins shell-completion/zsh/_udevadm
+   fi
+}
+
+add_service() {
+   local initd=$1
+   local runlevel=$2
+
+   ebegin "Adding 

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

2023-06-01 Thread Sam James
commit: b759a9247c4ab08e27d386ae7fca9b3298d3d78f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:39:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:39:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b759a924

dev-libs/json-parser: Stabilize 1.1.0_p20211208 arm, #907665

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

 dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild 
b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
index 29b0724205e0..a6abc03c650d 100644
--- a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
+++ b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="BSD-2"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/

2023-06-01 Thread Sam James
commit: d06b9c67f33122c581dd04ab80fefa8c02dd0ee9
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:39:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:39:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06b9c67

net-vpn/openconnect: Stabilize 9.12 arm64, #907665

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

 net-vpn/openconnect/openconnect-9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/openconnect/openconnect-9.12.ebuild 
b/net-vpn/openconnect/openconnect-9.12.ebuild
index 5b7a1f078ad9..6cecaa4c7d7e 100644
--- a/net-vpn/openconnect/openconnect-9.12.ebuild
+++ b/net-vpn/openconnect/openconnect-9.12.ebuild
@@ -15,7 +15,7 @@ else
inherit verify-sig
SRC_URI="https://www.infradead.org/openconnect/download/${P}.tar.gz
verify-sig? ( 
https://www.infradead.org/openconnect/download/${P}.tar.gz.asc )"
-   KEYWORDS="~amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/

2023-06-01 Thread Sam James
commit: b8a142e9baaae8d807b61dedf2e5dfcaecd46cd0
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:39:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:39:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a142e9

net-vpn/openconnect: Stabilize 9.12 ppc64, #907665

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

 net-vpn/openconnect/openconnect-9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/openconnect/openconnect-9.12.ebuild 
b/net-vpn/openconnect/openconnect-9.12.ebuild
index 9bb19021d051..5b7a1f078ad9 100644
--- a/net-vpn/openconnect/openconnect-9.12.ebuild
+++ b/net-vpn/openconnect/openconnect-9.12.ebuild
@@ -15,7 +15,7 @@ else
inherit verify-sig
SRC_URI="https://www.infradead.org/openconnect/download/${P}.tar.gz
verify-sig? ( 
https://www.infradead.org/openconnect/download/${P}.tar.gz.asc )"
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"



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

2023-06-01 Thread Sam James
commit: d3f8973a801f2eb0882a615f4192153d855d2f44
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:39:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:39:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f8973a

dev-libs/json-parser: Stabilize 1.1.0_p20211208 ppc64, #907665

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

 dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild 
b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
index a6abc03c650d..5adce69b39d5 100644
--- a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
+++ b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="BSD-2"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2023-06-01 Thread Sam James
commit: 969cf72a8fb5aa570c53425d6112751b8a3360f4
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:39:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:39:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969cf72a

sec-keys/openpgp-keys-dwmw2: Stabilize 20230504 arm64, #907665

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

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

diff --git a/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild 
b/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
index 58946657f508..65072034c716 100644
--- a/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
+++ b/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://kernel.org/.well-known/openpgpkey/hu/163ux8fk184q7f9reyj4huqggw
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
+KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 S=${WORKDIR}
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/

2023-06-01 Thread Sam James
commit: 60e8604fce36f073783befa5219f2d267a1e13ab
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:39:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:39:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e8604f

net-vpn/openconnect: Stabilize 9.12 x86, #907665

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

 net-vpn/openconnect/openconnect-9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/openconnect/openconnect-9.12.ebuild 
b/net-vpn/openconnect/openconnect-9.12.ebuild
index d7997124dc5c..9bb19021d051 100644
--- a/net-vpn/openconnect/openconnect-9.12.ebuild
+++ b/net-vpn/openconnect/openconnect-9.12.ebuild
@@ -15,7 +15,7 @@ else
inherit verify-sig
SRC_URI="https://www.infradead.org/openconnect/download/${P}.tar.gz
verify-sig? ( 
https://www.infradead.org/openconnect/download/${P}.tar.gz.asc )"
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/

2023-06-01 Thread Sam James
commit: dfa5c3c16e0bbd52204de05ca0e3eefca6063426
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:39:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:39:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa5c3c1

net-vpn/openconnect: Stabilize 9.12 arm, #907665

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

 net-vpn/openconnect/openconnect-9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/openconnect/openconnect-9.12.ebuild 
b/net-vpn/openconnect/openconnect-9.12.ebuild
index bda422a32553..d7997124dc5c 100644
--- a/net-vpn/openconnect/openconnect-9.12.ebuild
+++ b/net-vpn/openconnect/openconnect-9.12.ebuild
@@ -15,7 +15,7 @@ else
inherit verify-sig
SRC_URI="https://www.infradead.org/openconnect/download/${P}.tar.gz
verify-sig? ( 
https://www.infradead.org/openconnect/download/${P}.tar.gz.asc )"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"



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

2023-06-01 Thread Sam James
commit: 64216393305968c917397072a3f791d8f9942ffe
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:39:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:39:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64216393

sec-keys/openpgp-keys-dwmw2: Stabilize 20230504 x86, #907665

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

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

diff --git a/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild 
b/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
index 1ba55b704bb9..9601fa2e7407 100644
--- a/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
+++ b/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://kernel.org/.well-known/openpgpkey/hu/163ux8fk184q7f9reyj4huqggw
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
 
 S=${WORKDIR}
 



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

2023-06-01 Thread Sam James
commit: 680fc79bbdfb8df199823437d2c3ecefcff229ad
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:39:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:39:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680fc79b

sec-keys/openpgp-keys-dwmw2: Stabilize 20230504 ppc64, #907665

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

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

diff --git a/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild 
b/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
index 9601fa2e7407..58946657f508 100644
--- a/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
+++ b/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://kernel.org/.well-known/openpgpkey/hu/163ux8fk184q7f9reyj4huqggw
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
 
 S=${WORKDIR}
 



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

2023-06-01 Thread Sam James
commit: ca0592adb6e194369d8abc3a92b601b32d17a210
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:39:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:39:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0592ad

sec-keys/openpgp-keys-dwmw2: Stabilize 20230504 arm, #907665

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

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

diff --git a/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild 
b/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
index e38d2dc62549..1ba55b704bb9 100644
--- a/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
+++ b/sec-keys/openpgp-keys-dwmw2/openpgp-keys-dwmw2-20230504.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://kernel.org/.well-known/openpgpkey/hu/163ux8fk184q7f9reyj4huqggw
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 
 S=${WORKDIR}
 



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

2023-06-01 Thread Sam James
commit: b92ae9e4bbfa3a6bb51653976299b7ed4a91d141
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:36:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:36:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92ae9e4

sys-apps/systemd: add 253.5

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

 sys-apps/systemd/Manifest |   1 +
 sys-apps/systemd/systemd-253.5.ebuild | 512 ++
 2 files changed, 513 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 6c695495dddf..c946c70bf0b2 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,2 +1,3 @@
 DIST systemd-stable-253.3.tar.gz 11996044 BLAKE2B 
fdbac11914ea4a3718dd48c19f0dc34db798e68f36e2e858536e4ef50e376380a250ad59dbbd1ccec4ed73e59efd198dcc0aa85faafa9d6f85d4b2e1de67ccfa
 SHA512 
2c686d83b8b09efa09e09c82feb965f3cfceb6338e42b57d4133dc9ffe52592c67bce9bc9e294c69bc831294e3cbdcc391aba778f10d7b408cef90a85c0ab8aa
 DIST systemd-stable-253.4.tar.gz 12010733 BLAKE2B 
166ce3f089a9fc3d5d374566258d05ddc9ad1e6a06f5d171ee4e3462e30dd996ed45eccac9e27a8ce75ddf591d81ad2af8ce3bd214709cc0b816422f3960f52a
 SHA512 
cbd572330871fe938307cdead57637e9a03fcdb95b62dd12506f13f48fddcacfaf1e7b179bc9e1c1889a07d3bf21f840aafc773df3a1ab05b37d28950cb94ee1
+DIST systemd-stable-253.5.tar.gz 12015672 BLAKE2B 
3b09bc1a63bc3321c51ea05080f95958ab55064596c13ab967a182cdaace302cc85c19e2cdabd9bdc8ba0a1a04999ae588fbce2fe2626c0f792ee22836feddf4
 SHA512 
39709b485cd9287e26ac8e973fa1692b280bec3b96e1da6667e4a4f2ac2228aa072b22802720a254698d32c82f5306d7feb32229e4b6d54cc0e2b1e2caa4cc2e

diff --git a/sys-apps/systemd/systemd-253.5.ebuild 
b/sys-apps/systemd/systemd-253.5.ebuild
new file mode 100644
index ..72824b08e850
--- /dev/null
+++ b/sys-apps/systemd/systemd-253.5.ebuild
@@ -0,0 +1,512 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..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 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 ) )
+   fido2? ( cryptsetup 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= )
+   

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

2023-06-01 Thread Sam James
commit: 2feaa353341ced36e6725693cfd76a09de52ecad
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:23:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:23:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2feaa353

dev-libs/mpfr: drop 4.2.0_p4, 4.2.0_p7

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

 dev-libs/mpfr/mpfr-4.2.0_p4.ebuild | 90 --
 dev-libs/mpfr/mpfr-4.2.0_p7.ebuild | 90 --
 2 files changed, 180 deletions(-)

diff --git a/dev-libs/mpfr/mpfr-4.2.0_p4.ebuild 
b/dev-libs/mpfr/mpfr-4.2.0_p4.ebuild
deleted file mode 100644
index f622527c68cf..
--- a/dev-libs/mpfr/mpfr-4.2.0_p4.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2023 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/vincentlefevre.asc
-inherit multilib-minimal verify-sig
-
-# Upstream distribute patches before a new release is made
-# See https://www.mpfr.org/mpfr-current/#bugs for the latest version (and 
patches)
-
-# Check whether any patches touch e.g. manuals!
-# 
https://archives.gentoo.org/gentoo-releng-autobuilds/message/c2dd39fc4ebc849db6bb0f551739e2ed
-MY_PV=${PV%%_p*}
-MY_PATCH=$(ver_cut 5-)
-MY_PATCHES=()
-MY_P=${PN}-${MY_PV/_/-}
-
-DESCRIPTION="Library for multiple-precision floating-point computations with 
exact rounding"
-HOMEPAGE="https://www.mpfr.org/ https://gitlab.inria.fr/mpfr;
-SRC_URI="https://www.mpfr.org/${PN}-$(ver_cut 1-3)/${MY_P}.tar.xz"
-SRC_URI+=" verify-sig? ( https://www.mpfr.org/${PN}-$(ver_cut 
1-3)/${MY_P}.tar.xz.asc )"
-
-if [[ ${PV} == *_p* ]] ; then
-   # If this is a patch release, we have to download each of the patches:
-   # -_pN = N patches
-   # - patch file names are like: patch01, patch02, ..., patch10, patch12, 
..
-   #
-   # => name the ebuild _pN where N is the number of patches on the 'bugs' 
page.
-   for ((my_patch_index=1; my_patch_index <= MY_PATCH; my_patch_index++)); 
do
-   SRC_URI+=" $(printf "https://www.mpfr.org/${PN}-$(ver_cut 
1-3)/patch%02d -> ${PN}-$(ver_cut 1-3)-patch%02d.patch " ${my_patch_index}{,})"
-   MY_PATCHES+=( "${DISTDIR}"/$(printf ${PN}-$(ver_cut 
1-3)-patch%02d.patch ${my_patch_index}) )
-   done
-   unset my_patch_index
-fi
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="LGPL-2.1"
-# This is a critical package; if SONAME changes, bump subslot but also add
-# preserve-libs.eclass usage to pkg_*inst! See e.g. the readline ebuild.
-SLOT="0/6" # libmpfr.so version
-if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-fi
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/gmp-5.0.0:=[${MULTILIB_USEDEP},static-libs?]"
-DEPEND="${RDEPEND}"
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-vincentlefevre )"
-
-PATCHES=(
-   # Apply the upstream patches released out-of-band; generated above
-   "${MY_PATCHES[@]}"
-
-   # Additional patches
-)
-
-HTML_DOCS=( doc/FAQ.html )
-
-src_unpack() {
-   use verify-sig && verify-sig_verify_detached 
"${DISTDIR}"/${MY_P}.tar.xz{,.asc}
-
-   # Avoid src_unpack noise from patches
-   unpack ${MY_P}.tar.xz
-}
-
-src_prepare() {
-   default
-
-   # 4.1.0_p13's patch10 patches a .texi file *and* the corresponding
-   # info file. We need to make sure the info file is newer, so the
-   # build doesn't try to run makeinfo. Won't be needed on next release.
-   #touch "${S}/doc/mpfr.info" || die
-}
-
-multilib_src_configure() {
-   # bug #476336#19
-   # Make sure mpfr doesn't go probing toolchains it shouldn't
-   ECONF_SOURCE="${S}" \
-   user_redefine_cc=yes \
-   econf $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   rm "${ED}"/usr/share/doc/${PF}/COPYING* || die
-
-   if ! use static-libs ; then
-   find "${ED}"/usr -name '*.la' -delete || die
-   fi
-}

diff --git a/dev-libs/mpfr/mpfr-4.2.0_p7.ebuild 
b/dev-libs/mpfr/mpfr-4.2.0_p7.ebuild
deleted file mode 100644
index f622527c68cf..
--- a/dev-libs/mpfr/mpfr-4.2.0_p7.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2023 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/vincentlefevre.asc
-inherit multilib-minimal verify-sig
-
-# Upstream distribute patches before a new release is made
-# See https://www.mpfr.org/mpfr-current/#bugs for the latest version (and 
patches)
-
-# Check whether any patches touch e.g. manuals!
-# 
https://archives.gentoo.org/gentoo-releng-autobuilds/message/c2dd39fc4ebc849db6bb0f551739e2ed
-MY_PV=${PV%%_p*}
-MY_PATCH=$(ver_cut 5-)
-MY_PATCHES=()

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

2023-06-01 Thread Sam James
commit: e000110e26ea65fb310dd03aff6f0d92c7405ced
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 02:12:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 02:12:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e000110e

sys-boot/palo: add 2.24

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

 sys-boot/palo/Manifest |  1 +
 sys-boot/palo/palo-2.24.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest
index 6bacac28d425..be0404c817cc 100644
--- a/sys-boot/palo/Manifest
+++ b/sys-boot/palo/Manifest
@@ -1 +1,2 @@
 DIST palo-2.22.tar.gz 130037 BLAKE2B 
bbca5662ecc0d67bb8af478ee67f5d872888170b0072d6b2620b3c6ca61e52f6519209b620ffb1dfc40d1e746b522dc89118e292fd5cb78e9f3ba7eec7277a2b
 SHA512 
817bf2dc40d01464aa943cd5495950b89196628f2ef002f6334bbc526515d9e4885532821bf18134b7d4b3adbd20d850ee2d6c2350a663f432d567ac56ef7a90
+DIST palo-2.24.tar.gz 132587 BLAKE2B 
a24bd6b70cf395b1254c280821f92eb00e02cb2dc0cc142e7bb706361c86a2fd45424f832d6c3ff383f02bde3eccc6e250a7ee279af3977b5bc2b2576e6ac9d0
 SHA512 
e520eff46798b7b94eed081c6310b1dfda07918e5f31ce140095b6742d81b85e62a657aa3761f9a3819ad7c8897d548af8fdd85b43997386c2ec6ace6fbf1b2e

diff --git a/sys-boot/palo/palo-2.24.ebuild b/sys-boot/palo/palo-2.24.ebuild
new file mode 100644
index ..6eae2c2820e0
--- /dev/null
+++ b/sys-boot/palo/palo-2.24.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="PALO: PArisc Linux Loader"
+HOMEPAGE="https://parisc.wiki.kernel.org/ 
https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git/;
+if [[ ${PV} ==  ]] ; then
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git;
+   inherit git-r3
+else
+   
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz;
+   KEYWORDS="-* ~hppa"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.00-toolchain.patch
+)
+
+src_compile() {
+   local target
+   for target in '-C palo' '-C ipl' 'iplboot'; do
+   emake AR="$(tc-getAR)" CC="$(tc-getCC)" LD="$(tc-getLD)" 
${target}
+   done
+}
+
+src_install() {
+   into /
+   dosbin palo/palo
+
+   insinto /usr/share/palo
+   doins iplboot
+
+   insinto /etc
+   doins "${FILESDIR}"/palo.conf
+
+   insinto /etc/kernel/postinst.d
+   insopts -m 0744
+   doins "${FILESDIR}"/99palo
+
+   doman palo.8
+
+   dodoc TODO debian/changelog README.html
+}



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

2023-06-01 Thread Sam James
commit: 6dedf8b5cab72ec6d2c4a3067fab19ab8774e312
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 01:52:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 01:52:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dedf8b5

dev-python/jinja2_pluralize: enable py3.12

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

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

diff --git a/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0-r1.ebuild 
b/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0-r1.ebuild
index 4458b70e401d..06212623a6f4 100644
--- a/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0-r1.ebuild
+++ b/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-06-01 Thread Sam James
commit: fd6b3fcdbc4106ca78401042f5e93e561263d458
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 01:47:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 01:47:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6b3fcd

dev-python/flatdict: enable py3.12

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

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

diff --git a/dev-python/flatdict/flatdict-4.0.1.ebuild 
b/dev-python/flatdict/flatdict-4.0.1.ebuild
index 5a3ad40a..f3bb57ac75c9 100644
--- a/dev-python/flatdict/flatdict-4.0.1.ebuild
+++ b/dev-python/flatdict/flatdict-4.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-06-01 Thread Sam James
commit: 171f33d484a65932e8048970124482f2c3adb0de
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 01:46:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 01:46:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171f33d4

dev-python/pylast: enable py3.12

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

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

diff --git a/dev-python/pylast/pylast-5.1.0.ebuild 
b/dev-python/pylast/pylast-5.1.0.ebuild
index d72f41f96819..0ca52750d20d 100644
--- a/dev-python/pylast/pylast-5.1.0.ebuild
+++ b/dev-python/pylast/pylast-5.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-06-01 Thread Sam James
commit: 3ba9230c6d42b8ac0eb0c73fa03870b54de0d2b7
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 01:38:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 01:38:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba9230c

dev-util/cvise: fix merge conflict markers in KEYWORDS

Thanks to username234 for reporting.

Fixes: 5849d652941d202823b36b7e246d890f25af3c25
Signed-off-by: Sam James  gentoo.org>

 dev-util/cvise/cvise-2.8.0.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-util/cvise/cvise-2.8.0.ebuild 
b/dev-util/cvise/cvise-2.8.0.ebuild
index cb702c48606d..417428e5e07d 100644
--- a/dev-util/cvise/cvise-2.8.0.ebuild
+++ b/dev-util/cvise/cvise-2.8.0.ebuild
@@ -15,11 +15,7 @@ SRC_URI="
 
 LICENSE="UoI-NCSA"
 SLOT="0"
-<<< HEAD
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-===
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
->>> 2a0536d75d4e (dev-util/cvise: Keyword 2.8.0 riscv, #907672)
 IUSE="test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



[gentoo-commits] repo/proj/guru:dev commit in: games-emulation/dosbox-x/

2023-06-01 Thread Yuan Liao
commit: a589c0117707a28fcc8249cb8f32017e8bd62ed6
Author: Yuan Liao  gmail  com>
AuthorDate: Fri Jun  2 01:25:37 2023 +
Commit: Yuan Liao  gmail  com>
CommitDate: Fri Jun  2 01:25:37 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a589c011

games-emulation/dosbox-x: Drop 2023.03.31

Signed-off-by: Yuan Liao  gmail.com>

 games-emulation/dosbox-x/Manifest  |   1 -
 .../dosbox-x/dosbox-x-2023.03.31.ebuild| 197 -
 2 files changed, 198 deletions(-)

diff --git a/games-emulation/dosbox-x/Manifest 
b/games-emulation/dosbox-x/Manifest
index 019ac1981..b6cd02f78 100644
--- a/games-emulation/dosbox-x/Manifest
+++ b/games-emulation/dosbox-x/Manifest
@@ -1,2 +1 @@
-DIST dosbox-x-v2023.03.31.tar.gz 67926579 BLAKE2B 
d5668bfed2fb05f93364cc0b0886716f919666ce3743d6bd371f55ea280848fc880067d6e2c6b327be606a44e5518ffb0e3c140774ed29a169ddaa9e1da8136c
 SHA512 
376901f7795ba3f98af6b4cb8afc52298065c96e58be3db285dce81f5eb82455a7e7dac00d170aa54a7f83183dae71c7e6951494480cb726239bc22313790733
 DIST dosbox-x-v2023.05.01.tar.gz 68071717 BLAKE2B 
ce03956b9efc3c4470ee811e3062fe66d727946d8355f2a3de42260c21c499cb03cc5079e6a6c9883fdbae48c3b4f7d30dd702834150e2121e6549189a02d082
 SHA512 
2fd1022aff0a5468321f02a611927f5e33b19a87efaca0c298e83fed736379cc1fbe96b05ce61d997fa19b5cc6de95b4bc4697fe3a0ba761e7eea30cb6da4455

diff --git a/games-emulation/dosbox-x/dosbox-x-2023.03.31.ebuild 
b/games-emulation/dosbox-x/dosbox-x-2023.03.31.ebuild
deleted file mode 100644
index f5c74e3b7..0
--- a/games-emulation/dosbox-x/dosbox-x-2023.03.31.ebuild
+++ /dev/null
@@ -1,197 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools toolchain-funcs xdg
-
-if [[ "${PV}" ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/joncampbell123/dosbox-x.git;
-else
-   
SRC_URI="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${PV}.tar.gz;
-   S="${WORKDIR}/${PN}-${PN}-v${PV}"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Complete, accurate DOS emulator forked from DOSBox"
-HOMEPAGE="https://dosbox-x.com/;
-
-# Stay consistent with games-emulation/dosbox::gentoo even though source file
-# headers specify the GPL version to be "either version 2 of the License, or
-# (at your option) any later version."  The same header is used in both the
-# DOSBox source tree and the DOSBox-X source tree.
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="X debug ffmpeg fluidsynth freetype opengl png slirp"
-# Unit tests are only available in debug builds
-RESTRICT="!debug? ( test )"
-
-BDEPEND="
-   dev-lang/nasm
-   sys-libs/libcap
-"
-
-# Unconditionally pulling in automagically-enabled optional dependencies:
-# - media-libs/alsa-lib
-# - media-libs/sdl2-net
-# - net-libs/libpcap
-#
-# With media-libs/libsdl2[-X,wayland], this package does work on a Wayland
-# desktop, but (at least on GNOME) the program does not launch in a movable
-# and resizable window; whereas with media-libs/libsdl2[X], it does.  Thus,
-# unconditionally require media-libs/libsdl2[X] for better user experience.
-#
-# DOSBox-X works with multiple audio backends of SDL 2 but requires at least
-# one available backend (https://bugs.gentoo.org/901303).  Unconditionally
-# depending on media-libs/libsdl2[alsa] to satisfy this requirement since
-# this ebuild already unconditionally pulls in media-libs/alsa-lib.
-RDEPEND="
-   media-libs/alsa-lib
-   media-libs/libsdl2[X,alsa,opengl?,sound,threads,video]
-   media-libs/sdl2-net
-   net-libs/libpcap
-   sys-libs/zlib
-   X? (
-   x11-libs/libX11
-   x11-libs/libXrandr
-   x11-libs/libxkbfile
-   )
-   debug? ( sys-libs/ncurses:= )
-   ffmpeg? ( media-video/ffmpeg:= )
-   fluidsynth? ( media-sound/fluidsynth:= )
-   freetype? ( media-libs/freetype )
-   opengl? ( media-libs/libglvnd[X] )
-   png? ( media-libs/libpng:= )
-   slirp? ( net-libs/libslirp )
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-
-pkg_pretend() {
-   if use ffmpeg && use !png; then
-   ewarn "Setting the 'ffmpeg' USE flag when the 'png' USE flag is"
-   ewarn "unset does not have any effect.  Unsetting the 'png' USE"
-   ewarn "flag disables the video capture feature, so additional"
-   ewarn "video capture formats enabled by the 'ffmpeg' USE flag"
-   ewarn "will end up being unused."
-   fi
-}
-
-src_prepare() {
-   default
-
-   # https://bugs.gentoo.org/887669
-   # Mask lines touching '-O*', and avoid creating an empty command
-   # list as a result to not break 'if', 'for', or functions
-   sed -i -E -e 's/((C|CXX)FLAGS=.*-O)/: \1/' configure.ac ||
-   die "Failed to stop configure.ac from touching '-O*' compiler 
flags"
-
-   eautoreconf
-}
-
-src_configure() {
-   local 

[gentoo-commits] repo/gentoo:master commit in: x11-apps/xwininfo/

2023-06-01 Thread Yixun Lan
commit: 2df337115d8198ecf871b00fe2afc1805afa1025
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Jun  2 01:15:25 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jun  2 01:15:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df33711

x11-apps/xwininfo: Keyword 1.1.6 riscv, #907637

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

 x11-apps/xwininfo/xwininfo-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xwininfo/xwininfo-1.1.6.ebuild 
b/x11-apps/xwininfo/xwininfo-1.1.6.ebuild
index 067ef162ddca..8af6b0ba7318 100644
--- a/x11-apps/xwininfo/xwininfo-1.1.6.ebuild
+++ b/x11-apps/xwininfo/xwininfo-1.1.6.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
 inherit xorg-3
 
 DESCRIPTION="window information utility for X"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=x11-libs/libxcb-1.6:=



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-errors/

2023-06-01 Thread Yixun Lan
commit: c72a979493109977ac499825eb172ec3ddd282c0
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Jun  2 01:15:22 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jun  2 01:15:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72a9794

x11-libs/xcb-util-errors: Keyword 1.0.1 riscv, #907637

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

 x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild 
b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild
index e707b67822ff..424567c6428b 100644
--- a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild
+++ b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild
@@ -11,7 +11,7 @@ inherit python-any-r1 xorg-3
 DESCRIPTION="Library that gives human readable names to XCB error, event, & 
request codes"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors;
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:="
 DEPEND="${RDEPEND}



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

2023-06-01 Thread Yixun Lan
commit: 5849d652941d202823b36b7e246d890f25af3c25
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Jun  2 00:22:31 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jun  2 01:13:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5849d652

dev-util/cvise: Keyword 2.8.0 riscv, #907672

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

 dev-util/cvise/cvise-2.8.0.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-util/cvise/cvise-2.8.0.ebuild 
b/dev-util/cvise/cvise-2.8.0.ebuild
index 4cf31b14483b..cb702c48606d 100644
--- a/dev-util/cvise/cvise-2.8.0.ebuild
+++ b/dev-util/cvise/cvise-2.8.0.ebuild
@@ -15,7 +15,11 @@ SRC_URI="
 
 LICENSE="UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+<<< HEAD
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
+===
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+>>> 2a0536d75d4e (dev-util/cvise: Keyword 2.8.0 riscv, #907672)
 IUSE="test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3status-rust/

2023-06-01 Thread Lucio Sauer
commit: d70b31ef0ec43be2ea9bed74b9a367652dccbc7c
Author: Lucio Sauer  posteo  net>
AuthorDate: Fri Jun  2 00:32:17 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Fri Jun  2 00:33:25 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d70b31ef

x11-misc/i3status-rust: add 0.31.6

Signed-off-by: Lucio Sauer  posteo.net>

 x11-misc/i3status-rust/Manifest|   1 +
 x11-misc/i3status-rust/i3status-rust-0.31.6.ebuild | 361 +
 2 files changed, 362 insertions(+)

diff --git a/x11-misc/i3status-rust/Manifest b/x11-misc/i3status-rust/Manifest
index 332f37331..7ce913c21 100644
--- a/x11-misc/i3status-rust/Manifest
+++ b/x11-misc/i3status-rust/Manifest
@@ -95,6 +95,7 @@ DIST humantime-2.1.0.crate 16749 BLAKE2B 
e2ae8325b037fb175b9200cc5c1944ce579056c
 DIST hyper-0.14.26.crate 195570 BLAKE2B 
5a663a038d930c467fdfb2694eedd7f98e3ff994516102d5f6882407d3d6edc6f2195f905d707be1c644d7286f9f17188ae5f0fb02a2ff1a17d2621b0abef36e
 SHA512 
7ffae47f5d4e98283202cf6dbb0ad8ffbcf9f0207c8e8aeece7432bda50f4e4d2b2fd97e85c89a42d23b9f607dae5c223d51f90b41b8b9b060bb84781ec0224b
 DIST hyper-tls-0.5.0.crate 13257 BLAKE2B 
50cbe4ca7c1862fd3fff192de070341dd32bfb9f108b516e1e261ec8da7c4f7972b7b66e3d45c1497733a913b0281bef706994270ec8bd03eba7368612127aa4
 SHA512 
45dc16cc9ce48706e0b3575dca35ba1b6b3084dda8c2cc489d126e1c4f0bb96a9b2baa860d09f68c5e0a48c2a69e3eaf62f4f0406fffc4efefcd79d26c82896e
 DIST i3status-rust-0.31.5.gh.tar.gz 324421 BLAKE2B 
8d38fcdbc3bdb32e5a3ea0a09e27ee5e0677806dfffc64afdbc0d2ecd1f3e7f19c38c7c264525c7889c10356772c955a381469dcfdb9cd88b4abb9573e177166
 SHA512 
59fdcc514f0fcf0bbb9d5e4fd618f7af482a92448adaacfc2eb5af95d4ff7887971a421fd19a6f660e1fda9a09912251d3f999bc963167a999cf5d5d35e76f11
+DIST i3status-rust-0.31.6.gh.tar.gz 324888 BLAKE2B 
c09374177997f07f2fd92b27c91a267192b4b83336031231355825db3129c7c7aa339c687f27bbf9f8467adb3f98b6e82f476992bc465a1bc4a6fd44b6e4db01
 SHA512 
ddc89bcb61027bb8993b80fe608cfd1d1ee9192b4ba8f6e4057af4d30793dfe0e7e4840e82ed805f55fba3490a5cab179bd9c6bb939e3723315d68c2354c822f
 DIST iana-time-zone-0.1.56.crate 19517 BLAKE2B 
88a83a65b2e17afff6491953c1ec508168e3cb0d720992c7958aa98ffec263d3b32f4ad07664703b1e429d96faa211a50c557d5a1398a849c45ab9df796f8e4c
 SHA512 
d1bc3ccc17c6d3abc44f8662a15b5c84f5381f90dceb5e14a826595706178ba0f8cbf7cfa86d3b7e967a51ef75a27cb868fda7a3531be9bd6e77e813580131e8
 DIST iana-time-zone-haiku-0.1.2.crate 7185 BLAKE2B 
37fa14b589ff092377b9271c414d4e584c5a531f13f70ac48df26df3cc03353db635b4630ba192fc65b800cce11823e91b91f03dfad85e4bed55aa18398156cb
 SHA512 
448224ecafa935472ff6f0aab7cb71f9dabdbe71569c4b94fcc65baea925ef48841577687c9a31106a1826c2105e8dd73c748e9d27fd002648e5b0ce838af6b2
 DIST ident_case-1.0.1.crate 3492 BLAKE2B 
bc79ebeefbb7e3ed1139e3f41d8d20fb175786bb123bdb9c1a92ea70effb4a0e5e798f24b068cd66a1bf20d53eea4bf24de495b5568c2d649ea804389a1327ab
 SHA512 
81003a43f18da5997d644319274502e2066af9f9fd1400afda7cf2986b3ae0b7355b932302723cd3bda2d46b264340434d9279dea58425bad13785698d5808a9

diff --git a/x11-misc/i3status-rust/i3status-rust-0.31.6.ebuild 
b/x11-misc/i3status-rust/i3status-rust-0.31.6.ebuild
new file mode 100644
index 0..c999b88ac
--- /dev/null
+++ b/x11-misc/i3status-rust/i3status-rust-0.31.6.ebuild
@@ -0,0 +1,361 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Autogenerated by pycargoebuild 0.6
+
+EAPI=8
+
+CRATES="
+   aho-corasick-1.0.1
+   android_system_properties-0.1.5
+   anstream-0.3.2
+   anstyle-1.0.0
+   anstyle-parse-0.2.0
+   anstyle-query-1.0.0
+   anstyle-wincon-1.0.1
+   anyhow-1.0.71
+   async-broadcast-0.5.1
+   async-io-1.13.0
+   async-lock-2.7.0
+   async-once-cell-0.5.2
+   async-pidfd-0.1.4
+   async-recursion-1.0.4
+   async-trait-0.1.68
+   autocfg-1.1.0
+   base64-0.13.1
+   base64-0.21.0
+   bitflags-1.3.2
+   block-buffer-0.10.4
+   bumpalo-3.12.2
+   byteorder-1.4.3
+   bytes-1.4.0
+   calibright-0.1.3
+   cc-1.0.79
+   cfg-if-1.0.0
+   charset-0.1.3
+   chrono-0.4.24
+   chrono-tz-0.8.2
+   chrono-tz-build-0.1.0
+   clap-4.2.7
+   clap_builder-4.2.7
+   clap_derive-4.2.0
+   clap_lex-0.4.1
+   clap_mangen-0.2.10
+   colorchoice-1.0.0
+   concurrent-queue-2.2.0
+   convert_case-0.6.0
+   core-foundation-0.9.3
+   core-foundation-sys-0.8.4
+   cpufeatures-0.2.7
+   crossbeam-channel-0.5.8
+   crossbeam-utils-0.8.15
+   crypto-common-0.1.6
+   darling-0.10.2
+   darling-0.20.1
+   darling_core-0.10.2
+   darling_core-0.20.1
+   darling_macro-0.10.2
+   darling_macro-0.20.1
+   data-encoding-2.3.3
+   derivative-2.2.0
+   digest-0.10.6
+   dirs-5.0.1
+   dirs-sys-0.4.1
+   either-1.8.1
+   encoding_rs-0.8.32
+   enumflags2-0.7.7
+   enumflags2_derive-0.7.7
+   

[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3status-rust/

2023-06-01 Thread Lucio Sauer
commit: 8f9d6bd2c531cf363d78ae1d41736284658a8266
Author: Lucio Sauer  posteo  net>
AuthorDate: Fri Jun  2 00:32:37 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Fri Jun  2 00:33:30 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f9d6bd2

x11-misc/i3status-rust: drop 0.31.5

Signed-off-by: Lucio Sauer  posteo.net>

 x11-misc/i3status-rust/Manifest|   1 -
 x11-misc/i3status-rust/i3status-rust-0.31.5.ebuild | 361 -
 2 files changed, 362 deletions(-)

diff --git a/x11-misc/i3status-rust/Manifest b/x11-misc/i3status-rust/Manifest
index 7ce913c21..1e360f1e5 100644
--- a/x11-misc/i3status-rust/Manifest
+++ b/x11-misc/i3status-rust/Manifest
@@ -94,7 +94,6 @@ DIST httpdate-1.0.2.crate 10673 BLAKE2B 
fbe2230262cd041e1ea8d6f9782376c25b0e841d
 DIST humantime-2.1.0.crate 16749 BLAKE2B 
e2ae8325b037fb175b9200cc5c1944ce579056c6662cce307beb6701894552362a25e371aad65f8fb9384945b48815ca74bb8b544a32e0a5845b7edd30b918c9
 SHA512 
3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c
 DIST hyper-0.14.26.crate 195570 BLAKE2B 
5a663a038d930c467fdfb2694eedd7f98e3ff994516102d5f6882407d3d6edc6f2195f905d707be1c644d7286f9f17188ae5f0fb02a2ff1a17d2621b0abef36e
 SHA512 
7ffae47f5d4e98283202cf6dbb0ad8ffbcf9f0207c8e8aeece7432bda50f4e4d2b2fd97e85c89a42d23b9f607dae5c223d51f90b41b8b9b060bb84781ec0224b
 DIST hyper-tls-0.5.0.crate 13257 BLAKE2B 
50cbe4ca7c1862fd3fff192de070341dd32bfb9f108b516e1e261ec8da7c4f7972b7b66e3d45c1497733a913b0281bef706994270ec8bd03eba7368612127aa4
 SHA512 
45dc16cc9ce48706e0b3575dca35ba1b6b3084dda8c2cc489d126e1c4f0bb96a9b2baa860d09f68c5e0a48c2a69e3eaf62f4f0406fffc4efefcd79d26c82896e
-DIST i3status-rust-0.31.5.gh.tar.gz 324421 BLAKE2B 
8d38fcdbc3bdb32e5a3ea0a09e27ee5e0677806dfffc64afdbc0d2ecd1f3e7f19c38c7c264525c7889c10356772c955a381469dcfdb9cd88b4abb9573e177166
 SHA512 
59fdcc514f0fcf0bbb9d5e4fd618f7af482a92448adaacfc2eb5af95d4ff7887971a421fd19a6f660e1fda9a09912251d3f999bc963167a999cf5d5d35e76f11
 DIST i3status-rust-0.31.6.gh.tar.gz 324888 BLAKE2B 
c09374177997f07f2fd92b27c91a267192b4b83336031231355825db3129c7c7aa339c687f27bbf9f8467adb3f98b6e82f476992bc465a1bc4a6fd44b6e4db01
 SHA512 
ddc89bcb61027bb8993b80fe608cfd1d1ee9192b4ba8f6e4057af4d30793dfe0e7e4840e82ed805f55fba3490a5cab179bd9c6bb939e3723315d68c2354c822f
 DIST iana-time-zone-0.1.56.crate 19517 BLAKE2B 
88a83a65b2e17afff6491953c1ec508168e3cb0d720992c7958aa98ffec263d3b32f4ad07664703b1e429d96faa211a50c557d5a1398a849c45ab9df796f8e4c
 SHA512 
d1bc3ccc17c6d3abc44f8662a15b5c84f5381f90dceb5e14a826595706178ba0f8cbf7cfa86d3b7e967a51ef75a27cb868fda7a3531be9bd6e77e813580131e8
 DIST iana-time-zone-haiku-0.1.2.crate 7185 BLAKE2B 
37fa14b589ff092377b9271c414d4e584c5a531f13f70ac48df26df3cc03353db635b4630ba192fc65b800cce11823e91b91f03dfad85e4bed55aa18398156cb
 SHA512 
448224ecafa935472ff6f0aab7cb71f9dabdbe71569c4b94fcc65baea925ef48841577687c9a31106a1826c2105e8dd73c748e9d27fd002648e5b0ce838af6b2

diff --git a/x11-misc/i3status-rust/i3status-rust-0.31.5.ebuild 
b/x11-misc/i3status-rust/i3status-rust-0.31.5.ebuild
deleted file mode 100644
index c999b88ac..0
--- a/x11-misc/i3status-rust/i3status-rust-0.31.5.ebuild
+++ /dev/null
@@ -1,361 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Autogenerated by pycargoebuild 0.6
-
-EAPI=8
-
-CRATES="
-   aho-corasick-1.0.1
-   android_system_properties-0.1.5
-   anstream-0.3.2
-   anstyle-1.0.0
-   anstyle-parse-0.2.0
-   anstyle-query-1.0.0
-   anstyle-wincon-1.0.1
-   anyhow-1.0.71
-   async-broadcast-0.5.1
-   async-io-1.13.0
-   async-lock-2.7.0
-   async-once-cell-0.5.2
-   async-pidfd-0.1.4
-   async-recursion-1.0.4
-   async-trait-0.1.68
-   autocfg-1.1.0
-   base64-0.13.1
-   base64-0.21.0
-   bitflags-1.3.2
-   block-buffer-0.10.4
-   bumpalo-3.12.2
-   byteorder-1.4.3
-   bytes-1.4.0
-   calibright-0.1.3
-   cc-1.0.79
-   cfg-if-1.0.0
-   charset-0.1.3
-   chrono-0.4.24
-   chrono-tz-0.8.2
-   chrono-tz-build-0.1.0
-   clap-4.2.7
-   clap_builder-4.2.7
-   clap_derive-4.2.0
-   clap_lex-0.4.1
-   clap_mangen-0.2.10
-   colorchoice-1.0.0
-   concurrent-queue-2.2.0
-   convert_case-0.6.0
-   core-foundation-0.9.3
-   core-foundation-sys-0.8.4
-   cpufeatures-0.2.7
-   crossbeam-channel-0.5.8
-   crossbeam-utils-0.8.15
-   crypto-common-0.1.6
-   darling-0.10.2
-   darling-0.20.1
-   darling_core-0.10.2
-   darling_core-0.20.1
-   darling_macro-0.10.2
-   darling_macro-0.20.1
-   data-encoding-2.3.3
-   derivative-2.2.0
-   digest-0.10.6
-   dirs-5.0.1
-   dirs-sys-0.4.1
-   either-1.8.1
-   encoding_rs-0.8.32
-   enumflags2-0.7.7
-   enumflags2_derive-0.7.7
-   

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

2023-06-01 Thread Sam James
commit: 765cf801b251b0dbecaaf90d070cca1c3d2b6962
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 00:33:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 00:33:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765cf801

sys-libs/ncurses: drop 6.4, 6.4_p20230424, 6.4_p20230506

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

 sys-libs/ncurses/Manifest |   3 -
 sys-libs/ncurses/ncurses-6.4.ebuild   | 417 -
 sys-libs/ncurses/ncurses-6.4_p20230424.ebuild | 429 -
 sys-libs/ncurses/ncurses-6.4_p20230506.ebuild | 434 --
 4 files changed, 1283 deletions(-)

diff --git a/sys-libs/ncurses/Manifest b/sys-libs/ncurses/Manifest
index 3c6f33956701..78ae728c9622 100644
--- a/sys-libs/ncurses/Manifest
+++ b/sys-libs/ncurses/Manifest
@@ -159,10 +159,7 @@ DIST ncurses-6.4-20230520.patch.gz 3090 BLAKE2B 
93e376bc6250509c1a83e799efc2d476
 DIST ncurses-6.4-20230520.patch.gz.asc 729 BLAKE2B 
08db3a1a8152c4cc29fcc11b24ec3d1a6d3c425eed9a54f33bc370b86f26a13a9cdd273652c448e6e4dd179f5ca41ae653f7ef44902a10eaa18828e2be3a6247
 SHA512 
7bf2aa9442bc5041ce316af7edc2ff5c5da2ab1bf941c26c6592c8785dc0e47539da3bc2c1e570daafb6a293812f55b8b3b327f90ff9908984eba37e89d5eb7d
 DIST ncurses-6.4-20230527.patch.gz 9787 BLAKE2B 
951a53b87056f2b3b530f03d0bab5a06ecf6bae0bf2fb580af8c0d96ae169e4813ed2063bf1696fd0fcc1cb0f7da03348904818de7ce454cbcb9a42bb939b6b8
 SHA512 
f600d7bdbde1f0752d3d530ceb98e9ba51a246a3bd898cc0d0d65bb8b51dab68fa5668789f5f86473c28eb890ec62cecf8e4dc901ac96fccf162c1a5f161f897
 DIST ncurses-6.4-20230527.patch.gz.asc 729 BLAKE2B 
472421bd7c9093a293e99ec0f343ed471a77e7aa7f705cd99bb61f907c7059b134158c176fb232c542842ba042a1a88ca8e192df81d2d760a70f26a4d76ae624
 SHA512 
74a0ae5123b339c00f786d4d15a6c100d5d323731b7534e495dd396c9fd03b7ebc61d3fdf6eb71f2fa106160e15da5d093af6e4d53b4a6cfc53c436045a5a614
-DIST ncurses-6.4-patches.tar.xz 63720 BLAKE2B 
6b767f65a9c7e8f9fdebaa2623e3770872e710fa103d11e48509e5315ebf5ad1a37519b1b40c5138e631693fb2e2e30ea5eef11002698a341a623a85c5b0b4fc
 SHA512 
5094f6cb8fa54d9df0802173f1e0ff2ad40fc3d4bd298c0742479f72ba4f9afee0ccf9f0a4eb068b0a5552523abf7b212861b61abbde6f69ff22d62dd686daa9
 DIST ncurses-6.4.tar.gz 3612591 BLAKE2B 
47fd9c2d27f44fa9942552881a471e5067465dbace40bf68b28998dded0556127a1d8662b96de4de4fd76c1c8b98bdae796036553ab4b05ca9f160839d841ba3
 SHA512 
1c2efff87a82a57e57b0c60023c87bae93f6718114c8f9dc010d4c21119a2f7576d0225dab5f0a227c2cfc6fb6bdbd62728e407f35fce5bf351bb50cf9e0fd34
 DIST ncurses-6.4.tar.gz.sig 438 BLAKE2B 
e6a78b8d0cbce1577205b49b0260394094632cefd95294813c7e4e51a2908e8599a9f24b3b648e42ba16c015fb9424b2a82236f58aac3bf96f5400a50482e44e
 SHA512 
f2a7859725b4d5d62f68006338d56598ac6b38a1448983108906e192f0ec922be287cc89bcc79c1ae49ebc80c967af3dd077427f35ae579b00d445c882414fed
 DIST ncurses-6.4_p20230408-patches.tar.xz 80472 BLAKE2B 
0ba8156ebd4f1691fec7bc1b800ef39ce6a4210573c027dd437919cdcd7c995830116da06c69f31c65923845a4d5c88e974673fac38acce5813f7d6cdc646e3e
 SHA512 
32960e2cc4cd9dc60c38b49f46c5ce2c02179479abb66ca29f63cd06475ae8e26299a78b5f06762d114aefbbca3ba6fbebe7093a58106eeaa40cf500d21633a4
-DIST ncurses-6.4_p20230424-patches.tar.xz 63080 BLAKE2B 
3924b22d60d995766987a217b960b4c719a51f7334c9be80d19c0df4615e1f9c657507e77124cc8f5663249cbd480cac6570fdd49362a12e2fb69fcae8c800e8
 SHA512 
188b4da6d75cd15397977a07789ee6365262bd392fb7b2714e870834b2195d29fc5aadff6664a9a13d8d73e88aa43f502ae97c7b1f980231ce392a05ed4d3eb7
-DIST ncurses-6.4_p20230506-patches.tar.xz 63132 BLAKE2B 
5067aa5f82ff9c9ffad0cc9effc1990095b808a1c76ce1ad640aef39f896ed3f1a81caf000cbdb355a2f213133d877bad949ca14debeb88b2d0d3c3a8331e605
 SHA512 
cef883f486cf5b2abecfd951e408aeeb76257b53abea465b33b0e9f4b9bd9b7dc001f4aa48dcbd429143ed14b784bd841bcd5bc722d528d21521d5630dcf8315
 DIST ncurses-6.4_p20230527-patches.tar.xz 63080 BLAKE2B 
9db4ac28c8936d3a9c6f3ca5cb8a4c92aa79ee4ce49789bcfc9c031a0454bf6f55a0544bc4a3dbb5c243ed9b2d0792afb98622a6a14b11675b7988100a650eb5
 SHA512 
3eacda173e8a177cd201ca3fef65311ac92e7e5af4039dc8a5792beae7db1d37efd06f5a55c249eebb771d1245995ff3a206a45794936b6b4299151666dbeade

diff --git a/sys-libs/ncurses/ncurses-6.4.ebuild 
b/sys-libs/ncurses/ncurses-6.4.ebuild
deleted file mode 100644
index ab876df76ad1..
--- a/sys-libs/ncurses/ncurses-6.4.ebuild
+++ /dev/null
@@ -1,417 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/thomasdickey.asc
-inherit flag-o-matic toolchain-funcs multilib multilib-minimal preserve-libs 
usr-ldscript verify-sig
-
-MY_PV="${PV:0:3}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Console display library"
-HOMEPAGE="https://www.gnu.org/software/ncurses/ 
https://invisible-island.net/ncurses/;
-# Keep invisible-mirror.net here as some users reported 403 forbidden with 
invisible-island.net
-SRC_URI="
-   

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

2023-06-01 Thread Sam James
commit: 709240c79986e92294e0329e66b99f20dd05b1de
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 23:47:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 00:24:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709240c7

net-misc/ntp: add 4.2.8_p16

We don't need to generate our own man pages, see:
```
 * CMP: =net-misc/ntp-4.2.8_p15-r6 with net-misc/ntp-4.2.8_p16/image
 *  FILES:-usr/share/man/man8/keygen.8.xz
 *  FILES:-usr/share/man/man8/ntpd.8.xz
 *  FILES:-usr/share/man/man8/ntpdate.8.xz
 *  FILES:-usr/share/man/man8/ntpdc.8.xz
 *  FILES:-usr/share/man/man8/ntpdsim.8.xz
 *  FILES:-usr/share/man/man8/ntpq.8.xz
 *  FILES:-usr/share/man/man8/ntptime.8.xz
 *  FILES:-usr/share/man/man8/ntptrace.8.xz
 *  FILES:-usr/share/man/man8/tickadj.8.xz
 *   SIZE: 18.14MiB -> 18.17MiB, 305 -> 296 files
 * --> FILES(-9) SIZE(+0.16%)
```

... but man pages remain in man1.

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

 net-misc/ntp/Manifest |   1 +
 net-misc/ntp/ntp-4.2.8_p16.ebuild | 158 ++
 2 files changed, 159 insertions(+)

diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest
index c61825354c75..8d4e8fc54354 100644
--- a/net-misc/ntp/Manifest
+++ b/net-misc/ntp/Manifest
@@ -1,2 +1,3 @@
 DIST ntp-4.2.8p15-manpages.tar.xz 25700 BLAKE2B 
6a225bc19dcebee31cb8e0d621963863d567a882655b57be8b65a16f9d3dd138787c7c6b9ff08853306f2e9b11d65cb76e3215cc5b2262a91c411d437974fc18
 SHA512 
21721550864b4e7e91bf20ca894109253439b737799dfc803e1496b3454199f34646f40e0156c08a39d5914e5a92f35908cec0245e1e2627c75c0e64939ba028
 DIST ntp-4.2.8p15.tar.gz 7015970 BLAKE2B 
5697d6623d79686f9ca9ad907172bf942383067d1e9817117d20db042e9f7410644f236f1a0d77ab6bf6ec468476e12ea65b494a28f0dd8674bf08fc8875cfef
 SHA512 
f5ad765e45fc302263dd40e94c287698fd235b94f3684e49f1d5d09d7d8bdd6b8c0fb96ecdabffea3d233e1e79b3c9687b76dc204ba76bad3f554682f4a97794
+DIST ntp-4.2.8p16.tar.gz 7084978 BLAKE2B 
a6cd6f56da7fda85be70f1293674fdab76140608407b5bda422049a49133694803cf3d38174a329d75f599fcce0ff899c00b47a18b22a1b801e495b476445a3e
 SHA512 
0b4a3336def620d3ab2f06dacf8621e848167e35657c0a1206eca178a7541dd8730071bd7a0a8dea2c4682c4f38d31c3772d01093c26fd5a4395e37a86e770e2

diff --git a/net-misc/ntp/ntp-4.2.8_p16.ebuild 
b/net-misc/ntp/ntp-4.2.8_p16.ebuild
new file mode 100644
index ..89ee3f382279
--- /dev/null
+++ b/net-misc/ntp/ntp-4.2.8_p16.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic systemd tmpfiles
+
+MY_P=${P/_p/p}
+DESCRIPTION="Network Time Protocol suite/programs"
+HOMEPAGE="https://www.ntp.org/;
+SRC_URI="https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV:0:3}/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="HPND BSD ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="caps debug ipv6 openntpd parse-clocks readline samba selinux snmp ssl 
+threads vim-syntax zeroconf"
+
+DEPEND="
+   >=dev-libs/libevent-2.0.9:=[threads(+)?]
+   readline? ( >=sys-libs/readline-4.1:= )
+   kernel_linux? ( caps? ( sys-libs/libcap ) )
+   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
+   snmp? ( net-analyzer/net-snmp )
+   ssl? ( dev-libs/openssl:= )
+   parse-clocks? ( net-misc/pps-tools )
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/ntp
+   acct-user/ntp
+   selinux? ( sec-policy/selinux-ntp )
+   vim-syntax? ( app-vim/ntp-syntax )
+   !net-misc/ntpsec
+   !openntpd? ( !net-misc/openntpd )
+"
+BDEPEND="
+   acct-group/ntp
+   acct-user/ntp
+   virtual/pkgconfig
+"
+PDEPEND="openntpd? ( net-misc/openntpd )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.2.8-ipc-caps.patch # bug #533966
+   "${FILESDIR}"/${PN}-4.2.8-sntp-test-pthreads.patch # bug #563922
+   "${FILESDIR}"/${PN}-4.2.8_p14-add_cap_ipc_lock.patch # bug #711530
+   "${FILESDIR}"/${PN}-4.2.8_p15-configure-clang16.patch
+)
+
+src_prepare() {
+   default
+
+   # Make sure every build uses the same install layout, bug #539092
+   find sntp/loc/ -type f '!' -name legacy -delete || die
+
+   # bug #622754
+   eautoreconf
+
+   # Disable pointless checks.
+   touch .checkChangeLog .gcc-warning FRC.html html/.datecheck || die
+}
+
+src_configure() {
+   # bug #264109
+   append-cppflags -D_GNU_SOURCE
+
+   # avoid libmd5/libelf
+   export ac_cv_search_MD5Init=no ac_cv_header_md5_h=no
+   export ac_cv_lib_elf_nlist=no
+   # blah, no real configure options #176333
+   export ac_cv_header_dns_sd_h=$(usex zeroconf)
+   export ac_cv_lib_dns_sd_DNSServiceRegister=${ac_cv_header_dns_sd_h}
+   # Unity builds, we don't really need support for it, bug #804109
+   export PATH_RUBY=/bin/false
+
+   local 

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

2023-06-01 Thread Sam James
commit: 7ab330b91193213fdc19985470b001ef2ae4586f
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 22:44:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 00:24:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab330b9

sys-devel/gcc: add 11.4.1_p20230601

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-11.4.1_p20230601.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index c5f96b64ac4e..fa4efddbb9b0 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -7,6 +7,7 @@ DIST gcc-10.5.0-patches-6.tar.xz 18208 BLAKE2B 
4cac3340108fb378c76ad62b728429f3c
 DIST gcc-11-20230427.tar.xz 76165128 BLAKE2B 
dd896b418c1fce35a61005d5b5c90cfd1246d37d23c2a8fc08bacd7d7ca84c353f3ccf5de2370ae5e5ca95c7ae3deab3565b3f65eb78b611dbe5ad4a256516f0
 SHA512 
fada917a832be5d2e15ee32f24e19fc87b851dc8e6fc75d1be6d25d3510dba408ae3ef3b245ff239c51aa3d243c95f12269695611e5c8965ba55f5aa4730778d
 DIST gcc-11-20230518.tar.xz 76192980 BLAKE2B 
8397a32e6f5800b3ed7be3d7f4afd03511ecd39e93b210a73d59a9a6bf9a7daf8e20524842a661597727df16548fba1a650884d7a4518d647387cd48825116de
 SHA512 
5259726703a8769e0a170dffdb84ce605ac43289b13a9b2cbb95fa19a9abc37859176e5184ca8958e209991ebe4eb9e3ce2fe22f66c7cec1d434a630a68d50c3
 DIST gcc-11-20230525.tar.xz 76192248 BLAKE2B 
58f0ca1b6a8daa8a7fc23da47d851e6345ff1ebc0e741458700fe835a044625ee0ac1e42b3fad39fadd5926d15cca625d6c72c51ab4e9b70608a7526973aff39
 SHA512 
7ad900cd95e5d2e7e9679d1a18781a91ad7796e017ba0e1401da14c7e47133778bceec2a62b2e9b7a9b912e9db0f21ccd5f93972a7ca1324e394a9bcdc530714
+DIST gcc-11-20230601.tar.xz 76183336 BLAKE2B 
90fc8d803463a3c34a27aaa05c6ab28ce2478d8e10929b61a18e3055778d65f22ac8a53f8d6c5632ef6aabaabec9aefb95a10157f51f85b3afd6f401bbad4edc
 SHA512 
715f226178182c9c28703b26378784dd38f7a90aee74d0b01fcc24d867a39e36765178a7c08d6ffa4ff8fa45952092002441ddd7426bbdd306b4af11cf25e3e7
 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607
 SHA512 
17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c
 DIST gcc-11.4.0-patches-10.tar.xz 13852 BLAKE2B 
54937d13e30e2a5303c7e197fae09eeed35ca0b9783625e02578fcee829b5503fb22d664366322b304df7d01ae807d00af7c93db3e3ceebe4851e15647724f87
 SHA512 
31b4d7a2e7cc589e92e12c3583d13d41c523cafbd309bc0532df9b68ea2473c89daef4c0edd3ce2917b5823d81a7792f145b9449f16277d0d64c22ceff50bbb9
 DIST gcc-11.4.0-patches-9.tar.xz 14704 BLAKE2B 
9aa2ecbac493d3040694e9930738e57d59a764b90ab92b91709c319b883f28ad108767e5d11e8b62af40bf1e583d5ff83a03e8c895f904bc6f41315ce9ab4f0a
 SHA512 
ac8b7c6c382ffacc4e9d08299440fc237fa366ec36fb8eb7a8d426b64a4186384a262e6380dc83ed7f7240125ce26a8435c8a4e0e13976ef2652067a7129bd17

diff --git a/sys-devel/gcc/gcc-11.4.1_p20230601.ebuild 
b/sys-devel/gcc/gcc-11.4.1_p20230601.ebuild
new file mode 100644
index ..9b57b16f07be
--- /dev/null
+++ b/sys-devel/gcc/gcc-11.4.1_p20230601.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 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="10"
+PATCH_GCC_VER="11.4.0"
+MUSL_VER="2"
+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
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
+   # bug #830454
+   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+   DEPEND="${RDEPEND}"
+   BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-)?]"
+fi
+
+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: sci-libs/proj/

2023-06-01 Thread Sam James
commit: 0c5343e8f6ce44104b878ca16798c0fd790cd4b5
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  2 00:23:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 00:24:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5343e8

sci-libs/proj: add 9.2.1

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

 sci-libs/proj/Manifest  |  1 +
 sci-libs/proj/proj-9.2.1.ebuild | 79 +
 2 files changed, 80 insertions(+)

diff --git a/sci-libs/proj/Manifest b/sci-libs/proj/Manifest
index 8cd76f96a42c..12b085cd9ca8 100644
--- a/sci-libs/proj/Manifest
+++ b/sci-libs/proj/Manifest
@@ -1,4 +1,5 @@
 DIST proj-9.1.1.tar.gz 5311995 BLAKE2B 
d51652f649ac97f419740e30facd86b04ee0872197d235aecc9d8fd50c18340bc7969a4a78c33f28753fc8b5556e7e8bdc47e0b6a9d9971e214575481cf25c0b
 SHA512 
b9d19a999e063e465579eb86da3fd2aa32fd894f0d15ba178733bcbad92246b3b3ea1811a276cd556874e171a5ba7cfd678ce563c0b8626c6db9349a64c04726
 DIST proj-9.2.0.tar.gz 5521397 BLAKE2B 
e3793c619b662a22c1e63d38885dae012256d798f7acde4e29f2021502c45b32eff1e0025c2418b8eea38c30ed15b6baba375ca52b07f3d416aae53e5bfaef1e
 SHA512 
b9c5c72ba2ff1ab4b3c34ab43da411613d27e5206d38c734909fd7a8ab84a113f25a85633c1da1d35af5de22534e3d82f5a66edae52547d3016b51c3bf53f771
+DIST proj-9.2.1.tar.gz 5536575 BLAKE2B 
e08dc370cfac2c6358e1b28e44f3893c75e07fd64a4235041edf836885d31af33605673486edb122cec8aa13a2c564156c429a68e5045de52d8ea970d2e440f1
 SHA512 
5640e9bd4ea24a0e0b1521c90b8f709b64b9ee357190aaf08af0cff5df68ae93bdfb27211bde5c50340b067fc218b4f2aa8fb998ed2852ebeb2c2ad0ac4629ef
 DIST proj-data-1.12.tar.gz 611423889 BLAKE2B 
5376f041aae1a23668a0cae79f4deadff29aad80a1187f837cd5c62c21dc49738fc598c52825f5d8575cd135b55c188d9456b5da72adc6a507fa778f0cad6596
 SHA512 
788d7c3ad70dd7aab21824ff189dd0cddc28b7e64999f6a9953d7af95f9fabab7143b0f1c3bed19d5deb8f3e3a7be62723fc5fda778fcaefab0ab6d449db5def
 DIST proj-data-1.13.tar.gz 709788173 BLAKE2B 
33a487f327d2b35acfd6c7c12286bcd6e338c3459540482f968ef7038d78cea9d1519d89ba979f493e007fa961e0eb955889bf2348a235705ec3b71abf1e31c1
 SHA512 
14eca1b47dad913de608babc73708a35da8bb614c5374e990564a32549998a16e90d4c548f2dac0cd555fc8a4a645eeaf649db929cc38906bee1050e378a662e

diff --git a/sci-libs/proj/proj-9.2.1.ebuild b/sci-libs/proj/proj-9.2.1.ebuild
new file mode 100644
index ..816fcfaec6bf
--- /dev/null
+++ b/sci-libs/proj/proj-9.2.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+# Check https://proj.org/download.html for latest data tarball
+PROJ_DATA="proj-data-1.13.tar.gz"
+DESCRIPTION="PROJ coordinate transformation software"
+HOMEPAGE="https://proj.org/;
+SRC_URI="
+   https://download.osgeo.org/proj/${P}.tar.gz
+   https://download.osgeo.org/proj/${PROJ_DATA}
+"
+
+LICENSE="MIT"
+# Changes on every major release
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="curl test +tiff"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-db/sqlite:3
+   curl? ( net-misc/curl )
+   tiff? ( media-libs/tiff:= )
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-cpp/gtest )
+"
+
+src_unpack() {
+   unpack ${P}.tar.gz
+
+   cd "${S}"/data || die
+   mv README README.DATA || die
+
+   unpack ${PROJ_DATA}
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTING=$(usex test)
+   -DBUILD_PROJSYNC=$(usex curl)
+   -DENABLE_CURL=$(usex curl)
+   -DENABLE_TIFF=$(usex tiff)
+   )
+
+   if use test ; then
+   mycmakeargs+=(
+   -DUSE_EXTERNAL_GTEST=ON
+   -DBUILD_BENCHMARKS=OFF
+   -DRUN_NETWORK_DEPENDENT_TESTS=OFF
+   )
+   fi
+
+   cmake_src_configure
+}
+
+src_test() {
+   local myctestargs=(
+   # proj_test_cpp_api: 
https://lists.osgeo.org/pipermail/proj/2019-September/008836.html
+   # testprojinfo: Also related to map data?
+   -E "(proj_test_cpp_api|testprojinfo)"
+   )
+
+   cmake_src_test
+}
+
+src_install() {
+   cmake_src_install
+
+   cd data || die
+   dodoc README.DATA
+
+   find "${ED}" -name '*.la' -type f -delete || die
+}



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

2023-06-01 Thread Sam James
commit: d72054f326a468deaabc288e01013be8a2d2a57b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 22:44:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  2 00:24:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72054f3

net-misc/ntp: drop 4.2.8_p15-r2

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

 net-misc/ntp/ntp-4.2.8_p15-r2.ebuild | 143 ---
 1 file changed, 143 deletions(-)

diff --git a/net-misc/ntp/ntp-4.2.8_p15-r2.ebuild 
b/net-misc/ntp/ntp-4.2.8_p15-r2.ebuild
deleted file mode 100644
index cb0fcdd63097..
--- a/net-misc/ntp/ntp-4.2.8_p15-r2.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic systemd
-
-MY_P=${P/_p/p}
-DESCRIPTION="Network Time Protocol suite/programs"
-HOMEPAGE="http://www.ntp.org/;
-SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV:0:3}/${MY_P}.tar.gz
-   https://dev.gentoo.org/~polynomial-c/${MY_P}-manpages.tar.xz;
-
-LICENSE="HPND BSD ISC"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="caps debug ipv6 openntpd parse-clocks readline samba selinux snmp ssl 
+threads vim-syntax zeroconf"
-
-COMMON_DEPEND="readline? ( >=sys-libs/readline-4.1:0= )
-   >=dev-libs/libevent-2.0.9:=[threads(+)?]
-   kernel_linux? ( caps? ( sys-libs/libcap ) )
-   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
-   snmp? ( net-analyzer/net-snmp )
-   ssl? (
-   dev-libs/openssl:0=
-   )
-   parse-clocks? ( net-misc/pps-tools )"
-BDEPEND="virtual/pkgconfig
-   acct-group/ntp
-   acct-user/ntp"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   acct-group/ntp
-   acct-user/ntp
-   selinux? ( sec-policy/selinux-ntp )
-   vim-syntax? ( app-vim/ntp-syntax )
-   !net-misc/ntpsec
-   !openntpd? ( !net-misc/openntpd )
-"
-PDEPEND="openntpd? ( net-misc/openntpd )"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.2.8-ipc-caps.patch #533966
-   "${FILESDIR}"/${PN}-4.2.8-sntp-test-pthreads.patch #563922
-   "${FILESDIR}"/${PN}-4.2.8_p14-add_cap_ipc_lock.patch #711530
-   "${FILESDIR}"/${PN}-4.2.8_p15-gcc10.patch #759409
-   "${FILESDIR}"/${PN}-4.2.8_p15-glibc-2.34.patch
-)
-
-src_prepare() {
-   default
-   append-cppflags -D_GNU_SOURCE #264109
-   # Make sure every build uses the same install layout. #539092
-   find sntp/loc/ -type f '!' -name legacy -delete || die
-   eautoreconf #622754
-   # Disable pointless checks.
-   touch .checkChangeLog .gcc-warning FRC.html html/.datecheck
-}
-
-src_configure() {
-   # avoid libmd5/libelf
-   export ac_cv_search_MD5Init=no ac_cv_header_md5_h=no
-   export ac_cv_lib_elf_nlist=no
-   # blah, no real configure options #176333
-   export ac_cv_header_dns_sd_h=$(usex zeroconf)
-   export ac_cv_lib_dns_sd_DNSServiceRegister=${ac_cv_header_dns_sd_h}
-   local myeconfargs=(
-   --with-lineeditlibs=readline,edit,editline
-   --with-yielding-select
-   --disable-local-libevent
-   # Increase the default memlimit from 32MiB to 128MiB.  #533232
-   --with-memlock=256
-   $(use_enable caps linuxcaps)
-   $(use_enable parse-clocks)
-   $(use_enable ipv6)
-   $(use_enable debug debugging)
-   $(use_with readline lineeditlibs readline)
-   $(use_enable samba ntp-signd)
-   $(use_with snmp ntpsnmpd)
-   $(use_with ssl crypto)
-   $(use_enable threads thread-support)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   # move ntpd/ntpdate to sbin #66671
-   dodir /usr/sbin
-   mv "${ED}"/usr/bin/{ntpd,ntpdate} "${ED}"/usr/sbin/ || die "move to 
sbin"
-
-   dodoc INSTALL WHERE-TO-START
-   doman "${WORKDIR}"/man/*.[58]
-
-   insinto /etc
-   doins "${FILESDIR}"/ntp.conf
-   use ipv6 || sed -i '/^restrict .*::1/d' "${ED}"/etc/ntp.conf #524726
-   newinitd "${FILESDIR}"/ntpd.rc-r2 ntpd
-   newconfd "${FILESDIR}"/ntpd.confd ntpd
-   newinitd "${FILESDIR}"/ntp-client.rc ntp-client
-   newconfd "${FILESDIR}"/ntp-client.confd ntp-client
-   newinitd "${FILESDIR}"/sntp.rc sntp
-   newconfd "${FILESDIR}"/sntp.confd sntp
-   if ! use caps ; then
-   sed -i "s|-u ntp:ntp||" "${ED}"/etc/conf.d/ntpd || die
-   fi
-   sed -i "s:/usr/bin:/usr/sbin:" "${ED}"/etc/init.d/ntpd || die
-
-   keepdir /var/lib/ntp
-   use prefix || fowners ntp:ntp /var/lib/ntp
-
-   if use openntpd ; then
-   cd "${ED}" || die
-   rm usr/sbin/ntpd || die
-   rm -r var/lib || die
- 

[gentoo-commits] repo/gentoo:master commit in: gui-apps/mako/

2023-06-01 Thread Matthew Thode
commit: 3483d7c3de4048ef4acdac4546b2be43cee5eccd
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jun  2 00:13:51 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Jun  2 00:13:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3483d7c3

gui-apps/mako: add 1.8.0

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

 gui-apps/mako/Manifest  |  1 +
 gui-apps/mako/mako-1.8.0.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/gui-apps/mako/Manifest b/gui-apps/mako/Manifest
index 43829ed23d19..b904781a33e2 100644
--- a/gui-apps/mako/Manifest
+++ b/gui-apps/mako/Manifest
@@ -1 +1,2 @@
 DIST mako-1.7.1.tar.gz 62511 BLAKE2B 
2556e0be7181999624cfa09898649c61a18691559c9693660db0ff79966bead32c327f217ecc66110526f5dfe02154083334ae8fa82f110869a59f29fa9bc5ae
 SHA512 
a6066327fe6f19eb2717773dca0ea52eb1ad5c402780d12aa07b184f8a11c27a7c77e5c037cd9ff618bce35caa740da1af6ad3b41509e80e75ab5c0efb032588
+DIST mako-1.8.0.tar.gz 63143 BLAKE2B 
da39c1d2a1748649432d2760831cee7c9b135114b8e36c48a87900d9a3610fc5103c15f2ed511344d84a3142aa76ddd3680177318d0e096ad0574952632dc0b7
 SHA512 
d187c00296f3c3d4fb2c5964a95e1ac6ab74deb7dc27633d8e8301d60d90e4dc92b0ee66953670c42a3c08160536a4126ee747214c4ea05a30a80fd5e2004ad0

diff --git a/gui-apps/mako/mako-1.8.0.ebuild b/gui-apps/mako/mako-1.8.0.ebuild
new file mode 100644
index ..13a9eb711c00
--- /dev/null
+++ b/gui-apps/mako/mako-1.8.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson systemd
+
+DESCRIPTION="A lightweight notification daemon for Wayland. Works on Sway"
+HOMEPAGE="https://github.com/emersion/mako;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/emersion/${PN}.git;
+else
+   SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="elogind +icons systemd"
+
+RDEPEND="
+   dev-libs/wayland
+   x11-libs/pango
+   x11-libs/cairo
+   || (
+   systemd? ( sys-apps/systemd )
+   elogind? ( sys-auth/elogind )
+   sys-libs/basu
+   )
+   sys-apps/dbus
+   icons? (
+   x11-libs/gtk+:3
+   x11-libs/gdk-pixbuf
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-libs/wayland-protocols-1.21
+"
+BDEPEND="
+   app-text/scdoc
+   dev-util/wayland-scanner
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dicons=$(usex icons enabled disabled)
+   -Dzsh-completions=true
+   -Dfish-completions=true
+   -Dbash-completions=true
+   )
+
+   if use systemd ; then
+   emesonargs+=( -Dsd-bus-provider=libsystemd )
+   elif use elogind ; then
+   emesonargs+=( -Dsd-bus-provider=libelogind )
+   else
+   emesonargs+=( -Dsd-bus-provider=basu )
+   fi
+
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+
+   systemd_douserunit contrib/systemd/mako.service
+}



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

2023-06-01 Thread Adam Pimentel
commit: a4f4fc108601be216b129bf043de529020288ae6
Author: Adam Pimentel  protonmail  com>
AuthorDate: Thu Jun  1 23:49:51 2023 +
Commit: Adam Pimentel  protonmail  com>
CommitDate: Thu Jun  1 23:49:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4f4fc10

net-p2p/p2pool: version bump

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

 net-p2p/p2pool/Manifest  |   8 +++
 net-p2p/p2pool/p2pool-3.4.ebuild | 110 +++
 2 files changed, 118 insertions(+)

diff --git a/net-p2p/p2pool/Manifest b/net-p2p/p2pool/Manifest
index 419d58fa7..d256d717c 100644
--- a/net-p2p/p2pool/Manifest
+++ b/net-p2p/p2pool/Manifest
@@ -35,3 +35,11 @@ DIST p2pool-3.3-randomx.tar.gz 165829 BLAKE2B 
f712e01afd1b08c668774da520a9b9e914
 DIST p2pool-3.3-rapidjson.tar.gz 1107920 BLAKE2B 
1cc96842788014d08637e8cec9c1ef507a0f6ade03ede190accea7950980e317ca40846e5124963290b51046e3063c5198873a22e528a8495d2c9f9aec4ff96d
 SHA512 
58900db212b0b700571b4d4bd6e77f3ecb60f914d8f96cab83aed44c82dd45687aca62326d4d024f837200d1261a52782e772532ff9dc512ac3fe72a9a48137c
 DIST p2pool-3.3-robin-hood-hashing.tar.gz 177642 BLAKE2B 
e66b8388fcd1f6294f67a18bbc45ac8083b9e8fd8d304a35963645934c9054c98c54b10dd8185e72da4d88e3825f7daed8f503f75589e799717aa4a3e1e101f9
 SHA512 
c569727678600d7c7ca0fd436e1fffbefab129455d12c57e01d74c57bf5d470f6e0aefe15e35831f1c31166e1a39398995403b1b5e346547549a819be202cd7a
 DIST p2pool-3.3.tar.gz 59766182 BLAKE2B 
7a58f7e3a390c26cc0ca64551e6576c1e466772064c500d7db817ddd03168f5d0505b39e4ebbdd3357e30a1b9b2a21a6f7a37da1e6eca591357f35ce38dad3c3
 SHA512 
ab7f2944c23d0d7c692bcf74488a3a39ad436b526186b934a4fbf9898b299616405de803bc0df1f605501ff5f440ca432bf656db0983a04e2b23e53b9c35f34e
+DIST p2pool-3.4-cppzmq.tar.gz 46998 BLAKE2B 
fde029a8cecb1f3e7d901225bad1b32fde8d6848c80d7bd1a34025d63ab2288d8a3ef1335268ec6dc6ba3d4fdbb8cc8ff167c2a35112e3322afcd16a6a6d3fc5
 SHA512 
c9615558a5001e2d2772aeb452a1e5d0fbeb13d05e34ad0ee37e85dbff192d03ad4530a7f0a341f72d30062c4e8f34b8545a2c299d7180a8aa4a814b113e6fcd
+DIST p2pool-3.4-curl.tar.gz 3115634 BLAKE2B 
b19eabd3ee0d237e96507ad8a9ba205f55af323f833530b5fa613fd50403f568770270c846beb9a1985139a393309aef1ee215b9f822881c55a9744ea0d99a9d
 SHA512 
ff2a04b19a9938e9fbf16a7bbaf3df8157a802c547189962fcb14cfc7c7c657b80cececb9f28b34cf2ff472f998acf63281689c7307e9db275fbd7ab5c0be6a7
+DIST p2pool-3.4-libuv.tar.gz 1307624 BLAKE2B 
613352e9a61d82567a253a5ccddc3766af691e3d3a557d218e9756d47a225d7ba33c8cb9458b916a87da944e37ca943d52cdc2ed9a5897ca1937ad0f7e692bea
 SHA512 
9f5c578e7d591d67ec50e30a7592232423aa28ff73d3cc5404eaba645152e8af95208883dfee234737073830d01cf7c3193aace03447b9354deb3b68351055b5
+DIST p2pool-3.4-miniupnp.tar.gz 455438 BLAKE2B 
f8ab88a3a2dd3ed5bd8e463e54f4ef38fd2706c2944637f8a5d711bea8aba47e5c270aa4d60fa37ac3efa0df9277860752e72f691e5bac960cdb6bf577006839
 SHA512 
ba81e9e483653a6fe50c867979f2107c8aa8125c0208037e01a953b66f246d60969549ddafd5e3d2ea98a5b9cd8308024d3120c713c815f17bbc8c12bcf22b87
+DIST p2pool-3.4-randomx.tar.gz 165921 BLAKE2B 
67d1c3e0c21307f0205a92ec4d3ad87a49b0b30c299ea916abc7bcd85280aa24491fa6bdb54c08f78c608f57d9dea448db9de67514f8909e6df30a537b2ed279
 SHA512 
d6fcf4c96c793a563fdb0545bad586e35c5bf74753f2d4450d32f247f337b7a417f6c8679a812bb0b52d004f845d3c327553563a637d3538ec42404be0e3e4c9
+DIST p2pool-3.4-rapidjson.tar.gz 1115887 BLAKE2B 
f135cff2fc7d03e6c4507745007bcb0fa8850ec6b745713732ba4ae6d1cd8da1a121b52f7138c50b28bfe66e319de8dc8cc12a98c10b28a5be1f2faa0c58deec
 SHA512 
09911a870773b20ab2cdd37c43ffecb0b7ce921e5de00a27514caff5b412b420cb5c0237743abb9919407d7479f00cd997a1101747e4dd286f2db5c69691b688
+DIST p2pool-3.4-robin-hood-hashing.tar.gz 177642 BLAKE2B 
e66b8388fcd1f6294f67a18bbc45ac8083b9e8fd8d304a35963645934c9054c98c54b10dd8185e72da4d88e3825f7daed8f503f75589e799717aa4a3e1e101f9
 SHA512 
c569727678600d7c7ca0fd436e1fffbefab129455d12c57e01d74c57bf5d470f6e0aefe15e35831f1c31166e1a39398995403b1b5e346547549a819be202cd7a
+DIST p2pool-3.4.tar.gz 64281004 BLAKE2B 
eacb0a568da671efcd6b72e612461b0db2d1120dc4e0fb3e7c7ffdc3d26754a87ad8ee7cfdb3de696de3307f45aa83c5e6a16cb532e2c77f0d1d593742a51f78
 SHA512 
fa9b402d494b9f48157168ad755c81edcad49694e9d193556558b313a37c52fb62001543c54ece0fb539dfb415dbc1a78d926a0347589219d6afcb808233

diff --git a/net-p2p/p2pool/p2pool-3.4.ebuild b/net-p2p/p2pool/p2pool-3.4.ebuild
new file mode 100644
index 0..fc1afc758
--- /dev/null
+++ b/net-p2p/p2pool/p2pool-3.4.ebuild
@@ -0,0 +1,110 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+P2POOL_DIST_COMMIT="143960937e4994fc6df6ccd9f02801758b2141b5"
+   RANDOMX_DIST_COMMIT="59d1483ad70bbe0c8b34d153cc1972c6925fdf24"
+   CPPZMQ_DIST_COMMIT="c66fc6094b2a03439dea8469719e221e80e2e8e7"
+   CURL_DIST_COMMIT="046209e561b7e9b5aab1aef7daebf29ee6e6e8c7"
+   LIBUV_DIST_COMMIT="7bb8ba6afcc88516f84a5b6798739005c511290e"
+   

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2023-06-01 Thread Sam James
commit: 182ec74ec20a6ed276d6313202430fc8da776218
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 22:38:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 22:38:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182ec74e

dev-vcs/git: add 2.41.0

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

 dev-vcs/git/Manifest  |   3 +
 dev-vcs/git/git-2.41.0.ebuild | 644 ++
 2 files changed, 647 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index cb84a7820de9..4fee4e6dfb11 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,9 +1,12 @@
 DIST git-2.39.2.tar.xz 7163224 BLAKE2B 
bcd9abdaf8ce626de7aec2da666395f80212772aa17516f903459d683597184efeeb1d6aad536e0bf722a9bf63df98549fdeaab5b0a48e5500faf83ebf5d7516
 SHA512 
fdca70bee19401c5c7a6d2f3d70bd80b6ba99f6a9f97947de31d4366ee3a78a18d5298abb25727ec8ef67131bca673e48dff2a5a050b6e032884ab04066b20cb
 DIST git-2.39.3.tar.xz 7166100 BLAKE2B 
862a5636df681e46797034bf22ca7712d70ead94ac0a911b81e4eeb3c83e67fdc56b839055b3b54bdab0ffceabe9fa2efb9e2870b1c0f40590ddb33e7427cd2a
 SHA512 
ddd9f41df9d59aedaddb3a3cd551c105903b5f8c86455d4d05a8342920d67754b358b6ab0d6c10cca743b8e0e621baea16f71a9d6290f4d37297a9c45e8b3763
 DIST git-2.40.1.tar.xz 7185260 BLAKE2B 
50957227a572db54b931976d4c22edeaf0d5678d05d37f9478e736487d3e0755c1d70775cea9e3ce82e07f228fa809f3b461fb5b7f267117cc5ae915c096
 SHA512 
9ab41c64c6e666c314683bc4925535e037d43f947b8d327ff7d0379ac12899f4effcc2fe4e47b1ce652ad7140aa4f01f3b99f9cc0cf854cfeface1a5d3e1893e
+DIST git-2.41.0.tar.xz 7273624 BLAKE2B 
9119e1d1ff0ff332559a6609707846c2af7c61bea6ea728e834e4bd7f1ff6dd636a081c227b32a88fc5de1ea8987951cc56d0e94c90bbaa211ff415c5020d070
 SHA512 
a215bc6d89afbddd56adac901c24ea2b7f98a37bf6a6a2756893947012ffaa850e76247a3445a5ab13ab5a462f39986fec33eed086148aba5eb554dc1799fee0
 DIST git-htmldocs-2.39.2.tar.xz 1505352 BLAKE2B 
8b60f9bae9585aab8782f38ff64391a9c8fddeed47d84a989b4f65db87c14e927d1d975fa5239435e921dbc74a75c600d6f0485defa1a235a66355c0f8d9060d
 SHA512 
fe0982e653784285bce7f158956892900ae9c88aa986261de4184e3349e34ee54f92d7280e143031b107872fc1729814489f6e355aa12dc415d724da65ec3716
 DIST git-htmldocs-2.39.3.tar.xz 1506828 BLAKE2B 
732e86ee004a44230d8f10eac16a14fbfb348d4278001011a0d22ba91240fbe65cad341b0547b649db3ce7fc67fc6fb544c896e7ba4bd7f1fa3c9b42371febf9
 SHA512 
7616c9c6600759f06973d36d5233b3909da72f39318410f5522b890d282a74e7585433c7195fed4792d5b7955292a466abcc2185ffdc23d0e8928ad58d7db1bf
 DIST git-htmldocs-2.40.1.tar.xz 1517900 BLAKE2B 
864edd5b2389362dcf5d0c9f08cbf3bac6303cf6505b2d5446e73aeb591ac9212948b6f68434671e3bfba6f64d6aff02d315848d08647d22177292775411e5b3
 SHA512 
770c9765bab1f0773615d67f4eb817c42e1a946da205381ac0c208c4b2d4185c351aebbd7294afe66ef794b65cc9123b255a585a3df2990b5dfe779aaacb0800
+DIST git-htmldocs-2.41.0.tar.xz 1525692 BLAKE2B 
4ea74130e21fed3ebbe09b849eddc48654fa7563299d8c2173856741d3c490a1672ac6b2005f716d6ae2d7759f92caafc56ccbf2408ba8ec87266b9c10530d73
 SHA512 
8a28f330f21e1da901ef8575509b56cede1a8f1d03e49fca802e561095c137c9ef23f3d6bd33d0e8a537bc1f93131ce7aafc92d4a9b0a80ade67249f22ff69d5
 DIST git-manpages-2.39.2.tar.xz 557080 BLAKE2B 
6b2dbb33f1041ba802582f529638b8b4574309efbf5af94add5c676efed7314743d5b326ec18a95ba85a4fe818e95913069717034a9863879e1d03ee32b839ba
 SHA512 
6326ff43564fc42ca0a424edd17896434e11c09ce21f4bfd4d4975aaaf7f2c0d823da0e89b267557b0b7799c342db88d84685d24f589f53edfe486208c1f15b1
 DIST git-manpages-2.39.3.tar.xz 557428 BLAKE2B 
4eb85035f7056a12c3f1276d26f99b3337b97721f8f4b0b3c74d2a484171bfdf74f566a03e175ba32b389c940ed7be66ce2933442ec77089d5db3aaeb2ed2557
 SHA512 
06414741667b990ff3a28f7cb29b502df3d4cc757d525438994af005c71d429ca969563a74d1d2b44185e5c40107ac8838b390835a8a947e542ce3636b43f98b
 DIST git-manpages-2.40.1.tar.xz 562772 BLAKE2B 
091c907195b37ed4152698515528d7da27f8dbf2516915ae66ba6f81a64bbd9f2042544889fe655ea7447bd6f32adaf8daec9c02743587a84b090554ad58796b
 SHA512 
4e75f5ae3786658d284ce8eae3133c01115e357cc0bd2c4c5bf4261196411da632f51c87ff6e4c1f4bc7adf7b7b4a33c4debe52bcd9b5d735aa70dd9614ad5bd
+DIST git-manpages-2.41.0.tar.xz 565060 BLAKE2B 
082f2272314981b21606aef22bf18f0fe1d8a29fce0ce29e451cbad986e8f9c398906632b694de1b328accda61e85f25fd8875ee2e104cb9a7da8873d48e1495
 SHA512 
118afe9af79f2747c1f762b51fa2cdce7b46396ab4321f57826a351575acf30d9a486e2713e558cab6f6b353724cef3f0f1eab587b181f547324e96e3fee0b91

diff --git a/dev-vcs/git/git-2.41.0.ebuild b/dev-vcs/git/git-2.41.0.ebuild
new file mode 100644
index ..a2c9d157f9ed
--- /dev/null
+++ b/dev-vcs/git/git-2.41.0.ebuild
@@ -0,0 +1,644 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GENTOO_DEPEND_ON_PERL=no
+
+# bug #329479: git-remote-testgit is not multiple-version aware
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit toolchain-funcs perl-module bash-completion-r1 optfeature plocale 
python-single-r1 systemd
+

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

2023-06-01 Thread Sam James
commit: 92d3f4da6045ef59eb4fa4ac99e63ef5f4c2fc95
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 22:30:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 22:30:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d3f4da

dev-libs/nettle: add 3.9.1

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

 dev-libs/nettle/Manifest|  2 +
 dev-libs/nettle/nettle-3.9.1.ebuild | 89 +
 2 files changed, 91 insertions(+)

diff --git a/dev-libs/nettle/Manifest b/dev-libs/nettle/Manifest
index 1729d02bfa81..80fa221ca4ae 100644
--- a/dev-libs/nettle/Manifest
+++ b/dev-libs/nettle/Manifest
@@ -1,4 +1,6 @@
 DIST nettle-3.8.1.tar.gz 2406251 BLAKE2B 
22b4ec81645b579504356597ba87b637e46285682020c90e03ecaea386ac9b48eaf91ee76ae3b86b6060be355de20c320ab3b74958074ad23fc08ad9ab6a4cbb
 SHA512 
a405da3438d185d96917b03b00abb9ab43e04f58f770f657f716c25d64bb258ee170a71328e74736caa7121f50c0c89d3cc840c1201d2a92cfaf1357d24bdc6a
 DIST nettle-3.8.1.tar.gz.sig 374 BLAKE2B 
e2bfce4aaa1be114fb9bf8724f25db75c69c3b98538df46e9b1428ce615f7db3b9e9f9240d232fddac195db4568439b3f58989c20beca82aa6db79f4956db547
 SHA512 
978304b1faa5adc3b0d6ea7e9597af6154ad5d6e328913ac19184ece94771fdb2a7d5ce0af535ae8d28cb6ccd94fb3d4ef2613c0356df9e08b5d4c26ea646e09
+DIST nettle-3.9.1.tar.gz 2396741 BLAKE2B 
e3ceaefa19491e58f26b900beaf8b4e746feb2357c7677f5c050f257f4a23c304773446b6283a42a82cf9640e16522b8a71c47f137759f1df23cdeee4625d142
 SHA512 
5939c4b43cf9ff6c6272245b85f123c81f8f4e37089fa4f39a00a570016d837f6e706a33226e4bbfc531b02a55b2756ff312461225ed88de338a73069e031ced
+DIST nettle-3.9.1.tar.gz.sig 374 BLAKE2B 
41c37cc0ea649445c7e4bbe2d0e9ab1c6f7bb5adef2c2ee4828e7efdd2d7c6d823d64209f251cb7d82ce85e73768430a435ee7f1d5a3732e744987918d0c
 SHA512 
fe6f4c9746e7dbc10f61843673de95d2faea209b1caea5c7bf69b81d3f6b2248a4907012b2baf0d65e54682f835cff465482db37615b789017ce0a9e7e267d7d
 DIST nettle-3.9.tar.gz 2393838 BLAKE2B 
80885fa380de58765155a5d4b209e524f4bd0336156ba6f5189702007438998094df0e4e801370fd0a74251b8cf91f46638b0c0139388c2c2098b1207ed3415c
 SHA512 
5e44f59b37ec1e92345fce0b963151d1f2aabf01b3a197b8d931067c51af4ba025059c6a07f2bcd19b17eb49d6ede98f5c200e58d340959826cda473459d2fba
 DIST nettle-3.9.tar.gz.sig 374 BLAKE2B 
4fb9fbdafd01712db2506e070a64b6821dcc0c3ff3cea83011662ee4cdd5120ed10c6fa7b41d556069fe2d8827a312e94bb3586be845284fa7a7ac75f000a750
 SHA512 
8cf060e9f8e0dc0a70a7d324cf2366e0fc990fca2d8a1c677e66382f6853f96146fe30ea9b8629030991f4799430c7660ae7867c94167760bb945abb526b5bda

diff --git a/dev-libs/nettle/nettle-3.9.1.ebuild 
b/dev-libs/nettle/nettle-3.9.1.ebuild
new file mode 100644
index ..8e0867d6b2f1
--- /dev/null
+++ b/dev-libs/nettle/nettle-3.9.1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 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/nettle.asc
+inherit multilib-build multilib-minimal toolchain-funcs verify-sig
+
+DESCRIPTION="Low-level cryptographic library"
+HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.gz.sig )"
+
+LICENSE="|| ( LGPL-3 LGPL-2.1 )"
+# Subslot = libnettle - libhogweed soname version
+SLOT="0/8-6"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="+asm doc +gmp static-libs cpu_flags_arm_neon cpu_flags_arm_aes 
cpu_flags_arm_sha1 cpu_flags_arm_sha2 cpu_flags_ppc_altivec cpu_flags_x86_aes 
cpu_flags_x86_sha cpu_flags_x86_pclmul"
+# The arm64 crypto option controls AES, SHA1, and SHA2 usage.
+REQUIRED_USE="
+   cpu_flags_arm_aes? ( cpu_flags_arm_sha1 cpu_flags_arm_sha2 )
+   cpu_flags_arm_sha1? ( cpu_flags_arm_aes cpu_flags_arm_sha2 )
+   cpu_flags_arm_sha2? ( cpu_flags_arm_aes cpu_flags_arm_sha1 )
+"
+
+DEPEND="gmp? ( >=dev-libs/gmp-6.1:=[static-libs?,${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   sys-devel/m4
+   doc? ( sys-apps/texinfo )
+   verify-sig? ( sec-keys/openpgp-keys-nettle )
+"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/nettle/version.h
+)
+
+DOCS=()
+HTML_DOCS=()
+
+src_prepare() {
+   default
+
+   # I do not see in config.sub reference to sunldsolaris.
+   # if someone complains readd
+   # -e 's/solaris\*)/sunldsolaris*)/' \
+   sed -e '/CFLAGS=/s: -ggdb3::' \
+   -i configure.ac configure || die
+
+   if use doc ; then
+   DOCS+=( nettle.pdf )
+   HTML_DOCS+=( nettle.html )
+   fi
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   CC_FOR_BUILD="$(tc-getBUILD_CC)"
+
+   $(tc-is-static-only && echo --disable-shared)
+
+   # Intrinsics
+   $(use_enable cpu_flags_arm_neon 

[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/

2023-06-01 Thread Sam James
commit: cbd8c9304b2699c51664ca6de294c190430ef94f
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 22:19:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 22:19:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd8c930

sci-astronomy/pysiril: Stabilize 0.0.15 x86, #907671

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

 sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild 
b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
index 1cd3b366df91..353887254d53 100644
--- a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
+++ b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
@@ -14,6 +14,6 @@ S="${WORKDIR}/${PN}-V${PV//./_}"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sci-astronomy/siril"



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

2023-06-01 Thread Sam James
commit: b85a8cc459ad49de741d6cdba973bee0907a7c05
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 22:19:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 22:19:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85a8cc4

dev-util/meson: Stabilize 1.1.1 hppa, #907664

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

 dev-util/meson/meson-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-1.1.1.ebuild 
b/dev-util/meson/meson-1.1.1.ebuild
index eb645a3e4cb8..07f3d7cf96be 100644
--- a/dev-util/meson/meson-1.1.1.ebuild
+++ b/dev-util/meson/meson-1.1.1.ebuild
@@ -16,7 +16,7 @@ else
S=${WORKDIR}/${MY_P}
 
if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips 
ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn/

2023-06-01 Thread Marc Schiffbauer
commit: 9d4a32f68d4946b38b4d82b5b0230a42a21e2d6b
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Jun  1 22:13:21 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Jun  1 22:15:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4a32f6

sci-geosciences/opencpn: improve DEPEND on wxGTK

Signed-off-by: Marc Schiffbauer  gentoo.org>

 sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild | 6 --
 sci-geosciences/opencpn/opencpn-5.8.2.ebuild| 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild 
b/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
index f6b58010ad87..5fe2fd8b60ba 100644
--- a/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.6.2-r1.ebuild
@@ -29,12 +29,14 @@ RDEPEND="
net-misc/curl
sys-libs/zlib
opengl? ( virtual/opengl )
-   x11-libs/gtk+:3"
+   x11-libs/gtk+:3
+   x11-libs/wxGTK:${WX_GTK_VER}=[opengl,X]
+   "
 DEPEND="${RDEPEND}"
 BDEPEND="
sys-devel/gettext
sys-apps/lsb-release
-   x11-libs/wxGTK:${WX_GTK_VER}[opengl,X]"
+   "
 
 src_configure() {
use doc && HTML_DOCS=( "${S}"/../${PN}/doc/. )

diff --git a/sci-geosciences/opencpn/opencpn-5.8.2.ebuild 
b/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
index f78f4e41570e..0f5f7e400c1e 100644
--- a/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
+++ b/sci-geosciences/opencpn/opencpn-5.8.2.ebuild
@@ -30,12 +30,14 @@ RDEPEND="
net-misc/curl
sys-libs/zlib
opengl? ( virtual/opengl )
-   x11-libs/gtk+:3"
+   x11-libs/gtk+:3
+   x11-libs/wxGTK:${WX_GTK_VER}=[opengl,X]
+   "
 DEPEND="${RDEPEND}"
 BDEPEND="
sys-devel/gettext
sys-apps/lsb-release
-   x11-libs/wxGTK:${WX_GTK_VER}[opengl,X]"
+   "
 
 src_configure() {
use doc && HTML_DOCS=( "${S}"/../${PN}/doc/. )



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

2023-06-01 Thread Maciej Barć
commit: ede43e6b2697b02431f0fa92730aa4a1f19c5395
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jun  1 21:55:13 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jun  1 21:55:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede43e6b

dev-lang/typescript: drop old 5.0.2

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

 dev-lang/typescript/Manifest|  1 -
 dev-lang/typescript/typescript-5.0.2.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest
index 69fc9b3a1fed..fc6eec59bbfc 100644
--- a/dev-lang/typescript/Manifest
+++ b/dev-lang/typescript/Manifest
@@ -1,4 +1,3 @@
 DIST typescript-4.9.5.tgz 11620433 BLAKE2B 
c253379a4aadd3fe16c93f27c5b450e5965c4c4de6841737c3489c74baa2cf8f8f5d9ca0414b5519e26eaac1db058e3826a3aa504bb450a89d36dce7e21b5f99
 SHA512 
d455e4f44d879be433650ef3f8c7098872f8356d45d84cccbbd36af62df301a1aa89b69fa98c02554e96c9602ec90451cce971a2ef31652c972c437ca0a8f6e2
-DIST typescript-5.0.2.tgz 7050986 BLAKE2B 
6f9a187eb6f87971540469f6b212ce25e04b6ee22b8aab0d86857e99feed1ed10603b6367a9d4d0ac448669225b228d233995bae6391aeb1df75374c70b3f757
 SHA512 
c1539130118efc502cffef9b94635e01575b34ab48875adb04bd84c90d7e27d942949f772a288a7bc3e614855d5e11dccafe3848bf6882599f792b27768d2347
 DIST typescript-5.0.3.tgz 7051270 BLAKE2B 
6879f0b4ed07e23dbd7e050c2740100af922ddd09f2989171d46408516026d3eaf548c90286d0bfc0606edeba9e40a39381042130011b029250c5b87efa60f7d
 SHA512 
c6ff263840e78a06ffb4df4f48c4f0484a809d4be4a1731096270e6f421454305240280149a00044e519632d88714cb9a94e976a32b98e38ceed3316a814ca64
 DIST typescript-5.0.4.tgz 7051452 BLAKE2B 
ed08425d8324a910f2d328fb02f27e08f75334fb190d1c4625452d076d615726d0e852da06f0f25146a4b02c6c99cd569bbcf7c50f5d6ff32c88a40101a59656
 SHA512 
716f53e56f71637edc73e8df127694bd7f757e8c6d1e4cdadcdc37c24a05e2c4a52a7d0c38d7647449dd8a0fea3c15973649a9961dcdcdac90cc2887338fe1ab

diff --git a/dev-lang/typescript/typescript-5.0.2.ebuild 
b/dev-lang/typescript/typescript-5.0.2.ebuild
deleted file mode 100644
index 7857fd2f036d..
--- a/dev-lang/typescript/typescript-5.0.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Superset of JavaScript with optional static typing, classes and 
interfaces"
-HOMEPAGE="https://www.typescriptlang.org/
-   https://github.com/microsoft/TypeScript/;
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz;
-S="${WORKDIR}"/package
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64"
-
-RDEPEND="net-libs/nodejs"
-BDEPEND=">=net-libs/nodejs-16[npm]"
-
-src_compile() {
-   # Skip, nothing to compile here.
-   :
-}
-
-src_install() {
-   local myopts=(
-   --audit false
-   --color false
-   --foreground-scripts
-   --global
-   --offline
-   --omit dev
-   --prefix "${ED}"/usr
-   --progress false
-   --verbose
-   )
-   npm ${myopts[@]} install "${DISTDIR}"/${P}.tgz || die "npm install 
failed"
-
-   dodoc *.md *.txt
-}



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

2023-06-01 Thread Maciej Barć
commit: 7300c9fed56cdccef654d1ac2e1635064df767ff
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jun  1 21:56:00 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jun  1 21:56:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7300c9fe

dev-lang/typescript: bump to 5.1.3

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

 dev-lang/typescript/Manifest|  1 +
 dev-lang/typescript/typescript-5.1.3.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest
index 1866e8000741..b70e9dccd04c 100644
--- a/dev-lang/typescript/Manifest
+++ b/dev-lang/typescript/Manifest
@@ -1,2 +1,3 @@
 DIST typescript-4.9.5.tgz 11620433 BLAKE2B 
c253379a4aadd3fe16c93f27c5b450e5965c4c4de6841737c3489c74baa2cf8f8f5d9ca0414b5519e26eaac1db058e3826a3aa504bb450a89d36dce7e21b5f99
 SHA512 
d455e4f44d879be433650ef3f8c7098872f8356d45d84cccbbd36af62df301a1aa89b69fa98c02554e96c9602ec90451cce971a2ef31652c972c437ca0a8f6e2
 DIST typescript-5.0.4.tgz 7051452 BLAKE2B 
ed08425d8324a910f2d328fb02f27e08f75334fb190d1c4625452d076d615726d0e852da06f0f25146a4b02c6c99cd569bbcf7c50f5d6ff32c88a40101a59656
 SHA512 
716f53e56f71637edc73e8df127694bd7f757e8c6d1e4cdadcdc37c24a05e2c4a52a7d0c38d7647449dd8a0fea3c15973649a9961dcdcdac90cc2887338fe1ab
+DIST typescript-5.1.3.tgz 7147721 BLAKE2B 
5a18d18bcbe702c82a108624c189e6b03d72f74e16ccf6af2448c71c1decfcc7995b53524472e106c19ef01ec95df772ccfeed3e76fad1eb59f29bbe42668fb0
 SHA512 
5c7eb6ec4f6f91eaa1959150b8bf94b3201712789b4f491647615638d96be2c4e3bf1c89627c9e7e0ae4c8408bccce4d7a798acd1032dab47f3a560b0351e467

diff --git a/dev-lang/typescript/typescript-5.1.3.ebuild 
b/dev-lang/typescript/typescript-5.1.3.ebuild
new file mode 100644
index ..598301d43b33
--- /dev/null
+++ b/dev-lang/typescript/typescript-5.1.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Superset of JavaScript with optional static typing, classes and 
interfaces"
+HOMEPAGE="https://www.typescriptlang.org/
+   https://github.com/microsoft/TypeScript/;
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz;
+S="${WORKDIR}"/package
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+RDEPEND="net-libs/nodejs"
+BDEPEND=">=net-libs/nodejs-16[npm]"
+
+src_compile() {
+   # Skip, nothing to compile here.
+   :
+}
+
+src_install() {
+   local myopts=(
+   --audit false
+   --color false
+   --foreground-scripts
+   --global
+   --offline
+   --omit dev
+   --prefix "${ED}"/usr
+   --progress false
+   --verbose
+   )
+   npm ${myopts[@]} install "${DISTDIR}"/${P}.tgz || die "npm install 
failed"
+
+   dodoc *.md *.txt
+}



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

2023-06-01 Thread Maciej Barć
commit: 278664cde20f7443a091d3466b53162753363f6b
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jun  1 21:55:26 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jun  1 21:55:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278664cd

dev-lang/typescript: drop old 5.0.3

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

 dev-lang/typescript/Manifest|  1 -
 dev-lang/typescript/typescript-5.0.3.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest
index fc6eec59bbfc..1866e8000741 100644
--- a/dev-lang/typescript/Manifest
+++ b/dev-lang/typescript/Manifest
@@ -1,3 +1,2 @@
 DIST typescript-4.9.5.tgz 11620433 BLAKE2B 
c253379a4aadd3fe16c93f27c5b450e5965c4c4de6841737c3489c74baa2cf8f8f5d9ca0414b5519e26eaac1db058e3826a3aa504bb450a89d36dce7e21b5f99
 SHA512 
d455e4f44d879be433650ef3f8c7098872f8356d45d84cccbbd36af62df301a1aa89b69fa98c02554e96c9602ec90451cce971a2ef31652c972c437ca0a8f6e2
-DIST typescript-5.0.3.tgz 7051270 BLAKE2B 
6879f0b4ed07e23dbd7e050c2740100af922ddd09f2989171d46408516026d3eaf548c90286d0bfc0606edeba9e40a39381042130011b029250c5b87efa60f7d
 SHA512 
c6ff263840e78a06ffb4df4f48c4f0484a809d4be4a1731096270e6f421454305240280149a00044e519632d88714cb9a94e976a32b98e38ceed3316a814ca64
 DIST typescript-5.0.4.tgz 7051452 BLAKE2B 
ed08425d8324a910f2d328fb02f27e08f75334fb190d1c4625452d076d615726d0e852da06f0f25146a4b02c6c99cd569bbcf7c50f5d6ff32c88a40101a59656
 SHA512 
716f53e56f71637edc73e8df127694bd7f757e8c6d1e4cdadcdc37c24a05e2c4a52a7d0c38d7647449dd8a0fea3c15973649a9961dcdcdac90cc2887338fe1ab

diff --git a/dev-lang/typescript/typescript-5.0.3.ebuild 
b/dev-lang/typescript/typescript-5.0.3.ebuild
deleted file mode 100644
index 7857fd2f036d..
--- a/dev-lang/typescript/typescript-5.0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Superset of JavaScript with optional static typing, classes and 
interfaces"
-HOMEPAGE="https://www.typescriptlang.org/
-   https://github.com/microsoft/TypeScript/;
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz;
-S="${WORKDIR}"/package
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64"
-
-RDEPEND="net-libs/nodejs"
-BDEPEND=">=net-libs/nodejs-16[npm]"
-
-src_compile() {
-   # Skip, nothing to compile here.
-   :
-}
-
-src_install() {
-   local myopts=(
-   --audit false
-   --color false
-   --foreground-scripts
-   --global
-   --offline
-   --omit dev
-   --prefix "${ED}"/usr
-   --progress false
-   --verbose
-   )
-   npm ${myopts[@]} install "${DISTDIR}"/${P}.tgz || die "npm install 
failed"
-
-   dodoc *.md *.txt
-}



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/

2023-06-01 Thread Sam James
commit: bd0e58ac8592afe2d401f0b89581def54d065c2e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 21:28:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 21:28:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0e58ac

sci-astronomy/pysiril: Stabilize 0.0.15 amd64, #907671

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

 sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild 
b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
index b6a7fd8a0d38..1cd3b366df91 100644
--- a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
+++ b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
@@ -14,6 +14,6 @@ S="${WORKDIR}/${PN}-V${PV//./_}"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="sci-astronomy/siril"



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

2023-06-01 Thread Sam James
commit: ea1343c43fb9f523163f18f6ac9ae308c57281e9
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 21:28:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 21:28:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1343c4

sys-apps/apparmor-utils: Stabilize 3.0.8 amd64, #907586

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

 sys-apps/apparmor-utils/apparmor-utils-3.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/apparmor-utils/apparmor-utils-3.0.8.ebuild 
b/sys-apps/apparmor-utils/apparmor-utils-3.0.8.ebuild
index 33b5e96abdfd..7b0f7036c5aa 100644
--- a/sys-apps/apparmor-utils/apparmor-utils-3.0.8.ebuild
+++ b/sys-apps/apparmor-utils/apparmor-utils-3.0.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${PV}/+download/apparmor-${PV}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv"
+KEYWORDS="amd64 arm64 ~riscv"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RESTRICT="test"



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

2023-06-01 Thread Sam James
commit: 886be429a8b79230579b3d2659bee09b673c1105
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 21:23:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 21:23:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886be429

sys-apps/apparmor-utils: Stabilize 3.0.8 arm64, #907586

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

 sys-apps/apparmor-utils/apparmor-utils-3.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/apparmor-utils/apparmor-utils-3.0.8.ebuild 
b/sys-apps/apparmor-utils/apparmor-utils-3.0.8.ebuild
index c0cb0c3da955..33b5e96abdfd 100644
--- a/sys-apps/apparmor-utils/apparmor-utils-3.0.8.ebuild
+++ b/sys-apps/apparmor-utils/apparmor-utils-3.0.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${PV}/+download/apparmor-${PV}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="~amd64 arm64 ~riscv"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RESTRICT="test"



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

2023-06-01 Thread Sam James
commit: 9998d9b43be7b565a4002c77bd54e156358c845a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 21:23:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 21:23:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9998d9b4

dev-util/cvise: Stabilize 2.8.0 x86, #907648

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

 dev-util/cvise/cvise-2.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cvise/cvise-2.8.0.ebuild 
b/dev-util/cvise/cvise-2.8.0.ebuild
index a78c13b8d626..4cf31b14483b 100644
--- a/dev-util/cvise/cvise-2.8.0.ebuild
+++ b/dev-util/cvise/cvise-2.8.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



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

2023-06-01 Thread Sam James
commit: ac45ca63a57b84b725e1bdc41dc5dd22425dcb97
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 21:17:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 21:17:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac45ca63

sys-fs/lvm2: Stabilize 2.03.21 sparc, #907477

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

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

diff --git a/sys-fs/lvm2/lvm2-2.03.21.ebuild b/sys-fs/lvm2/lvm2-2.03.21.ebuild
index 03c6c20aaf46..7adbca5446b2 100644
--- a/sys-fs/lvm2/lvm2-2.03.21.ebuild
+++ b/sys-fs/lvm2/lvm2-2.03.21.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN^^}.${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="lvm readline sanlock selinux static static-libs systemd thin +udev 
valgrind"
 REQUIRED_USE="
static? ( !systemd !udev )



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

2023-06-01 Thread Sam James
commit: 9a8791565c6a2ae35ca6ca1d113529bea0d5
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 21:14:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 21:14:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a879153

sys-fs/lvm2: Stabilize 2.03.21 arm, #907477

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

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

diff --git a/sys-fs/lvm2/lvm2-2.03.21.ebuild b/sys-fs/lvm2/lvm2-2.03.21.ebuild
index 72c370f72613..03c6c20aaf46 100644
--- a/sys-fs/lvm2/lvm2-2.03.21.ebuild
+++ b/sys-fs/lvm2/lvm2-2.03.21.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN^^}.${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="lvm readline sanlock selinux static static-libs systemd thin +udev 
valgrind"
 REQUIRED_USE="
static? ( !systemd !udev )



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

2023-06-01 Thread Sam James
commit: 9bd88af42c258807ff6f0487885a9254537cd34e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 21:13:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 21:13:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd88af4

app-text/poppler: fix OFF typo

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

 app-text/poppler/poppler-23.05.0.ebuild | 2 +-
 app-text/poppler/poppler-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/poppler/poppler-23.05.0.ebuild 
b/app-text/poppler/poppler-23.05.0.ebuild
index ff17b922df37..a7287e4efeee 100644
--- a/app-text/poppler/poppler-23.05.0.ebuild
+++ b/app-text/poppler/poppler-23.05.0.ebuild
@@ -105,7 +105,7 @@ src_configure() {
append-lfs-flags # bug #898506
 
local mycmakeargs=(
-   -DBUILD_GTK_TESTS=OFFF
+   -DBUILD_GTK_TESTS=OFF
-DBUILD_QT5_TESTS=$(usex test $(usex qt5))
-DBUILD_CPP_TESTS=$(usex test)
-DBUILD_MANUAL_TESTS=$(usex test)

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index 12b2f50d86e7..3e8c75ae38bc 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -105,7 +105,7 @@ src_configure() {
append-lfs-flags # bug #898506
 
local mycmakeargs=(
-   -DBUILD_GTK_TESTS=OFFF
+   -DBUILD_GTK_TESTS=OFF
-DBUILD_QT5_TESTS=$(usex test $(usex qt5))
-DBUILD_CPP_TESTS=$(usex test)
-DBUILD_MANUAL_TESTS=$(usex test)



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

2023-06-01 Thread Patrick McLean
commit: cb9cd98e78ccf0f8231b89e023877fa3f5dbbd0c
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jun  1 21:05:20 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jun  1 21:11:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9cd98e

dev-python/libtmux: add 0.22.1

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

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

diff --git a/dev-python/libtmux/Manifest b/dev-python/libtmux/Manifest
index 882aca04e0b3..d765ff15ae4f 100644
--- a/dev-python/libtmux/Manifest
+++ b/dev-python/libtmux/Manifest
@@ -1 +1,2 @@
 DIST libtmux-0.21.0.gh.tar.gz 267484 BLAKE2B 
36d7af1bd90ff5a9639587d79f49643eec1e218d3b1839f5febdd9b6b402886e577b15c920cf458ecb14b4e6d532955b6d71ecf932060e6f8ba32193d6bb0162
 SHA512 
27000581396d79665e34b67a9e59bf639ca0fbd855ada9648750750e41e732cdcde15a05c6548993f08a8637783ddb478de24b75d5c18a198541c36b4b08b9cc
+DIST libtmux-0.22.1.gh.tar.gz 266173 BLAKE2B 
743d43fcebfb0058c9ff13f0fb9ad811403f85bf80dd68dbeead86fe079b4176db15c9bf0a8dd48fae67cb9fa968633595a51e6fcf6091bff54df911d2dd17bf
 SHA512 
f056ecbf793cd90bb60d50252c78eb67a8312eb3eda92d68ff69ed85270f23c9d4489789438fb9d228600320a2afb64a29a70c00a415604b65079167381c46d6

diff --git a/dev-python/libtmux/libtmux-0.22.1.ebuild 
b/dev-python/libtmux/libtmux-0.22.1.ebuild
new file mode 100644
index ..499498389f30
--- /dev/null
+++ b/dev-python/libtmux/libtmux-0.22.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python API for tmux"
+HOMEPAGE="
+   https://libtmux.git-pull.com/
+   https://github.com/tmux-python/libtmux/
+   https://pypi.org/project/libtmux/
+"
+SRC_URI="
+   https://github.com/tmux-python/libtmux/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=app-misc/tmux-3.0a
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/twine[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   libtmux/pane.py::libtmux.pane.Pane.send_keys
+)
+
+python_prepare_all() {
+   local issues="https://github.com/tmux-python/libtmux/issues/;
+   sed -r -i "s|:issue:\`([[:digit:]]+)\`|\`issue \1 ${issues}\1\`|" 
CHANGES || die
+   rm requirements/doc.txt || die
+
+   # increase timeouts for tests
+   sed -e 's/0.01/0.1/' -i tests/test_test.py || die
+
+   sed -e '/addopts/s:--doctest-docutils-modules::' \
+   -e '/README\.md/d' \
+   -i setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}



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

2023-06-01 Thread Patrick McLean
commit: e25e3bcf540b066b59aef25d6dbffbe7978084f8
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jun  1 21:11:08 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jun  1 21:11:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25e3bcf

app-misc/tmuxp: add 1.28.1

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

 app-misc/tmuxp/Manifest|  1 +
 app-misc/tmuxp/tmuxp-1.28.1.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-misc/tmuxp/Manifest b/app-misc/tmuxp/Manifest
index 1a5122e0bcac..ebc218b1305d 100644
--- a/app-misc/tmuxp/Manifest
+++ b/app-misc/tmuxp/Manifest
@@ -1,2 +1,3 @@
 DIST tmuxp-1.27.0.tar.gz 862056 BLAKE2B 
baad339bc59498d26911507f29de38d55991515e03123edc8dca10159fed1492c1ffe37cf45d6d04ffc73134e0ee312c0ace2ffc53ba9cae258239746169e416
 SHA512 
a9c450c40a40c284c609011d5e47b12ed1a9b1d5c4036b887df7fd75a3bb6263847c459a7e61fc9dcdb463a3ac20de6ac9038b1559369a5f36641ab0baee755d
 DIST tmuxp-1.27.1.tar.gz 861380 BLAKE2B 
b57d7f4f5c23d1df71abd310b02535c8da7971df4473a3ff2c5feffb2967bd7b0c00e47e45bc04bf56b9503d17b55786b9abfeabec4f6d33989a2f58c5ba49d5
 SHA512 
3e3d9405a77fe03d2a249bad4ef215982d9135e85dc58899a337d0a3f6d76a4e9f155f5dc37993f5e57955411928ce921ce1c1f1ee7c39f0939d2831a3d600be
+DIST tmuxp-1.28.1.tar.gz 859970 BLAKE2B 
5ea35b12a20f744f889ff6b35195144f195232d52fc67fb7128f2eb9205aea0e2a695f5d06d6df97a9ad8ea93bda37f225b1236c97e8b9f29c490cc526d4e383
 SHA512 
3023bc780bf4deffa4b1d7898e7cdfe6ba6611511a75b7559a7ca3898d7bc7dff2b5806016f4d88fa0acc8bb57606d0b5231fc26dae7e33990284cdd1dc836df

diff --git a/app-misc/tmuxp/tmuxp-1.28.1.ebuild 
b/app-misc/tmuxp/tmuxp-1.28.1.ebuild
new file mode 100644
index ..35f445534527
--- /dev/null
+++ b/app-misc/tmuxp/tmuxp-1.28.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=poetry
+inherit distutils-r1
+
+DESCRIPTION="tmux session manager. built on libtmux"
+HOMEPAGE="https://tmuxp.git-pull.com;
+SRC_URI="https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=app-misc/tmux-3.0a
+   =dev-python/libtmux-0.22.1*[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   >=dev-python/pytest-rerunfailures-4.2[${PYTHON_USEDEP}]
+   >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
+   !dev-python/flaky
+   )
+"
+
+EPYTEST_DESELECT=(
+   # test doesn't get along with sandbox
+   "tests/cli/test_load.py::test_load_zsh_autotitle_warning"
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+   SHELL="/bin/bash" epytest tests
+}



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

2023-06-01 Thread Sam James
commit: e79a67b7d52d6401b2b0fea8c66ba6ecf4b75e81
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 21:10:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 21:10:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79a67b7

sys-fs/lvm2: Stabilize 2.03.21 arm64, #907477

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

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

diff --git a/sys-fs/lvm2/lvm2-2.03.21.ebuild b/sys-fs/lvm2/lvm2-2.03.21.ebuild
index 395a85aab734..72c370f72613 100644
--- a/sys-fs/lvm2/lvm2-2.03.21.ebuild
+++ b/sys-fs/lvm2/lvm2-2.03.21.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN^^}.${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="lvm readline sanlock selinux static static-libs systemd thin +udev 
valgrind"
 REQUIRED_USE="
static? ( !systemd !udev )



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

2023-06-01 Thread Sam James
commit: bf093164a5e242bb6d32db1ceb373195dc560446
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 21:06:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 21:06:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf093164

sys-apps/apparmor: Stabilize 3.0.8 arm64, #907585

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

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

diff --git a/sys-apps/apparmor/apparmor-3.0.8.ebuild 
b/sys-apps/apparmor/apparmor-3.0.8.ebuild
index 724fe1e0d6cb..ffb689f55afc 100644
--- a/sys-apps/apparmor/apparmor-3.0.8.ebuild
+++ b/sys-apps/apparmor/apparmor-3.0.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${PN}-${PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 arm64 ~riscv"
 IUSE="doc"
 
 # Was restricted previously b/c needs apparmor support in kernel



[gentoo-commits] repo/gentoo:master commit in: dev-ada/aws/

2023-06-01 Thread Alfredo Tupone
commit: 4bd3578508efcbaf15245279c59ae2f3763f19ec
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu Jun  1 20:30:10 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jun  1 20:40:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd35785

dev-ada/aws: only use gcc-12

Closes: https://bugs.gentoo.org/902513
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ada/aws/{aws-23.0.0-r1.ebuild => aws-23.0.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/aws/aws-23.0.0-r1.ebuild b/dev-ada/aws/aws-23.0.0-r2.ebuild
similarity index 98%
rename from dev-ada/aws/aws-23.0.0-r1.ebuild
rename to dev-ada/aws/aws-23.0.0-r2.ebuild
index a65d918a0d52..98d7e347b62a 100644
--- a/dev-ada/aws/aws-23.0.0-r1.ebuild
+++ b/dev-ada/aws/aws-23.0.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ADA_COMPAT=( gnat_2021 gcc_12 )
+ADA_COMPAT=( gcc_12 )
 inherit ada multiprocessing
 
 DESCRIPTION="A complete Web development framework"



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

2023-06-01 Thread Patrick McLean
commit: d7f0f758fa8bfe438ea095952b7a966bcf4756fd
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jun  1 20:33:44 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jun  1 20:34:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f0f758

dev-util/ruff: add 0.0.270, drop 0.0.265

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

 dev-util/ruff/Manifest | 129 +++---
 .../{ruff-0.0.265.ebuild => ruff-0.0.270.ebuild}   | 145 -
 2 files changed, 100 insertions(+), 174 deletions(-)

diff --git a/dev-util/ruff/Manifest b/dev-util/ruff/Manifest
index 0e4e9392c99e..520f8d0251a4 100644
--- a/dev-util/ruff/Manifest
+++ b/dev-util/ruff/Manifest
@@ -1,6 +1,6 @@
 DIST Inflector-0.11.4.crate 17438 BLAKE2B 
eaf0c7f983b3186e9bc89353021a10592f2877e46585bd50b96db9b087343d1199c7b6cf3fa53cd274fb6d33de025a904b8aa31a7ac9599ae3689ecdbcec34cd
 SHA512 
f1f6463e033b6d3c16c51dc1e1a3f5569954308b95b59058294b7f9310919bbda797e99e6a07529071bb83f0688867a243997d33795a7136b0af73977004296e
 DIST LibCST-80e4c1399f95e5beb532fdd1e209ad2dbb470438.gh.tar.gz 726513 BLAKE2B 
2df71bc003ddd66a45da4529b2beb213fb28f39ea9f0a4016b9be43c4b38740bb0be0c154818e22b81680b1c1229e07c20a96dd0a29579c3d98bf19026aec087
 SHA512 
f2d5d07b4039046271a2edabfc0cdd244cf5637db44fb3bafe56b6b8966913f199d1483e2e04b993b14aa81330e748db6400510411f8f4543df2d6b867f474ff
-DIST RustPython-c3147d2c1524ebd0e90cf1c2938d770314fd5a5a.gh.tar.gz 10875298 
BLAKE2B 
69df8fe93429dd36450bdfafcd4e8cc7eb52fc63280702385a2dc4ab5ae333bd52d32dfa5901c4ba5acabb702c4c81ba37512888f44c1c45d13114e56ff22cfd
 SHA512 
fe3c5816a01c53450bd370f0f7240f6c76726bf9a771350365cd5d140dda6fc405cd19df5af70c7c5f253d1fd542d2d862ad0af995027d372b621b449bdb6c36
+DIST RustPython-Parser-335780aeeac1e6fcd85994ba001d7b8ce99fcf65.gh.tar.gz 
293927 BLAKE2B 
68ab64e633ac85bae1b041815c3cdbdb8c277642cb2904e5751c938a3a02f83890ead3756f6f19d513b350cd592615fe96c6214d29bd40cff5c062eabab9888b
 SHA512 
0b5f15f21d2631caec7f9ce70ffbbb16f2c8dffda06e95504640c95937ac35d474c0d2518586cf5fd37a2147dcae7c73360c461e995d7a515759bc571d0d4f0f
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
 DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
@@ -9,40 +9,35 @@ DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d
 DIST anes-0.1.6.crate 23857 BLAKE2B 
9ef464a964709b408c7d7846b9b1e54e52d6ae8f21f22ccfe509ef7197d4694f439084dbdb01fdf88829d181965ea9d1452253789a46fdf6d0520e3413c50d61
 SHA512 
f9dfaaca9ca327881ec30efaf24e208daae668b1e9d6963c8b0ca9f9fd13be777c793076a87980429f0dfa4db28ef5331ce6652a76da4d5a87485b23fc2fde29
 DIST annotate-snippets-0.6.1.crate 21894 BLAKE2B 
4684eb9c7aaaf7e34808338d05c523482709de2c79245df30e1d1148b79de77fc4bff88adefdb85d0675799749c9ed8bd1a14be0d75f68c2c7664ea5db13ec16
 SHA512 
3354bc87d4ff32f73db98546a6e434f3ecfe6d290f08df5ebaf6afec15dfbe105e6b4e91133f442246a7c2e534730550010ef18ff075f1f7d6267799962e2b23
 DIST annotate-snippets-0.9.1.crate 31829 BLAKE2B 
6919f78127653f9f022667b0ee7cb80bd2ef95220698e033031c6f4d3ff3341ed260e8baf776d032291538503e26577fc8fa82e99bcdc032985fb297351586a3
 SHA512 
e1e8b262a6681730ad068c29d7e0f3879acf0c7138721f606851228bd5d90292f24ac2c225fe49f26264e7d35de5ed3904850e522da8cd2c44a67f7db36f2d8e
-DIST anstream-0.3.0.crate 19477 BLAKE2B 
7d4c31bb314729fd86edf8371f795179c3f9fd793e8db2750963d6d500f949b32cf723d7c764a2ea353e5062658e4ed3f44408fb1252729bd1f558d5158e61f8
 SHA512 
0b8c9731f56f4f14a9ad012f883e17ebe53a8b7a2877a616672801b1b045cd762601089d6c0fb12941a7fc6572a2fa24001cafcb2eed35616ffabfa1cd12e186
+DIST anstream-0.3.2.crate 19504 BLAKE2B 
617b846c244ea4ccd6c7835a382afe85e14c245ea56b678f57ee12e9c7bcc1c0c3db9620eb4d16bf35e17eca38968bf04420b758f482ac5594670e6292c1fbb9
 SHA512 
b896e5208a2ee6a3c98bf3bb9ac1c52792de114dfa5709dadcac6183ea19ea63230dffd3217e571354a71d69b8eafbb0189e05f8f77f50922020de54e3aeecc8
 DIST anstyle-1.0.0.crate 13972 BLAKE2B 
741704b6e338834696bc816d8a65ff933f9bff48e71d25269f04c4a24c3dbb06826d2f84f73a1dceeda99cfc5c8e3d59b3d07dbb404cc3471b86cf118d074e80
 SHA512 

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

2023-06-01 Thread Andreas Sturmlechner
commit: a77a6f4410bf8702d57415b92935ec4654c92def
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun  1 20:22:13 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun  1 20:22:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77a6f44

sci-libs/gdal: drop 3.5.3-r1, 3.6.2

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

 sci-libs/gdal/Manifest |   4 -
 sci-libs/gdal/gdal-3.5.3-r1.ebuild | 238 
 sci-libs/gdal/gdal-3.6.2.ebuild| 243 -
 3 files changed, 485 deletions(-)

diff --git a/sci-libs/gdal/Manifest b/sci-libs/gdal/Manifest
index cff14a75a5d7..c54d79b8f678 100644
--- a/sci-libs/gdal/Manifest
+++ b/sci-libs/gdal/Manifest
@@ -1,8 +1,4 @@
-DIST gdal-3.5.3.tar.xz 9504740 BLAKE2B 
7054df4c7ea6d8d3e6e9cf2544fc5c7a9149dea94ed882723ec82c61268100c2f5330f28a8d9d44e1296511eb2a204c64dfe41f135fadb44db380aa331d9c731
 SHA512 
b7bac9dd568e9db49d1fa5be8cd48df37f37196b0cacce44f738a981f0c43a77b5750312cd0c3385fdd881a6b525a5ceac56bcd08284d76071bd508d01781f49
-DIST gdal-3.6.2.tar.xz 8635724 BLAKE2B 
c90606b642c632dd5ec224d63aa80c158c9ee04c6ca0341815f7449b319bf9442d65c2f9b981aedd242713ef6909a30f620b448ba26baf6cd8a31e2a9ae0dd8a
 SHA512 
d404335d37ef4916b6098fa8dc7a5e1579ecdd958b37ce73bb08855fa226d3a7b488eee52db17364ef1c0697d59805d495a734f21dad2ad2f0b27e7b1f253e50
 DIST gdal-3.6.4.tar.xz 8648032 BLAKE2B 
d6abdbcc87029bf230dae5586f06cbd329e5e43be37d8f5e9a72c67c93a6769458cc9c693b498e3f697b1ee1b68c9f9dbf7545ff9819fceb8fdde81b8d4ac882
 SHA512 
a8f69158d44ea456c44cfcb8937892697a28d2e4a4c28db8fb9e81c51436a6edcb7a392b8c7ef63cd7453be6350a938bc4ba910720d9d5d9a1f32c57c558
 DIST gdal-3.7.0.tar.xz 8604724 BLAKE2B 
400cc17fc636c637f7c40e93aed8e2db7bfbbe73741da4135cfeec8dbcda24ce0c8035214edf038afc29a916012da86a78d789729540f870231dfa6aa27e424a
 SHA512 
4a3262d75ffbb58ec0821cd266843e28ca64c34383fb2bfaf30c984bf01c6d012381892a31a2ebc7c27a58b058fb44389cd45b05b619579b6178feb192f37bc6
-DIST gdalautotest-3.5.3.tar.gz 12374523 BLAKE2B 
3f8e2ba8b49d7bb870a49bde4ec95f807ff79cf23d36504cf7beeccff104364d8fc8e287184a0239cd2c4bf5e26c900cfb29bda3beb615504e588519385a322c
 SHA512 
3b18c94d0b0e1d6d2d38ca82cddc8e69f2acf800fa1b4e7fbabaf112e9ad69fa807b92e652b43ebd122e3b5e8d6cc0d5644e92127a673676bc7df396720dab5e
-DIST gdalautotest-3.6.2.tar.gz 12586870 BLAKE2B 
28b6ae04d68964705dfe370bf189343c76fa63e358ce1c7362604743c92130c8e93ec826170a7adfd95aad8a05a5ae7a006b35cf487a81eb0c6695353ab7ef20
 SHA512 
63dd6f185b766cea9a200190428f2791c99f2d4032e7503404199833fa63cd31bc3b56e198a7d145cd954aace767d16d1d75c602880e9bee962dea98e9cf1859
 DIST gdalautotest-3.6.4.tar.gz 12614090 BLAKE2B 
d2c33b56790c1cb030a102ff48bec33c3d187c5be6e13d56da8d6cb8e9393734c2144274cbe08cf82b2a023ffb75df9fd01bcfd9f3d73076c95c4b213823f64e
 SHA512 
2a7704e57f8bc0687c759d047b5a8fb290b2959eb058e02b08edf12e9cca17d6a9121213ef48e8b616c94c8cbe321531612700c6db52cb47fbcc5893c1c1c1c1
 DIST gdalautotest-3.7.0.tar.gz 13785892 BLAKE2B 
cac18436ad2acb558e27e8ba3f1f2c22aa6c7ba258abe25118acf65fb2cb8a3d5f132ccb8315912a54d07f035b5ff331cf6a66bdf51a54c8275c5203e844eb82
 SHA512 
81e80c799a8a910a861182480e8306c8583cdffe7cb62f47fbaddf031e1c4d1d3fb341edf0daddbb8c934e5f2d547b380feb2f5a9f22cd50db14e43c2b02737b

diff --git a/sci-libs/gdal/gdal-3.5.3-r1.ebuild 
b/sci-libs/gdal/gdal-3.5.3-r1.ebuild
deleted file mode 100644
index 84d64732511a..
--- a/sci-libs/gdal/gdal-3.5.3-r1.ebuild
+++ /dev/null
@@ -1,238 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake java-pkg-opt-2 python-single-r1
-
-DESCRIPTION="Translator library for raster geospatial data formats (includes 
OGR support)"
-HOMEPAGE="https://gdal.org/;
-SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.xz;
-SRC_URI+=" test? ( 
https://download.osgeo.org/${PN}/${PV}/${PN}autotest-${PV}.tar.gz )"
-
-LICENSE="BSD Info-ZIP MIT"
-SLOT="0/31" # subslot is libgdal.so.
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE="armadillo +curl cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_sse 
cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_ssse3 doc fits geos gif 
gml hdf5 heif java jpeg jpeg2k lzma mysql netcdf odbc ogdi opencl oracle pdf 
png postgres python spatialite sqlite test webp xls zstd"
-# Tests fail to build in 3.5.0, let's not worry too much yet given
-# we're only just porting to CMake. Revisit later.
-RESTRICT="!test? ( test ) test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-   spatialite? ( sqlite )"
-
-BDEPEND="virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   java? (
-   dev-java/ant-core
-   dev-lang/swig:0
-   >=virtual/jdk-1.8:*
-   )
-   python? (
-   dev-lang/swig:0
-   $(python_gen_cond_dep '
-  

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

2023-06-01 Thread Andreas Sturmlechner
commit: 1119904a117f77a2c02d8f7245c4b6036ccd858f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun  1 20:22:48 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun  1 20:22:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1119904a

media-sound/fluidsynth: drop 2.3.1

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

 media-sound/fluidsynth/Manifest|   1 -
 media-sound/fluidsynth/fluidsynth-2.3.1.ebuild | 121 -
 2 files changed, 122 deletions(-)

diff --git a/media-sound/fluidsynth/Manifest b/media-sound/fluidsynth/Manifest
index 720e95a19d9b..315e195ec5a2 100644
--- a/media-sound/fluidsynth/Manifest
+++ b/media-sound/fluidsynth/Manifest
@@ -1,2 +1 @@
-DIST fluidsynth-2.3.1.tar.gz 1758632 BLAKE2B 
a1501303e02b3ea64d87be5cff08d5f2f2be170b38faedc8e6bc4fd18c0dafe268fa6110708664ef0659df9f0e9680551ac483d30364977e768af60dfdff7e83
 SHA512 
1633294bf6c714361c381151b62d9dd2c8f388490153e7964bfa14fd647a681db9ebfe1de0a06279972d6c5b30377f67361feb4db186b1faa235600f0ae02b22
 DIST fluidsynth-2.3.2.tar.gz 1773755 BLAKE2B 
2d88e52223ff9c6bc5bcbcd8b15f30abb12632202b9a5c5eecc5eb95620aeaa2d7d9b80b76e6b26eef95ca92521bdc9e6d539f8235d90ca0429b12bb72db1a6f
 SHA512 
21798b5a80a7edd8ef02b983d9b230af45cc66b98b32d593228e12dbec15b12c6cf6c0f3692c12af66de1ba2049fa9d6ad2b68c7d1579347eec14d24870b0025

diff --git a/media-sound/fluidsynth/fluidsynth-2.3.1.ebuild 
b/media-sound/fluidsynth/fluidsynth-2.3.1.ebuild
deleted file mode 100644
index d8c8395a14ce..
--- a/media-sound/fluidsynth/fluidsynth-2.3.1.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib systemd toolchain-funcs
-
-DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 
specifications"
-HOMEPAGE="https://www.fluidsynth.org;
-SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
-IUSE="alsa dbus debug examples ipv6 jack ladspa lash network oss pipewire 
portaudio pulseaudio +readline sdl +sndfile systemd threads"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-libs/glib:2[${MULTILIB_USEDEP}]
-   alsa? (
-   media-libs/alsa-lib[${MULTILIB_USEDEP}]
-   lash? ( media-sound/lash[${MULTILIB_USEDEP}] )
-   )
-   dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
-   jack? ( virtual/jack[${MULTILIB_USEDEP}] )
-   ladspa? (
-   media-libs/ladspa-sdk[${MULTILIB_USEDEP}]
-   media-plugins/cmt-plugins[${MULTILIB_USEDEP}]
-   )
-   pipewire? (
-   media-video/pipewire:0=[${MULTILIB_USEDEP}]
-   )
-   portaudio? ( media-libs/portaudio[${MULTILIB_USEDEP}] )
-   pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
-   readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
-   sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
-   sndfile? ( media-libs/libsndfile[${MULTILIB_USEDEP}] )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog README.md THANKS TODO doc/fluidsynth-v20-devdoc.txt )
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_C_COMPILER="$(tc-getCC)"
-   -Denable-alsa=$(usex alsa)
-   -Denable-aufile=ON
-   -Denable-dbus=$(usex dbus)
-   -Denable-dsound=OFF # Windows
-   -Denable-floats=OFF # loat instead of double for DSP samples
-   -Denable-fpe-check=$(usex debug)
-   -Denable-ipv6=$(usex ipv6)
-   -Denable-jack=$(usex jack)
-   -Denable-ladspa=$(usex ladspa)
-   -Denable-libinstpatch=ON # https://github.com/swami/libinstpatch
-   -Denable-midishare=OFF # http://midishare.sourceforge.net/
-   -Denable-network=$(usex network)
-   -Denable-opensles=OFF
-   -Denable-oboe=OFF # requires OpenSLES and/or AAudio
-   -Denable-oss=$(usex oss)
-   -Denable-libsndfile=$(usex sndfile)
-   -Denable-portaudio=$(usex portaudio)
-   -Denable-profiling=$(usex debug)
-   -Denable-pulseaudio=$(usex pulseaudio)
-   -Denable-pipewire=$(usex pipewire)
-   -Denable-readline=$(usex readline)
-   -Denable-sdl2=$(usex sdl)
-   -Denable-systemd=$(usex systemd)
-   -Denable-threads=$(usex threads)
-   -Denable-trap-on-fpe=$(usex debug)
-   -Denable-ubsan=OFF # compile and link against UBSan (for 
debugging fluidsynth internals)
-   -Denable-waveout=OFF # Windows
-   -Denable-winmidi=OFF # Windows
-   )
-
-   if use alsa; then
-   mycmakeargs+=( -Denable-lash=$(usex lash) )
-   else
-   

[gentoo-commits] repo/gentoo:master commit in: x11-apps/xwininfo/

2023-06-01 Thread Sam James
commit: e6b880ebca8848b9d087df25e9ab023fd00b490f
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:18:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:18:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b880eb

x11-apps/xwininfo: Keyword 1.1.6 arm, #907637

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

 x11-apps/xwininfo/xwininfo-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xwininfo/xwininfo-1.1.6.ebuild 
b/x11-apps/xwininfo/xwininfo-1.1.6.ebuild
index fb00dc18a578..067ef162ddca 100644
--- a/x11-apps/xwininfo/xwininfo-1.1.6.ebuild
+++ b/x11-apps/xwininfo/xwininfo-1.1.6.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
 inherit xorg-3
 
 DESCRIPTION="window information utility for X"
-KEYWORDS="~amd64 ~arm64 ~hppa ~loong ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~x86"
 
 RDEPEND="
>=x11-libs/libxcb-1.6:=



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-errors/

2023-06-01 Thread Sam James
commit: 8f2c539f5247d90b6f66365df64c626c655cdf43
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:18:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:18:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2c539f

x11-libs/xcb-util-errors: Keyword 1.0.1 arm, #907637

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

 x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild 
b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild
index 23ef5568742a..e707b67822ff 100644
--- a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild
+++ b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild
@@ -11,7 +11,7 @@ inherit python-any-r1 xorg-3
 DESCRIPTION="Library that gives human readable names to XCB error, event, & 
request codes"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors;
 
-KEYWORDS="~amd64 ~arm64 ~hppa ~loong ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~x86"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:="
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-text/editorconfig-core-c/

2023-06-01 Thread Sam James
commit: 2c690b8e0c79de2512b60a332a4bbd0b5f8e697c
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:18:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:18:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c690b8e

app-text/editorconfig-core-c: Stabilize 0.12.6 arm64, #907644

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

 app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild 
b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild
index 4c67cf716994..4c4549f842cf 100644
--- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild
+++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="cli doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



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

2023-06-01 Thread Sam James
commit: 12c4b031053b0c02146add383f80a7b9d73fa8af
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:16:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:16:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c4b031

sys-power/cpupower: Stabilize 5.18 arm, #907668

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

 sys-power/cpupower/cpupower-5.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/cpupower/cpupower-5.18.ebuild 
b/sys-power/cpupower/cpupower-5.18.ebuild
index 607bdaac195f..8513dee17cd3 100644
--- a/sys-power/cpupower/cpupower-5.18.ebuild
+++ b/sys-power/cpupower/cpupower-5.18.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://cdn.kernel.org/pub/linux/kernel/v${PV%%.*}.x/linux-${PV}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="nls"
 
 # File collision w/ headers of the deprecated cpufrequtils



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

2023-06-01 Thread Sam James
commit: af9054453ffa901d5e2cacd4b2271c5783e17d14
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:16:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:16:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af905445

dev-util/meson: Stabilize 1.1.1 arm64, #907664

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

 dev-util/meson/meson-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-1.1.1.ebuild 
b/dev-util/meson/meson-1.1.1.ebuild
index c60c9c51a140..eb645a3e4cb8 100644
--- a/dev-util/meson/meson-1.1.1.ebuild
+++ b/dev-util/meson/meson-1.1.1.ebuild
@@ -16,7 +16,7 @@ else
S=${WORKDIR}/${MY_P}
 
if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
fi
 fi
 



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

2023-06-01 Thread Sam James
commit: 841bd343c15a9a79c3c17083566629121814
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:16:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:16:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841bd343

sys-apps/dbus-broker: Stabilize 33 arm64, #907666

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

 sys-apps/dbus-broker/dbus-broker-33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus-broker/dbus-broker-33.ebuild 
b/sys-apps/dbus-broker/dbus-broker-33.ebuild
index 9dfaf67471fc..13b622e8825c 100644
--- a/sys-apps/dbus-broker/dbus-broker-33.ebuild
+++ b/sys-apps/dbus-broker/dbus-broker-33.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/bus1/dbus-broker.git;
 else

SRC_URI="https://github.com/bus1/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm64 ppc64 ~riscv"
+   KEYWORDS="amd64 arm64 ppc64 ~riscv"
 fi
 
 DESCRIPTION="Linux D-Bus Message Broker"



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/cf2pulumi/

2023-06-01 Thread Alexey Zapparov
commit: e7f4c03a7f3fce0349660c5d226e66b0dc9e2a1e
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Jun  1 20:14:00 2023 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Thu Jun  1 20:14:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7f4c03a

app-admin/cf2pulumi: treeclean

Signed-off-by: Alexey Zapparov  zapparov.com>

 app-admin/cf2pulumi/Manifest|  1 -
 app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild | 29 -
 app-admin/cf2pulumi/metadata.xml| 11 ---
 3 files changed, 41 deletions(-)

diff --git a/app-admin/cf2pulumi/Manifest b/app-admin/cf2pulumi/Manifest
deleted file mode 100644
index ffbfd0fb9..0
--- a/app-admin/cf2pulumi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cf2pulumi-v0.63.0-linux-x64.tar.gz 31265607 BLAKE2B 
846d7af087010d1314469f4a9f714f5c26a6056a19fbdedaa3435dd08e45c05ff2453adbb313c902d044b74c32580827579630d8a36f746b0c97bcabec34bdc9
 SHA512 
6d3095e30f3248cc62cb51e81a62acf4261671d3173d3cd5aa5a91e2589d8d1fefa407a6d7abff66d79168a9842248a0beb8040b7d641bd2d4d5463dfc5e96ae

diff --git a/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild 
b/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
deleted file mode 100644
index ab5015c5e..0
--- a/app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="CloudFormation tempate to Pulumi app convertor"
-HOMEPAGE="
-   https://www.pulumi.com/cf2pulumi/
-   https://github.com/pulumi/pulumi-aws-native
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi-aws-native/releases/download/v${PV}/cf2pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin cf2pulumi
-}

diff --git a/app-admin/cf2pulumi/metadata.xml b/app-admin/cf2pulumi/metadata.xml
deleted file mode 100644
index 2ef605f79..0
--- a/app-admin/cf2pulumi/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ale...@zapparov.com
-   Alexey Zapparov
-   
-   
-   pulumi/pulumi-aws-native
-   
-



[gentoo-commits] repo/gentoo:master commit in: sys-boot/gnu-efi/

2023-06-01 Thread Sam James
commit: df3d5b6fae80173a8f534766015f4d59d2e8c0ab
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:11:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:11:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3d5b6f

sys-boot/gnu-efi: Stabilize 3.0.15 arm64, #907667

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

 sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild 
b/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild
index 763144eb7d78..77a14fb4a319 100644
--- a/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild
+++ b/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2"
 # - GPL-2+ : setjmp_ia32.S
 LICENSE="GPL-2+ BSD BSD-2"
 SLOT="0"
-KEYWORDS="-* amd64 arm ~arm64 ~ia64 ~riscv x86"
+KEYWORDS="-* amd64 arm arm64 ~ia64 ~riscv x86"
 IUSE="abi_x86_32 abi_x86_64 custom-cflags"
 REQUIRED_USE="
amd64? ( || ( abi_x86_32 abi_x86_64 ) )



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

2023-06-01 Thread Sam James
commit: 8e436c82b2b742dec5290a82e57fc0850a21e4ae
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:11:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:11:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e436c82

sys-apps/dbus-broker: Stabilize 33 ppc64, #907666

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

 sys-apps/dbus-broker/dbus-broker-33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus-broker/dbus-broker-33.ebuild 
b/sys-apps/dbus-broker/dbus-broker-33.ebuild
index 5a5836b5b997..3b15684ca476 100644
--- a/sys-apps/dbus-broker/dbus-broker-33.ebuild
+++ b/sys-apps/dbus-broker/dbus-broker-33.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/bus1/dbus-broker.git;
 else

SRC_URI="https://github.com/bus1/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+   KEYWORDS="~amd64 ~arm64 ppc64 ~riscv"
 fi
 
 DESCRIPTION="Linux D-Bus Message Broker"



[gentoo-commits] repo/gentoo:master commit in: sys-boot/gnu-efi/

2023-06-01 Thread Sam James
commit: 6757e3a36116731e28c288c49ae3d803e2baab08
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:11:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:11:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6757e3a3

sys-boot/gnu-efi: Stabilize 3.0.15 arm, #907667

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

 sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild 
b/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild
index d7f1fb68a4da..763144eb7d78 100644
--- a/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild
+++ b/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2"
 # - GPL-2+ : setjmp_ia32.S
 LICENSE="GPL-2+ BSD BSD-2"
 SLOT="0"
-KEYWORDS="-* amd64 ~arm ~arm64 ~ia64 ~riscv x86"
+KEYWORDS="-* amd64 arm ~arm64 ~ia64 ~riscv x86"
 IUSE="abi_x86_32 abi_x86_64 custom-cflags"
 REQUIRED_USE="
amd64? ( || ( abi_x86_32 abi_x86_64 ) )



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

2023-06-01 Thread Sam James
commit: d1d92ed22519b1a012d37283ac3930a77493777d
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:11:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:11:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d92ed2

sys-power/cpupower: Stabilize 5.18 amd64, #907668

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

 sys-power/cpupower/cpupower-5.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/cpupower/cpupower-5.18.ebuild 
b/sys-power/cpupower/cpupower-5.18.ebuild
index 573b891839a0..475d70cc2593 100644
--- a/sys-power/cpupower/cpupower-5.18.ebuild
+++ b/sys-power/cpupower/cpupower-5.18.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://cdn.kernel.org/pub/linux/kernel/v${PV%%.*}.x/linux-${PV}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="nls"
 
 # File collision w/ headers of the deprecated cpufrequtils



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

2023-06-01 Thread Sam James
commit: b1829c9b0fd730e0522ef4549687c6695e4dfcd0
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:11:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:11:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1829c9b

sys-power/cpupower: Stabilize 5.18 arm64, #907668

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

 sys-power/cpupower/cpupower-5.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/cpupower/cpupower-5.18.ebuild 
b/sys-power/cpupower/cpupower-5.18.ebuild
index 475d70cc2593..607bdaac195f 100644
--- a/sys-power/cpupower/cpupower-5.18.ebuild
+++ b/sys-power/cpupower/cpupower-5.18.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://cdn.kernel.org/pub/linux/kernel/v${PV%%.*}.x/linux-${PV}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="nls"
 
 # File collision w/ headers of the deprecated cpufrequtils



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

2023-06-01 Thread Sam James
commit: 5b54747f9e2cfb5e411c3b1671ed0fd46fd3
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:11:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:11:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b54747f

dev-util/meson: Stabilize 1.1.1 arm, #907664

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

 dev-util/meson/meson-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-1.1.1.ebuild 
b/dev-util/meson/meson-1.1.1.ebuild
index 32d2991131d7..c60c9c51a140 100644
--- a/dev-util/meson/meson-1.1.1.ebuild
+++ b/dev-util/meson/meson-1.1.1.ebuild
@@ -16,7 +16,7 @@ else
S=${WORKDIR}/${MY_P}
 
if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
fi
 fi
 



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

2023-06-01 Thread Sam James
commit: dd8c9961e35e5a77c99028639bdab760658886f5
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:11:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:11:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8c9961

sys-apps/dbus-broker: Stabilize 33 amd64, #907666

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

 sys-apps/dbus-broker/dbus-broker-33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus-broker/dbus-broker-33.ebuild 
b/sys-apps/dbus-broker/dbus-broker-33.ebuild
index 3b15684ca476..9dfaf67471fc 100644
--- a/sys-apps/dbus-broker/dbus-broker-33.ebuild
+++ b/sys-apps/dbus-broker/dbus-broker-33.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/bus1/dbus-broker.git;
 else

SRC_URI="https://github.com/bus1/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ppc64 ~riscv"
+   KEYWORDS="amd64 ~arm64 ppc64 ~riscv"
 fi
 
 DESCRIPTION="Linux D-Bus Message Broker"



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

2023-06-01 Thread Sam James
commit: 328dc6ccab29b0bbaa186110c55b6a0aa8285161
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:11:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:11:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328dc6cc

dev-util/meson: Stabilize 1.1.1 ppc, #907664

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

 dev-util/meson/meson-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-1.1.1.ebuild 
b/dev-util/meson/meson-1.1.1.ebuild
index 9340da5ae1c1..32d2991131d7 100644
--- a/dev-util/meson/meson-1.1.1.ebuild
+++ b/dev-util/meson/meson-1.1.1.ebuild
@@ -16,7 +16,7 @@ else
S=${WORKDIR}/${MY_P}
 
if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
fi
 fi
 



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

2023-06-01 Thread Sam James
commit: f7e98cd4212bd6f5fbc85a5d80028951b6b858be
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:11:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:11:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e98cd4

dev-python/pyudev: Stabilize 0.24.1 amd64, #907646

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

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

diff --git a/dev-python/pyudev/pyudev-0.24.1.ebuild 
b/dev-python/pyudev/pyudev-0.24.1.ebuild
index 31ab1ca76632..557387ae1308 100644
--- a/dev-python/pyudev/pyudev-0.24.1.ebuild
+++ b/dev-python/pyudev/pyudev-0.24.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pyudev.readthedocs.io/en/latest/ 
https://github.com/pyudev/pyu
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86"
 IUSE="qt5"
 
 # Known to fail on test system that aren't exactly the same devices as on CI



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

2023-06-01 Thread Sam James
commit: f9c71ff69be360d4d841ae6d97f7c67cf6b5de3c
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:04:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:04:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c71ff6

dev-python/pyudev: Stabilize 0.24.1 arm64, #907646

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

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

diff --git a/dev-python/pyudev/pyudev-0.24.1.ebuild 
b/dev-python/pyudev/pyudev-0.24.1.ebuild
index 5be5a883e15e..31ab1ca76632 100644
--- a/dev-python/pyudev/pyudev-0.24.1.ebuild
+++ b/dev-python/pyudev/pyudev-0.24.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pyudev.readthedocs.io/en/latest/ 
https://github.com/pyudev/pyu
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86"
 IUSE="qt5"
 
 # Known to fail on test system that aren't exactly the same devices as on CI



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

2023-06-01 Thread Sam James
commit: 273a4232a104e4d6999e98691aeb29a03620d5f2
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:04:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:04:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273a4232

sys-fs/squashfs-tools: Stabilize 4.6.1 arm64, #906749

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

 sys-fs/squashfs-tools/squashfs-tools-4.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.6.1.ebuild 
b/sys-fs/squashfs-tools/squashfs-tools-4.6.1.ebuild
index 07164d8a78de..49fe4ce47f98 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-4.6.1.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-4.6.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 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="debug lz4 lzma lzo xattr zstd"
 
 DEPEND="



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

2023-06-01 Thread Sam James
commit: 53595eeb246568261a8fe0b04f4b4918bb7321ad
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:04:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:04:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53595eeb

sys-fs/fuse-overlayfs: Stabilize 1.11 arm64, #907645

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

 sys-fs/fuse-overlayfs/fuse-overlayfs-1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/fuse-overlayfs/fuse-overlayfs-1.11.ebuild 
b/sys-fs/fuse-overlayfs/fuse-overlayfs-1.11.ebuild
index 6b38cd4ed7b1..48a89849ffc5 100644
--- a/sys-fs/fuse-overlayfs/fuse-overlayfs-1.11.ebuild
+++ b/sys-fs/fuse-overlayfs/fuse-overlayfs-1.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/containers/fuse-overlayfs/archive/v${PV}.tar.gz -> $
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 
 DEPEND="sys-fs/fuse:3"
 RDEPEND="${DEPEND}"



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

2023-06-01 Thread Sam James
commit: b42388d8846156080c9956993f1959514c97e57e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:04:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:04:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42388d8

dev-util/meson: Stabilize 1.1.1 ppc64, #907664

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

 dev-util/meson/meson-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-1.1.1.ebuild 
b/dev-util/meson/meson-1.1.1.ebuild
index 7580383a9c86..9340da5ae1c1 100644
--- a/dev-util/meson/meson-1.1.1.ebuild
+++ b/dev-util/meson/meson-1.1.1.ebuild
@@ -16,7 +16,7 @@ else
S=${WORKDIR}/${MY_P}
 
if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-boot/gnu-efi/

2023-06-01 Thread Sam James
commit: 68dacb82e6130092714564e7faf347d2a3e89b0b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:04:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:04:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dacb82

sys-boot/gnu-efi: Stabilize 3.0.15 amd64, #907667

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

 sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild 
b/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild
index 8b1c995ccbab..d7f1fb68a4da 100644
--- a/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild
+++ b/sys-boot/gnu-efi/gnu-efi-3.0.15.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2"
 # - GPL-2+ : setjmp_ia32.S
 LICENSE="GPL-2+ BSD BSD-2"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~ia64 ~riscv x86"
+KEYWORDS="-* amd64 ~arm ~arm64 ~ia64 ~riscv x86"
 IUSE="abi_x86_32 abi_x86_64 custom-cflags"
 REQUIRED_USE="
amd64? ( || ( abi_x86_32 abi_x86_64 ) )



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

2023-06-01 Thread Sam James
commit: 00d4d3c57741f4a13c8566b3b09da8eff9dff6ae
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:04:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:04:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d4d3c5

sys-fs/squashfs-tools: Stabilize 4.6.1 amd64, #906749

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

 sys-fs/squashfs-tools/squashfs-tools-4.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.6.1.ebuild 
b/sys-fs/squashfs-tools/squashfs-tools-4.6.1.ebuild
index 49fe4ce47f98..2134b478f8db 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-4.6.1.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-4.6.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 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="debug lz4 lzma lzo xattr zstd"
 
 DEPEND="



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

2023-06-01 Thread Sam James
commit: 546f8cf28c3bd099eb453650cac14c69d9431fdd
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:03:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:03:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546f8cf2

sys-power/cpupower: Stabilize 5.18 x86, #907668

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

 sys-power/cpupower/cpupower-5.18.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/cpupower/cpupower-5.18.ebuild 
b/sys-power/cpupower/cpupower-5.18.ebuild
index c9b2a660a015..573b891839a0 100644
--- a/sys-power/cpupower/cpupower-5.18.ebuild
+++ b/sys-power/cpupower/cpupower-5.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2013-2022 Gentoo Authors
+# Copyright 2013-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://cdn.kernel.org/pub/linux/kernel/v${PV%%.*}.x/linux-${PV}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="nls"
 
 # File collision w/ headers of the deprecated cpufrequtils



  1   2   3   4   5   >