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

2023-11-23 Thread Joonas Niilola
commit: b72b5389769081290e48c3a2d3b7a59729d0baf9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Nov 24 06:42:16 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Nov 24 06:42:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72b5389

media-video/yle-dl: add 20231120

Signed-off-by: Joonas Niilola  gentoo.org>

 media-video/yle-dl/Manifest   |  1 +
 media-video/yle-dl/yle-dl-20231120.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/media-video/yle-dl/Manifest b/media-video/yle-dl/Manifest
index 2d4a2d92a7aa..b22b65f61a3d 100644
--- a/media-video/yle-dl/Manifest
+++ b/media-video/yle-dl/Manifest
@@ -1 +1,2 @@
 DIST yle-dl-20230611.tar.gz 75718 BLAKE2B 
5be5b3bde4290f0799e4d2e15e779798467162e7316be4cd5bae463c798fbfac228614c8a1f4e222e045b70aca3584df428d85e6e12b6f208a6e4265199a6310
 SHA512 
9027a00f7a3b383187ae1de3bcf2145c64b0f618680ec3fe224397ac23cbb43d0f181f64c8cd7f21b9dbbdfd5ea0045458fb6858fd6be2c4b5b04d5df2747f79
+DIST yle-dl-20231120.tar.gz 74754 BLAKE2B 
619a8a787ed5eef837027968f074fc7ea06e98ebdb21c384e3ace32b9a436002d78fe8ab50db9d16049af6d975dadc328963bf91c0f7adf72134f4918e56549a
 SHA512 
009f263e2324c927835cb06400b8cb18385dc4afa2d1ddb512c7c32f99ca798ad49b0372f36cbe8a0bfcda2e9df66232f5b57bda7134c8f607300a8d208418d1

diff --git a/media-video/yle-dl/yle-dl-20231120.ebuild 
b/media-video/yle-dl/yle-dl-20231120.ebuild
new file mode 100644
index ..26caf5815d85
--- /dev/null
+++ b/media-video/yle-dl/yle-dl-20231120.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=flit
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Download media files from Yle Areena"
+HOMEPAGE="https://aajanki.github.io/yle-dl/ https://github.com/aajanki/yle-dl;
+SRC_URI="https://github.com/aajanki/yle-dl/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Requires an active internet connection during tests,
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="media-video/ffmpeg
+   net-misc/wget
+   >=dev-python/attrs-18.1.0[${PYTHON_USEDEP}]
+   >=dev-python/ConfigArgParse-0.13.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/progress[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+   ${RDEPEND}
+   media-video/ffmpeg[gnutls]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+DOCS=( COPYING ChangeLog README.fi.md README.sv.md README.md yledl.conf.sample 
)
+
+src_install() {
+   docompress -x "/usr/share/doc/${PF}/yledl.conf.sample"
+   distutils-r1_src_install
+}
+
+pkg_postinst() {
+   elog "Sample configuration file has been installed to "
+   elog " /usr/share/doc/yle-dl-${PVR}/yledl.conf.sample"
+   elog
+   optfeature "automatically detect filesystems that require restricted 
character sets" dev-python/psutil
+   optfeature "store metadata as extended file attributes" 
dev-python/pyxattr
+   optfeature "youtube-dl download engine" net-misc/yt-dlp
+}



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

2023-11-23 Thread 罗百科
commit: fa39c8b45a87411a101ebd31a8b5cc5c24d5e910
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Nov 24 06:36:17 2023 +
Commit: 罗百科  gentoo  org>
CommitDate: Fri Nov 24 06:36:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa39c8b4

sys-apps/syd: add 3.4.1, drop 3.3.3

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

 sys-apps/syd/Manifest   | 13 -
 sys-apps/syd/{syd-3.3.3.ebuild => syd-3.4.1.ebuild} | 12 +++-
 2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/sys-apps/syd/Manifest b/sys-apps/syd/Manifest
index 00f17a0b37ca..17127f3f7609 100644
--- a/sys-apps/syd/Manifest
+++ b/sys-apps/syd/Manifest
@@ -17,11 +17,18 @@ DIST clap_builder-4.4.8.crate 163164 BLAKE2B 
1d7ea3e3bedbe44f8bfb80014bc8de10577
 DIST clap_lex-0.6.0.crate 12272 BLAKE2B 
22aa04997fffa15a2efc7013ae27fd223c3247cd31f8fe96aafb4e87e3224f075e887df10a95a2da80b468d4e16088ae9f171ba6551c0ae06d77bf3b8920ff9d
 SHA512 
3651aa5e27ed35b6b75b1d25fd9c20c26a2a6039116e54d84c51469087732a4f0fd71754326456b367e341b017d03749e9a6774cb7b62250ca8745f5af46574e
 DIST criterion-0.5.1.crate 110088 BLAKE2B 
b99018b6a6f97fe47d90a2135e3d483ee624d43088d7881bafb2c35ba385629f1a4353110bf190c04903abc4ee99ad1735bc9c5afc6c2854a1aa9221fd714617
 SHA512 
6a1a32437bdb95f8472bafb5b04bb5999a6ff6fee4ca5965028ec53b4867d01b529241d01809a003722ec7d5710c323274b6f3b50ca0935919a9dee693f4d3b0
 DIST criterion-plot-0.5.0.crate 22706 BLAKE2B 
28a50375f2871ce6f168aafabff46f4368bf55cac379c67a2b4396403259372759dba3355786e695b566b1cddee9091a469755a04c06ee949f00aee8e9a28699
 SHA512 
971e96dcc64a5afa7488f1a99475f0f5639c0ef63f9eeebcada351868697cbff397e99827cc07c0a52e7d7d1a87856fe1fc48c22075776b3bc9c94af62d79f14
+DIST crossbeam-channel-0.5.8.crate 90455 BLAKE2B 
017132056f1b40e55fbc7a09b75509d72b0a6123a0e5ea5d6104fe822f73b3ccce670d711d3b84b5ce743dcab5f10445297a6701b71213b77c0d56e2c3fd7160
 SHA512 
47677d6fe63050c51393e4a0537a3c65d7055c9eae118ebe60c5d716b4f47f23c2b1947b1e1b66bfb34a57c4db3a44631d323e996dd545565fe4f58c25863ff4
+DIST crossbeam-utils-0.8.16.crate 42508 BLAKE2B 
dfaf9e7cade2cb5a2de90dc622e58a69c5b28fe9f69d3cbb945431683cf48fb409565190e3414a815563afb12631d990476919890fc482ce6b5792fdc25536a7
 SHA512 
4b8d599a8b93015eea2fd404cdf1526fbb94662fffc7c64d2f0659aeef349e4ad682f61b2b85d075c7f3fbbc4d8106cd7caf6e65dae117ba982f31262df3f831
 DIST either-1.9.0.crate 16660 BLAKE2B 
ad61038bfacb16f678fff5dd9ccf8f345e1bef18bd7aa0aa9c99d44abf8428939362f32fc8dbb1b60ac56016e0096201071d0bf8c0431b660605d0dfa97da466
 SHA512 
4978d50842386f51e31a47ad037d5e491106a668bc701bb833e6ec3998afe3ebd80efddc47756b2f300f534b39b26fc01386dc878d3b02cc8c1fec6a474c2177
 DIST env_logger-0.10.1.crate 36524 BLAKE2B 
974c75fb4288ca18e75eb6055e9f6798a53ce6b14e05385244225fe3cb05390b975343e4714c6ba72d384809bfb1279ba4cca9b6e2f7d9256c589e5fd13beb5c
 SHA512 
5749661d10a482447527f4641a86a77dfecff0984e13f07cc9392359287c74837af8b290c358a4888934ae3ec0389f51e8cd269fbcc48cd27bd44bbacac41b0f
 DIST errno-0.3.6.crate 10595 BLAKE2B 
b86b409df43f49eaeeeb3e639140ff0d0deae5f715054f67d8cf9951eeacff38fd027783849d5de680999ca50904340fedbd23532e50617d9f8a023c35e8e09a
 SHA512 
61931fa3adb9d2220230e1c3db0e44b3701bfc9ecf1a0cb1fa919e749f329ebc50b5f40737c64fc23901d680f45a465f9110d6992a582766c10bf919860f002f
 DIST fastrand-2.0.1.crate 14664 BLAKE2B 
7a5812153500170dcc53ca8d66384fef46eeb5a8f970be43863f22f82bf427672d07cb053f4e04b0fea358ca89178399871235680f57223b8561c07b8d21cf13
 SHA512 
79a1e1b3f39264f037def236afbd87b732f5e0a2154b1d9e721b3c7990c52be45138320e2571fe628f482e0da7e3cf867abb745e3c277b19015fc031fd4410d9
 DIST fnv-1.0.7.crate 11266 BLAKE2B 
81da85889c91b6567e0f555e37dd915f1bd919719d1ca10c31a6861d7aec29a49ae9c1e8bc500791bf9d6b8dbb318c096d04872c5872a4b1f7d45fbd8e12842d
 SHA512 
2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334
+DIST futures-channel-0.3.29.crate 32432 BLAKE2B 
fa89fb7bb14e5d23e19636de6116fcad23668e320a4c75409ef232f83d473e3c6db89a44b640cae969a0a7210df6ad6e5f7886e284481e0c2a816ef01e0c3d93
 SHA512 
f04574f9e88b5d56570ae0aeab082c6c1e4382e1594d83646c1899416e7403bdd7537282bdb20146b5df4fe24b550dcf35c497af04c2210575413d6c8018dff0
+DIST futures-core-0.3.29.crate 14808 BLAKE2B 
f1ebfc7c1c7a8a212ed7e6c5c72d973f7dafe8b4635c8d42070d6842bd4920fd39775195571dec2f6395c5002d8ac02af889581fdbf878a45e0eb27dc6c5f0b9
 SHA512 
ae10dc9c1473e4625bee4db902ab3833bb047bd159a40e4fc4cfdc3a266d1ab99e85aa3db4f8dd867e08926d8dc733760b3258884ab890db1fd69f1520715592
+DIST futures-executor-0.3.29.crate 17745 BLAKE2B 
4bc4ee76b767285ea121f6edd3d5230f5de12724b9bd9f80341249b1feda6ff845ca6e847639906565c17f7dedb8bd726c0e531071fbadeae91e4a1a7d42c8a4
 SHA512 
df3220201247d4ae085a970c34e4c3dc7f546f4ff38fa817e4eef55743127a5ca6bcdfc35dd7f5f47c5e2dff32120483e14dee466080db04e93244fb5a5024ae
+DIST futures-task-0.3.29.crate 11853 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/

2023-11-23 Thread 罗百科
commit: a331d8318174c5c2a2303e014ab7450c65a798b4
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Nov 24 06:34:25 2023 +
Commit: 罗百科  gentoo  org>
CommitDate: Fri Nov 24 06:34:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a331d831

dev-db/postgis: add 3.1.10, 3.2.6, 3.3.4, 3.4.1

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

 dev-db/postgis/Manifest  |   4 +
 dev-db/postgis/postgis-3.1.10.ebuild | 143 +++
 dev-db/postgis/postgis-3.2.6.ebuild  | 143 +++
 dev-db/postgis/postgis-3.3.4.ebuild  | 142 ++
 dev-db/postgis/postgis-3.4.1.ebuild  | 138 +
 5 files changed, 570 insertions(+)

diff --git a/dev-db/postgis/Manifest b/dev-db/postgis/Manifest
index 52ca3f2abb36..70fa437c20ca 100644
--- a/dev-db/postgis/Manifest
+++ b/dev-db/postgis/Manifest
@@ -1,7 +1,11 @@
+DIST postgis-3.1.10.tar.gz 17302899 BLAKE2B 
735a7ea27b07fe6bc7fb712a33015e230b498e362e83b91777de37c15df4564eb07fe88f3402a135c6a3ef9e300e5fa4569ed0ffa325fb94cd4b82291138857e
 SHA512 
872de412792e5b237e2e60d1b3ffb739186839754286e608485dffa89ab9e58c4237c289b0a8420c9bc448b19f0983a2c32be7f72ccb5b7a7c4096adf9f93d87
 DIST postgis-3.1.8.tar.gz 17285335 BLAKE2B 
212a74866de5b8788b91cfa6d8b3a064df2933c76c8930e3c7bba310b36b4e7249de2d7481e852679da59bb9bdb3315752b62ad70176601b7110401f368200bc
 SHA512 
c28befe1f77e7f36d63b39d027024d3f8abe8496c64c4b3c05eb7c32c3a885e824cabdda5bf0f9f320b9fe15bb97f21d5dfb65a193c64b1e27be95badefe3b37
 DIST postgis-3.1.9.tar.gz 17289185 BLAKE2B 
a331df130aa8becb4a25e84751f9fcdd494816d8287ade8983bc429eff42c1b98037d07358c4b7e3b9e3daee63aa59ea36f0ae49c5d00bdae9b993526544014a
 SHA512 
b0fd0e7311c7a7672f23d4dc1732c884c7d0766f0f1c0a7e53750bd5fc4d39872dca08f5a5dfc58745fe4c80bb42b2420b63a4cbe76cac02f8e36d8cc9771623
 DIST postgis-3.2.4.tar.gz 16885605 BLAKE2B 
341bf09bf5adffc6c48b0fdc6930bac25e43184357895bb90adf000f4fdf52e5c198a530722d46d8b3207e7faffe840de53a9494f3119bb56c3a8e11a4d693f0
 SHA512 
46bb88ebcf7697e42194e55ef1c323a94222e2870a98aa058d62e1d253c8ad15b14da268eece43b0cdb71d8cdbd2ff393ca451c45998245aaf1726bdffcc563f
 DIST postgis-3.2.5.tar.gz 16888933 BLAKE2B 
7d3deb984d7f7ee202abe5deff326debe20ff449f1712abafa2b8bbfd0e56bfbea69a6c16cd10694afd4831c1a0b8e1b9fca89c2748faf092b5402e830714a97
 SHA512 
7d9f3242aacfc0c071454550ed8683daa211cf29e4b60cf4c7e68fb59ef6e037ff6b53c1a8f5577d224b16cb04e430c47839d9b67097dc4c642312d2f5e485f7
+DIST postgis-3.2.6.tar.gz 16886873 BLAKE2B 
9bf8375c08d434c0eace1807154c041d0638446385ed67a68c734fa4f5d4e0938bbc1d0761e22db497bc9379e380e6ff8b1e42476b78530f0351f7d242720120
 SHA512 
30e8a5b9af8a1bb12ed90daa89c71471193142dd7876b7618f237c1dab97a3f5941181cd159a6f33e34b62e6526da4e778f76b658de6fc6861d26e0dd96d10a0
 DIST postgis-3.3.2.tar.gz 17793976 BLAKE2B 
40dc7636f04e0d5cfd734b175da1ce49c32e4b8f5750059e79e03a7395fb8b9241c1f479815794b46dee81704d7c392fe7693c9f0180323d1ca21812c37d36b5
 SHA512 
4dd129057598b032ba322c42888bb8ce14b9423bd450ef7a42fa22162f6b48e34b226f38480aa67fe2da85be2529b0822655855f9846b657bdd32f50256f4305
 DIST postgis-3.3.3.tar.gz 17790503 BLAKE2B 
d5390e3e0713b2f74db0c6d7f953681b49611937442f89cd316b43315257db0e0734b6cd23b750a88d9fe503c5348c98578e12cfe6fd8a382fc7817d641e89cf
 SHA512 
0025a8a5c6be7e18dfb97a6a04c468a9da2d6e99462d20eec7bddf4048b8f2fa1e8029be9f819950c910a6f89190e8295f10e8dab9b4885d03d3dbcce41380c2
+DIST postgis-3.3.4.tar.gz 18591029 BLAKE2B 
5aae3804b8abcaf8436cc57c53e288f68e317b5ab930a0651f2f55fc825f9c3d6cdf43b74cb7a845de385d019737759e6ef127587015f28851734ffeedbc64da
 SHA512 
b35811ffcb7fdddbe5d4714216f714b687f92e6984614f20c6bfd4a498e6422a3035fd0de9a0afd0a04c6999d8b8a68e0f93a5bb75f893fcb6d3c3f64fe65726
 DIST postgis-3.4.0.tar.gz 14693348 BLAKE2B 
a7ae007edb12a796f58b24ec8f72264e154900335a2da8c9358dcf0455a4ff183bb77036f45a77aa3533913ab2a802a4995ce17913ef355c52e5c1d8132c04a6
 SHA512 
d8c5329e5394bfe1d77a207d35cf8100217d39236cfeb228e268c796e16e24068df2191403830bf190b7ae9fabb21003675a091a8cc6dbfeed9b4b02cbbb9d33
+DIST postgis-3.4.1.tar.gz 14942851 BLAKE2B 
98ef490b08438c5ee35409a1c5c63d985d3024325d607a7a150b197aabb8b70ec8c4bd5134136f92a106e6b1c885e3adb99aa325282122bc37d84db0d83f
 SHA512 
66f460077066372276783d8e7acefb0d61ae5fbf7e2d3bbb7008d9289a65adfe78eb8431eee4bbdd3f8e5a9e37653e396d659f46bb285edab00ed57277fae2c7

diff --git a/dev-db/postgis/postgis-3.1.10.ebuild 
b/dev-db/postgis/postgis-3.1.10.ebuild
new file mode 100644
index ..d1478aa5d62d
--- /dev/null
+++ b/dev-db/postgis/postgis-3.1.10.ebuild
@@ -0,0 +1,143 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POSTGRES_COMPAT=( 9.6 {10..14} )
+POSTGRES_USEDEP="server"
+inherit autotools postgres-multi toolchain-funcs
+
+MY_P="${PN}-$(ver_rs 3 '')"
+
+if [[ ${PV} = ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.osgeo.org/gitea/postgis/postgis.git;

[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/clipman/

2023-11-23 Thread Jonas Frei
commit: 541d0cf7c79b179e35edc719f608be36f3def0ca
Author: Jonas Frei  pm  me>
AuthorDate: Fri Nov 24 04:48:26 2023 +
Commit: Jonas Frei  pm  me>
CommitDate: Fri Nov 24 04:48:41 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=541d0cf7

gui-apps/clipman: update HOMEPAGE, SRC_URI

Closes: https://bugs.gentoo.org/917767
Signed-off-by: Jonas Frei  pm.me>

 gui-apps/clipman/clipman-1.6.2.ebuild | 8 ++--
 gui-apps/clipman/metadata.xml | 4 ++--
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/gui-apps/clipman/clipman-1.6.2.ebuild 
b/gui-apps/clipman/clipman-1.6.2.ebuild
index dcd07c6e44..fc81418ff1 100644
--- a/gui-apps/clipman/clipman-1.6.2.ebuild
+++ b/gui-apps/clipman/clipman-1.6.2.ebuild
@@ -6,8 +6,8 @@ EAPI=8
 inherit go-module
 
 DESCRIPTION="A basic clipboard manager for Wayland."
-HOMEPAGE="https://github.com/yory8/clipman;
-SRC_URI="https://github.com/yory8/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/chmouel/clipman/;
+SRC_URI="https://github.com/chmouel/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 # Using a dependency tarball as per 
https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
 
DEPS_URI="https://kdrive.infomaniak.com/2/app/192129/share/901d89f7-3efa-4922-a7ee-550314e02a8e/files/21/download
 -> ${P}-deps.tar.xz"
@@ -22,10 +22,6 @@ DEPEND="
>=gui-apps/wl-clipboard-2
gui-libs/wlroots
 "
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-lang/go
-"
 
 src_compile() {
ego build .

diff --git a/gui-apps/clipman/metadata.xml b/gui-apps/clipman/metadata.xml
index e63be183c4..176487775f 100644
--- a/gui-apps/clipman/metadata.xml
+++ b/gui-apps/clipman/metadata.xml
@@ -6,7 +6,7 @@
Jonas Frei


-   yory8/clipman
-   https://github.com/yory8/clipman/issues
+   chmouel/clipman
+   https://github.com/chmouel/clipman/issues

 



[gentoo-commits] repo/gentoo:master commit in: gui-wm/hyprland/files/

2023-11-23 Thread Yixun Lan
commit: 9c3a7cc6757107e5c39e90d29c9e63a076ade395
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Nov 23 17:15:43 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Nov 24 04:37:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3a7cc6

gui-wm/hyprland: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/33951
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Yixun Lan  gentoo.org>

 .../files/hyprland-0.30.0-3400-fix-build.patch | 49 --
 .../hyprland-0.30.0-no-wlroots-automagic-r1.patch  | 18 
 2 files changed, 67 deletions(-)

diff --git a/gui-wm/hyprland/files/hyprland-0.30.0-3400-fix-build.patch 
b/gui-wm/hyprland/files/hyprland-0.30.0-3400-fix-build.patch
deleted file mode 100644
index 3ee5ca710015..
--- a/gui-wm/hyprland/files/hyprland-0.30.0-3400-fix-build.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 8637bfb1b79d7778447d93349f14b86dea41d2a4 Mon Sep 17 00:00:00 2001
-From: Jan Beich 
-Date: Sat, 23 Sep 2023 12:31:37 +
-Subject: [PATCH] build: Unbreak build without precompiled headers (#3400)
-
-* helpers: add missing header after 2e34548aea5b
-
-src/helpers/VarList.cpp: In constructor 'CVarList::CVarList(const 
std::string&, size_t, char, bool)':
-src/helpers/VarList.cpp:19:34: error: 'removeBeginEndSpacesTabs' was not 
declared in this scope
-   19 | 
m_vArgs.emplace_back(removeBeginEndSpacesTabs(in.substr(pos)));
-  |  ^~~~
-src/helpers/VarList.cpp:23:30: error: 'removeBeginEndSpacesTabs' was not 
declared in this scope
-   23 | 
m_vArgs.emplace_back(removeBeginEndSpacesTabs(std::string_view{s}.data()));
-  |  ^~~~
-
-* helpers: add missing C linkage after 0dbd99700319
-
-ld.lld: error: undefined symbol: wlr_region_scale(pixman_region32*, 
pixman_region32 const*, float)
->>> referenced by Region.cpp
->>>   src/Hyprland.p/helpers_Region.cpp.o:(CRegion::scale(float))
->>> did you mean: extern "C" wlr_region_scale
->>> defined in: /usr/lib/libwlroots.so.12032

- src/helpers/Region.cpp  | 2 ++
- src/helpers/VarList.cpp | 1 +
- 2 files changed, 3 insertions(+)
-
-diff --git a/src/helpers/Region.cpp b/src/helpers/Region.cpp
-index e2db466438..5515e71e7e 100644
 a/src/helpers/Region.cpp
-+++ b/src/helpers/Region.cpp
-@@ -1,6 +1,8 @@
- #include "Region.hpp"
-+extern "C" {
- #include 
- #include 
-+}
- 
- CRegion::CRegion() {
- pixman_region32_init(_rRegion);
-diff --git a/src/helpers/VarList.cpp b/src/helpers/VarList.cpp
-index c29a1e9641..780ea9a045 100644
 a/src/helpers/VarList.cpp
-+++ b/src/helpers/VarList.cpp
-@@ -1,3 +1,4 @@
-+#include "MiscFunctions.hpp"
- #include "VarList.hpp"
- #include 
- #include 

diff --git 
a/gui-wm/hyprland/files/hyprland-0.30.0-no-wlroots-automagic-r1.patch 
b/gui-wm/hyprland/files/hyprland-0.30.0-no-wlroots-automagic-r1.patch
deleted file mode 100644
index 452c1cc80f5e..
--- a/gui-wm/hyprland/files/hyprland-0.30.0-no-wlroots-automagic-r1.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/meson.build b/meson.build
-index d515621e..08993f8a 100644
 a/meson.build
-+++ b/meson.build
-@@ -39,7 +39,12 @@ add_project_arguments(
-   ],
-   language: 'cpp')
- 
--wlroots = subproject('wlroots', default_options: ['examples=false', 
'renderers=gles2'])
-+if get_option('xwayland').enabled()
-+  wlroots = subproject('wlroots', default_options: 
['backends=drm,libinput,x11','examples=false','renderers=gles2','xcb-errors=disabled','xwayland=enabled'])
-+else
-+  wlroots = subproject('wlroots', default_options: 
['backends=drm,libinput','examples=false','renderers=gles2','xcb-errors=disabled','xwayland=disabled'])
-+endif
-+
- have_xwlr = wlroots.get_variable('features').get('xwayland')
- xcb_dep = dependency('xcb', required: get_option('xwayland'))
- 



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

2023-11-23 Thread Michał Górny
commit: deb5935a45790813e0d16c1b341a1cc650c55df6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 03:46:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 03:46:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb5935a

dev-python/types-setuptools: Bump to 68.2.0.2

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

 dev-python/types-setuptools/Manifest|  1 +
 .../types-setuptools/types-setuptools-68.2.0.2.ebuild   | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/types-setuptools/Manifest 
b/dev-python/types-setuptools/Manifest
index f4cc3cbd6f3b..df895bc95c05 100644
--- a/dev-python/types-setuptools/Manifest
+++ b/dev-python/types-setuptools/Manifest
@@ -1 +1,2 @@
 DIST types-setuptools-68.2.0.1.tar.gz 33293 BLAKE2B 
f492a35c4282f95a1fe01854edfa10a8ceec1307d29042197ba079354488aa2cc8a8770f876b02ddcb6d568e9e94f9f995d4f1a444da313354d6c4ad2974f860
 SHA512 
1a1efa6bb5759c82bbcb514816ece34ec133c1b4540ddb80e2155b02dfa05175fb3aacc836e72d9f0416b9f523c3efa3e3282569b5dcfa597cfab75f1ff5a490
+DIST types-setuptools-68.2.0.2.tar.gz 33292 BLAKE2B 
73806a72a897f50eae65d2dae06ac08404e7882aeab1d697d8485d5a5d81946948883ae21b8c1c0d92ef14bbde1ca6a633e559f97e925e3709ddaf3624a06b0e
 SHA512 
c900acace3992c6ce98945e3e2de38ccb34348995a2a7fa815ad2c3defd5fe16e4213e6f7f49530a8ba68f1ddaeb404cf05ef4597164f9c9954f2ade640ac875

diff --git a/dev-python/types-setuptools/types-setuptools-68.2.0.2.ebuild 
b/dev-python/types-setuptools/types-setuptools-68.2.0.2.ebuild
new file mode 100644
index ..54d60b9b2471
--- /dev/null
+++ b/dev-python/types-setuptools/types-setuptools-68.2.0.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for setuptools"
+HOMEPAGE="https://pypi.org/project/types-setuptools/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"



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

2023-11-23 Thread Michał Górny
commit: f24d306f372fb4cda75713b6c668d25df1df97ff
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 03:46:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 03:46:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24d306f

dev-python/mypy: Bump to 1.7.1

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

 dev-python/mypy/Manifest  |   1 +
 dev-python/mypy/mypy-1.7.1.ebuild | 104 ++
 2 files changed, 105 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 5554f951f9a0..6aa999513603 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -2,3 +2,4 @@ DIST mypy-1.5.1.gh.tar.gz 2901212 BLAKE2B 
b136cf061162bc50a48f1556763d7a1258b5a2
 DIST mypy-1.6.0.gh.tar.gz 2923757 BLAKE2B 
15e0fe124b7024a3e89a8c32c13404f33bc56a3ff29375d006bfcaf9de359ea59025ba07e3726c7a4b402f4b7aca1256859585e1500891fb1e5f996b19dd499a
 SHA512 
245324a5ec8a98e18c31159c5cb907ce1b60323428942b9fd60909a3b117ae46eeb97792fb1f30562fa411edb6c9e903f87b5b232a4be1242abe28d88406f7c4
 DIST mypy-1.6.1.gh.tar.gz 2923973 BLAKE2B 
1abaaab0c4ca4daa4914d69196312e371d030b6f81616da66102c5fcf6ad55ed2a6a9d56f9a55d2b6ebeb055b40947ab042e7b8744960185f5343dd9f05f9f4f
 SHA512 
eac6b17dd418146c365a446e34c2cb403692a6ffa08b06a94c54accfbcedd441284c95894ef9f9b83e48df81edc35893b17163f6dba9f81fe7e9a8527401968b
 DIST mypy-1.7.0.gh.tar.gz 3001996 BLAKE2B 
af29475dc4a24d75700144b8b2643de65d88d50d561ba6bdb0d64941dc19a2943829ee93f25ece679d213833bf7a68814c5aa83ec13eac3f22074356b1c47e1c
 SHA512 
e8ba6b0897327e8a0718a0c46ed16ce81bf677e3084ca00ea0762215d79a2b52fe84329121cff257b575d13288621b98c550b9915bd1afcfa3c13d43a2087b23
+DIST mypy-1.7.1.gh.tar.gz 3004203 BLAKE2B 
5a61899e2deb9fd7dfd8634bfa269f19497fec6d601337d404a5106369650c5da0d6989acf5c4ed584d12b1d0e763e684a6650800cd2fc00f99f9a336f86e703
 SHA512 
07c047a4733c5d44b9e32cc5afa0b7dfa5719b3128cf52f68e5492a9680b09319bb1722a2080a4f93bd191c6504667985467a6ac0e7bef5389c38290879581c5

diff --git a/dev-python/mypy/mypy-1.7.1.ebuild 
b/dev-python/mypy/mypy-1.7.1.ebuild
new file mode 100644
index ..49d077bf8578
--- /dev/null
+++ b/dev-python/mypy/mypy-1.7.1.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="
+   https://www.mypy-lang.org/
+   https://github.com/python/mypy/
+   https://pypi.org/project/mypy/
+"
+SRC_URI="
+   https://github.com/python/mypy/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+# stubgen collides with this package: https://bugs.gentoo.org/585594
+RDEPEND="
+   !dev-util/stubgen
+   >=dev-python/psutil-4[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
+   >=dev-python/mypy_extensions-1.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   native-extensions? (
+   dev-python/types-psutil[${PYTHON_USEDEP}]
+   dev-python/types-setuptools[${PYTHON_USEDEP}]
+   )
+   test? (
+   >=dev-python/attrs-18.0[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.9.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-1.18[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+# frustratingly, mypyc produces non-deterministic output. If ccache is enabled 
it will be a waste of time,
+# but simultaneously it might trash your system and fill up the cache with a 
giant wave of non-reproducible
+# test files (https://github.com/mypyc/mypyc/issues/1014)
+export CCACHE_DISABLE=1
+
+src_compile() {
+   local -x MYPY_USE_MYPYC=$(usex native-extensions 1 0)
+   distutils-r1_src_compile
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # the majority of them require Internet (via pip)
+   mypy/test/testpep561.py
+   # known broken with assertions enabled
+   # https://github.com/python/mypy/issues/16043
+   
mypyc/test/test_run.py::TestRun::run-i64.test::testI64GlueMethodsAndInheritance
+   mypyc/test/test_run.py::TestRun::run-floats.test::testFloatOps
+   # these assume that types-docutils are not installed
+   
mypy/test/testpythoneval.py::PythonEvaluationSuite::pythoneval.test::testIgnoreImportIfNoPython3StubAvailable
+   
mypy/test/testpythoneval.py::PythonEvaluationSuite::pythoneval.test::testNoPython3StubAvailable
+   )
+   

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

2023-11-23 Thread Michał Górny
commit: f21a926843ce4009c1ff9e24ffd609890e7ba71e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 03:45:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 03:45:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21a9268

dev-python/pdm: Bump to 2.10.4

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

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

diff --git a/dev-python/pdm/Manifest b/dev-python/pdm/Manifest
index 4029a1501577..f12276b073ab 100644
--- a/dev-python/pdm/Manifest
+++ b/dev-python/pdm/Manifest
@@ -1,2 +1,3 @@
 DIST pdm-2.10.1.tar.gz 2588192 BLAKE2B 
ce285679d727e4f8dfe0acb9503306871d36e7a358f38dec30db24f9ce69bc0e5089546ae3140757d68d36b698252d97434d18e51377469308e4059671569e06
 SHA512 
9f4f47586c1452feeb79f45b127ee799206564795ca238f0e69abff5d14e096af5583eb3749cc2635dfc15e883353c885e796f614195efdf58e08f77637b42f2
 DIST pdm-2.10.3.tar.gz 2588935 BLAKE2B 
9c66f5928f6cd9cdacc5dec9490e0e96221ad8c4884c6b21e8b9d658f4e5c650dd2e9e415788ec3097403a0301c7baa8a7316dd0f3f0070708489dd394ed80bc
 SHA512 
09a08a6f225a346d841ebadd394ac4d86313369de6482f4caf15cc401b7deb5b928bf5894178d1334596c430f3f14b87f8e29d15ec5d73e1f7d40be717211ddc
+DIST pdm-2.10.4.tar.gz 2589461 BLAKE2B 
83366412f8b222067b33386a1a8fb0759945d22814da96b4c20e3a9bc459d6ad37f51e87720032249090c13e333becc33f4da482338c494af5fa49a578d4c308
 SHA512 
7e165f497a1cf1993554277ccf347410893f7635748d8d5a43dba1bc6156ea7655045c6ac865b96ff2e44d736b963fde5921a4710628201dd88c20d4fa7014f2

diff --git a/dev-python/pdm/pdm-2.10.4.ebuild b/dev-python/pdm/pdm-2.10.4.ebuild
new file mode 100644
index ..ed1a0d7bfc8f
--- /dev/null
+++ b/dev-python/pdm/pdm-2.10.4.ebuild
@@ -0,0 +1,79 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python package and dependency manager supporting the latest PEP 
standards"
+HOMEPAGE="
+   https://pdm-project.org/
+   https://github.com/pdm-project/pdm/
+   https://pypi.org/project/pdm/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/blinker[${PYTHON_USEDEP}]
+   dev-python/certifi[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/platformdirs[${PYTHON_USEDEP}]
+   dev-python/rich[${PYTHON_USEDEP}]
+   dev-python/truststore[${PYTHON_USEDEP}]
+   dev-python/virtualenv[${PYTHON_USEDEP}]
+   dev-python/pyproject-hooks[${PYTHON_USEDEP}]
+   dev-python/requests-toolbelt[${PYTHON_USEDEP}]
+   >=dev-python/unearth-0.12.1[${PYTHON_USEDEP}]
+   =dev-python/findpython-0.4.0[${PYTHON_USEDEP}]
+   dev-python/tomlkit[${PYTHON_USEDEP}]
+   dev-python/shellingham[${PYTHON_USEDEP}]
+   dev-python/python-dotenv[${PYTHON_USEDEP}]
+   >=dev-python/resolvelib-1.0.1[${PYTHON_USEDEP}]
+   dev-python/installer[${PYTHON_USEDEP}]
+   dev-python/cachecontrol[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/tomli[${PYTHON_USEDEP}]' pypy3 
python3_10)
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Internet
+   'tests/cli/test_build.py::test_build_with_no_isolation[False]'
+   tests/test_project.py::test_access_index_with_auth
+   tests/cli/test_others.py::test_build_distributions
+   
'tests/models/test_candidates.py::test_expand_project_root_in_url[demo @ 
file:///${PROJECT_ROOT}/tests/fixtures/artifacts/demo-0.0.1.tar.gz]'
+   
'tests/models/test_candidates.py::test_expand_project_root_in_url[-e 
file:///${PROJECT_ROOT}/tests/fixtures/projects/demo-#-with-hash#egg=demo]'
+   # hangs on interactive keyring prompts
+   tests/cli/test_config.py::test_repository_overwrite_default
+   
tests/cli/test_config.py::test_hide_password_in_output_repository
+   tests/cli/test_config.py::test_hide_password_in_output_pypi
+   # junk output, sigh
+   tests/cli/test_others.py::test_info_command_json
+   # why does it try to use python 2.7?!
+   tests/cli/test_run.py::test_import_another_sitecustomize
+   )
+   [[ ${EPYTHON} != python3.10 ]] && EPYTEST_DESELECT+=(
+   # test seems hardcoded to 3.10
+   tests/test_project.py::test_project_packages_path
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest  -m "not network and not integration and not path" \
+   -p pytest_mock
+}



[gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/ugrd/

2023-11-23 Thread George Zenner
commit: b22724d0dd60a8c7b2ee8a3bb07d59e95bbe13ee
Author: Zen  pyl  onl>
AuthorDate: Fri Nov 24 03:12:20 2023 +
Commit: George Zenner  pyl  onl>
CommitDate: Fri Nov 24 03:12:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b22724d0

sys-kernel/ugrd: Bumped 0.9.3 -> 0.9.4, improved error detection and handling

Signed-off-by: Zen  pyl.onl>

 sys-kernel/ugrd/Manifest | 2 +-
 sys-kernel/ugrd/{ugrd-0.9.3.ebuild => ugrd-0.9.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index d392bd89b8..476feb6e8f 100644
--- a/sys-kernel/ugrd/Manifest
+++ b/sys-kernel/ugrd/Manifest
@@ -1,3 +1,3 @@
 DIST ugrd-0.8.1.tar.gz 42632 BLAKE2B 
c530d9613d383eb3a04e30ea23ad4b9308d63b4be702c91c32ab971a0a447820ea312720b219f28accc328582f5aaf82bf92523a56ebfa1f107cbf4438c5a418
 SHA512 
2dd52fc4652a648811dfaf8a1f07217108d2b7d07ebfdf795e79e06cf3cb7ed0b5bf8deedca669f8faf4b0d0bdb5cb111d3ec37d73859854df6f36e2d81eab4f
 DIST ugrd-0.8.2.tar.gz 44135 BLAKE2B 
aea7294336327a332518f667aa85fd668af11e3293f83837bff03eaab75e024eae14e239cadf085713b94e556a3a312d829a66ec68fa89e926cde0f146238727
 SHA512 
1a760253e1c44893b27b1d04939fb251a31c0a9b7cc63e63d6b3f86f5f20d3bf08cf83029a3f2324cfe1e32e0940f3e45fecf2b96c5e7e323fb48d18567b79a2
-DIST ugrd-0.9.3.tar.gz 43541 BLAKE2B 
552bb75dc5aa798d6ae7f68a0458a0503f6913fc218bb25b28110d9a9f1a9ec8a6f07f39ef78343bb7b2fdc4cc01ff41826b20b744c3e01eafa0ee82ffdbebb0
 SHA512 
397b7cd75ce7a7a619ff06552bea38b639378f7c2dacee0411aa70bff968004af408f2f72a6247658ce9f18dc0e9216ea5210ba5507566ed06830f400b16147f
+DIST ugrd-0.9.4.tar.gz 43466 BLAKE2B 
01a1e386331d032b31c4cee32be07af377f62e78c353482236428f197490967ed82351ce8c31bd7298d6a7be6d1ddd7b59c597cc9f9be674d85db03c675f4883
 SHA512 
1a0cdcf5f220ced66ff9ee2959be3ed34f55460158c0e256a32b3ea6597392c6f2d8940d483da871f45b094ba6e9e9ed4372b94c5fe921bc6e263dcd2a75bcd1

diff --git a/sys-kernel/ugrd/ugrd-0.9.3.ebuild 
b/sys-kernel/ugrd/ugrd-0.9.4.ebuild
similarity index 100%
rename from sys-kernel/ugrd/ugrd-0.9.3.ebuild
rename to sys-kernel/ugrd/ugrd-0.9.4.ebuild



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

2023-11-23 Thread Julien Roy
commit: e0215dc3c9eb1336b64abd60321996a41dad7bbe
Author: Julien Roy  jroy  ca>
AuthorDate: Fri Nov 24 00:50:10 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Fri Nov 24 00:50:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0215dc3

dev-python/python-olm: add pypi upstream metadata

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/python-olm/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-olm/metadata.xml 
b/dev-python/python-olm/metadata.xml
index 8b1cb7e30e..a2bb47e192 100644
--- a/dev-python/python-olm/metadata.xml
+++ b/dev-python/python-olm/metadata.xml
@@ -9,5 +9,6 @@
https://poljar.github.io/python-olm/html/index.html

https://gitlab.matrix.org/matrix-org/olm/-/issues
poljar/python-olm
+   python-olm

 



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

2023-11-23 Thread Julien Roy
commit: 447786654683b7d4887c656073a9addda110448f
Author: Julien Roy  jroy  ca>
AuthorDate: Fri Nov 24 00:18:54 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Fri Nov 24 00:18:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44778665

dev-python/olm: add 3.2.16

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/olm/Manifest  |  1 +
 dev-python/olm/olm-3.2.16.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/dev-python/olm/Manifest b/dev-python/olm/Manifest
index 1e72c94496..8f51912b6f 100644
--- a/dev-python/olm/Manifest
+++ b/dev-python/olm/Manifest
@@ -1,2 +1,3 @@
 DIST olm-3.2.14.tar.bz2 2743089 BLAKE2B 
8b8cd2a6b5bd14191ee6604221449ae1472078e3c2a1286e9e3aed433bb77e6a9a88de6ca4c92295cd281e10d76a161905b12207079f457b099f43864317cac7
 SHA512 
47a19ae2290dbf0ac2b4539806a5e5a22be824ce163233b61680506a8eae341e312e8f169285e342c2277764d4bfa5eaf0417d36e04fbf4e358de01730e302b4
 DIST olm-3.2.15.tar.bz2 2744760 BLAKE2B 
44486a63217998010a0bb7e01ff3315c88e139d686b97158e67af29b2f052912412541fb944a17c5d8931df9c641a73e521ef8d0ff352b80fe30bd6fb73b2e7b
 SHA512 
81832766e477fc17908e8d1c49b5403d87b5977fd9102605d95ef2a3907619b7301e32fe0e18ec0f575b1f004ce248633307ff43b0f48bc9bb2313cdfefd6ea7
+DIST olm-3.2.16.tar.bz2 2744360 BLAKE2B 
236cd08cb4f014ef4f90377fe30907490dbf6482629ab47a779114c711de1855c44874a45ee92f4f55d7c100abbbde2c427996ce534dd95ce401a7549db351b7
 SHA512 
504ddc91297e7aef99e9b25f73b33bac29716ca33eb333bf1217b719d8862438e2cdaadd88cef3dc84e9f618bcc9eeeaf7e513f2d6909cc4a3d98a5dd79b0581

diff --git a/dev-python/olm/olm-3.2.16.ebuild b/dev-python/olm/olm-3.2.16.ebuild
new file mode 100644
index 00..8536ba163e
--- /dev/null
+++ b/dev-python/olm/olm-3.2.16.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for dev-libs/olm"
+HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm/;
+SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2;
+S="${WORKDIR}/${P}/python"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-libs/olm"
+RDEPEND="
+   ${DEPEND}
+   dev-python/future[${PYTHON_USEDEP}]
+   virtual/python-cffi[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/aspectlib[${PYTHON_USEDEP}]
+   dev-python/pytest-benchmark[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( README-python.md )
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+   dev-python/alabaster
+
+src_prepare() {
+   distutils-r1_src_prepare
+
+   # To avoid merge collision with dev-libs/olm
+   mv "README.md" "README-python.md" || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-telegram/, net-im/mautrix-signal/, profiles/updates/, ...

2023-11-23 Thread Julien Roy
commit: b2479f841344464fd3668ad7b110ebd6b35855f8
Author: Julien Roy  jroy  ca>
AuthorDate: Fri Nov 24 00:27:39 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Fri Nov 24 00:27:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2479f84

dev-python/olm: rename to dev-python/python-olm

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/mautrix/mautrix-0.20.2.ebuild   |  2 +-
 dev-python/mautrix/mautrix-0.20.3.ebuild   |  2 +-
 dev-python/olm/olm-3.2.14-r5.ebuild| 47 --
 dev-python/{olm => python-olm}/Manifest|  1 -
 dev-python/{olm => python-olm}/metadata.xml|  0
 .../python-olm-3.2.15.ebuild}  |  4 +-
 .../python-olm-3.2.16.ebuild}  |  5 +--
 .../mautrix-facebook/mautrix-facebook-0.4.1.ebuild |  2 +-
 .../mautrix-facebook/mautrix-facebook-0.5.0.ebuild |  2 +-
 net-im/mautrix-signal/mautrix-signal-0.4.2.ebuild  |  2 +-
 net-im/mautrix-signal/mautrix-signal-0.4.3.ebuild  |  2 +-
 .../mautrix-telegram-0.14.1.ebuild |  2 +-
 .../mautrix-telegram-0.14.2.ebuild |  2 +-
 profiles/updates/4Q-2023   |  1 +
 14 files changed, 13 insertions(+), 61 deletions(-)

diff --git a/dev-python/mautrix/mautrix-0.20.2.ebuild 
b/dev-python/mautrix/mautrix-0.20.2.ebuild
index 5367bd8433..2499e5f9f7 100644
--- a/dev-python/mautrix/mautrix-0.20.2.ebuild
+++ b/dev-python/mautrix/mautrix-0.20.2.ebuild
@@ -20,7 +20,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/olm[${PYTHON_USEDEP}]
+   dev-python/python-olm[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/unpaddedbase64[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]

diff --git a/dev-python/mautrix/mautrix-0.20.3.ebuild 
b/dev-python/mautrix/mautrix-0.20.3.ebuild
index 5367bd8433..2499e5f9f7 100644
--- a/dev-python/mautrix/mautrix-0.20.3.ebuild
+++ b/dev-python/mautrix/mautrix-0.20.3.ebuild
@@ -20,7 +20,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/olm[${PYTHON_USEDEP}]
+   dev-python/python-olm[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/unpaddedbase64[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]

diff --git a/dev-python/olm/olm-3.2.14-r5.ebuild 
b/dev-python/olm/olm-3.2.14-r5.ebuild
deleted file mode 100644
index 771ef756bb..00
--- a/dev-python/olm/olm-3.2.14-r5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for dev-libs/olm"
-HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm/;
-SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2;
-S="${WORKDIR}/${P}/python"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-libs/olm"
-RDEPEND="
-   ${DEPEND}
-   dev-python/future[${PYTHON_USEDEP}]
-   virtual/python-cffi[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? ( dev-python/aspectlib[${PYTHON_USEDEP}] )
-"
-
-DOCS=( README-python.md )
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs \
-   dev-python/alabaster
-
-EPYTEST_DESELECT=(
-   # need pytest-benchmark
-   tests/group_session_test.py::TestClass::test_encrypt
-   tests/group_session_test.py::TestClass::test_decrypt
-)
-
-src_prepare() {
-   distutils-r1_src_prepare
-
-   # To avoid merge collision with dev-libs/olm
-   mv README.md README-python.md || die
-}

diff --git a/dev-python/olm/Manifest b/dev-python/python-olm/Manifest
similarity index 66%
rename from dev-python/olm/Manifest
rename to dev-python/python-olm/Manifest
index 8f51912b6f..f5e4eb8691 100644
--- a/dev-python/olm/Manifest
+++ b/dev-python/python-olm/Manifest
@@ -1,3 +1,2 @@
-DIST olm-3.2.14.tar.bz2 2743089 BLAKE2B 
8b8cd2a6b5bd14191ee6604221449ae1472078e3c2a1286e9e3aed433bb77e6a9a88de6ca4c92295cd281e10d76a161905b12207079f457b099f43864317cac7
 SHA512 
47a19ae2290dbf0ac2b4539806a5e5a22be824ce163233b61680506a8eae341e312e8f169285e342c2277764d4bfa5eaf0417d36e04fbf4e358de01730e302b4
 DIST olm-3.2.15.tar.bz2 2744760 BLAKE2B 
44486a63217998010a0bb7e01ff3315c88e139d686b97158e67af29b2f052912412541fb944a17c5d8931df9c641a73e521ef8d0ff352b80fe30bd6fb73b2e7b
 SHA512 
81832766e477fc17908e8d1c49b5403d87b5977fd9102605d95ef2a3907619b7301e32fe0e18ec0f575b1f004ce248633307ff43b0f48bc9bb2313cdfefd6ea7
 DIST olm-3.2.16.tar.bz2 2744360 BLAKE2B 
236cd08cb4f014ef4f90377fe30907490dbf6482629ab47a779114c711de1855c44874a45ee92f4f55d7c100abbbde2c427996ce534dd95ce401a7549db351b7
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2023-11-23 Thread Ionen Wolkens
commit: 42f31b31a5084630a314e3f5c984f3ba12df1887
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Nov 23 22:36:24 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Nov 24 00:05:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f31b31

dev-qt/qt-creator: add 12.0.0

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

 dev-qt/qt-creator/Manifest |   1 +
 dev-qt/qt-creator/qt-creator-12.0.0.ebuild | 254 +
 2 files changed, 255 insertions(+)

diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest
index 6402206232fe..caa1ae484ad1 100644
--- a/dev-qt/qt-creator/Manifest
+++ b/dev-qt/qt-creator/Manifest
@@ -1 +1,2 @@
 DIST qt-creator-opensource-src-11.0.3.tar.xz 49863336 BLAKE2B 
60ce53bdc0d3a2167a62cf479e9d3427b3a4f6e3ba5eb0489e0546d80fb30f9bcea1174b67cb36673a7aa2094d5f82a7d8ab34decf47fe0c260893f0a55c9795
 SHA512 
4d0faab02cb9b123f135b3a436e9f4132f459fd40400b9adab8af0a395b9d999f473f2bbab7cb5353f5a129bfc66e3e8dfe9143412cbd03c385a3d052ef221ca
+DIST qt-creator-opensource-src-12.0.0.tar.xz 50995944 BLAKE2B 
1fd4abbd9386b7d15f14c141cb82e7061e99c226a8fd68aff1807fe1dd7e92348ccaee193112fa546d6350813261e1a44e01002d3f590921091cbc13731c6382
 SHA512 
e2383dece32d0fb49d95a4f4190ca70e182533a8a2e4eb13c782a39b700feb1eef59508c6f5b0abaf72ad09498380ccf51ef80d71ec7294b4df2745b918316af

diff --git a/dev-qt/qt-creator/qt-creator-12.0.0.ebuild 
b/dev-qt/qt-creator/qt-creator-12.0.0.ebuild
new file mode 100644
index ..74deb347c1bd
--- /dev/null
+++ b/dev-qt/qt-creator/qt-creator-12.0.0.ebuild
@@ -0,0 +1,254 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit cmake flag-o-matic llvm python-any-r1 readme.gentoo-r1 xdg
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI=(
+   "https://code.qt.io/qt-creator/qt-creator.git;
+   "https://github.com/qt-creator/qt-creator.git;
+   )
+   EGIT_SUBMODULES=(
+   perfparser
+   src/libs/qlitehtml
+   src/libs/qlitehtml/src/3rdparty/litehtml
+   )
+else
+   QTC_PV=${PV/_/-}
+   QTC_P=${PN}-opensource-src-${QTC_PV}
+   [[ ${QTC_PV} == ${PV} ]] && QTC_REL=official || QTC_REL=development
+   SRC_URI="https://download.qt.io/${QTC_REL}_releases/qtcreator/$(ver_cut 
1-2)/${PV/_/-}/${QTC_P}.tar.xz"
+   S=${WORKDIR}/${QTC_P}
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
+HOMEPAGE="https://www.qt.io/product/development-tools;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="
+   +clang +designer doc +help qmldesigner serialterminal
+   +svg test +tracing webengine
+"
+RESTRICT="!test? ( test )"
+
+LLVM_MAX_SLOT=17
+QT_PV=6.2.0:6 # IDE_QT_VERSION_MIN
+
+# := is used where Qt's private APIs are used for safety
+COMMON_DEPEND="
+   >=dev-qt/qt5compat-${QT_PV}
+   >=dev-qt/qtbase-${QT_PV}=[concurrent,gui,network,widgets,xml]
+   >=dev-qt/qtdeclarative-${QT_PV}=
+   clang? (
+   dev-cpp/yaml-cpp:=
+   =dev-qt/qttools-${QT_PV}[designer] )
+   help? (
+   >=dev-qt/qttools-${QT_PV}[assistant]
+   webengine? ( >=dev-qt/qtwebengine-${QT_PV} )
+   )
+   qmldesigner? (
+   >=dev-qt/qtquick3d-${QT_PV}=
+   >=dev-qt/qtsvg-${QT_PV}
+   )
+   serialterminal? ( >=dev-qt/qtserialport-${QT_PV} )
+   svg? ( >=dev-qt/qtsvg-${QT_PV} )
+   tracing? (
+   app-arch/zstd:=
+   dev-libs/elfutils
+   >=dev-qt/qtshadertools-${QT_PV}
+   )
+"
+# qtimageformats for .webp in examples, semi-optfeature but useful in general
+RDEPEND="
+   ${COMMON_DEPEND}
+   help? ( >=dev-qt/qtimageformats-${QT_PV} )
+   qmldesigner? ( >=dev-qt/qtquicktimeline-${QT_PV} )
+"
+DEPEND="${COMMON_DEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-qt/qttools-${QT_PV}[linguist]
+   doc? ( >=dev-qt/qttools-${QT_PV}[qdoc] )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-11.0.2-musl-no-execinfo.patch
+   "${FILESDIR}"/${PN}-12.0.0-musl-no-malloc-trim.patch
+)
+
+llvm_check_deps() {
+   has_version -d "sys-devel/clang:${LLVM_SLOT}"
+}
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   use clang && llvm_pkg_setup
+}
+
+src_prepare() {
+   cmake_src_prepare
+
+   # needed for finding docs at runtime in PF
+   sed -e "/_IDE_DOC_PATH/s/qtcreator/${PF}/" \
+   -i cmake/QtCreatorAPIInternal.cmake || die
+}
+
+src_configure() {
+   # -Werror=lto-type-mismatch issues, needs looking into
+   filter-lto
+
+   # temporary workaround for musl-1.2.4 (bug #903611), this ideally
+   # needs fixing in qtbase as *64 usage comes from its headers' macros
+   use elibc_musl && append-lfs-flags
+
+   local mycmakeargs=(
+   -DBUILD_WITH_PCH=no
+ 

[gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/ugrd/

2023-11-23 Thread George Zenner
commit: 189e1fb4f4cf3bea21f7086a99683285c8a68cf4
Author: Zen  pyl  onl>
AuthorDate: Thu Nov 23 23:08:20 2023 +
Commit: George Zenner  pyl  onl>
CommitDate: Thu Nov 23 23:08:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=189e1fb4

sys-kernel/ugrd: Removed deleted versions from the manifest

Signed-off-by: Zen  pyl.onl>

 sys-kernel/ugrd/Manifest | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index 6f71ca05e4..d392bd89b8 100644
--- a/sys-kernel/ugrd/Manifest
+++ b/sys-kernel/ugrd/Manifest
@@ -1,5 +1,3 @@
 DIST ugrd-0.8.1.tar.gz 42632 BLAKE2B 
c530d9613d383eb3a04e30ea23ad4b9308d63b4be702c91c32ab971a0a447820ea312720b219f28accc328582f5aaf82bf92523a56ebfa1f107cbf4438c5a418
 SHA512 
2dd52fc4652a648811dfaf8a1f07217108d2b7d07ebfdf795e79e06cf3cb7ed0b5bf8deedca669f8faf4b0d0bdb5cb111d3ec37d73859854df6f36e2d81eab4f
 DIST ugrd-0.8.2.tar.gz 44135 BLAKE2B 
aea7294336327a332518f667aa85fd668af11e3293f83837bff03eaab75e024eae14e239cadf085713b94e556a3a312d829a66ec68fa89e926cde0f146238727
 SHA512 
1a760253e1c44893b27b1d04939fb251a31c0a9b7cc63e63d6b3f86f5f20d3bf08cf83029a3f2324cfe1e32e0940f3e45fecf2b96c5e7e323fb48d18567b79a2
-DIST ugrd-0.9.0.tar.gz 45761 BLAKE2B 
c815308a9e2ffbd57f6fc04654befeb674e1046f6eb50cf65edb9f24974f48630e324ea5b049f2fb81468a9239633619909d528d36e88700843e36f73919aaa4
 SHA512 
f9354c9b8e2601ea9027965a10472de1c905bced853bcf3fc793a76db4c2e7d264da547691be32f09d6b5e5da9a7901e009b9f80f10a20856a596d44e0eb0050
-DIST ugrd-0.9.1.tar.gz 42614 BLAKE2B 
59fd7b701fa6968984e84b6f7c5b1eb8d9b83e057b074a1edc532a3b1520f4f6340d1cafe6286d1ef8d4d4161e8c39f4289ef9db9faff15d74771ec9cb627105
 SHA512 
db008eb619c3c1a47b498900e8b6ad8b60e60786f986401246087a068dbbc2a6f5e17d3402666198404410716faf62c43881354b58af4df141814ef466118d5d
 DIST ugrd-0.9.3.tar.gz 43541 BLAKE2B 
552bb75dc5aa798d6ae7f68a0458a0503f6913fc218bb25b28110d9a9f1a9ec8a6f07f39ef78343bb7b2fdc4cc01ff41826b20b744c3e01eafa0ee82ffdbebb0
 SHA512 
397b7cd75ce7a7a619ff06552bea38b639378f7c2dacee0411aa70bff968004af408f2f72a6247658ce9f18dc0e9216ea5210ba5507566ed06830f400b16147f



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

2023-11-23 Thread Sam James
commit: bf7b8a46a8af8c33cbd7d66f315269d97bc6a361
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 22:48:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 22:48:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7b8a46

app-crypt/p11-kit: restore keywords

I'd meant to do this in 4798ad6134c3978c821512fc7850c64514b1f373, as the reason
to drop the keywords became obsolete.

Bug: https://bugs.gentoo.org/916376
Fixes: 4798ad6134c3978c821512fc7850c64514b1f373
Signed-off-by: Sam James  gentoo.org>

 app-crypt/p11-kit/p11-kit-0.25.1-r1.ebuild | 2 +-
 app-crypt/p11-kit/p11-kit-0.25.3.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/p11-kit/p11-kit-0.25.1-r1.ebuild 
b/app-crypt/p11-kit/p11-kit-0.25.1-r1.ebuild
index ed2b437d4844..73ece25e1f8f 100644
--- a/app-crypt/p11-kit/p11-kit-0.25.1-r1.ebuild
+++ b/app-crypt/p11-kit/p11-kit-0.25.1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/p11-glue/p11-kit/releases/download/${PV}/${P}.tar.xz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~m68k ~mips ~riscv ~x86 ~amd64-linux ~x86-linux 
~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 ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="+libffi gtk-doc nls systemd test"
 RESTRICT="!test? ( test )"
 

diff --git a/app-crypt/p11-kit/p11-kit-0.25.3.ebuild 
b/app-crypt/p11-kit/p11-kit-0.25.3.ebuild
index 26fd2db17ad2..e55f9d757a70 100644
--- a/app-crypt/p11-kit/p11-kit-0.25.3.ebuild
+++ b/app-crypt/p11-kit/p11-kit-0.25.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/p11-glue/p11-kit/releases/download/${PV}/${P}.tar.xz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~m68k ~mips ~riscv ~x86 ~amd64-linux ~x86-linux 
~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 ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="+libffi gtk-doc nls systemd test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/ugrd/

2023-11-23 Thread George Zenner
commit: 0dd9f83ee37530671800d864957751740131f158
Author: Zen  pyl  onl>
AuthorDate: Thu Nov 23 22:14:09 2023 +
Commit: George Zenner  pyl  onl>
CommitDate: Thu Nov 23 22:14:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0dd9f83e

sys-kernel/ugrd: Removed broken versions, updated

Signed-off-by: Zen  pyl.onl>

 sys-kernel/ugrd/Manifest   |  1 +
 sys-kernel/ugrd/ugrd-0.9.0.ebuild  | 32 --
 .../ugrd/{ugrd-0.9.1.ebuild => ugrd-0.9.3.ebuild}  |  0
 3 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index e4d9e73c32..6f71ca05e4 100644
--- a/sys-kernel/ugrd/Manifest
+++ b/sys-kernel/ugrd/Manifest
@@ -2,3 +2,4 @@ DIST ugrd-0.8.1.tar.gz 42632 BLAKE2B 
c530d9613d383eb3a04e30ea23ad4b9308d63b4be70
 DIST ugrd-0.8.2.tar.gz 44135 BLAKE2B 
aea7294336327a332518f667aa85fd668af11e3293f83837bff03eaab75e024eae14e239cadf085713b94e556a3a312d829a66ec68fa89e926cde0f146238727
 SHA512 
1a760253e1c44893b27b1d04939fb251a31c0a9b7cc63e63d6b3f86f5f20d3bf08cf83029a3f2324cfe1e32e0940f3e45fecf2b96c5e7e323fb48d18567b79a2
 DIST ugrd-0.9.0.tar.gz 45761 BLAKE2B 
c815308a9e2ffbd57f6fc04654befeb674e1046f6eb50cf65edb9f24974f48630e324ea5b049f2fb81468a9239633619909d528d36e88700843e36f73919aaa4
 SHA512 
f9354c9b8e2601ea9027965a10472de1c905bced853bcf3fc793a76db4c2e7d264da547691be32f09d6b5e5da9a7901e009b9f80f10a20856a596d44e0eb0050
 DIST ugrd-0.9.1.tar.gz 42614 BLAKE2B 
59fd7b701fa6968984e84b6f7c5b1eb8d9b83e057b074a1edc532a3b1520f4f6340d1cafe6286d1ef8d4d4161e8c39f4289ef9db9faff15d74771ec9cb627105
 SHA512 
db008eb619c3c1a47b498900e8b6ad8b60e60786f986401246087a068dbbc2a6f5e17d3402666198404410716faf62c43881354b58af4df141814ef466118d5d
+DIST ugrd-0.9.3.tar.gz 43541 BLAKE2B 
552bb75dc5aa798d6ae7f68a0458a0503f6913fc218bb25b28110d9a9f1a9ec8a6f07f39ef78343bb7b2fdc4cc01ff41826b20b744c3e01eafa0ee82ffdbebb0
 SHA512 
397b7cd75ce7a7a619ff06552bea38b639378f7c2dacee0411aa70bff968004af408f2f72a6247658ce9f18dc0e9216ea5210ba5507566ed06830f400b16147f

diff --git a/sys-kernel/ugrd/ugrd-0.9.0.ebuild 
b/sys-kernel/ugrd/ugrd-0.9.0.ebuild
deleted file mode 100644
index aa6107ef6d..00
--- a/sys-kernel/ugrd/ugrd-0.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Python based initramfs generator with TOML defintions"
-HOMEPAGE="https://github.com/desultory/ugrd;
-SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="app-misc/pax-utils"
-
-src_install() {
-   # Call the distutils-r1_src_install function to install the package
-   distutils-r1_src_install
-   # Create the ugrd config directory
-   keepdir /etc/ugrd
-}
-
-pkg_postinst() {
-   optfeature "ugrd.crypto.cryptsetup support" sys-fs/cryptsetup
-   optfeature "ugrd.fs.btrfs support" sys-fs/btrfs-progs
-   optfeature "ugrd.crypto.gpg support" app-crypt/gnupg
-   optfeature "ugrd.fs.zfs support" sys-fs/zfs
-}

diff --git a/sys-kernel/ugrd/ugrd-0.9.1.ebuild 
b/sys-kernel/ugrd/ugrd-0.9.3.ebuild
similarity index 100%
rename from sys-kernel/ugrd/ugrd-0.9.1.ebuild
rename to sys-kernel/ugrd/ugrd-0.9.3.ebuild



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

2023-11-23 Thread Bernard Cafarelli
commit: 4b080f78c6e503fb08750c7db7487345a8404159
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov 23 22:08:25 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov 23 22:08:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b080f78

x11-misc/grsync: fix compilation with USE=-gtk3

Closes: https://bugs.gentoo.org/916673
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-misc/grsync/grsync-1.3.1.ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/x11-misc/grsync/grsync-1.3.1.ebuild 
b/x11-misc/grsync/grsync-1.3.1.ebuild
index b54007c5ee03..20da83187937 100644
--- a/x11-misc/grsync/grsync-1.3.1.ebuild
+++ b/x11-misc/grsync/grsync-1.3.1.ebuild
@@ -23,6 +23,15 @@ BDEPEND="virtual/pkgconfig
 
 DOCS="AUTHORS NEWS README"
 
+src_prepare() {
+   default
+
+   if ! use gtk3; then
+   sed -e "s/gtk_widget_override_font/gtk_widget_modify_font/" \
+   -i src/callbacks.c || die
+   fi
+}
+
 src_configure() {
econf --disable-unity $(use_enable gtk3)
 }



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-gui/

2023-11-23 Thread Bernard Cafarelli
commit: d1fbd9eb67a91e85eea1c0b232682ea9394f7a9e
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov 23 21:42:05 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov 23 21:53:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fbd9eb

gnustep-base/gnustep-gui: add 0.30.0

Signed-off-by: Bernard Cafarelli  gentoo.org>

 gnustep-base/gnustep-gui/Manifest  |  1 +
 gnustep-base/gnustep-gui/gnustep-gui-0.30.0.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/gnustep-base/gnustep-gui/Manifest 
b/gnustep-base/gnustep-gui/Manifest
index 99831e7bf2d2..4cb6898c1409 100644
--- a/gnustep-base/gnustep-gui/Manifest
+++ b/gnustep-base/gnustep-gui/Manifest
@@ -1,2 +1,3 @@
 DIST gnustep-gui-0.28.0.tar.gz 2933013 BLAKE2B 
d6076fde3d90625059907d3fb7a3a8edc9ed37a02f31b249f7d8e84a0f1a11ade6aa5e7aa6ac6bf394f561c98259500b342bb828fb583ce847e402101bb7d0f9
 SHA512 
9c5b979c908f63c99a6d050c2f2b9f50aedad440645c6e9045e78f631335ab3290ae09f69128d57b8b88ffb063d118d3f62f45ccecde99bb135de6c60b46586f
 DIST gnustep-gui-0.29.0.tar.gz 2994299 BLAKE2B 
6624321e4df3fa7aef659f5c4d364d4f39790c47f9093ff84a87d7535ff1819b0fa331461d442ad0dcec1dbd5cf27e902972b039f6464b2f1330a54807faeea2
 SHA512 
bbb413d5b391d2e6e30c2f875913b1c7497d5408e595160e51d3ba5b15dd014b531d411861cb8d094a1a21a8f405ff22c4374874dd52a669d1d9738f4a9ddeef
+DIST gnustep-gui-0.30.0.tar.gz 3044530 BLAKE2B 
6bd35b579c752a0b949ab1f84b56f96be21a5c3afdb28394fff71399b32f90f7cfbe85c443515b609db4879656c19886a71e5be1bbfcbd4feb79f24fc59f9f5c
 SHA512 
6825c32811ba0e4fb5b97d01055c5fe72a025de8eeb78b75409fe7535e365c9aa7b8146ba22c2ed7b59ae6174c1adabe80f58c9ffb72d8f6bc08ab28a06830f5

diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.30.0.ebuild 
b/gnustep-base/gnustep-gui/gnustep-gui-0.30.0.ebuild
new file mode 100644
index ..8bbccd8f2ea8
--- /dev/null
+++ b/gnustep-base/gnustep-gui/gnustep-gui-0.30.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnustep-base multilib virtualx
+
+DESCRIPTION="Library of GUI classes written in Obj-C"
+HOMEPAGE="https://gnustep.github.io/;
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups gif icu jpeg png speech"
+
+DEPEND="${GNUSTEP_CORE_DEPEND}
+   app-text/aspell
+   >=gnustep-base/gnustep-base-1.28.0:=[icu?]
+   media-libs/audiofile
+   >=media-libs/tiff-3:=
+   x11-libs/libXt
+   cups? ( >=net-print/cups-1.7.4:= )
+   gif? ( >=media-libs/giflib-4.1:= )
+   icu? ( dev-libs/icu:= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   png? ( >=media-libs/libpng-1.2:= )
+   speech? ( app-accessibility/flite )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   gnustep-base_src_prepare
+
+   # remove hardcoded -g -Werror, bug #378179
+   sed -i -e 's/-g -Werror//' \
+   Tools/say/GNUmakefile \
+   Tools/speech/GNUmakefile \
+   || die
+}
+
+src_configure() {
+   egnustep_env
+
+   local myconf=
+   use gif && myconf="--disable-ungif --enable-libgif"
+
+   econf \
+   $(use_enable cups) \
+   $(use_enable icu) \
+   $(use_enable jpeg) \
+   $(use_enable png) \
+   $(use_enable speech) \
+   --with-tiff-include="${EPREFIX}"/usr/include \
+   --with-tiff-library="${EPREFIX}"/usr/$(get_libdir) \
+   ${myconf}
+}
+
+src_test() {
+   virtx default
+}



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

2023-11-23 Thread Bernard Cafarelli
commit: a24323871b169f42a03f245c10953a4d51b78c48
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov 23 21:11:38 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov 23 21:53:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2432387

www-apps/element: add 1.11.50, drop 1.11.46

Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/element/Manifest   | 2 +-
 www-apps/element/{element-1.11.46.ebuild => element-1.11.50.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest
index 757dcf49e74a..08f12f0b1efb 100644
--- a/www-apps/element/Manifest
+++ b/www-apps/element/Manifest
@@ -1,2 +1,2 @@
-DIST element-v1.11.46.tar.gz 22356185 BLAKE2B 
fac8c3524ea31d7bd9dc67be503e13f9868796d4272433f6c330b96a25fd0fce8aeb7f1a0f902e56d2a6e5c5125f2178ab085f9bcf856da965951428ff895982
 SHA512 
49f2fffded0012d79a927eb0271a905899f5817c8346d7e27f9f67b96c23e3fee4ed4cbcc9778955eed59a0bcafc5c4ba805a6d47e3e12701afb940fd68b1633
 DIST element-v1.11.47.tar.gz 21686041 BLAKE2B 
e9c582b7ca048bf7d9deac92d8cb1dd7ca42633bf9a3a7041ff47699278ff4bcda9c0d04a12376879b1403a2a243287a985da41f6ad001f0bb4f1dab480161de
 SHA512 
049f5a10998e841e1f473512696699282b5a76fb0ccc6b85e12f32392d1f8ea63cb080b55d92f3771f861832835d5ea54d4fd1d7b4bebf85065ce3cda7229329
+DIST element-v1.11.50.tar.gz 21930499 BLAKE2B 
642e210bcb9ae0cc8ca050889e7291f4da474eb804a514a00e16c25bb4c961b6d5d4f017c74e5213e5bfd3f1f8c4e89d9c6736d72155deb029ad0f8336b205ff
 SHA512 
f712c3d89fd8f2eaa7ee953aeb4fe30c40d2e7ba8f47371d31530fe5851f2068ec16809cf974d7d190fb552f301ac5c2bfd960de3b1c5e925373c6cabd46ec5c

diff --git a/www-apps/element/element-1.11.46.ebuild 
b/www-apps/element/element-1.11.50.ebuild
similarity index 100%
rename from www-apps/element/element-1.11.46.ebuild
rename to www-apps/element/element-1.11.50.ebuild



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-back-art/

2023-11-23 Thread Bernard Cafarelli
commit: 24ba993271f5824a74e897a692add38b1f4b4cf2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov 23 21:32:06 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov 23 21:53:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ba9932

gnustep-base/gnustep-back-art: add 0.30.0

Signed-off-by: Bernard Cafarelli  gentoo.org>

 gnustep-base/gnustep-back-art/Manifest |  1 +
 .../gnustep-back-art-0.30.0.ebuild | 88 ++
 2 files changed, 89 insertions(+)

diff --git a/gnustep-base/gnustep-back-art/Manifest 
b/gnustep-base/gnustep-back-art/Manifest
index 54dee1ec82bd..929effc00559 100644
--- a/gnustep-base/gnustep-back-art/Manifest
+++ b/gnustep-base/gnustep-back-art/Manifest
@@ -1,2 +1,3 @@
 DIST gnustep-back-0.28.0.tar.gz 973776 BLAKE2B 
c82792d9c2af45a3a81e1e40c9b0afe7b4dde7846cf4e593ec2f3e816196a321efba2d0d40d14795eed01681845bc6b5d75e8828c689961b6ba2db6de5231568
 SHA512 
9befc654ec431fe2a23baff2bfe848d7e4f32c58ecee877ca9606ba318ba470493469e28a5b3e37ca132f0f1262219ebd2755c3da7b26fbd1b66dddb1514d25c
 DIST gnustep-back-0.29.0.tar.gz 1005485 BLAKE2B 
c117b29ca568d3751b1aa7e0baed49d517e77fb9e7b3ab332e422cac1892b9b33d81f4cce86826e69c65ba73926ae8b7abdcf1022613680f56739f2c5a688b53
 SHA512 
96efd09d4cd93796fc240e160be22879b6cc600f08c615dd0d349ce9591b91b8d2afbc18332dd03861f70ebcff86de975adf352d006f2b397fcdfcf395261f7f
+DIST gnustep-back-0.30.0.tar.gz 1021083 BLAKE2B 
23fb48ef14e40bdcc586840ead22126adc4c2998eda7ca5d8d0d4e426b364a87a370b2aad1409023e638f3269f2a94d6fe70d28b383c6c444ea1725ce111df98
 SHA512 
3d2955228b13cb083ef68a06e859faa9fe4f3137186e8db48439caf10ac12f7468c7789003d4c2e896eaee60f0659e2cfffb15b4d6079aca9751c27599b7

diff --git a/gnustep-base/gnustep-back-art/gnustep-back-art-0.30.0.ebuild 
b/gnustep-base/gnustep-back-art/gnustep-back-art-0.30.0.ebuild
new file mode 100644
index ..b082712bb764
--- /dev/null
+++ b/gnustep-base/gnustep-back-art/gnustep-back-art-0.30.0.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnustep-base
+
+DESCRIPTION="Libart_lgpl back-end component for the GNUstep GUI Library"
+HOMEPAGE="https://gnustep.github.io;
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;
+S="${WORKDIR}/gnustep-back-${PV}"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="opengl xim"
+
+RDEPEND="${GNUSTEP_CORE_DEPEND}
+   =gnustep-base/gnustep-gui-${PV%.*}*
+   >=gnustep-base/mknfonts-0.5-r1
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/libXft
+   x11-libs/libXrender
+   media-fonts/dejavu
+   >=media-libs/freetype-2.1.9
+   >=media-libs/libart_lgpl-2.3
+   opengl? ( virtual/opengl virtual/glu )
+
+   !gnustep-base/gnustep-back-cairo
+   !gnustep-base/gnustep-back-xlib"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   # do not compress man pages
+   sed -i '/which gzip/,/&& gzip/d' Tools/GNUmakefile.postamble || die
+}
+
+src_configure() {
+   egnustep_env
+
+   myconf="$(use_enable opengl glx)"
+   myconf="$myconf $(use_enable xim)"
+   myconf="$myconf --enable-server=x11"
+   myconf="$myconf --enable-graphics=art"
+
+   econf $myconf
+}
+
+src_compile() {
+   gnustep-base_src_compile
+
+   # Create font lists for DejaVu
+   einfo "Generating nfonts support files"
+   (
+   cd Fonts
+   export "${GS_ENV[@]}"
+   ${GNUSTEP_SYSTEM_TOOLS}/mknfonts \
+   $(fc-list : file|grep -v '\.gz'|cut -d: -f1) \
+   || die "nfonts support files creation failed"
+   # Trim whitepsaces
+   for fdir in *\ */; do
+   mv "$fdir" `echo $fdir | tr -d [:space:]`
+   done
+   )
+}
+
+src_install() {
+   gnustep-base_src_install
+
+   mkdir -p "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts" || die
+   cp -pPR Fonts/*.nfont "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts" || die
+}
+
+gnustep_config_script() {
+   echo "echo ' * setting normal font to DejaVuSans'"
+   echo "defaults write NSGlobalDomain NSFont DejaVuSans"
+   echo "echo ' * setting bold font to DejaVuSans-Bold'"
+   echo "defaults write NSGlobalDomain NSBoldFont DejaVuSans-Bold"
+   echo "echo ' * setting fixed font to DejaVuSansMono'"
+   echo "defaults write NSGlobalDomain NSUserFixedPitchFont DejaVuSansMono"
+}



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-back-xlib/

2023-11-23 Thread Bernard Cafarelli
commit: 61b765a1e60a8832dbaa66362e9718cdb0e02ea8
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov 23 21:38:08 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov 23 21:53:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b765a1

gnustep-base/gnustep-back-xlib: add 0.30.0

Signed-off-by: Bernard Cafarelli  gentoo.org>

 gnustep-base/gnustep-back-xlib/Manifest|  1 +
 .../gnustep-back-xlib-0.30.0.ebuild| 50 ++
 2 files changed, 51 insertions(+)

diff --git a/gnustep-base/gnustep-back-xlib/Manifest 
b/gnustep-base/gnustep-back-xlib/Manifest
index 54dee1ec82bd..929effc00559 100644
--- a/gnustep-base/gnustep-back-xlib/Manifest
+++ b/gnustep-base/gnustep-back-xlib/Manifest
@@ -1,2 +1,3 @@
 DIST gnustep-back-0.28.0.tar.gz 973776 BLAKE2B 
c82792d9c2af45a3a81e1e40c9b0afe7b4dde7846cf4e593ec2f3e816196a321efba2d0d40d14795eed01681845bc6b5d75e8828c689961b6ba2db6de5231568
 SHA512 
9befc654ec431fe2a23baff2bfe848d7e4f32c58ecee877ca9606ba318ba470493469e28a5b3e37ca132f0f1262219ebd2755c3da7b26fbd1b66dddb1514d25c
 DIST gnustep-back-0.29.0.tar.gz 1005485 BLAKE2B 
c117b29ca568d3751b1aa7e0baed49d517e77fb9e7b3ab332e422cac1892b9b33d81f4cce86826e69c65ba73926ae8b7abdcf1022613680f56739f2c5a688b53
 SHA512 
96efd09d4cd93796fc240e160be22879b6cc600f08c615dd0d349ce9591b91b8d2afbc18332dd03861f70ebcff86de975adf352d006f2b397fcdfcf395261f7f
+DIST gnustep-back-0.30.0.tar.gz 1021083 BLAKE2B 
23fb48ef14e40bdcc586840ead22126adc4c2998eda7ca5d8d0d4e426b364a87a370b2aad1409023e638f3269f2a94d6fe70d28b383c6c444ea1725ce111df98
 SHA512 
3d2955228b13cb083ef68a06e859faa9fe4f3137186e8db48439caf10ac12f7468c7789003d4c2e896eaee60f0659e2cfffb15b4d6079aca9751c27599b7

diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.30.0.ebuild 
b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.30.0.ebuild
new file mode 100644
index ..60096b115e4c
--- /dev/null
+++ b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.30.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnustep-base
+
+DESCRIPTION="Default X11 back-end component for the GNUstep GUI Library"
+HOMEPAGE="https://gnustep.github.io;
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;
+S="${WORKDIR}/gnustep-back-${PV}"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="opengl xim"
+
+RDEPEND="${GNUSTEP_CORE_DEPEND}
+   =gnustep-base/gnustep-gui-${PV%.*}*
+   >=media-libs/freetype-2.1.9
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/libXft
+   x11-libs/libXrender
+   opengl? ( virtual/opengl virtual/glu )
+
+   !gnustep-base/gnustep-back-art
+   !gnustep-base/gnustep-back-cairo"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   # do not compress man pages
+   sed -i '/which gzip/,/&& gzip/d' Tools/GNUmakefile.postamble || die
+}
+
+src_configure() {
+   egnustep_env
+
+   myconf="$(use_enable opengl glx)"
+   myconf="$myconf $(use_enable xim)"
+   myconf="$myconf --enable-server=x11"
+   myconf="$myconf --enable-graphics=xlib"
+
+   econf $myconf
+}



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-back-cairo/

2023-11-23 Thread Bernard Cafarelli
commit: 6f145b124b815bb20af455732094e1dd0fbaa7aa
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov 23 21:40:28 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov 23 21:53:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f145b12

gnustep-base/gnustep-back-cairo: add 0.30.0

Signed-off-by: Bernard Cafarelli  gentoo.org>

 gnustep-base/gnustep-back-cairo/Manifest   |  1 +
 .../gnustep-back-cairo-0.30.0.ebuild   | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/gnustep-base/gnustep-back-cairo/Manifest 
b/gnustep-base/gnustep-back-cairo/Manifest
index 54dee1ec82bd..929effc00559 100644
--- a/gnustep-base/gnustep-back-cairo/Manifest
+++ b/gnustep-base/gnustep-back-cairo/Manifest
@@ -1,2 +1,3 @@
 DIST gnustep-back-0.28.0.tar.gz 973776 BLAKE2B 
c82792d9c2af45a3a81e1e40c9b0afe7b4dde7846cf4e593ec2f3e816196a321efba2d0d40d14795eed01681845bc6b5d75e8828c689961b6ba2db6de5231568
 SHA512 
9befc654ec431fe2a23baff2bfe848d7e4f32c58ecee877ca9606ba318ba470493469e28a5b3e37ca132f0f1262219ebd2755c3da7b26fbd1b66dddb1514d25c
 DIST gnustep-back-0.29.0.tar.gz 1005485 BLAKE2B 
c117b29ca568d3751b1aa7e0baed49d517e77fb9e7b3ab332e422cac1892b9b33d81f4cce86826e69c65ba73926ae8b7abdcf1022613680f56739f2c5a688b53
 SHA512 
96efd09d4cd93796fc240e160be22879b6cc600f08c615dd0d349ce9591b91b8d2afbc18332dd03861f70ebcff86de975adf352d006f2b397fcdfcf395261f7f
+DIST gnustep-back-0.30.0.tar.gz 1021083 BLAKE2B 
23fb48ef14e40bdcc586840ead22126adc4c2998eda7ca5d8d0d4e426b364a87a370b2aad1409023e638f3269f2a94d6fe70d28b383c6c444ea1725ce111df98
 SHA512 
3d2955228b13cb083ef68a06e859faa9fe4f3137186e8db48439caf10ac12f7468c7789003d4c2e896eaee60f0659e2cfffb15b4d6079aca9751c27599b7

diff --git a/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.30.0.ebuild 
b/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.30.0.ebuild
new file mode 100644
index ..76ce21cebf52
--- /dev/null
+++ b/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.30.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnustep-base
+
+DESCRIPTION="Cairo back-end component for the GNUstep GUI Library"
+HOMEPAGE="https://gnustep.github.io;
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="opengl xim"
+
+RDEPEND="${GNUSTEP_CORE_DEPEND}
+   =gnustep-base/gnustep-gui-${PV%.*}*
+   >=media-libs/freetype-2.1.9
+   >=x11-libs/cairo-1.2.0[X]
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/libXft
+   x11-libs/libXrender
+   opengl? ( virtual/opengl virtual/glu )
+
+   !gnustep-base/gnustep-back-art
+   !gnustep-base/gnustep-back-xlib"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/gnustep-back-${PV}
+
+src_prepare() {
+   default
+   # do not compress man pages
+   sed -i '/which gzip/,/&& gzip/d' Tools/GNUmakefile.postamble || die
+}
+
+src_configure() {
+   egnustep_env
+
+   myconf="$(use_enable opengl glx)"
+   myconf="$myconf $(use_enable xim)"
+   myconf="$myconf --enable-server=x11"
+   myconf="$myconf --enable-graphics=cairo"
+
+   econf $myconf
+}



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

2023-11-23 Thread Bernard Cafarelli
commit: 9118325bac2b2f624a1b59cb79c5f14ba39c5851
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov 23 21:40:50 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov 23 21:53:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9118325b

virtual/gnustep-back: add 0.30.0

Signed-off-by: Bernard Cafarelli  gentoo.org>

 virtual/gnustep-back/gnustep-back-0.30.0.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/virtual/gnustep-back/gnustep-back-0.30.0.ebuild 
b/virtual/gnustep-back/gnustep-back-0.30.0.ebuild
new file mode 100644
index ..bf32ee734618
--- /dev/null
+++ b/virtual/gnustep-back/gnustep-back-0.30.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="|| (
+   ~gnustep-base/gnustep-back-cairo-${PV}
+   ~gnustep-base/gnustep-back-art-${PV}
+   ~gnustep-base/gnustep-back-xlib-${PV}
+   )"



[gentoo-commits] repo/gentoo:master commit in: gnustep-libs/performance/

2023-11-23 Thread Bernard Cafarelli
commit: 65bdadce15b57c4f618f851a4fba578d8251c4ab
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov 23 21:28:18 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov 23 21:53:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bdadce

gnustep-libs/performance: add 0.6.0

Signed-off-by: Bernard Cafarelli  gentoo.org>

 gnustep-libs/performance/Manifest |  1 +
 gnustep-libs/performance/performance-0.6.0.ebuild | 26 +++
 2 files changed, 27 insertions(+)

diff --git a/gnustep-libs/performance/Manifest 
b/gnustep-libs/performance/Manifest
index 80ad5b36f5b4..903b8c2b7408 100644
--- a/gnustep-libs/performance/Manifest
+++ b/gnustep-libs/performance/Manifest
@@ -1 +1,2 @@
 DIST Performance-0.5.0.tar.gz 50569 BLAKE2B 
b79f27fc0974c6005725b916cfb528c15d380b62dea2b846c129fda04e4b56ad33d00c4432d19f0ee9bfa3593cd9fa8781d0dbd168c26cceb9e007054252d7b2
 SHA512 
ac83d046c801e1c2b69c708fa806cccf40fca4d5dabe5d461524c3c3eea989c939a11e58d8bff177f45e55a3e1be73bd03b0bb80b611c8390560740cd5cf9fd5
+DIST Performance-0.6.0.tar.gz 56850 BLAKE2B 
17b2aa0189e8cc9820981fb9c7b784be5011daaccce1faa2ada66e46d84eb178ae1fd75cbc0dacfb82baea451bdad5909e17d0813c116fdce1f801326ae15a1d
 SHA512 
55fa9399800635a7ea65d14bb82704cf43f9d744eb6928af7c984136aa6f98e1de8780a59d579f5d6c5dcd4c60f7cb37dfa2f0ba1b0175ac5b63d24e06f80076

diff --git a/gnustep-libs/performance/performance-0.6.0.ebuild 
b/gnustep-libs/performance/performance-0.6.0.ebuild
new file mode 100644
index ..0f42ec545fcb
--- /dev/null
+++ b/gnustep-libs/performance/performance-0.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnustep-2
+
+MY_P=${P/p/P}
+DESCRIPTION="Help improve the performance of GNUstep applications"
+HOMEPAGE="https://github.com/gnustep/libs-performance;
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_prepare() {
+   if ! use doc; then
+   # Remove doc target
+   sed -i -e '/documentation\.make/d' GNUmakefile \
+   || die "doc sed failed"
+   fi
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/

2023-11-23 Thread Bernard Cafarelli
commit: ff44ce7d8a0bd527c007575c84de9b080a8a88fc
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov 23 20:39:53 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov 23 21:53:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff44ce7d

mail-client/claws-mail: 3.20.0, 4.2.0 bumps

Drop gdata plugin, removed upstream
Update python compatibility

Closes: https://bugs.gentoo.org/917744
Signed-off-by: Bernard Cafarelli  gentoo.org>

 mail-client/claws-mail/Manifest|  2 ++
 ...s-mail-.ebuild => claws-mail-3.20.0.ebuild} | 40 ++
 ...ws-mail-.ebuild => claws-mail-4.2.0.ebuild} |  9 ++---
 mail-client/claws-mail/claws-mail-.ebuild  |  2 +-
 4 files changed, 25 insertions(+), 28 deletions(-)

diff --git a/mail-client/claws-mail/Manifest b/mail-client/claws-mail/Manifest
index 73a2cfaf6cc3..10afbbca8ea9 100644
--- a/mail-client/claws-mail/Manifest
+++ b/mail-client/claws-mail/Manifest
@@ -1,3 +1,5 @@
 DIST claws-mail-3.19.0.tar.xz 6543188 BLAKE2B 
eeb7df2b921dbd7ad40c845804fcabe5ddc2064fcf410e7809004be472bbe2ba8bfd89a868420a1bb76845180856fee8a0b3cde879ae67b1a1aab14442fe5d2d
 SHA512 
88780df55873919197d3c6df5102a8eb89a586e8287419c179e1d0af839435a719814b1e3643aa783a7badeadceafda2dc3cb4a3265432b5ad3a210663922b20
+DIST claws-mail-3.20.0.tar.xz 6687376 BLAKE2B 
9a72e77ea922271fdb947e4f76229c89cb0fb2589921fca6fd161714a3093a137165b84b84db5cece5cb6b06998e237d524104d87078dcba36a94f02e0eb
 SHA512 
66d0087493452cf43357fbfb2338b3716ec45d202f51cce033aa3aec4dac2d6eb9e652efb22bcfcab1e6c00ff650a9926114fb4647f753e44013e607d923
 DIST claws-mail-4.1.0.tar.xz 6471604 BLAKE2B 
30d1725c2679e8a0b44edd6c30b15f28633c0a017935980d1412dabffdfb1f33e1c36bee3506e90af54410db222b64422155be821ba18f5e315ed411d477ed63
 SHA512 
83c7b1a8065628b1dcac58feb4d852b759b3fc376531572e88450b8e9517172a641f710a219b7e16bbc672dbe69853783e4edd1d7647a3f2aacb92e47be9175b
 DIST claws-mail-4.1.1.tar.xz 6523688 BLAKE2B 
7e1b1ae201a67e14821f415d2b51f6eebfc2896699d89f2088fa9f7f21de984f6d8e4e92791c233ec755a15184ff5e562ce96ad9d197acc4e1f8dadb3fd57c30
 SHA512 
4157772fd0e918bae1df11230ce52691ff86181a0c164c0c5116d1ebb91885910e2e24ff18ae5e5ad4ed1c83ef830773de0b4ab40da988607909e0c17efb26b4
+DIST claws-mail-4.2.0.tar.xz 6674872 BLAKE2B 
b3118b45f1d3e8ae31a9c7bfa529fd5c8fda3ff8823e88a5ef078432d38d4150b05791deafff2577378ea17b03d965374755d2536ff6835ed46bcd566fefddaf
 SHA512 
2415f246fc88b76263e1c43860c0638e08c58149a3d846831f26cda21f0f14035a759379031d52e56aef2516bacec147a2cd5a153fc8fecf02ede64077f1

diff --git a/mail-client/claws-mail/claws-mail-.ebuild 
b/mail-client/claws-mail/claws-mail-3.20.0.ebuild
similarity index 86%
copy from mail-client/claws-mail/claws-mail-.ebuild
copy to mail-client/claws-mail/claws-mail-3.20.0.ebuild
index 79c169e2c494..fb73d396f50e 100644
--- a/mail-client/claws-mail/claws-mail-.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.20.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit autotools desktop python-any-r1 xdg
 
@@ -21,23 +21,22 @@ fi
 SLOT="0"
 LICENSE="GPL-3"
 
-IUSE="archive bogofilter calendar clamav dbus debug doc +gnutls +imap ldap 
+libcanberra +libnotify litehtml networkmanager nls nntp +notification +oauth 
pdf perl +pgp rss session sieve smime spamassassin spam-report spell 
startup-notification svg valgrind webkit xface"
+IUSE="+appindicator archive bogofilter calendar clamav dbus debug doc +gnutls 
+imap ldap +libcanberra +libnotify litehtml networkmanager nls nntp 
+notification pdf perl +pgp rss session sieve smime spamassassin spam-report 
spell startup-notification svg valgrind xface"
 REQUIRED_USE="
+   appindicator? ( notification )
libcanberra? ( notification )
libnotify? ( notification )
networkmanager? ( dbus )
-   oauth? ( gnutls )
smime? ( pgp )
 "
 
 COMMONDEPEND="
-   >=dev-libs/glib-2.50:2
dev-libs/nettle:=
net-mail/ytnef
sys-libs/zlib:=
x11-libs/cairo
x11-libs/gdk-pixbuf:2[jpeg]
-   x11-libs/gtk+:3
+   x11-libs/gtk+:2
x11-libs/libX11
x11-libs/pango
archive? (
@@ -46,7 +45,6 @@ COMMONDEPEND="
)
bogofilter? ( mail-filter/bogofilter )
calendar? (
-   dev-lang/perl:=
>=dev-libs/libical-2.0.0:=
>=net-misc/curl-7.9.7
)
@@ -58,6 +56,7 @@ COMMONDEPEND="
imap? ( >=net-libs/libetpan-0.57 )
ldap? ( >=net-nds/openldap-2.0.7:= )
litehtml? (
+   >=dev-libs/glib-2.36:2
>=dev-libs/gumbo-0.10
net-misc/curl
media-libs/fontconfig
@@ -65,16 +64,13 @@ COMMONDEPEND="
nls? ( >=sys-devel/gettext-0.18 )
nntp? ( >=net-libs/libetpan-0.57 )
notification? (
-   libcanberra? (  media-libs/libcanberra[gtk3] )
+   

[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-make/

2023-11-23 Thread Bernard Cafarelli
commit: 6c00fc4c4ea2612b37dbdc9c5c4aebe10add5d1f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov 23 21:30:19 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov 23 21:53:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c00fc4c

gnustep-base/gnustep-make: add 2.9.1

Signed-off-by: Bernard Cafarelli  gentoo.org>

 gnustep-base/gnustep-make/Manifest |   1 +
 .../gnustep-make/gnustep-make-2.9.1.ebuild | 134 +
 2 files changed, 135 insertions(+)

diff --git a/gnustep-base/gnustep-make/Manifest 
b/gnustep-base/gnustep-make/Manifest
index 6e3b0459875c..6a0c7b34c991 100644
--- a/gnustep-base/gnustep-make/Manifest
+++ b/gnustep-base/gnustep-make/Manifest
@@ -1,2 +1,3 @@
 DIST gnustep-make-2.8.0.tar.gz 606337 BLAKE2B 
b4defb8fdd8fc17ce2ac14c7d3d63b85e817bb639b7c1ae6a150baf74cda222ac046d890e677b50398bb9953e1496a98e9eb542809c961243f4f620276ab13fb
 SHA512 
e9e57ed7a1c360c2dbf17f70d38e5107a1a9613842dcc645f10ed7a01eb9f9ee71bd2d0cacbe00439ce73f194a3eb3ed2e71409241ac96ee3bba704dcf6dfd7b
 DIST gnustep-make-2.9.0.tar.gz 611406 BLAKE2B 
73bae19b5d3d3c1e069d22ce7087308166f632277d870fa5ab125d5bc004a1518a1edb6822c61e00b98fc13a1b3354440024bd13d98662002c15298745c4e935
 SHA512 
ff185affe32d4efc2009d72a3862bc3bffebce05ea5a7fdfbf4372774e57b6654863e317ce648c248716dd3e97a4320d697a313e7eefd04f5723186be6cbf1e3
+DIST gnustep-make-2.9.1.tar.gz 621081 BLAKE2B 
1523cdb2b38ebd32c9a6b52edd07302e425aaf5f9820d152c4a4c18b7a34dbcfd1615208f8a8588ea32db354c5955a7e76af50948c88e685bce48077fdc6d646
 SHA512 
ab36cea1e79ba1248ee7510f2a4d5f5fe5aa0ee7044d51a3b4f65ebaeed08134b3b3ea8a9e34cdb4fa90ac43143d96cf868ae766d2fdc4341419575eb1637f28

diff --git a/gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild 
b/gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild
new file mode 100644
index ..973d7c219618
--- /dev/null
+++ b/gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnustep-base prefix toolchain-funcs
+
+DESCRIPTION="GNUstep Makefile Package"
+HOMEPAGE="https://gnustep.github.io;
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="libobjc2 native-exceptions"
+
+DEPEND="${GNUSTEP_CORE_DEPEND}
+   >=sys-devel/make-3.75
+   libobjc2? ( gnustep-base/libobjc2
+   sys-devel/clang:* )
+   !libobjc2? ( !!gnustep-base/libobjc2
+   || (
+   sys-devel/gcc:*[objc]
+   sys-devel/clang:*
+   ) )"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.9.0-no_compress_man_pages.patch )
+
+pkg_setup() {
+   # Determine libobjc.so to use
+   if use libobjc2; then
+   libobjc_version=libobjc.so.4
+   else
+   # Find version in active gcc
+   for ver in {2..5};
+   do
+   if $(tc-getCC) -Werror -Wl,-l:libobjc.so.${ver} -x 
objective-c \
+   - <<<$'int main() {}' -o /dev/null 2> /dev/null;
+   then
+   libobjc_version=libobjc.so.${ver}
+   fi
+   done
+   fi
+
+   # Stop if we could not get libobjc.so
+   if [[ -z ${libobjc_version} ]]; then
+   eerror "${P} requires a working Objective-C runtime and a 
compiler with"
+   eerror "Objective-C support. Your current settings lack these 
requirements"
+   if ! use libobjc2;
+   then
+   eerror "Please switch your active compiler to gcc with 
USE=objc, or clang"
+   fi
+   die "Could not find Objective-C runtime"
+   fi
+
+   # For existing installations, determine if we will use another 
libobjc.so
+   if has_version gnustep-base/gnustep-make; then
+   local current_libobjc="$(awk -F: '/^OBJC_LIB_FLAG/ {print $2}' 
${EPREFIX}/usr/share/GNUstep/Makefiles/config.make)"
+   # Old installations did not set this explicitely
+   : ${current_libobjc:=libobjc.so.2}
+
+   if [[ ${current_libobjc} != ${libobjc_version} ]]; then
+   ewarn "Warning: changed libobjc.so version!!"
+   ewarn "The libobjc.so version used for gnustep-make has 
changed"
+   ewarn "(either by the libojbc2 use-flag or a GCC 
upgrade)"
+   ewarn "You must rebuild all gnustep packages installed."
+   ewarn ""
+   ewarn "To do so, please emerge 
gnustep-base/gnustep-updater and run:"
+   ewarn "# gnustep-updater -l"
+   fi
+   fi
+
+   if use libobjc2; then
+   export CC=clang
+   

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

2023-11-23 Thread Mason Rocha
commit: bc87e33128377a699c57359b8c7c4bb29337486b
Author: Mason Rocha  turret  cyou>
AuthorDate: Thu Nov 23 21:20:59 2023 +
Commit: Mason Rocha  turret  cyou>
CommitDate: Thu Nov 23 21:20:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc87e331

media-libs/wivrn: add LICENSE

Signed-off-by: Mason Rocha  turret.cyou>

 media-libs/wivrn/wivrn-0.9.1.ebuild | 1 +
 media-libs/wivrn/wivrn-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-libs/wivrn/wivrn-0.9.1.ebuild 
b/media-libs/wivrn/wivrn-0.9.1.ebuild
index be97f65fe6..c558e3314c 100644
--- a/media-libs/wivrn/wivrn-0.9.1.ebuild
+++ b/media-libs/wivrn/wivrn-0.9.1.ebuild
@@ -3,6 +3,7 @@ EAPI=7
 DESCRIPTION="WiVRn OpenXR streaming"
 HOMEPAGE="https://github.com/meumeu/WiVRn;
 SLOT="0"
+LICENSE="GPL-3 Apache-2.0 MIT"
 
 IUSE="nvenc vaapi x264"
 

diff --git a/media-libs/wivrn/wivrn-.ebuild 
b/media-libs/wivrn/wivrn-.ebuild
index be97f65fe6..c558e3314c 100644
--- a/media-libs/wivrn/wivrn-.ebuild
+++ b/media-libs/wivrn/wivrn-.ebuild
@@ -3,6 +3,7 @@ EAPI=7
 DESCRIPTION="WiVRn OpenXR streaming"
 HOMEPAGE="https://github.com/meumeu/WiVRn;
 SLOT="0"
+LICENSE="GPL-3 Apache-2.0 MIT"
 
 IUSE="nvenc vaapi x264"
 



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

2023-11-23 Thread Sam James
commit: ad6842c95ecd83fc1f7fcdc1c49169def4f30e23
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 21:09:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 21:09:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6842c9

dev-ruby/msgpack: Keyword 1.7.2 s390, #917362

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

 dev-ruby/msgpack/msgpack-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/msgpack/msgpack-1.7.2.ebuild 
b/dev-ruby/msgpack/msgpack-1.7.2.ebuild
index 7304d9047ec2..2c3aec847ad7 100644
--- a/dev-ruby/msgpack/msgpack-1.7.2.ebuild
+++ b/dev-ruby/msgpack/msgpack-1.7.2.ebuild
@@ -21,7 +21,7 @@ RUBY_S="${PN}-ruby-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="doc"
 
 all_ruby_prepare() {



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

2023-11-23 Thread Arthur Zamarin
commit: 82a25d9fe3e1344d3db8160f6395afeb2f516c3c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 20:38:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 20:38:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a25d9f

dev-python/mkdocs-monorepo-plugin: Keyword 1.0.5 arm64, #917960

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

 dev-python/mkdocs-monorepo-plugin/mkdocs-monorepo-plugin-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/mkdocs-monorepo-plugin/mkdocs-monorepo-plugin-1.0.5.ebuild 
b/dev-python/mkdocs-monorepo-plugin/mkdocs-monorepo-plugin-1.0.5.ebuild
index 948b707b9839..fef027857a21 100644
--- a/dev-python/mkdocs-monorepo-plugin/mkdocs-monorepo-plugin-1.0.5.ebuild
+++ b/dev-python/mkdocs-monorepo-plugin/mkdocs-monorepo-plugin-1.0.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 RDEPEND="
>=dev-python/mkdocs-1.0.4[${PYTHON_USEDEP}]



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

2023-11-23 Thread Arthur Zamarin
commit: c4bdeda6cad3a3d5bef6e32d1d8cdd97e70c7ee5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 20:38:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 20:38:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bdeda6

dev-python/vecrec: Keyword 0.3.1-r1 arm64, #918077

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

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

diff --git a/dev-python/vecrec/vecrec-0.3.1-r1.ebuild 
b/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
index 595c6bd2e9fc..6c627614a504 100644
--- a/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
+++ b/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 SLOT="0"
 
 RDEPEND="



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

2023-11-23 Thread Arthur Zamarin
commit: 1a0e2b3671b0096fa91f9ee4381efa02f28bb3b8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 20:38:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 20:38:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0e2b36

dev-python/pybtex-docutils: Keyword 1.0.3 arm64, #917982

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

 dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild 
b/dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild
index 6f0a293610dc..6275009cb553 100644
--- a/dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild
+++ b/dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/docutils-0.14[${PYTHON_USEDEP}]



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

2023-11-23 Thread Arthur Zamarin
commit: e85edd99e91ed617f30fa4569fb54223af6d62b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 20:37:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 20:37:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85edd99

dev-python/django-tables2: Keyword 2.6.0 arm64, #917895

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

 dev-python/django-tables2/django-tables2-2.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-tables2/django-tables2-2.6.0.ebuild 
b/dev-python/django-tables2/django-tables2-2.6.0.ebuild
index 3db8a9bb8dd1..727dd24eb674 100644
--- a/dev-python/django-tables2/django-tables2-2.6.0.ebuild
+++ b/dev-python/django-tables2/django-tables2-2.6.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-11-23 Thread Arthur Zamarin
commit: fde5fe4912051cc26fd09bf71103193bfbace468
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 20:38:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 20:38:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde5fe49

dev-python/fritzconnection: Keyword 1.13.2-r1 arm64, #917916

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

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

diff --git a/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild
index ded9e8b001ca..d0e1c574f6d3 100644
--- a/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild
+++ b/dev-python/fritzconnection/fritzconnection-1.13.2-r1.ebuild
@@ -26,7 +26,7 @@ else
https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 RDEPEND="



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

2023-11-23 Thread Arthur Zamarin
commit: f5444d59390486273185e166461965634bec4a8e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 20:37:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 20:37:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5444d59

dev-util/cookiecutter: Keyword 2.3.1 arm64, #917836

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

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

diff --git a/dev-util/cookiecutter/cookiecutter-2.3.1.ebuild 
b/dev-util/cookiecutter/cookiecutter-2.3.1.ebuild
index 422e893b1773..5d44d6b93e60 100644
--- a/dev-util/cookiecutter/cookiecutter-2.3.1.ebuild
+++ b/dev-util/cookiecutter/cookiecutter-2.3.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/cookiecutter/cookiecutter/archive/${PV}.tar.gz -> ${
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/arrow[${PYTHON_USEDEP}]



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

2023-11-23 Thread Arthur Zamarin
commit: 493e9c7779628ff74be665a7312c91fb3afe6384
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 20:35:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 20:35:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493e9c77

dev-python/django-cacheops: Keyword 7.0.2 arm64, #917864

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

 dev-python/django-cacheops/django-cacheops-7.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-cacheops/django-cacheops-7.0.2.ebuild 
b/dev-python/django-cacheops/django-cacheops-7.0.2.ebuild
index 32d703bbe33f..06d5a9db3a7c 100644
--- a/dev-python/django-cacheops/django-cacheops-7.0.2.ebuild
+++ b/dev-python/django-cacheops/django-cacheops-7.0.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-11-23 Thread Arthur Zamarin
commit: 885015bb20a1362cd98f5c73acb770f2638196c1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 20:33:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 20:33:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885015bb

dev-python/pytest-testinfra: Keyword 9.0.0 arm64, #917841

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

 dev-python/pytest-testinfra/pytest-testinfra-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-testinfra/pytest-testinfra-9.0.0.ebuild 
b/dev-python/pytest-testinfra/pytest-testinfra-9.0.0.ebuild
index f56d684d1160..6c68af1ef89a 100644
--- a/dev-python/pytest-testinfra/pytest-testinfra-9.0.0.ebuild
+++ b/dev-python/pytest-testinfra/pytest-testinfra-9.0.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 36033c7bac7322f20b44a54a05beb31defeb7086
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:33:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:33:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36033c7b

dev-python/mkdocstrings-python: Keyword 1.7.5 arm64, #917965

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

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

diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.7.5.ebuild 
b/dev-python/mkdocstrings-python/mkdocstrings-python-1.7.5.ebuild
index d5b461fb79c9..2559c63067c4 100644
--- a/dev-python/mkdocstrings-python/mkdocstrings-python-1.7.5.ebuild
+++ b/dev-python/mkdocstrings-python/mkdocstrings-python-1.7.5.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/python-${PV}"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 RDEPEND="
>=dev-python/griffe-0.37[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: d930e09b91227e6ef1e62df57d9267ac0b94cdbe
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:33:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:33:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d930e09b

dev-python/bpython: Keyword 0.24 arm64, #917876

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

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

diff --git a/dev-python/bpython/bpython-0.24.ebuild 
b/dev-python/bpython/bpython-0.24.ebuild
index b055ccb53387..7bcf9690428c 100644
--- a/dev-python/bpython/bpython-0.24.ebuild
+++ b/dev-python/bpython/bpython-0.24.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 LICENSE="MIT"
 SLOT="0"
 IUSE="clipboard +jedi watch"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/curtsies-0.4.0[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 44dc4f5eb03bc4b3318efed73544fe705f8272da
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:33:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:33:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44dc4f5e

dev-python/mkdocstrings: Keyword 0.24.0 arm64, #917965

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

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

diff --git a/dev-python/mkdocstrings/mkdocstrings-0.24.0.ebuild 
b/dev-python/mkdocstrings/mkdocstrings-0.24.0.ebuild
index d2dd5f17a0c0..e44997f0f451 100644
--- a/dev-python/mkdocstrings/mkdocstrings-0.24.0.ebuild
+++ b/dev-python/mkdocstrings/mkdocstrings-0.24.0.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 RDEPEND="
>=dev-python/click-7.0[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: a5b67967df517bd1e11fda65706bb3c2484030d1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:33:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:33:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b67967

dev-python/doit: Keyword 0.36.0-r1 arm64, #917898

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

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

diff --git a/dev-python/doit/doit-0.36.0-r1.ebuild 
b/dev-python/doit/doit-0.36.0-r1.ebuild
index 216ed096bde5..d1b4aed7eb4c 100644
--- a/dev-python/doit/doit-0.36.0-r1.ebuild
+++ b/dev-python/doit/doit-0.36.0-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 12a530e2b46e4a580a2420ebdb683e07000c22cf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:33:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:33:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a530e2

dev-python/meshio: Keyword 5.3.4 arm64, #917952

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

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

diff --git a/dev-python/meshio/meshio-5.3.4.ebuild 
b/dev-python/meshio/meshio-5.3.4.ebuild
index 518b70030254..796393b37fba 100644
--- a/dev-python/meshio/meshio-5.3.4.ebuild
+++ b/dev-python/meshio/meshio-5.3.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="hdf5 netcdf"
 
 RDEPEND="



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

2023-11-23 Thread Michał Górny
commit: 44e88c91e551aa87c1a2e7ebd3694813130770a8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:20:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:20:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e88c91

dev-python/flask-htmlmin: Keyword 2.2.1-r1 arm64, #917885

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

 dev-python/flask-htmlmin/flask-htmlmin-2.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-htmlmin/flask-htmlmin-2.2.1-r1.ebuild 
b/dev-python/flask-htmlmin/flask-htmlmin-2.2.1-r1.ebuild
index 2ea868be8ec6..e8fdeb9a2f4b 100644
--- a/dev-python/flask-htmlmin/flask-htmlmin-2.2.1-r1.ebuild
+++ b/dev-python/flask-htmlmin/flask-htmlmin-2.2.1-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
app-text/cssmin[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 26e05ce003129cdd09e65de633650f6b0a572f98
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:20:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:20:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e05ce0

dev-python/qstylizer: Keyword 0.2.2 arm64, #918037

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

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

diff --git a/dev-python/qstylizer/qstylizer-0.2.2.ebuild 
b/dev-python/qstylizer/qstylizer-0.2.2.ebuild
index e7bb30029705..3f24d1fa7d5b 100644
--- a/dev-python/qstylizer/qstylizer-0.2.2.ebuild
+++ b/dev-python/qstylizer/qstylizer-0.2.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/tinycss2-0.5[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 6d37c4db32869d76d813f47bf8209c3ca1419608
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:20:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:20:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d37c4db

dev-python/pycson: Keyword 0.8-r4 arm64, #917980

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

 dev-python/pycson/pycson-0.8-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycson/pycson-0.8-r4.ebuild 
b/dev-python/pycson/pycson-0.8-r4.ebuild
index 491cc95cdfcf..b1b15c6529da 100644
--- a/dev-python/pycson/pycson-0.8-r4.ebuild
+++ b/dev-python/pycson/pycson-0.8-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/avakar/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86"
 
 RDEPEND="dev-python/speg[${PYTHON_USEDEP}]"
 



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

2023-11-23 Thread Michał Górny
commit: 6123f0daa9a8bfe14d87a14beefc8f33b679fa03
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:20:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:20:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6123f0da

dev-python/autoprop: Keyword 4.1.0 arm64, #917858

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

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

diff --git a/dev-python/autoprop/autoprop-4.1.0.ebuild 
b/dev-python/autoprop/autoprop-4.1.0.ebuild
index 27fd422a5abf..f0d23573080b 100644
--- a/dev-python/autoprop/autoprop-4.1.0.ebuild
+++ b/dev-python/autoprop/autoprop-4.1.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 SLOT="0"
 
 RDEPEND="



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

2023-11-23 Thread Michał Górny
commit: ca3a26c1263567d4dd4afe2308dd98997d2c8b65
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:20:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:20:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3a26c1

dev-python/flask-nav: Keyword 0.6-r5 arm64, #917912

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

 dev-python/flask-nav/flask-nav-0.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-nav/flask-nav-0.6-r5.ebuild 
b/dev-python/flask-nav/flask-nav-0.6-r5.ebuild
index dab22e06822c..2ef2988a35b8 100644
--- a/dev-python/flask-nav/flask-nav-0.6-r5.ebuild
+++ b/dev-python/flask-nav/flask-nav-0.6-r5.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/dominate[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: d6885329058aa94659e8fe5d8998b952078c1b5f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:20:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:20:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6885329

dev-python/progressbar2: Keyword 4.2.0 arm64, #917984

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

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

diff --git a/dev-python/progressbar2/progressbar2-4.2.0.ebuild 
b/dev-python/progressbar2/progressbar2-4.2.0.ebuild
index 6aea7502d61f..550b40865d2b 100644
--- a/dev-python/progressbar2/progressbar2-4.2.0.ebuild
+++ b/dev-python/progressbar2/progressbar2-4.2.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/python-utils-3.0.0[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 519624a893b33c61749b70a9d827b7e0ad7e2f99
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:20:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:20:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519624a8

dev-python/funcy: Keyword 2.0 arm64, #917863

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

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

diff --git a/dev-python/funcy/funcy-2.0.ebuild 
b/dev-python/funcy/funcy-2.0.ebuild
index 0cf1d6e8d666..3c5af06e64e9 100644
--- a/dev-python/funcy/funcy-2.0.ebuild
+++ b/dev-python/funcy/funcy-2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 BDEPEND="
test? (



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

2023-11-23 Thread Michał Górny
commit: 0560af6d7981fd88ecabfed5e73f233c826993d2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:20:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:20:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0560af6d

dev-python/spdx-tools: Keyword 0.7.1 arm64, #917843

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

 dev-python/spdx-tools/spdx-tools-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spdx-tools/spdx-tools-0.7.1.ebuild 
b/dev-python/spdx-tools/spdx-tools-0.7.1.ebuild
index 458f9eb3803d..91a9cd3721c4 100644
--- a/dev-python/spdx-tools/spdx-tools-0.7.1.ebuild
+++ b/dev-python/spdx-tools/spdx-tools-0.7.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0/0.7"
-KEYWORDS="amd64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 
 RDEPEND="
dev-python/click[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: ba15ba930d0137b5ede80edaf2fb5babde52a24b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba15ba93

dev-python/tekore: Keyword 5.2.1 arm64, #918069

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

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

diff --git a/dev-python/tekore/tekore-5.2.1.ebuild 
b/dev-python/tekore/tekore-5.2.1.ebuild
index d6db14a71ee0..19d6051b2c8f 100644
--- a/dev-python/tekore/tekore-5.2.1.ebuild
+++ b/dev-python/tekore/tekore-5.2.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 SLOT="0"
 
 RDEPEND="



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

2023-11-23 Thread Michał Górny
commit: 297761953cbd0085e7b4cb8226df5205e47f50b8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29776195

dev-python/pathvalidate: Keyword 3.2.0 arm64, #917991

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

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

diff --git a/dev-python/pathvalidate/pathvalidate-3.2.0.ebuild 
b/dev-python/pathvalidate/pathvalidate-3.2.0.ebuild
index c27545b1ef7d..e99bf7bd521a 100644
--- a/dev-python/pathvalidate/pathvalidate-3.2.0.ebuild
+++ b/dev-python/pathvalidate/pathvalidate-3.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/click[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 7cbdbaa4401750db7953156269e0318c388a2758
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbdbaa4

dev-python/pybtex: Keyword 0.24.0-r1 arm64, #917981

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

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

diff --git a/dev-python/pybtex/pybtex-0.24.0-r1.ebuild 
b/dev-python/pybtex/pybtex-0.24.0-r1.ebuild
index cd83ee0816e8..4fc71ae705c3 100644
--- a/dev-python/pybtex/pybtex-0.24.0-r1.ebuild
+++ b/dev-python/pybtex/pybtex-0.24.0-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/latexcodec[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 5c79187cabdb7ac37fb8197328e55c1377e63f4a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c79187c

dev-python/pydiffx: Keyword 1.1 arm64, #917998

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

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

diff --git a/dev-python/pydiffx/pydiffx-1.1.ebuild 
b/dev-python/pydiffx/pydiffx-1.1.ebuild
index c35d375a1651..ba4b2be55d65 100644
--- a/dev-python/pydiffx/pydiffx-1.1.ebuild
+++ b/dev-python/pydiffx/pydiffx-1.1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 73527541fd1c8e56709aa1b3d435bdb80eb0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73527333

dev-python/python-engineio: Keyword 4.8.0 arm64, #918025

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

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

diff --git a/dev-python/python-engineio/python-engineio-4.8.0.ebuild 
b/dev-python/python-engineio/python-engineio-4.8.0.ebuild
index d30dc486a613..9b215468b329 100644
--- a/dev-python/python-engineio/python-engineio-4.8.0.ebuild
+++ b/dev-python/python-engineio/python-engineio-4.8.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 06e05d7ce9212a4b9ca4bd08bb094111599e2187
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e05d7c

dev-python/markups: Keyword 4.0.0 arm64, #917947

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

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

diff --git a/dev-python/markups/markups-4.0.0.ebuild 
b/dev-python/markups/markups-4.0.0.ebuild
index d3944852cdf0..36e5d325ad90 100644
--- a/dev-python/markups/markups-4.0.0.ebuild
+++ b/dev-python/markups/markups-4.0.0.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${P^}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
dev-python/markdown[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: bac2f01e5479e6cf0ff945facb8241c971820aa8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac2f01e

dev-python/pdm: Keyword 2.10.3 arm64, #917973

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

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

diff --git a/dev-python/pdm/pdm-2.10.3.ebuild b/dev-python/pdm/pdm-2.10.3.ebuild
index c3d6b76bfb6b..ed1a0d7bfc8f 100644
--- a/dev-python/pdm/pdm-2.10.3.ebuild
+++ b/dev-python/pdm/pdm-2.10.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="
dev-python/blinker[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: a6b712327487ec324d0606592d9dc26df22197b2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b71232

dev-python/segno: Keyword 1.5.3 arm64, #917915

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

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

diff --git a/dev-python/segno/segno-1.5.3.ebuild 
b/dev-python/segno/segno-1.5.3.ebuild
index bf903f4e5887..223259c7ec41 100644
--- a/dev-python/segno/segno-1.5.3.ebuild
+++ b/dev-python/segno/segno-1.5.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 BDEPEND="
test? (



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

2023-11-23 Thread Michał Górny
commit: 45657c2acf88c1e12ea6fe42085118b087c30a48
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45657c2a

dev-python/mkdocs-gen-files: Keyword 0.5.0 arm64, #917962

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

 dev-python/mkdocs-gen-files/mkdocs-gen-files-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkdocs-gen-files/mkdocs-gen-files-0.5.0.ebuild 
b/dev-python/mkdocs-gen-files/mkdocs-gen-files-0.5.0.ebuild
index 25d8ef6aa343..c3da12db2be8 100644
--- a/dev-python/mkdocs-gen-files/mkdocs-gen-files-0.5.0.ebuild
+++ b/dev-python/mkdocs-gen-files/mkdocs-gen-files-0.5.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 RDEPEND=">=dev-python/mkdocs-1.0.3[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/pytest-golden[${PYTHON_USEDEP}] )"



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

2023-11-23 Thread Michał Górny
commit: dda305b5d78979eefb50fffeb3de0e51449597e9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda305b5

dev-python/netcdf4: Keyword 1.6.5 arm64, #917951

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

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

diff --git a/dev-python/netcdf4/netcdf4-1.6.5.ebuild 
b/dev-python/netcdf4/netcdf4-1.6.5.ebuild
index a17a67cb13e8..2bcbe0c20bfc 100644
--- a/dev-python/netcdf4/netcdf4-1.6.5.ebuild
+++ b/dev-python/netcdf4/netcdf4-1.6.5.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-11-23 Thread Michał Górny
commit: 59123b3bb3258976cd7e33c2d6e1f41c0c9ebd67
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59123b3b

dev-python/markdown-exec: Keyword 1.7.0 arm64, #917937

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

 dev-python/markdown-exec/markdown-exec-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/markdown-exec/markdown-exec-1.7.0.ebuild 
b/dev-python/markdown-exec/markdown-exec-1.7.0.ebuild
index cc61bb807537..51d8599bf695 100644
--- a/dev-python/markdown-exec/markdown-exec-1.7.0.ebuild
+++ b/dev-python/markdown-exec/markdown-exec-1.7.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE="ansi"
 
 RDEPEND="



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

2023-11-23 Thread Michał Górny
commit: dc50aa5b19c1931c754b9bc2b5c1f5dc41dd787a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:11:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:11:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc50aa5b

dev-python/irc: Keyword 20.3.0 arm64, #917920

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

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

diff --git a/dev-python/irc/irc-20.3.0.ebuild b/dev-python/irc/irc-20.3.0.ebuild
index d67373fd2c6d..87653479b3c4 100644
--- a/dev-python/irc/irc-20.3.0.ebuild
+++ b/dev-python/irc/irc-20.3.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 IUSE="examples"
 
 RDEPEND="



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

2023-11-23 Thread Michał Górny
commit: ff1d9186b8016681c4c2c1a9c1e9175229793d83
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:10:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1d9186

dev-python/doit-py: Keyword 0.5.0-r1 arm64, #917883

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

 dev-python/doit-py/doit-py-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/doit-py/doit-py-0.5.0-r1.ebuild 
b/dev-python/doit-py/doit-py-0.5.0-r1.ebuild
index f42c002e79da..b2828ec7b03f 100644
--- a/dev-python/doit-py/doit-py-0.5.0-r1.ebuild
+++ b/dev-python/doit-py/doit-py-0.5.0-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
dev-python/configclass[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 11b1c22f7f2c60949b8fdf88da2167dd3199fc0e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:10:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:10:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b1c22f

dev-python/flask-debug: Keyword 0.4.3-r2 arm64, #917893

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

 dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild 
b/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
index 8c1b031dd39f..eb90e45da3b8 100644
--- a/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
+++ b/dev-python/flask-debug/flask-debug-0.4.3-r2.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/flask[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-timezone-field/

2023-11-23 Thread Michał Górny
commit: 02f4560390122a039a6e843a7202b8d641c1f056
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:10:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f45603

dev-python/django-timezone-field: Keyword 6.0.1 arm64, #917897

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

 dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild 
b/dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild
index f0dda80c16db..72f4eb09c5de 100644
--- a/dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild
+++ b/dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="


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

2023-11-23 Thread Michał Górny
commit: e1f5455a1d249a29fa5ba5f3a816d7e8b80ee8f2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:10:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:10:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f5455a

dev-python/greenstalk: Keyword 2.0.2 arm64, #917907

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

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

diff --git a/dev-python/greenstalk/greenstalk-2.0.2.ebuild 
b/dev-python/greenstalk/greenstalk-2.0.2.ebuild
index 0115a9c503b7..85a3e4056252 100644
--- a/dev-python/greenstalk/greenstalk-2.0.2.ebuild
+++ b/dev-python/greenstalk/greenstalk-2.0.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 BDEPEND="
test? (



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

2023-11-23 Thread Michał Górny
commit: f973c8bdd3d861de893b8db72027ba712f38f9e8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:10:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:10:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f973c8bd

dev-python/python-slugify: Keyword 8.0.1 arm64, #917835

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

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

diff --git a/dev-python/python-slugify/python-slugify-8.0.1.ebuild 
b/dev-python/python-slugify/python-slugify-8.0.1.ebuild
index ebefbd644293..a16035a96d6c 100644
--- a/dev-python/python-slugify/python-slugify-8.0.1.ebuild
+++ b/dev-python/python-slugify/python-slugify-8.0.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86 ~arm64-macos ~x64-macos"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86 ~arm64-macos ~x64-macos"
 
 RDEPEND="
dev-python/text-unidecode[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 2aad3cad6911c747902d3e5dfca5cc7dc19fc7ad
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:10:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:10:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aad3cad

dev-python/curtsies: Keyword 0.4.2 arm64, #917875

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

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

diff --git a/dev-python/curtsies/curtsies-0.4.2.ebuild 
b/dev-python/curtsies/curtsies-0.4.2.ebuild
index a6be091bfe59..e8cafa062f4d 100644
--- a/dev-python/curtsies/curtsies-0.4.2.ebuild
+++ b/dev-python/curtsies/curtsies-0.4.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/blessed-1.5[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: d0c0f4b982d52e4f313edd735db251373b8838e1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 20:10:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 20:10:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c0f4b9

dev-python/django-filter: Keyword 23.4 arm64, #917880

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

 dev-python/django-filter/django-filter-23.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-filter/django-filter-23.4.ebuild 
b/dev-python/django-filter/django-filter-23.4.ebuild
index 0769ae71ed93..fac2db6651c4 100644
--- a/dev-python/django-filter/django-filter-23.4.ebuild
+++ b/dev-python/django-filter/django-filter-23.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-11-23 Thread Michał Górny
commit: 619fc039b1b2c0f4cbc7b9ce0cea42d054289cbd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:54:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:54:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619fc039

dev-python/pywinrm: Keyword 0.4.3 arm64, #917840

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

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

diff --git a/dev-python/pywinrm/pywinrm-0.4.3.ebuild 
b/dev-python/pywinrm/pywinrm-0.4.3.ebuild
index 5f89a975b71e..f8ebe2032acb 100644
--- a/dev-python/pywinrm/pywinrm-0.4.3.ebuild
+++ b/dev-python/pywinrm/pywinrm-0.4.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 IUSE="kerberos"
 
 RDEPEND="



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

2023-11-23 Thread Michał Górny
commit: a1103797ac05c643439f9f1fc389f37226e77241
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:54:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:54:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1103797

dev-python/magic-wormhole: Keyword 0.13.0 arm64, #917818

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

 dev-python/magic-wormhole/magic-wormhole-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/magic-wormhole/magic-wormhole-0.13.0.ebuild 
b/dev-python/magic-wormhole/magic-wormhole-0.13.0.ebuild
index 43b48954d293..9e4d45513c48 100644
--- a/dev-python/magic-wormhole/magic-wormhole-0.13.0.ebuild
+++ b/dev-python/magic-wormhole/magic-wormhole-0.13.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/

2023-11-23 Thread Sam James
commit: 60a150a6eed6b6e65cbaa092105892d229b5fb85
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:51:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:51:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a150a6

dev-qt/qtgui: Stabilize 5.15.11-r2 arm, #917797

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

 dev-qt/qtgui/qtgui-5.15.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtgui/qtgui-5.15.11-r2.ebuild 
b/dev-qt/qtgui/qtgui-5.15.11-r2.ebuild
index 2e54a5f84a36..31253da9852b 100644
--- a/dev-qt/qtgui/qtgui-5.15.11-r2.ebuild
+++ b/dev-qt/qtgui/qtgui-5.15.11-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=3
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 QT5_MODULE="qtbase"



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

2023-11-23 Thread Sam James
commit: 72807bce7ed47d3a71d5cb177ac02bf00fab479f
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:52:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:52:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72807bce

net-analyzer/linkchecker: Stabilize 10.3.0 amd64, #917804

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

 net-analyzer/linkchecker/linkchecker-10.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/linkchecker/linkchecker-10.3.0.ebuild 
b/net-analyzer/linkchecker/linkchecker-10.3.0.ebuild
index 3ca949f8ace6..93e2b021cf4e 100644
--- a/net-analyzer/linkchecker/linkchecker-10.3.0.ebuild
+++ b/net-analyzer/linkchecker/linkchecker-10.3.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="sqlite"
 
 RDEPEND="



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

2023-11-23 Thread Sam James
commit: da766e35e6e9448c047d8dea25e0516bdae7beff
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:52:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:52:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da766e35

net-analyzer/monitoring-plugins: Stabilize 2.3.5 amd64, #917803

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

 net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild 
b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild
index 5d2b6bc60c23..481a2dc0c1b5 100644
--- a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild
+++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.monitoring-plugins.org/download/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~sparc x86"
 IUSE="curl gnutls ipv6 ldap mysql dns fping game postgres radius samba snmp 
ssh +ssl"
 
 # Most of the plugins use automagic dependencies, i.e. the plugin will



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

2023-11-23 Thread Sam James
commit: 727c7498e83e4c8f20408ee707a34946741f8d8a
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:52:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:52:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727c7498

dev-python/pygame: Stabilize 2.5.2 x86, #917718

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

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

diff --git a/dev-python/pygame/pygame-2.5.2.ebuild 
b/dev-python/pygame/pygame-2.5.2.ebuild
index c516361b80d6..0332a5163353 100644
--- a/dev-python/pygame/pygame-2.5.2.ebuild
+++ b/dev-python/pygame/pygame-2.5.2.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="examples opengl test X"
 RESTRICT="!test? ( test )"
 



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

2023-11-23 Thread Sam James
commit: 2e1cdf059c1f4acbaf2afd1673bac3eb94c065ea
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:52:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:52:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1cdf05

dev-python/urwid: Stabilize 2.2.3 amd64, #917738

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

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

diff --git a/dev-python/urwid/urwid-2.2.3.ebuild 
b/dev-python/urwid/urwid-2.2.3.ebuild
index 21a1421a7594..e63568924885 100644
--- a/dev-python/urwid/urwid-2.2.3.ebuild
+++ b/dev-python/urwid/urwid-2.2.3.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 distutils_enable_tests unittest



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

2023-11-23 Thread Sam James
commit: ada111a1bc9cc5e9a3e64005dbde74c222466bfb
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:52:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:52:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada111a1

dev-python/websockets: Stabilize 12.0 x86, #917741

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

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

diff --git a/dev-python/websockets/websockets-12.0.ebuild 
b/dev-python/websockets/websockets-12.0.ebuild
index 9753a7d16bf3..a12368c3e85f 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-11-23 Thread Sam James
commit: 8cf1e0f0f87a82ac24e0bf629591944e38e413de
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:52:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:52:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf1e0f0

dev-python/pygame: Stabilize 2.5.2 amd64, #917718

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

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

diff --git a/dev-python/pygame/pygame-2.5.2.ebuild 
b/dev-python/pygame/pygame-2.5.2.ebuild
index 5b38e2a07ae0..c516361b80d6 100644
--- a/dev-python/pygame/pygame-2.5.2.ebuild
+++ b/dev-python/pygame/pygame-2.5.2.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="examples opengl test X"
 RESTRICT="!test? ( test )"
 



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

2023-11-23 Thread Sam James
commit: 28448d3965891f7c0068d7d1f2e823df000d085c
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:52:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:52:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28448d39

dev-python/cython: Stabilize 3.0.5 amd64, #917706

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

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

diff --git a/dev-python/cython/cython-3.0.5.ebuild 
b/dev-python/cython/cython-3.0.5.ebuild
index 2a629f01a13e..1d5c8c437e24 100644
--- a/dev-python/cython/cython-3.0.5.ebuild
+++ b/dev-python/cython/cython-3.0.5.ebuild
@@ -26,7 +26,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-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"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-11-23 Thread Sam James
commit: 930b6eb0164d4d5a60a94cd58ce431220f3fcdeb
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:52:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:52:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930b6eb0

dev-util/poke: Stabilize 3.3 amd64, #914512

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

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

diff --git a/dev-util/poke/poke-3.3.ebuild b/dev-util/poke/poke-3.3.ebuild
index 76445fd1a3fb..b176ec0d712a 100644
--- a/dev-util/poke/poke-3.3.ebuild
+++ b/dev-util/poke/poke-3.3.ebuild
@@ -25,7 +25,7 @@ elif [[ $(ver_cut 2) -ge 90 || $(ver_cut 3) -ge 90 ]]; then
REGEN_BDEPEND=""
 else
SRC_URI="mirror://gnu/poke/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
REGEN_BDEPEND=""
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwidgets/

2023-11-23 Thread Sam James
commit: 6e876fbe2b1a982daa1e4f54e1dee24feb60fb6b
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:51:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:51:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e876fbe

dev-qt/qtwidgets: Stabilize 5.15.11-r1 arm, #917797

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

 dev-qt/qtwidgets/qtwidgets-5.15.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwidgets/qtwidgets-5.15.11-r1.ebuild 
b/dev-qt/qtwidgets/qtwidgets-5.15.11-r1.ebuild
index 8ca4c0fe9165..3cd705e77013 100644
--- a/dev-qt/qtwidgets/qtwidgets-5.15.11-r1.ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-5.15.11-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=3
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 QT5_MODULE="qtbase"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/

2023-11-23 Thread Sam James
commit: c11bb1255d5c4a46e35bee4801039969e959ab89
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:51:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:51:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11bb125

dev-qt/qtdeclarative: Stabilize 5.15.11-r2 arm, #917797

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

 dev-qt/qtdeclarative/qtdeclarative-5.15.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.11-r2.ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.15.11-r2.ebuild
index fe4a3d163612..24570e92f912 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.15.11-r2.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.11-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=3
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 PYTHON_COMPAT=( python3_{8..12} )



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsql/

2023-11-23 Thread Sam James
commit: 175945433cc69f3283d13778cc9dee36f6d426dc
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:51:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:51:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17594543

dev-qt/qtsql: Stabilize 5.15.11-r1 arm, #917797

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

 dev-qt/qtsql/qtsql-5.15.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtsql/qtsql-5.15.11-r1.ebuild 
b/dev-qt/qtsql/qtsql-5.15.11-r1.ebuild
index eb3aa7ed5d07..206860e43fa0 100644
--- a/dev-qt/qtsql/qtsql-5.15.11-r1.ebuild
+++ b/dev-qt/qtsql/qtsql-5.15.11-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=3
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 QT5_MODULE="qtbase"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2023-11-23 Thread Sam James
commit: af4205bf37d0d8d8738267fca1650530db65c262
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:51:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:51:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4205bf

dev-qt/qtlocation: Stabilize 5.15.11-r1 arm, #917797

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

 dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
index c2b752fb4654..361817c22b50 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.11-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=4c88f2c0e61daa89f584a8a9a3eba210221c6920
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv ~x86"
 fi
 
 RDEPEND="



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

2023-11-23 Thread Michał Górny
commit: c5e0375f188aec39ff3f6bcd99aea84d17cd80c7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:48:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:48:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e0375f

dev-python/pysmi: Keyword 0.3.4-r1 arm64, #918014

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

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

diff --git a/dev-python/pysmi/pysmi-0.3.4-r1.ebuild 
b/dev-python/pysmi/pysmi-0.3.4-r1.ebuild
index 19f3963904cf..b8a7fe984682 100644
--- a/dev-python/pysmi/pysmi-0.3.4-r1.ebuild
+++ b/dev-python/pysmi/pysmi-0.3.4-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~sparc x86"
 
 RDEPEND="
dev-python/ply[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 2291c01f371b035d55b5417804a9e8e5d0252bbe
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:48:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:48:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2291c01f

dev-python/text-unidecode: Keyword 1.3-r1 arm64, #917834

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

 dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild 
b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild
index fb13abdf9819..8e380b37627e 100644
--- a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild
+++ b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild
@@ -17,6 +17,6 @@ HOMEPAGE="
 
 LICENSE="|| ( Artistic GPL-2+ )"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86 ~arm64-macos ~x64-macos"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86 ~arm64-macos ~x64-macos"
 
 distutils_enable_tests pytest



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

2023-11-23 Thread Michał Górny
commit: 1b585fbda221a10d04f1361d26e68faf3a4f3199
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:48:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:48:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b585fbd

dev-python/configclass: Keyword 0.2.0-r1 arm64, #917868

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

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

diff --git a/dev-python/configclass/configclass-0.2.0-r1.ebuild 
b/dev-python/configclass/configclass-0.2.0-r1.ebuild
index 4a33d627a6d9..fa8be77b40e3 100644
--- a/dev-python/configclass/configclass-0.2.0-r1.ebuild
+++ b/dev-python/configclass/configclass-0.2.0-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/mergedict-0.2.0[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 24f79ab72d3034dca1274eda3d0a2e87755fdd83
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:48:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:48:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f79ab7

dev-python/audioread: Keyword 3.0.1 arm64, #917848

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

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

diff --git a/dev-python/audioread/audioread-3.0.1.ebuild 
b/dev-python/audioread/audioread-3.0.1.ebuild
index 3fafb427c9cc..a513d464c954 100644
--- a/dev-python/audioread/audioread-3.0.1.ebuild
+++ b/dev-python/audioread/audioread-3.0.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="ffmpeg gstreamer mad"
 
 RDEPEND="



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

2023-11-23 Thread Michał Górny
commit: ee9b539a4cc88fdeeaae424cf24b0bdd895913ef
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:48:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:48:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9b539a

dev-python/unearth: Keyword 0.12.1 arm64, #917970

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

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

diff --git a/dev-python/unearth/unearth-0.12.1.ebuild 
b/dev-python/unearth/unearth-0.12.1.ebuild
index 9c0635d2317b..232b3f8ba429 100644
--- a/dev-python/unearth/unearth-0.12.1.ebuild
+++ b/dev-python/unearth/unearth-0.12.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: a028d0b17c0021727546d82dcb44c287a8e70e89
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:48:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:48:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a028d0b1

dev-python/pysnmp: Keyword 4.4.12-r2 arm64, #918014

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

 dev-python/pysnmp/pysnmp-4.4.12-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pysnmp/pysnmp-4.4.12-r2.ebuild 
b/dev-python/pysnmp/pysnmp-4.4.12-r2.ebuild
index ac2b549cc7c8..729700542ef6 100644
--- a/dev-python/pysnmp/pysnmp-4.4.12-r2.ebuild
+++ b/dev-python/pysnmp/pysnmp-4.4.12-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://pypi.org/project/pysnmp/ 
https://github.com/etingof/pysnmp;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~sparc x86"
 IUSE="doc examples"
 
 RDEPEND="



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

2023-11-23 Thread Michał Górny
commit: 7e406fd11b121c1f90d0f5be1bf96a8369361853
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e406fd1

dev-python/atpublic: Keyword 4.0 arm64, #917856

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

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

diff --git a/dev-python/atpublic/atpublic-4.0.ebuild 
b/dev-python/atpublic/atpublic-4.0.ebuild
index d72d371eced0..8d48788fd37b 100644
--- a/dev-python/atpublic/atpublic-4.0.ebuild
+++ b/dev-python/atpublic/atpublic-4.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 BDEPEND="
test? (



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

2023-11-23 Thread Michał Górny
commit: 4bba9ee615d423ae0375f99829cb2c29617d4841
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bba9ee6

dev-python/pyspf: Keyword 2.0.14-r3 arm64, #918005

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

 dev-python/pyspf/pyspf-2.0.14-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyspf/pyspf-2.0.14-r3.ebuild 
b/dev-python/pyspf/pyspf-2.0.14-r3.ebuild
index a2be2a3e19c4..dde89be20af9 100644
--- a/dev-python/pyspf/pyspf-2.0.14-r3.ebuild
+++ b/dev-python/pyspf/pyspf-2.0.14-r3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-11-23 Thread Michał Górny
commit: 7fa098a5b919995be2463d9c469f080b6fb83d6c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa098a5

dev-python/zconfig: Keyword 4.0 arm64, #918083

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

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

diff --git a/dev-python/zconfig/zconfig-4.0.ebuild 
b/dev-python/zconfig/zconfig-4.0.ebuild
index 297324eb085e..e33522f6853f 100644
--- a/dev-python/zconfig/zconfig-4.0.ebuild
+++ b/dev-python/zconfig/zconfig-4.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 BDEPEND="
test? (



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

2023-11-23 Thread Michał Górny
commit: afb06cbf03c6d591b0c4e294b2f805195ecdbbe4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb06cbf

dev-python/odfpy: Keyword 1.4.2 arm64, #917989

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

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

diff --git a/dev-python/odfpy/odfpy-1.4.2.ebuild 
b/dev-python/odfpy/odfpy-1.4.2.ebuild
index 47e632db226b..8c6163223a4c 100644
--- a/dev-python/odfpy/odfpy-1.4.2.ebuild
+++ b/dev-python/odfpy/odfpy-1.4.2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pygments-ansi-color/

2023-11-23 Thread Michał Górny
commit: 503088aa683d11d243fc7a38590e2690a82e4a11
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503088aa

dev-python/pygments-ansi-color: Keyword 0.3.0 arm64, #917936

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

 dev-python/pygments-ansi-color/pygments-ansi-color-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pygments-ansi-color/pygments-ansi-color-0.3.0.ebuild 
b/dev-python/pygments-ansi-color/pygments-ansi-color-0.3.0.ebuild
index 0e77095c7cfb..2b3a85b06cb4 100644
--- a/dev-python/pygments-ansi-color/pygments-ansi-color-0.3.0.ebuild
+++ b/dev-python/pygments-ansi-color/pygments-ansi-color-0.3.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/chriskuehl/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
 



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

2023-11-23 Thread Michał Górny
commit: 9b7aa43d42e706608d21c9abdfc37e56899b0fd0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7aa43d

dev-python/pynvim: Keyword 0.4.3-r1 arm64, #918001

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

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

diff --git a/dev-python/pynvim/pynvim-0.4.3-r1.ebuild 
b/dev-python/pynvim/pynvim-0.4.3-r1.ebuild
index b1c750fd58d7..d5c75e86d730 100644
--- a/dev-python/pynvim/pynvim-0.4.3-r1.ebuild
+++ b/dev-python/pynvim/pynvim-0.4.3-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/neovim/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="dev-python/msgpack[${PYTHON_USEDEP}]
virtual/python-greenlet[${PYTHON_USEDEP}]"



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

2023-11-23 Thread Michał Górny
commit: 25a680b2c9e04764cf0b216fa8d5c96353ed5090
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a680b2

dev-python/vdf: Keyword 3.4-r1 arm64, #918073

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

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

diff --git a/dev-python/vdf/vdf-3.4-r1.ebuild b/dev-python/vdf/vdf-3.4-r1.ebuild
index 6ec9a2844aae..3a53c79cd94e 100644
--- a/dev-python/vdf/vdf-3.4-r1.ebuild
+++ b/dev-python/vdf/vdf-3.4-r1.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 distutils_enable_tests pytest



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

2023-11-23 Thread Michał Górny
commit: baa3175eacec43bd217e84441a8b74be98b4aff4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa3175e

dev-python/jaraco-stream: Keyword 3.0.3-r1 arm64, #917919

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

 dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild 
b/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild
index 527a5056a0b0..56f1f5518375 100644
--- a/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild
+++ b/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 BDEPEND="
>=dev-python/setuptools-scm-1.15.0[${PYTHON_USEDEP}]



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

2023-11-23 Thread Michał Górny
commit: 1fd8721d96d020609e44b0e93eca474b6314eb69
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd8721d

dev-python/colour: Keyword 0.1.5 arm64, #917866

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

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

diff --git a/dev-python/colour/colour-0.1.5.ebuild 
b/dev-python/colour/colour-0.1.5.ebuild
index 058cf76a929b..d8ff6078f5d8 100644
--- a/dev-python/colour/colour-0.1.5.ebuild
+++ b/dev-python/colour/colour-0.1.5.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1 pypi
 
 DESCRIPTION="Python color representations manipulation library"
 HOMEPAGE="https://github.com/vaab/colour/;
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 LICENSE="GPL-3+"
 SLOT="0"



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

2023-11-23 Thread Michał Górny
commit: 21538d68eba612683f1faa34243b23799c8c842a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21538d68

dev-python/whatever: Keyword 0.7 arm64, #917862

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

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

diff --git a/dev-python/whatever/whatever-0.7.ebuild 
b/dev-python/whatever/whatever-0.7.ebuild
index d4904e36b722..66cf810b6a23 100644
--- a/dev-python/whatever/whatever-0.7.ebuild
+++ b/dev-python/whatever/whatever-0.7.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 distutils_enable_tests pytest



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

2023-11-23 Thread Michał Górny
commit: 7dc39e800316b588aeff685954ff0cd4ceb2fe38
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 19:38:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 19:38:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc39e80

dev-python/speg: Keyword 0.3_p20180819-r2 arm64, #917979

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

 dev-python/speg/speg-0.3_p20180819-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/speg/speg-0.3_p20180819-r2.ebuild 
b/dev-python/speg/speg-0.3_p20180819-r2.ebuild
index f1cdd60c0d17..125cbafa8d7a 100644
--- a/dev-python/speg/speg-0.3_p20180819-r2.ebuild
+++ b/dev-python/speg/speg-0.3_p20180819-r2.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${PN}-${MY_COMMIT}
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86"
 
 distutils_enable_tests pytest
 



  1   2   3   4   >