[gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/

2023-05-07 Thread Piotr Karbowski
commit: d42b296008284e6badec71a7ef1dd133540b8fa6
Author: Joe Kappus  wt  gd>
AuthorDate: Sun May  7 20:49:18 2023 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon May  8 05:49:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42b2960

net-p2p/qbittorrent: drop 4.4.5-r2, 4.5.1

Remove vulnerable versions.

Bug: https://bugs.gentoo.org/898508
Signed-off-by: Joe Kappus  wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/30924
Signed-off-by: Piotr Karbowski  gentoo.org>

 net-p2p/qbittorrent/Manifest|   2 -
 net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild | 103 
 net-p2p/qbittorrent/qbittorrent-4.5.1.ebuild| 103 
 3 files changed, 208 deletions(-)

diff --git a/net-p2p/qbittorrent/Manifest b/net-p2p/qbittorrent/Manifest
index 742e3b0d6867..5e2dd8b7f640 100644
--- a/net-p2p/qbittorrent/Manifest
+++ b/net-p2p/qbittorrent/Manifest
@@ -1,3 +1 @@
-DIST qbittorrent-4.4.5.tar.gz 7739170 BLAKE2B 
b40a3ca63c787e0b9b9aac00a6fef452b461ba36b1ef030bc3cdd5fbefcca42d58ff6c3bd382e49f7937161afc6a37bc2c29de4f804db10c7031b9f1ad5f4e2b
 SHA512 
a2b6ecd9a6f087a7ecaad2774d395ee4b2164cb8540b9f32574640f485fa3fc8688046d30e0179863a0aff1524d69b83c00bc232c7feb9ad737c79a05734ad95
-DIST qbittorrent-4.5.1.tar.gz 8780065 BLAKE2B 
5c910722d778272972b90f8a2680b0450ea4220a760335e09bf078a63bbdc0c35788de6d75375c4de808582f386cc7d4c372b87d3a6308aa41f575a72927de5e
 SHA512 
46042e55618b9bb24b61b88695a2ab01e5aef39fcad465d47aabe9965d2b66c96e0f35af49bb19b597c009de5b844969819d9dc700b883b1c0d99e2b9671f405
 DIST qbittorrent-4.5.2.tar.gz 8890525 BLAKE2B 
48585b703ce6edf862ea3c8cfad6cab2edcb65a138c6e8d232322b4f4fd682c87447ff11d29c04c26b5623e730ab9a1ce0496456b3ba6122f97913bd92b86790
 SHA512 
e900a1c5f0f70163463557aec3de0d31394fac56cfed91ea53ee5cf852cce4b2998bf79be60fc547c1c34a1658378f3ed9dbfb30aae5a772b85d819c7e7ce458

diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild
deleted file mode 100644
index a61652d9dd16..
--- a/net-p2p/qbittorrent/qbittorrent-4.4.5-r2.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake multibuild systemd xdg
-
-DESCRIPTION="BitTorrent client in C++ and Qt"
-HOMEPAGE="https://www.qbittorrent.org;
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/qbittorrent/qBittorrent.git;
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-   S="${WORKDIR}"/qBittorrent-release-${PV}
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+dbus +gui webui"
-REQUIRED_USE="dbus? ( gui )
-   || ( gui webui )"
-
-RDEPEND="
-   dev-libs/boost:=
-   >=dev-libs/openssl-1.1.1:=
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-qt/qtxml:5
-   =sys-libs/zlib-1.2.11
-   dbus? ( dev-qt/qtdbus:5 )
-   gui? (
-   dev-libs/geoip
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   )"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
-
-src_prepare() {
-   MULTIBUILD_VARIANTS=()
-   use gui && MULTIBUILD_VARIANTS+=( gui )
-   use webui && MULTIBUILD_VARIANTS+=( nogui )
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   multibuild_src_configure() {
-   local mycmakeargs=(
-   # musl lacks execinfo.h
-   -DSTACKTRACE=$(usex !elibc_musl)
-
-   # More verbose build logs are preferable for bug reports
-   -DVERBOSE_CONFIGURE=ON
-
-   # Not yet in ::gentoo
-   -DQT6=OFF
-
-   -DWEBUI=$(usex webui)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} == gui ]]; then
-   # We do this in multibuild, see bug #839531 for why.
-   # Fedora has to do the same thing.
-   mycmakeargs+=(
-   -DGUI=ON
-   -DDBUS=$(usex dbus)
-   -DSYSTEMD=OFF
-   )
-   else
-   mycmakeargs+=(
-   -DGUI=OFF
-   -DDBUS=OFF
-   # The systemd service calls qbittorrent-nox, 
which is only
-   # installed when GUI=OFF.
-   -DSYSTEMD=ON
-   
-DSYSTEMD_SERVICES_INSTALL_DIR="$(systemd_get_systemunitdir)"
-   )
-   fi
-
-   cmake_src_configure
-   

[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2023-05-07 Thread Eray Aslan
commit: 31a5c6e5729ec4dd222552cf4ef36373252f75c2
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon May  8 05:48:26 2023 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon May  8 05:48:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a5c6e5

mail-mta/postfix: add 3.9_pre20230507, drop 3.9_pre20230505

Signed-off-by: Eray Aslan  gentoo.org>

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.9_pre20230505.ebuild => postfix-3.9_pre20230507.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 6b596ae904e2..0296aa35222a 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,4 +1,4 @@
 DIST postfix-3.7.4.tar.gz 4833834 BLAKE2B 
edb716ef4576d339189f11b535a62f3c6f8f28613723d916f13cdd2d37228aa8768dacdb9d8616c83f0ded3a3c801c45747375ea6cfa505b668a7163c4637128
 SHA512 
972738291b960c90fe83861d55b1288900416167adb353418956e69bcc709a6daf84fbfde11d573eebba030654d27abc8d55f90661a2b880ccfb3a334064c236
 DIST postfix-3.7.5.tar.gz 4834332 BLAKE2B 
60be442c165e722dca3f1b5ece30adb85493560c583f6bb485e548f35bffe9e5ec27193eb68222f95a3076007af046622c98ee954167b53d2e306969ccf07647
 SHA512 
097c8f74386d746e849176c1344fe51c957b972cc1b15ebbb27cee4c825deae7201081cb1212e3fb12f16a6795c86381492d71123a8bf287fc8b58c6979fbf8f
 DIST postfix-3.8.0.tar.gz 4851893 BLAKE2B 
3ef0c0c83eed3263c890143ae962674dfbfa01f589f1b503a01d57497e4732171aa58468357276f29a9454c577573e8442095c2db25005324754dbd305875297
 SHA512 
a66956b0cc5eb6ad5ee926348b584ba5640586784aec794a84c40472faecb6313d46537c9f5696edfd8fda070591925a0cfaedc014e15bb3496195e5fb9ee4bd
-DIST postfix-3.9-20230505.tar.gz 4859727 BLAKE2B 
07b2f055f1da77433b1c41fa64a005c29b7f1319d4d1694c406cdcbc8f4fb0b5b0042547d07eadc3f5c3895e516e670f168f469afff8b905652d211e94ff45a2
 SHA512 
0f003270926ecc8a4f3df6fc6daa2a1d443fd0f901241c6f6710a55f8aff8c20470225f24b8fd7864a950af8ade6213d8d91c748c91c1d84ace49489c6fefc65
+DIST postfix-3.9-20230507.tar.gz 4860598 BLAKE2B 
44bcaae2f870e2d41f34ab58869dce2a94bb2f5a750092ef399e657bc53ba144caa52f18882691bfbc1e1a4378950a2720cba137ba3555127a4dc28bb9f076d8
 SHA512 
0eb4dccad6b7a4e9c6014439e9f1107254e402d2c96bc7c0cefae6951b9594922fa5eedf5d8ca59929290c1441e0b9a12473715d01acc6eb1237ceac01e2

diff --git a/mail-mta/postfix/postfix-3.9_pre20230505.ebuild 
b/mail-mta/postfix/postfix-3.9_pre20230507.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.9_pre20230505.ebuild
rename to mail-mta/postfix/postfix-3.9_pre20230507.ebuild



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

2023-05-07 Thread Miroslav Šulc
commit: 4b6ae8cb47f7068c84e78fb1d7bd6a17bf9c362b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon May  8 05:37:56 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon May  8 05:38:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6ae8cb

dev-util/visualvm: bump to 2.1.6, dropped 2.1.5, updated QA_PREBUILT

Closes: https://bugs.gentoo.org/739046
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-util/visualvm/Manifest|  6 +++---
 .../visualvm/{visualvm-2.1.5.ebuild => visualvm-2.1.6.ebuild} | 11 +++
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-util/visualvm/Manifest b/dev-util/visualvm/Manifest
index d9c928814304..6861c0c94e15 100644
--- a/dev-util/visualvm/Manifest
+++ b/dev-util/visualvm/Manifest
@@ -1,10 +1,10 @@
 DIST common-8.0.1.jar 435506 BLAKE2B 
e3c0db1691c9f27d39b5d0cad18707cd27e708d74d0db17a13b0ee4ddcc1d96cdd7455a8f5c69d01675434e2789fdb1870d87fffc8eae1776b396cf38c50c723
 SHA512 
0ee73534f08349c07a0c4c8654526030e634a3aee3175ff3986ad4e37dba0ea3b7d760582c8b612d316cf72f455596c1c50f08e6ddb2d175dc4bb12feba65b22
-DIST common-8.2.1.jar 435008 BLAKE2B 
70785320a50b5ec3fa7865187ba8dd483b709a7350d395afd4a5d1df785b678f64b1263ea6523589ab022e5fd08990dcdbc9833ff39faabb94facec1c25897d0
 SHA512 
c52f4290f1fe93ed7f86b45e0973e7868672a4a4802214ce76ce19089c3e70e1ad076f6c19c4ef0a76b4ff9aad7e327213975752a64438fa73e88ee258192abe
+DIST common-8.3.0.jar 438403 BLAKE2B 
56d76e8115bd0022afcdd95a62a7419d1ea1f5a1aa426b8313f5d22d9458c0d30276b13fb616d1a1d19ffd322b86fef5f0fc4b3ce673deadfcbad1ba473ccbcf
 SHA512 
58378deca55362f97dbf7313633012f40871aee5fecf9792b0284952466e7a1ee0e96f2d948c81564ba0cf92a7e16b6d164a535e89f2da732ef9231876cb4b0b
 DIST encoder-1.2.2.jar 37529 BLAKE2B 
0e61c679db8c559005de726c8fc358cc5f04ab51b357fe53889cb585c8d006a77a3e24cb51043912ea9be11739ffa14de86f22d3dc4663aefee8bc75b9ff6862
 SHA512 
eed5529b326a9fd493032539dd50c7d60439fed0743cd567d348aa334e837d412ac10b220fd5099edcf9098fc7c684fba98b92916b9ef79831395686fd83b7dc
 DIST encoder-1.2.3.jar 37931 BLAKE2B 
b416d455424b3fd87c94f7f963c819d3a8d76e763c112947718514e2bc1b67b40c6cd9cc051c5cfae6b2aa1cbc92961d1bcc3565ba3dcf3bf58395d543c5aae9
 SHA512 
ba7887259007272c533228cec1e2c5caebd639ef05b7b8925be6a0b5a7da5859e82489af4d462153e64bf2ce1234a8d6caa606fc6e42675a41cf7a067cfc5f6b
 DIST flightrecorder-8.0.1.jar 500815 BLAKE2B 
af9f024e7199e7f577e75b3d40f40a3e65f8e98be768415e5832aa6e1ffcfc9ecc391ef4d3fa515411d6d3ed051f35579656bae8cf8e1aea2023d54b072c84a0
 SHA512 
08c98ed3444b396e6e1ae0f909378c56e2ce04741f7b7ee83e39ae8a0699802709a5419f29c3a7bd44a11caba984071ef4f0554183fd5260ed28741edd191809
-DIST flightrecorder-8.2.1.jar 524427 BLAKE2B 
ba854d92a8655a1bbae108dd8f2dc0ad41d2be6d57cf96cc1870b28d47a680019e27cc7b53b6e10a441205d341bd03608173949dfe1231f8e6494a91c4a41f05
 SHA512 
362134638a6911c18c629e72705c662497d1bdfcccd986dc395fb50629526656e83629b9801b2ed137c511883332dc8e7ecf3d1de3a50f545fe89048effc7590
+DIST flightrecorder-8.3.0.jar 532387 BLAKE2B 
9ef286c53427292beea222ab75d7b8b3e36e44fed5e084d3db6a2910627e67abcdcdab18a175a43c57afc30795dcfa8059f7b0189db45371da6c2b5e635c6447
 SHA512 
98f4ac4799756e560f0ebf2998985ca07ffe826d925651633763358d2ced757780689b3e64d78af54851a93c270a60f226a285372cb783c978fb3543fed898eb
 DIST lz4-java-1.7.1.jar 649950 BLAKE2B 
caed7593dad078fcaf3853a4dffbd540d7e5a3298b13092dee4b82a70359494584b9901da600239d65e9930e7a769adf1a45eac85033f8ca0cfcaef6a3b09544
 SHA512 
ff48daeca92c5a7657aa9c7fe41c5ae75a5fa0aad05c655bacb64a40acfe93ffd3d40bef16544614ce8a38db3e1df177023101773f6f7c1d32031413270e42d2
 DIST nb140_platform_20220908.zip 25886909 BLAKE2B 
28cf8180eddd81fcfee513faf19e4a9ec2f3b7c35ad1ee23fe89bf6b5611432c3f41e9376b733ec5504fce1258e7dd27e0c229d291a5fbed3755df7fe0e99421
 SHA512 
cc2b320caa8fa0b4dbc5469e44453f1a586b6713af3bca799a654c7d1223741eab3a463fe53c955fb5639ec580f73ed93a7cc0ac26ce5dd84d55c418e024523e
 DIST visualvm-2.1.2.tar.gz 36393559 BLAKE2B 
ba925ddacfb1474f47d0ab393c7f8f14d18e12ef25aef82efd59a273eb8464d8758e0cc82cf41238b0356546dd03fed319b8c04366c4037fa99251d358f5e1c2
 SHA512 
f324bdec570f050c3df3d047cf9ab9e8565ed95150d1bcb5d86166aa221d0a3c55a2c3cdb345ddbf42b9cef35cb6a21033ed24fd203c0dbb67d2f8dc2b5f2960
-DIST visualvm-2.1.5.tar.gz 11604281 BLAKE2B 
0bea756221af59bf2eac44da1aa80a0f4a53691853afa17be23f25b0bd3a8e28c86c03a4b3215e182f1ec1ae9cd9309a6367384562d7d673b4ee34f4f6d22144
 SHA512 
1acefcd655d2312c01684ca2016f8b476cabb2acd43a89946bf03f185a846a6c90649b2033dc4b5c94ae73c0526972111e9a0fcd2e84921d8b6b70373ec82257
+DIST visualvm-2.1.6.tar.gz 11610216 BLAKE2B 
60e87e1219cd1f39bd8d86ec35d07f4298f8378f3c16354570c8f3422cf7e4a3ed42d0a88d8d33290d226a8d92ec9eea3cf85713281c826aafb7610b1e0b42ca
 SHA512 
3257b1890aab185aa28e226679bc78858f154022d49c8a4dd2ee2a5ec04afc4a5ac9633248f1aa1abcb8a457f5e612f223f4a03fdd54e6b8beb329c79dd0574c

diff --git a/dev-util/visualvm/visualvm-2.1.5.ebuild 
b/dev-util/visualvm/visualvm-2.1.6.ebuild
similarity index 

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

2023-05-07 Thread Zac Medico
commit: 314f7c0cb4c0d46560b50167b82457b33cc39f4b
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May  8 05:24:15 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May  8 05:25:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314f7c0c

app-containers/netavark: add 1.6.0

Closes: https://bugs.gentoo.org/897754
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/netavark/Manifest  | 163 +++
 app-containers/netavark/netavark-1.6.0.ebuild | 282 ++
 2 files changed, 445 insertions(+)

diff --git a/app-containers/netavark/Manifest b/app-containers/netavark/Manifest
index f4e818925e5f..3de8fe7fbc7d 100644
--- a/app-containers/netavark/Manifest
+++ b/app-containers/netavark/Manifest
@@ -1,183 +1,346 @@
 DIST aho-corasick-0.7.19.crate 113070 BLAKE2B 
5ddaa0d415d19cf9922b5723bf3480750634ea68cb66fd05bfa2bf57607eb6383ba86d8c55f70adb87b71b98caa73d8f6ebd075c006493530c81979032899b60
 SHA512 
0d63d29079650bde4e8a9f8529716b9d8c42db076a1d74715116240c2628173f1e86fb29c08a25ad07a0148e48789ab20de0c186a8b3dfb193cbfeb0d76ae78c
+DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST anyhow-1.0.66.crate 43770 BLAKE2B 
8d74397c47bd64c00f015cf7ee279fa020ea39191440208d77e4a5fdb35fca531e8bb9b765be223b24050d0fd1db76fa5b516146f450937f84a5c113c9eca997
 SHA512 
7b4078906df2805d491dc2f29c4eec85a9f43078c0dcd9c05261c2706ed655953b693c4f59fda62547681b29cda9ac7a0789f1359bb18110403cfe34e9fb0dc3
+DIST anyhow-1.0.70.crate 43803 BLAKE2B 
574da0e447592c12051deef171850b00ac2347dd336f71915dd21f45cc03439fbcdbaffe261097d53cc11fa0db75b1e3b21ba667f26c08db7125b1c6264973de
 SHA512 
6fd1338e4cbe915cb01fcc5e05e7e0c051868701eeb27f03577a7cfdd59057493922b36e2308f7050608a851112d4d24cff2826456160ac8930fe961640e809b
+DIST arrayvec-0.7.2.crate 29341 BLAKE2B 
eae9d3f494033ea2d837a6024cb24bd4574683ed1e76ac6be7f7c6b0d8ee65c0eaf03dbae7fea04cf0921299f69234ad91e1cf41342de86f554f74e287dd3ba1
 SHA512 
80cc6e55b6032f4882362813de970d3d99e600ada774b28ac6a24c9c8e018fda3b35c5750ac3a09fca6fb9496e2e3fe608b58d21b1b84685ebd170f567a0ecbc
 DIST async-broadcast-0.4.1.crate 19732 BLAKE2B 
9b48985cf6b10a14911a7c83c742357c818bd5e0847eb825fb00b89ac90961504eda9ba3c5b2312bc02800e41863bc03772519a44e3ea8429be99783f6256509
 SHA512 
b4fe8fb92d957f0988e7d68fdc81153636a3fb30c019dc005fd9a17838fcc6b68e06b84828cad06259dd334a2fa478f5418e0f0d8091f1fe5be7ff59e6e31ef9
+DIST async-broadcast-0.5.1.crate 20134 BLAKE2B 
a45a7ff0b05eaab687f0912b2fdd0c3d9379402d5ccb8269568fbf77e235b42db0f741b4743438511fc00e7e1c6ec09c7b2f6e37b4b9a4df07846ae582e9c812
 SHA512 
48de28fad3fa8258b61f1adc0f13e69698f0fc3e11c68eb6b6d2df11784dc5c1e09f6f2c03dd12679d9888171b87cff3362ee06b910833e55d278738ab7508ae
 DIST async-channel-1.7.1.crate 12855 BLAKE2B 
f7762c5d3fa880da7e31f176fc28d9997fcb734c8cb850f8f369315af317c6c0a0b8b834b23474b8320cacfa5fda7464f60cf28f284b68b45d9abb728201bd89
 SHA512 
26c2fcc2b0f0bd1fb58826f7a0ef1bdd3069c02c00b7e59c2c7001f39d347df8c9882eee8682629ff8d94e88973186b20fcf2ee6885332024d181d3525866cd9
+DIST async-channel-1.8.0.crate 13534 BLAKE2B 
a59ed929ca4a6b4f2d50506164e3d58c04449ed1ba9848af69531b163c7f385d846fb1ecad4fe2ad71d55ce58bb27d7c629a706f01438f23cd96b9910f6265f6
 SHA512 
8352b2f28565825cd7b51421fb3ff904c0c5d5e1fcebc71c91f0b60c662f9b949721b3da91fe0a205345c6f650d35afbc3340d61b637d72325af869aae24794a
 DIST async-executor-1.5.0.crate 15068 BLAKE2B 
d764f9166018d0dd07ca687be64f139e4dd8ae8488a1d6ada0595a17abb5fbd1c04b37c00b1f02e6c100529eeb0e9147729833e2203c56d4b92ae76fa75929ab
 SHA512 
0fa79f50648aafed31d572e25534ac10df7d5d105119d4f6e1cc9af710e86103b0def49829ed6523e384634a3ccd697d01f07e4898c1e84dcb48d3fe52aaed5d
+DIST async-fs-1.6.0.crate 16506 BLAKE2B 
ddb7a86d6e294a07f0d494448d0bbea31df320e5d5734222ce3949753fb686b15ba5811c5dc7fa5e77d1be62154447e2cd096c7b7f7021450c5c75c59d45a8b2
 SHA512 
18d226cc21e5c8c96c269c883b6d5784bbaa45be5b883908d7f2cc61ae8797441a9b3786a02ce9664013d406beb679c5a8e89e6ab82d11bc2b981b600b3d6830
 DIST async-io-1.10.0.crate 36493 BLAKE2B 
5ccfbf160aefe2b8a661e74b09d8b5374c403759d78c8d0a13db47d7e7943c22938d1c7bd03512a98899aa9f4cc8b31584e0fb47e4d296f369b8d2908c5a912b
 SHA512 
f1ba7cd3f28944c106dc94c05ca4cac851299bed6899a53867580317c73436d062c164a1de55ee9b2913d3c34470ef3c25c2ffdb2a9d342ed9919961b6e5377b
+DIST async-io-1.12.0.crate 37087 BLAKE2B 

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

2023-05-07 Thread Michał Górny
commit: 895a334117c8cf7759a135fcbe40322c71bc8633
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  8 04:31:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  8 04:31:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895a3341

dev-python/websockets: Bump to 11.0.3

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

 dev-python/websockets/Manifest |  1 +
 dev-python/websockets/websockets-11.0.3.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 56e0be59a9a8..e1ab4763d0f3 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,4 +1,5 @@
 DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B 
f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78
 SHA512 
087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582
 DIST websockets-11.0.1.gh.tar.gz 347321 BLAKE2B 
21ebcf13c41f5e7ea5247174684e8e37ac383fe94da7f6a1ebfeaf6024669fd2b362847055775a81cb4a36722526a42b91c9e28e1a8d016918ffe16481375f7b
 SHA512 
a9c3bf215c5c5cf1032cf8f2cd85cc8d78e3486f4e40e301be246181dc64a5543377bc7205695f89f7141b2c48115cbcd1cca6a353ad9d36ac9cb294d48b2e2e
 DIST websockets-11.0.2.gh.tar.gz 347575 BLAKE2B 
1d609298d072dbd986fa2adcac1c8f80720622fdcd44cb8ab079ba812fa7a750cdd4a5b432a74d422ca3ac8e7baef8e38e227569b8681e033f599fa29b19383c
 SHA512 
e397d7b51c3edcc68fd32dbf8fcd46f5c9230c270be46c45a503108690d5513e2626fc4f4f5d271c831570abeeff51bf27c09ea69459b970a41fb64eb84fc87e
+DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B 
b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7
 SHA512 
37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca
 DIST websockets-11.0.gh.tar.gz 347307 BLAKE2B 
b40b8e88375a1e5e0f6ae1c73169703d206800dcec15d858a0360374701b681ec17c457b014a29dc34962ca1f62261a8b8298e34092429864d790dd4a060e8d8
 SHA512 
367347464d5d721ad65055743df92311e7d98d0391ff437ab8c3224f1c1e4193b5abbdbf1498cd040d9b30251e6bc051e9c1ec54122b87e4c937026e0f6f3b8e

diff --git a/dev-python/websockets/websockets-11.0.3.ebuild 
b/dev-python/websockets/websockets-11.0.3.ebuild
new file mode 100644
index ..f3ef9af590b3
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.3.ebuild
@@ -0,0 +1,42 @@
+# 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=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+   https://websockets.readthedocs.io/
+   https://github.com/python-websockets/websockets/
+   https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+   https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   export BUILD_EXTENSION=$(usex native-extensions)
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # very fragile to speed
+   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+   )
+
+   epytest tests
+}



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

2023-05-07 Thread Michał Górny
commit: cc590470188fdb58628a7ebed5493c5bfa690679
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  8 04:05:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  8 04:31:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc590470

dev-python/sphinx_ansible_theme: Bump to 0.10.2

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

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

diff --git a/dev-python/sphinx_ansible_theme/Manifest 
b/dev-python/sphinx_ansible_theme/Manifest
index 7236995bd6fe..84a8659b4801 100644
--- a/dev-python/sphinx_ansible_theme/Manifest
+++ b/dev-python/sphinx_ansible_theme/Manifest
@@ -1,2 +1,3 @@
 DIST sphinx-ansible-theme-0.10.1.tar.gz 49575 BLAKE2B 
605e153739605e85da19022ececaee8884df8d200ee5ce65a0e695e4bd4a305b5997624e18b593a3566b17c2cd9336b961280c7da6758d370a42555321a2de69
 SHA512 
8e5eada24f536320e3d7bb83138ebc38c1353db6b4cc0c7eaca95078ccb4d645c5e62ce83fe1ba88aa25c1314d7d93b817eb893d47802eee9cd40cba483d
+DIST sphinx-ansible-theme-0.10.2.tar.gz 49652 BLAKE2B 
76f91af09976c16550e8257698f2ffdd1d6e477eea7ed1bad2413693a006e7aa2d83c83bffaa2a0a5a6d2a62bb401828211faf1295980ffd8f00cf836fe5c8bb
 SHA512 
ea991533cac674869a838c89f16d287910dfa528e63fbe1c4803a1797bf8fc11836299af4da1952da2be0fcc5da8d69abb7412157a9bdcada7295a1688b45614
 DIST sphinx-ansible-theme-0.9.1.tar.gz 34505 BLAKE2B 
533e665b30f5aa450e4a2240c55c4992340b9f6ee03d27758bf119dfe2eef987fbd4b98136349af376557d8e9a78e5391a648b9886136995d05410b0c26561f2
 SHA512 
f78602af8affe7be59988f466cf6a2aa67e174086f338cad855369a7bbee5a76d07bcffa8406dea5a819127b26d69e29b0d90dab38b82524b3e317f9082d0379

diff --git a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild 
b/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild
new file mode 100644
index ..aec7de126d13
--- /dev/null
+++ b/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="sphinx-ansible-theme"
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A reusable Ansible Sphinx theme"
+HOMEPAGE="
+   https://github.com/ansible-community/sphinx_ansible_theme/
+   https://pypi.org/project/sphinx-ansible-theme/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs \
+   'dev-python/ansible-pygments' \
+   'dev-python/sphinx-notfound-page'



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

2023-05-07 Thread Michał Górny
commit: 72c67f894a72b26c5c90bbd78cc6e8352dc1e4bb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  8 03:59:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  8 04:31:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c67f89

dev-python/fsspec: Bump to 2023.5.0

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

 dev-python/fsspec/Manifest   |  1 +
 dev-python/fsspec/fsspec-2023.5.0.ebuild | 64 
 2 files changed, 65 insertions(+)

diff --git a/dev-python/fsspec/Manifest b/dev-python/fsspec/Manifest
index 45db6c4d2cd8..8a9e982fcbfb 100644
--- a/dev-python/fsspec/Manifest
+++ b/dev-python/fsspec/Manifest
@@ -1,2 +1,3 @@
 DIST filesystem_spec-2023.3.0.gh.tar.gz 352352 BLAKE2B 
e4a4edb882aa0aa15f654d3ae63d278b03a0b1fdc99fb1e7f48baefa750134aa2c9ddc89cc53aa829155b103107cbfb0c99d6c6fdeb5bf85068af5f1fc467ae4
 SHA512 
7c21eb60932267fe73dea3672d2e9b2d71fb3df26aedec9d109109168b91605602903518337563c00ae8b7d82212211ca569d3a91adb840eefd41eecab33c3ec
 DIST filesystem_spec-2023.4.0.gh.tar.gz 356769 BLAKE2B 
72425ae67b57e0e44589903b3858fcca73bd20894586782599e669eb56d48268677bdf6f6047b40317b2e5f10641bea77a4ffa4968666b4ee159536bdb82fd88
 SHA512 
3b8702de33519ea6e88b61c83b61399bfe1df1717aa1332488f427b0c875a74dfae9c81d8b1407a5c008fb26838e5c798ccddf7eff45bfca1476b5883cf3f0c0
+DIST filesystem_spec-2023.5.0.gh.tar.gz 362014 BLAKE2B 
9a037ebba1d02c3b3fcb2ba37b2074bef3575bdafbfb3aa1d4ec5ffe5dd109e1f7bb05de22430f077ee9d05216762b973687ae7175669600d063ab553bcd7f0b
 SHA512 
6f8e574ab234ea6184ab908d4bd475b4e734ce56e49d0efc4d0b2403e67e84448545e82fe33be408d51dffb56f100844e03c283760d921287d530176159ecf9d

diff --git a/dev-python/fsspec/fsspec-2023.5.0.ebuild 
b/dev-python/fsspec/fsspec-2023.5.0.ebuild
new file mode 100644
index ..d5afd3b814ef
--- /dev/null
+++ b/dev-python/fsspec/fsspec-2023.5.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=filesystem_spec-${PV}
+DESCRIPTION="A specification that python filesystems should adhere to"
+HOMEPAGE="
+   https://github.com/fsspec/filesystem_spec/
+   https://pypi.org/project/fsspec/
+"
+SRC_URI="
+   https://github.com/fsspec/filesystem_spec/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/tqdm[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+   distutils-r1_src_test
+}
+
+EPYTEST_DESELECT=(
+   fsspec/tests/test_spec.py::test_find
+   # requires s3fs
+   
fsspec/implementations/tests/test_local.py::test_urlpath_inference_errors
+   fsspec/tests/test_core.py::test_mismatch
+   # requires pyarrow, fastparquet
+   fsspec/implementations/tests/test_reference.py::test_df_single
+   fsspec/implementations/tests/test_reference.py::test_df_multi
+)
+
+EPYTEST_IGNORE=(
+   # sftp and smb require server started via docker
+   fsspec/implementations/tests/test_dbfs.py
+   fsspec/implementations/tests/test_sftp.py
+   fsspec/implementations/tests/test_smb.py
+   # unhappy about dev-python/fuse-python (?)
+   fsspec/tests/test_fuse.py
+)



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

2023-05-07 Thread Michał Górny
commit: c81411cc2ef2292f0b82ddbb09f3c62689f092a0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  8 04:00:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  8 04:31:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81411cc

dev-python/orjson: Bump to 3.8.12

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

 dev-python/orjson/Manifest |  3 ++
 dev-python/orjson/orjson-3.8.12.ebuild | 77 ++
 2 files changed, 80 insertions(+)

diff --git a/dev-python/orjson/Manifest b/dev-python/orjson/Manifest
index bbc6d681340c..f5ef3fdc4886 100644
--- a/dev-python/orjson/Manifest
+++ b/dev-python/orjson/Manifest
@@ -15,12 +15,14 @@ DIST itoap-1.0.1.crate 83316 BLAKE2B 
db0d9f712155bfe4285c3d3debf314da2d64ffd127d
 DIST libc-0.2.140.crate 669153 BLAKE2B 
f4269549f6b450a3da3196ecaae52afe178d5b6905666fae04e2879f975f0129788898ca2ccd214d721af42a8b2fa86b26355d6baa0a81c223b56c658ee66dd5
 SHA512 
f450fe619ea2f45e4ada2567981987f19d35a9f13f88a0ce3a53e1751c6fbff708ca69fa6a64d807cce5dfe18b08751f0695d8a01e68e269da1aafc831528b7b
 DIST libc-0.2.141.crate 671145 BLAKE2B 
c0e37825ac3fba376e942a0e2c2aeefcab384b24c50a453d1948376cecb3f953d59735e37aef8a9ca7ae707fc6b4818823fae7330f213bf084e5460a82dd3ed5
 SHA512 
29d81f440d62fa1c9f7983c38138994e61f4897761a50a4f14abce1ced85a8994c6f0cc0ce86f77113b74495e36ddbebae6627f0b94c44621620a395a6723cdd
 DIST libc-0.2.142.crate 679343 BLAKE2B 
4168a8c3766bbc4f5adbd4babd84757cb81bb3c8cc806b8b5c1381a88ddccbb8bf55ae84f2879ab26adda09a3d44d21e2708dc9bce5d4868663fad8dd0f0e086
 SHA512 
8eb465fea8bfa865aa592185ea2dd89a6d89252b0e44fb7398ae82c9fa031d501fc3a1c37e50d1971be528c6e1a4ca416da224ba82e5a8766ec598464593afdd
+DIST libc-0.2.143.crate 681601 BLAKE2B 
edce6a36697c4c0f9b31e6c380235c0f36c39b98316cc35ed341ed2d4d95aa2a50dad3e9d0d44330e6a5cea77191f97e79703f298f3e1cbebed1a0eaba71014b
 SHA512 
245590127b37b5c3f66392f8f143f872f769f283c77b68b88e23d5e14aa1b9770347021f4d81e81225ca4ed09db6e925d47602131edd83c6d995875766824b6e
 DIST libm-0.1.4.crate 110593 BLAKE2B 
5018f4efbc8fd45ff88a28e92c273bb3b48724009e17eadd0d4abb8e34b0fc8784607f71eebaa2f308dedb3185969f092d4305cd1d2cef7a53f7d8774390e38f
 SHA512 
6bc647425ec8be5995ad4798427a86e28282b06532b8e6a53745e2a2ac16652d087b84c0946a4858a49d98995b9e543e1764765d270bf5569cd2ad92d52b81f2
 DIST num-integer-0.1.45.crate 22529 BLAKE2B 
4da3e801f71ba8f92c692497e200bfc8d32183c94eaad91260683b09f4697c03175fec7cff5a9ff3782d5db5d514d74f22f7a61a102c0f0d2e67a7a4b4f29222
 SHA512 
731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735
 DIST num-traits-0.2.15.crate 49262 BLAKE2B 
942ab170b2acce1cb40e6847f766bf810a79edd293d34f3a27864f464c16fe2b99fb13171ba429cc6d584248de879434beaadf1b231a4001b0e8389ed6c1be04
 SHA512 
5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8
 DIST once_cell-1.17.1.crate 32856 BLAKE2B 
8bde2aaaf9ef45d1f6b8458686179f1fe9295ee8faea269e9b49779583ce26ab9dafe988c3584e841a9e5d05e28430ca967ef3b25e755f48f0120d9c99cdb7bc
 SHA512 
1302d51801e38bfee23e74c0046f1ecb1d3c27309b5fe11c2b6c99553b357db502ce1718695602f9d8b10429e8ff03f91c016d5d604957083728293824c05904
 DIST orjson-3.8.10.tar.gz 836541 BLAKE2B 
90c7e1a298ffd4af93f26312f501c558a642116c482ee21e9304aa363d1ea95aa817021dc7e5d150c94b5fa8b174c489546e364dba434add77eccfaebe969572
 SHA512 
68828e9b4dc2c8e2c8675ece61e366e38f027a7eb3058d0ed1f3a65916964ae67bbb11fcea3414c330841b79208fe52b2c18263493f09092c50d73ac0b549720
 DIST orjson-3.8.11.tar.gz 659654 BLAKE2B 
3e55bdc18447cf181e580797c96c132070a35790acc25a9d46228e072d3f259622c45bf0310f3d69692520d009dbd7f27a0a40dc53e933ce49eceb591f148b7e
 SHA512 
a6e898ab83abe45f1f285343985c7e638579cfefd5c453ac184a54d02b44f1ea7ab13ca5a3a20ac149e3b93da6a194e963dd816006c49c21abcf8aad9cfb13cf
+DIST orjson-3.8.12.tar.gz 669172 BLAKE2B 
7b3b57a5a81c9d77f39f07d5c3349aff65f0628b7bf0ad8aeba74c9b0c18d3a173aed4539db81f4d00c666eca933bc0bad511ecf6e82c9001f520c076653f4d3
 SHA512 
c2a6a106721e5c84d52ccc255b60fb3da67d442604c5dd5e2dea63a6d52eece87fd3d1d81a2691c1f93b4c21a0f608a8c1ea6b19d8ba4995584a562780ff39e9
 DIST orjson-3.8.9.tar.gz 657071 BLAKE2B 
7486ecedd2c80e9fd7a7de907f18b3ebea2f7aa992d81f3ac21caa0e515167ad94c516081a0e2a0059dc9ac734f3d98b0da2381db10574f6e35475e9ef824be1
 SHA512 
a1409de1b099011ac8566110c08502708b42339ab7ff3b1e6600840aa32d655ddf4960128e50fe174278ded119e3996f662fe2faa3d3284ca42c56f2f8bb5d7d
 DIST packed_simd_2-0.3.8.crate 97388 BLAKE2B 
89d2a1401efef8e0a665d883b41a587601cd4704a6acf80c542f3e6e274a6fa9c975a03799857c409c8764bf6698784cf85f1fb73b4fab2c4f98b368326760c4
 SHA512 
de1ff7cc43f6d0f6e2a94073ab80bd178864d375d334c4d8aaf30f8ae3320b6aa470f14b25babc264d9032af0c4fa7663e442321fc91acbd7adc7550b5177984
 DIST pyo3-build-config-0.18.2.crate 29138 BLAKE2B 

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

2023-05-07 Thread Michał Górny
commit: 5a78f51f95c56e381f0b79703549894f1876da7f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  8 03:57:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  8 04:31:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a78f51f

dev-python/trimesh: Bump to 3.21.6

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

 dev-python/trimesh/Manifest  |  1 +
 dev-python/trimesh/trimesh-3.21.6.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index 9f9857b3969e..5970856df683 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -1,2 +1,3 @@
 DIST trimesh-3.21.4.gh.tar.gz 12692752 BLAKE2B 
47f83c594318270c1594bad9c877de2cba71d44eccae7f755418aba785ce21c36946e482b38020a79417c4e346cd60cf3b31ee96bd489501a9dd88c2d433c68c
 SHA512 
749f208b91f55b2a9581fa953bd984fc71a7c54bcc3d00ad1df8af2489911e966d2821dcff3d673e8ba55a83c9cce75625aaaeeddff817a16bb09b82b2bca549
 DIST trimesh-3.21.5.gh.tar.gz 12692813 BLAKE2B 
31f3933b4b76f55783dceb32b8079383d84439cc0705ae47b5e0062a8192a88123264ce0a803cf4bba6f3c0fad12b77cf524bf03b2ce5c1b2b4f6146eebcddd5
 SHA512 
4bf6879294042aea9bce65a79c1717de1bec92a0a9f6f420ed98dbc4cb5260dba4656ee0074f77d46d37c910838c7a4b7c7dff0249aa38109bb677993f886291
+DIST trimesh-3.21.6.gh.tar.gz 12691963 BLAKE2B 
518d8d73268ed40f03fba48fb1e07f5ccf8801bc779dbe99261670e61f291de5f549a078de5de392da2754b08735eb7bcfe9716f541bde94296e6f48edf2e44e
 SHA512 
65b348d334f7770f74e48bbed15f613b71fc0ba101c51a868bcd6becd315aa4a13f76722b2de84f6624b37b4d617dcc418f92ab19acb5e7f1992834bc0a5b96c

diff --git a/dev-python/trimesh/trimesh-3.21.6.ebuild 
b/dev-python/trimesh/trimesh-3.21.6.ebuild
new file mode 100644
index ..c876396fccaa
--- /dev/null
+++ b/dev-python/trimesh/trimesh-3.21.6.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 multiprocessing optfeature
+
+DESCRIPTION="Python library for loading and using triangular meshes"
+HOMEPAGE="
+   https://trimsh.org/
+   https://github.com/mikedh/trimesh/
+   https://pypi.org/project/trimesh/
+"
+SRC_URI="
+   https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/colorlog[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycollada[${PYTHON_USEDEP}]
+   dev-python/pyglet[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
+   dev-python/svg-path[${PYTHON_USEDEP}]
+   dev-python/sympy[${PYTHON_USEDEP}]
+   dev-python/xxhash[${PYTHON_USEDEP}]
+   sci-libs/rtree[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/mapbox_earcut[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -n "$(makeopts_jobs)"
+}
+
+pkg_postinst() {
+   optfeature_header "${PN} functionality can be extended by installing 
the following packages:"
+   optfeature "making GUI applications with 3D stuff" dev-python/glooey
+   optfeature "2D triangulations of polygons" dev-python/mapbox_earcut
+   optfeature "loading a number of additional mesh formats" 
dev-python/meshio
+   optfeature "figuring out how much memory we have" dev-python/psutil
+   optfeature "marching cubes and other nice stuff" sci-libs/scikit-image
+}



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

2023-05-07 Thread Michał Górny
commit: 292fc726e7956fabccefb4cde883c17c8955862d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  8 04:01:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  8 04:31:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292fc726

dev-python/pygit2: Bump to 1.12.1

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

 dev-python/pygit2/Manifest |  1 +
 dev-python/pygit2/pygit2-1.12.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/pygit2/Manifest b/dev-python/pygit2/Manifest
index d1612c806aab..9ace7df0ec90 100644
--- a/dev-python/pygit2/Manifest
+++ b/dev-python/pygit2/Manifest
@@ -1 +1,2 @@
 DIST pygit2-1.12.0.tar.gz 737533 BLAKE2B 
4989587e2f7cc7041e65e1080ec4eea4d749c7dcc8b8cac45e3753902d477dd2fb30f3bdb5ff73860baf587ed808bbb2c08afb3b6054bbd094fee2f7c573aab7
 SHA512 
885984d8bb990ca3f60024c3db10d5f0bc77939382e93ab469f77b676bd95e6f44238d7e5d08dd9d17094a45cb0880dda94b860b014607f64a23a85db60b0422
+DIST pygit2-1.12.1.tar.gz 738390 BLAKE2B 
0d22cfb84cf62af32a1da76feb76da0c42ff30ae17bc9881c32553c662ac67a27bad57f545034dc1f42ef9844846b556f92b5b0e0faee63bb524dc57e73d4f9c
 SHA512 
97f7cef7eeac3f165df8d82933854f53f842565efd764c351812ab27f35d574da9eb37628740f878540ad0be0447ad83a2ae0ed1544c615ba29485f08dd345c5

diff --git a/dev-python/pygit2/pygit2-1.12.1.ebuild 
b/dev-python/pygit2/pygit2-1.12.1.ebuild
new file mode 100644
index ..360f10fff5de
--- /dev/null
+++ b/dev-python/pygit2/pygit2-1.12.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python bindings for libgit2"
+HOMEPAGE="
+   https://github.com/libgit2/pygit2/
+   https://pypi.org/project/pygit2/
+"
+
+LICENSE="GPL-2-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+DEPEND="
+   =dev-libs/libgit2-1.6*:=
+"
+BDEPEND="
+   >=dev-python/cffi-1.9.1:=[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   ${DEPEND}
+   ${BDEPEND}
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+
+   # unconditionally prevent it from using network
+   sed -i -e '/has_network/s:True:False:' test/utils.py || die
+}
+
+src_test() {
+   rm -r pygit2 || die
+   distutils-r1_src_test
+}



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

2023-05-07 Thread Anna Vyalkova
commit: cf23fa9679fbc65af0b740bf3e7494e9484288b5
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Mon May  8 04:12:06 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Mon May  8 04:12:06 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf23fa96

dev-python/hijri-converter: switch to pypi

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/hijri-converter/Manifest | 2 +-
 dev-python/hijri-converter/hijri-converter-2.2.4.ebuild | 9 +++--
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-python/hijri-converter/Manifest 
b/dev-python/hijri-converter/Manifest
index 5fad7b760..a504e2f68 100644
--- a/dev-python/hijri-converter/Manifest
+++ b/dev-python/hijri-converter/Manifest
@@ -1 +1 @@
-DIST hijri-converter-2.2.4.tar.gz 42188 BLAKE2B 
04835edd0d04d8c0daf095d37db6ab855aa8415860b5d048d3f4837b392f61ab946992c9cfcaa255f7bed12482926ebe2cdaf922600192eb430fc85acd26ffc8
 SHA512 
6fd9f76db388d7e489af5b23f815e14ed279cad6fb7ccce97a0bd329e12dad935bca30e0d46b3d9d26d9e92b10a13f6e10e7371c394f8ff62bdd3b9148951f7c
+DIST hijri-converter-2.2.4.tar.gz 34899 BLAKE2B 
749d50ed8f669766d4b605dbec30173c69be7a0a66eb7bcbfc65a915ad5c340a75f0948a045edafa4111a9c0386b8a502c92236168e691535dac95aeb0a08705
 SHA512 
3d11bf642c97ad5b2dd50f0015d69ba7f63557ab0977fd174418e3ee2ae4406189b571ce9f0e0f7960ea13248206ba12287d63a7090bb0781d3b9baf7b79dd98

diff --git a/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild 
b/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild
index 41c7ce1b2..f50c010b1 100644
--- a/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild
+++ b/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild
@@ -3,19 +3,16 @@
 
 EAPI=8
 
-DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Accurate Hijri-Gregorian date converter based on the Umm al-Qura 
calendar"
 HOMEPAGE="https://github.com/dralshehri/hijri-converter;
-SRC_URI="https://github.com/dralshehri/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
 distutils_enable_tests pytest
-
-distutils_enable_sphinx docs



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/files/, app-admin/mcollective/, profiles/

2023-05-07 Thread Matthew Thode
commit: 199ecb387c7b9a7fb62336e8a0b722689ac45c9d
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon May  8 04:11:21 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon May  8 04:11:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199ecb38

app-admin/mcollective: remove from tree

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

 app-admin/mcollective/Manifest  |  1 -
 app-admin/mcollective/files/mcollectived.initd  | 28 
 app-admin/mcollective/mcollective-2.12.5.ebuild | 61 -
 app-admin/mcollective/metadata.xml  | 13 --
 profiles/package.mask   |  5 --
 5 files changed, 108 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
deleted file mode 100644
index 9f6962f131d1..
--- a/app-admin/mcollective/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mcollective-2.12.5.tar.gz 1517727 BLAKE2B 
b5d91c748bb1bfc63c7c040fb067d7ba39badede094d975f0b87587fe3a6c5bb6757a5be73f887be5d83f99dfefb0272bd48da6c9e79b4aee34c8d5f51e2e6c5
 SHA512 
639458d83b3f25d9aa433c205b9d16ded5ec689c1efb4827457fc3075c000d7abc2b70c9c8cf741c8bea03c1e47284015e69bf834e7a5670c68a40097e45891b

diff --git a/app-admin/mcollective/files/mcollectived.initd 
b/app-admin/mcollective/files/mcollectived.initd
deleted file mode 100644
index 8e295ceaa41c..
--- a/app-admin/mcollective/files/mcollectived.initd
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the Apache License, Version 2.0
-
-mcollectived="/usr/sbin/mcollectived"
-pidfile="/var/run/mcollectived"
-
-depend() {
-need net
-}
-
-start() {
-ebegin "Starting mcollectived"
-${mcollectived} --pid=${pidfile} --config="/etc/mcollective/server.cfg"
-eend $?
-}
-
-stop() {
-ebegin "Stopping mcollectived"
-kill `cat ${pidfile}`
-eend $?
-}
-
-restart() {
-svc_stop
-sleep 2
-svc_start
-}

diff --git a/app-admin/mcollective/mcollective-2.12.5.ebuild 
b/app-admin/mcollective/mcollective-2.12.5.ebuild
deleted file mode 100644
index 0c30f90cf894..
--- a/app-admin/mcollective/mcollective-2.12.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-HOMEPAGE="https://docs.puppet.com/mcollective/;
-SRC_URI="https://github.com/puppetlabs/marionette-collective/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/all/marionette-collective-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND=">=dev-ruby/stomp-1.4.4"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   cd "marionette-collective-${PV}"
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dodoc -r ext
-   docinto html
-   dodoc -r doc/.
-   docompress -x /usr/share/doc/${PF}/{ext,html}
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
-   einfo "is a new installation"
-   einfo
-   einfo "[1] https://activemq.apache.org/;
-   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
-}

diff --git a/app-admin/mcollective/metadata.xml 
b/app-admin/mcollective/metadata.xml
deleted file mode 100644
index 7077b45eb0cd..
--- a/app-admin/mcollective/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   prometheanf...@gentoo.org
-   
-   
-   Install client utilities
-   
-   
-   puppetlabs/marionette-collective
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index ecb0c520cac3..0362fa00aebd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -278,11 +278,6 @@ dev-python/cbor
 # Removal on 2023-05-09
 net-im/wazzapp-bin
 
-# Matthew Thode  (2023-04-08)
-# upstream has 

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

2023-05-07 Thread Anna Vyalkova
commit: c37e2d6e364c035fa11c6dd77be1813b8f12abdc
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat May  6 18:52:24 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Mon May  8 04:09:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c37e2d6e

app-admin/i2pd-tools: drop 0.2022.11.26

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-admin/i2pd-tools/Manifest  |  2 -
 .../i2pd-tools/i2pd-tools-0.2022.11.26.ebuild  | 56 --
 2 files changed, 58 deletions(-)

diff --git a/app-admin/i2pd-tools/Manifest b/app-admin/i2pd-tools/Manifest
index f66d52119..f0ca2783d 100644
--- a/app-admin/i2pd-tools/Manifest
+++ b/app-admin/i2pd-tools/Manifest
@@ -1,4 +1,2 @@
 DIST i2pd-a6bd827.tar.gz 650322 BLAKE2B 
74a9c686f0468c10b09d54d02445ced9df79bf152b7953cf999b2914fcf61ea38b189524692af7318a1c064a31ab3a888d4cf8a0c01734f6225c4705717cd280
 SHA512 
008d59c5b7edae2664dcd0bef712572f51f7520de5f5f25da69cba2b81278d3b9ee8a323cabd1c96bc73d28234085e12247f5d2e796e00bb7a4a322b42278367
-DIST i2pd-aead9db9712f8b07828a264a40898643385d7553.tar.gz 623605 BLAKE2B 
a73d89dd2c8b55e58e558fb1fe4b5b2a78d25c87c8fc9255c18a04433f9df7efc1519714bf855420498535d37ef38c71d58833ed401b48c28527b1db289cdb62
 SHA512 
28790c8926b1430d8ae75b96db4386f2753e3a708e989d5abcdbb6025eed55f00036339ab8c7dd36cda565f5c850f0dada92dcfbbed0077bda661cf141a79fae
-DIST i2pd-tools-0.2022.11.26.tar.gz 19673 BLAKE2B 
b7551fae39436ff7a06c7ae8f8338b22c1cddc7bf05ffebc031760ab3ac9e3968f65ca706f99668f0d31515887490a83fd1ece1f0f5d7301d31e9b7b424214f2
 SHA512 
78e56edc3a98be9b2c65c60acba501de9dc63542d927ddc0968feda82a8e3fb7cc20a07cbc742693afd57ff043340a85b49b80a3dfe43f07a73df423a426512a
 DIST i2pd-tools-0.2023.03.12.tar.gz 19754 BLAKE2B 
7c11d178f16fcded064fc2a2f66023fb7739f2ce27a9f41f4d5f7b9f7ccc47cc4570be90f93274a71fb93e4fb8c950d162dc7d2c5022a1b37dbc3234fbfc119b
 SHA512 
163692691b44b8cee314c8103436b0038ec6c91f114d891a2c3c8c8a9bf700de9547ad65f8ce6b206af0566b09df1e399ab5f017e1f6ae757790a8fc57a46909

diff --git a/app-admin/i2pd-tools/i2pd-tools-0.2022.11.26.ebuild 
b/app-admin/i2pd-tools/i2pd-tools-0.2022.11.26.ebuild
deleted file mode 100644
index 720db3172..0
--- a/app-admin/i2pd-tools/i2pd-tools-0.2022.11.26.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-COMMIT="aadc780b44135d4b13f80b843d4c43810c2d7a7d"
-I2PD_COMMIT="aead9db9712f8b07828a264a40898643385d7553" # keep in sync with 
bundled version
-DESCRIPTION="Some useful tools for I2P"
-HOMEPAGE="https://github.com/PurpleI2P/i2pd-tools;
-SRC_URI="
-   https://github.com/PurpleI2P/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz
-   https://github.com/PurpleI2P/i2pd/archive/${I2PD_COMMIT}.tar.gz -> 
i2pd-${I2PD_COMMIT}.tar.gz
-"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-   dev-libs/boost:=
-   dev-libs/openssl:=
-   sys-libs/zlib:=
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/0001-${PN}-nodebug.patch
-   "${FILESDIR}"/0002-${PN}-flags.patch
-)
-
-src_unpack() {
-   default
-
-   rmdir "${S}/i2pd" || die
-   mv "${WORKDIR}"/i2pd-${I2PD_COMMIT} "${S}"/i2pd || die
-}
-
-src_configure() {
-   tc-export CXX
-}
-
-src_install() {
-   local -a binaries
-
-   # extracted from Makefile
-   binaries=(
-   keygen keyinfo famtool routerinfo regaddr regaddr_3ld vain
-   i2pbase64 offlinekeys b33address regaddralias x25519 verifyhost
-   )
-   dobin "${binaries[@]}"
-
-   einstalldocs
-}



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

2023-05-07 Thread Anna Vyalkova
commit: b187d572df6bf9a7af29f28d09cbdfec1b7672ee
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Mon May  8 04:09:28 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Mon May  8 04:09:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b187d572

dev-python/hijri-converter: update manifest

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/hijri-converter/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hijri-converter/Manifest 
b/dev-python/hijri-converter/Manifest
index 26e799a01..5fad7b760 100644
--- a/dev-python/hijri-converter/Manifest
+++ b/dev-python/hijri-converter/Manifest
@@ -1 +1 @@
-DIST hijri-converter-2.2.4.tar.gz 42179 BLAKE2B 
b8a935b87314e31a710eacfe49c9668684bf26deb678c6d7150e9b9c7c59ff07f03724395465f003b5cbdc0164cf1217816a8f0c8d62c1943c60596b4ac6ccb9
 SHA512 
4387e9bfcd23b1ac4a755070b45626a00ef71ad4bb82c48e23573dc95d90302571ffec0f9162b28c06054ae10c1b4da06859609db0106dada96a39bc279ad785
+DIST hijri-converter-2.2.4.tar.gz 42188 BLAKE2B 
04835edd0d04d8c0daf095d37db6ab855aa8415860b5d048d3f4837b392f61ab946992c9cfcaa255f7bed12482926ebe2cdaf922600192eb430fc85acd26ffc8
 SHA512 
6fd9f76db388d7e489af5b23f815e14ed279cad6fb7ccce97a0bd329e12dad935bca30e0d46b3d9d26d9e92b10a13f6e10e7371c394f8ff62bdd3b9148951f7c



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

2023-05-07 Thread Michał Górny
commit: 1d5ee11e2bb57c107a93431f028bc9127f14ccce
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  8 03:38:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  8 03:55:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5ee11e

dev-python/fakeredis: Bump to 2.12.0

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

 dev-python/fakeredis/Manifest|  1 +
 dev-python/fakeredis/fakeredis-2.12.0.ebuild | 77 
 2 files changed, 78 insertions(+)

diff --git a/dev-python/fakeredis/Manifest b/dev-python/fakeredis/Manifest
index b73a7f194058..17d8846e14c6 100644
--- a/dev-python/fakeredis/Manifest
+++ b/dev-python/fakeredis/Manifest
@@ -2,4 +2,5 @@ DIST fakeredis-2.10.3.tar.gz 94025 BLAKE2B 
faf178d53e783c4475513bf9f485b6eaefc63
 DIST fakeredis-2.11.0.tar.gz 94957 BLAKE2B 
0f1e5e226793fbeb86c9d7b894832652dca65c2ed21b0f0c86c228df3124f97aebc1540619fdb484dda93a78f7c7d6e1fbbcd07a24ba0e919ba9fb718074c757
 SHA512 
7669fa06737f47440b85a369ae00429da7ee479dcc0fed3c5a33f700b3ddbe3660bfd1098dcefa4b29896dc552cca950fa8305f1e53b44fd82f8375e15d25031
 DIST fakeredis-2.11.1.tar.gz 94897 BLAKE2B 
18798d30eccfbedd70d13fc4a9883d2ab4b06eb2b4de900ced78202a3ba0680380dbd6989e7c51ce524eff73b4b5177379c941d9bb00015afe32d12b716b4ba0
 SHA512 
1ee9ed1eb2563de702bb76f01546338ccbb477b9546c8e9ff65644efbdb00c2c14cb5f2488d800071c083e0eaa638b41ec492ca618d3a5a0e190212e6e8313a8
 DIST fakeredis-2.11.2.tar.gz 95532 BLAKE2B 
5edda6d3573bd589c8144664dbf115f257b68f59f002d92766b4c9ce1a9adcefe727812835d01d4efa42676056e9c050175c423cca166f1063e4ee1a6784ee94
 SHA512 
a5f0428949f3527fc189ecf4744f2f2310fcb114fdeb718299608defe7dfaeee9720d84debaa1e0e0eeeff11f6426e72452b3e7e772690aa48336996ae5a8716
+DIST fakeredis-2.12.0.tar.gz 95952 BLAKE2B 
87e27851e2c68c07871990e3b1e73c2c614a902a4e086753308f2abcf01cfe08532c1c04136ebb1fa5aa36ff8b36616fefe70ab3b59860d15e89be5af83d1a9d
 SHA512 
a4c1eb27cb846a769ed5fd10966df77064d0598f7b556c36c0ea48cd298c261f222601a0071652ec279b03e04537aac211710edf1597f6d57a48ca3a53e9a7aa
 DIST fakeredis-py-2.10.2.gh.tar.gz 159702 BLAKE2B 
ec385c01af9e32705435148c1c61d74c14d7b22a60b6a3466f1831f557bfe997af6ee96429cfdba00a1328db3cabe1579d65411e7c2b9972e5421963cd66815b
 SHA512 
2a3a87dcbe136465ff0465585562a5b8b0bc73504f491d3ec9c6e959b6cffaa3edbaa1c2e5199138f7a49dfdec3c3da6a2ae338228a8fe21c670a82c062c544a

diff --git a/dev-python/fakeredis/fakeredis-2.12.0.ebuild 
b/dev-python/fakeredis/fakeredis-2.12.0.ebuild
new file mode 100644
index ..425cda7c342a
--- /dev/null
+++ b/dev-python/fakeredis/fakeredis-2.12.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fake implementation of redis API for testing purposes"
+HOMEPAGE="
+   https://github.com/cunla/fakeredis-py/
+   https://pypi.org/project/fakeredis/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/redis-4.2[${PYTHON_USEDEP}]
+   =dev-python/sortedcontainers-2.4.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # also lupa
+   test/test_aioredis2.py::test_failed_script_error
+   # TODO
+   "test/test_fakeredis.py::test_set_get_nx[StrictRedis]"
+   "test/test_fakeredis.py::test_lpop_count[StrictRedis]"
+   "test/test_fakeredis.py::test_rpop_count[StrictRedis]"
+   "test/test_fakeredis.py::test_zadd_minus_zero[StrictRedis]"
+   
"test/test_mixins/test_pubsub_commands.py::test_pubsub_channels[StrictRedis]"
+   
test/test_mixins/test_set_commands.py::test_smismember_wrong_type
+   )
+   local EPYTEST_IGNORE=(
+   # these tests fail a lot...
+   test/test_hypothesis.py
+   )
+   local args=(
+   # tests requiring lupa (lua support)
+   -k 'not test_eval and not test_lua and not test_script'
+   )
+   epytest "${args[@]}"
+}
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   "${EPREFIX}"/usr/sbin/redis-server - <<- EOF || die "Unable to start 
redis server"
+   daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   EOF
+
+   # Run the tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/minikube/

2023-05-07 Thread Zac Medico
commit: 565312870e7355180e5c7fec5b8cb10f7d7fbfeb
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May  8 03:47:15 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May  8 03:47:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56531287

sys-cluster/minikube: drop 1.26.1, 1.27.1

Bug: https://bugs.gentoo.org/905388
Signed-off-by: Zac Medico  gentoo.org>

 sys-cluster/minikube/Manifest   |  2 -
 sys-cluster/minikube/minikube-1.26.1.ebuild | 75 -
 sys-cluster/minikube/minikube-1.27.1.ebuild | 75 -
 3 files changed, 152 deletions(-)

diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
index 0938e4e09498..ecbecfec4356 100644
--- a/sys-cluster/minikube/Manifest
+++ b/sys-cluster/minikube/Manifest
@@ -1,3 +1 @@
-DIST minikube-1.26.1-vendor.tar.gz 104831112 BLAKE2B 
532856492a6b7759d3aaccf9baf9dd603b81953d8691d4df5aef8a667cde13d4035728e31ba52d440fb18661be94cf406ff101eed1a9fe1e2b86fc845a9268c5
 SHA512 
d9efe06a4912df67543246aae92ccfae62d7e0e25480761bbf0705d2867481d8cd89ea2441bd318e5ce0d682deaf5b81ae3a4c270a0d6884ba07f69909f3
-DIST minikube-1.27.1-vendor.tar.gz 105040688 BLAKE2B 
7694ad7306b7bb9004f9fb766a6c1dea57970318433bc5c0886be9c261299cce5dd590188009ef2e19060badf9755f155f336e8224670040faa873802deffc02
 SHA512 
296ec071b9a906c17bbfd9c53a42d10106e20f71d5c16197b44fcb9ba8f4c544945e0eb21a06bc7bde9f6eeaad5a5a81be96055505acec9effb954df14ff5837
 DIST minikube-1.30.1-vendor.tar.gz 105736819 BLAKE2B 
b7689ab47d1a16b99e20dd4ad9126e0892d5ec78bd6ea955b083199074dbd47cacfd89cf395668a8372281818cbd75c84139472050f3d6c81969cc002e5588a6
 SHA512 
d7868ac7d21416f4039a4571f933bbfaac0e5054cf8061a71d6c1e72762504eaaa356a5908fd9c445479cc0e98918e8b67a5d61e470b36df7ce6fd28d5210149

diff --git a/sys-cluster/minikube/minikube-1.26.1.ebuild 
b/sys-cluster/minikube/minikube-1.26.1.ebuild
deleted file mode 100644
index 029fbb4dba7b..
--- a/sys-cluster/minikube/minikube-1.26.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit bash-completion-r1 go-module toolchain-funcs
-GIT_COMMIT=62e108c3dfdec8029a890ad6d8ef96b6461426dc
-GIT_COMMIT_SHORT=${GIT_COMMIT:0:9}
-
-DESCRIPTION="Single Node Kubernetes Cluster"
-HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io;
-
-SRC_URI="https://github.com/zmedico/minikube/archive/refs/tags/v${PV}-vendor.tar.gz
 -> ${P}-vendor.tar.gz"
-
-LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 CC0-1.0 GPL-2 ISC LGPL-3 
MIT MPL-2.0 WTFPL-2 ZLIB || ( LGPL-3+ GPL-2 ) || ( Apache-2.0 LGPL-3+ ) || ( 
Apache-2.0 CC-BY-4.0 )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="hardened libvirt"
-
-COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="dev-go/go-bindata"
-
-RESTRICT+=" test"
-S=${WORKDIR}/${P}-vendor
-
-src_configure() {
-   case "${ARCH}" in
-   amd64|arm*)
-   minikube_arch="${ARCH}" ;;
-   ppc64)
-   # upstream does not support big-endian ppc64
-   minikube_arch="${ARCH}le" ;;
-   *)
-   die "${ARCH} is not supported" ;;
-   esac
-   minikube_target="out/minikube-linux-${minikube_arch}"
-}
-
-src_compile() {
-   # out/docker-machine-driver-kvm2 target is amd64 specific
-   # but libvirt useflag is masked on most arches.
-   COMMIT=${GIT_COMMIT} \
-   COMMIT_NO=${GIT_COMMIT} \
-   COMMIT_SHORT=${GIT_COMMIT_SHORT} \
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   LDFLAGS="" \
-   emake \
-   $(usex libvirt "out/docker-machine-driver-kvm2" "") \
-   "${minikube_target}"
-}
-
-src_install() {
-   newbin "${minikube_target}" minikube
-   use libvirt && dobin out/docker-machine-driver-kvm2
-   dodoc -r site CHANGELOG.md README.md
-
-   if ! tc-is-cross-compiler; then
-   "${minikube_target}" completion bash > "${T}/bashcomp" || die
-   "${minikube_target}" completion fish > "${T}/fishcomp" || die
-   "${minikube_target}" completion zsh > "${T}/zshcomp" || die
-
-   newbashcomp "${T}/bashcomp" minikube
-   insinto /usr/share/fish/vendor_completions.d
-   newins "${T}/fishcomp" minikube.fish
-   insinto /usr/share/zsh/site-functions
-   newins "${T}/zshcomp" _minikube
-   fi
-}
-
-pkg_postinst() {
-   elog "You may want to install the following optional dependencies:"
-   elog "  app-emulation/virtualbox or app-emulation/virtualbox-bin"
-   elog "  sys-cluster/kubectl"
-}

diff --git a/sys-cluster/minikube/minikube-1.27.1.ebuild 
b/sys-cluster/minikube/minikube-1.27.1.ebuild
deleted file mode 100644
index bf5c38fc7857..
--- 

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

2023-05-07 Thread WANG Xuerui
commit: 008d54232d19981f9515a602f3d2018528909b5c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun May  7 17:51:20 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  8 02:35:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008d5423

x11-misc/read-edid: keyword 3.0.2-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 x11-misc/read-edid/read-edid-3.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/read-edid/read-edid-3.0.2-r1.ebuild 
b/x11-misc/read-edid/read-edid-3.0.2-r1.ebuild
index 31cb28351002..75e2178a1c6a 100644
--- a/x11-misc/read-edid/read-edid-3.0.2-r1.ebuild
+++ b/x11-misc/read-edid/read-edid-3.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz;
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="amd64 ppc ~riscv ~sparc x86"
+KEYWORDS="amd64 ~loong ppc ~riscv ~sparc x86"
 IUSE="vbe-mode"
 
 DEPEND="vbe-mode? ( >=dev-libs/libx86-1.1 )"



[gentoo-commits] repo/proj/libressl:master commit in: dev-python/urllib3/, dev-python/urllib3/files/

2023-05-07 Thread orbea
commit: 4ff1faeca8ef78b05bb0c27b43c6b4fa5f985b63
Author: orbea  riseup  net>
AuthorDate: Mon May  8 02:16:03 2023 +
Commit: orbea  riseup  net>
CommitDate: Mon May  8 02:16:03 2023 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=4ff1faec

dev-python/urllib3: new package, add 2.0.0, 2.0.1, 2.0.2

Signed-off-by: orbea  riseup.net>

 dev-python/urllib3/Manifest|  3 +
 .../urllib3/files/urllib3-2.0.0-libressl.patch | 17 ++
 dev-python/urllib3/metadata.xml| 17 ++
 dev-python/urllib3/urllib3-2.0.0.ebuild| 65 +
 dev-python/urllib3/urllib3-2.0.1.ebuild| 65 +
 dev-python/urllib3/urllib3-2.0.2.ebuild| 67 ++
 6 files changed, 234 insertions(+)

diff --git a/dev-python/urllib3/Manifest b/dev-python/urllib3/Manifest
new file mode 100644
index 000..273fcef
--- /dev/null
+++ b/dev-python/urllib3/Manifest
@@ -0,0 +1,3 @@
+DIST urllib3-2.0.0.tar.gz 276792 BLAKE2B 
3f5966ea97f1ddbf73ef4d1d292b426f502a211fef6e2bc354a88dc95766faf99a5dd34cb891147c580a03b8c5fb2dd7fdee22988bd603db046c03245c850904
 SHA512 
24e1b34d266983cf4e1556cbe026cc62d7fdb14c5ec5dace800e0b40e0a4f898d4df1679de351d14598ab0f72eb1bec74b6d2976df628b786f4bab4cb4380044
+DIST urllib3-2.0.1.tar.gz 277241 BLAKE2B 
ae4f323bcae505f2e177fd6c4764af78f5b98140366ac6e14f27eb0f5c55870f39bfdab6466628cd2fcf2171cd31ed6c82ae3f42e109834764aa87cfdd13f4ca
 SHA512 
58b784052530f1447c8fca3db3309b127a7db352f8f6800765b92efb02762502ea9e6d50fee5d8c297a9ea0d6861c91f6db7254eb955941f0239d56f30d2dcc5
+DIST urllib3-2.0.2.tar.gz 277703 BLAKE2B 
1c7935a6aca8e60ad212eb35ef76009b75a8d080b1a572fe229e94a200e75c352ab41d831dde3d4a4643ecbbe54c2128f9d9ca1850d978fd1730d6d730ce3ab0
 SHA512 
874674342259f2f9b77b4aac90bd525ea50d4b6134008c22eb0fe7a04e688797564c3ec8e556600f75416df2983c972867e8a569d5d85a8dda748948217af38e

diff --git a/dev-python/urllib3/files/urllib3-2.0.0-libressl.patch 
b/dev-python/urllib3/files/urllib3-2.0.0-libressl.patch
new file mode 100644
index 000..d7197da
--- /dev/null
+++ b/dev-python/urllib3/files/urllib3-2.0.0-libressl.patch
@@ -0,0 +1,17 @@
+https://github.com/urllib3/urllib3/issues/2168
+https://github.com/urllib3/urllib3/pull/2705
+
+--- a/src/urllib3/__init__.py
 b/src/urllib3/__init__.py
+@@ -32,7 +32,10 @@ except ImportError:
+ else:
+ # fmt: off
+ if (
+-not ssl.OPENSSL_VERSION.startswith("OpenSSL ")
++not (
++ssl.OPENSSL_VERSION.startswith("OpenSSL ")
++or ssl.OPENSSL_VERSION.startswith("LibreSSL ")
++)
+ or ssl.OPENSSL_VERSION_INFO < (1, 1, 1)
+ ):  # Defensive:
+ raise ImportError(

diff --git a/dev-python/urllib3/metadata.xml b/dev-python/urllib3/metadata.xml
new file mode 100644
index 000..23ead92
--- /dev/null
+++ b/dev-python/urllib3/metadata.xml
@@ -0,0 +1,17 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   Enable support for brotli compression
+   
+   
+   urllib3
+   cpe:/a:urllib3:urllib3
+   urllib3/urllib3
+   
+

diff --git a/dev-python/urllib3/urllib3-2.0.0.ebuild 
b/dev-python/urllib3/urllib3-2.0.0.ebuild
new file mode 100644
index 000..c37cdf3
--- /dev/null
+++ b/dev-python/urllib3/urllib3-2.0.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_TESTED=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+PYTHON_REQ_USE="ssl(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and 
more"
+HOMEPAGE="
+   https://github.com/urllib3/urllib3/
+   https://pypi.org/project/urllib3/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 
~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="brotli test zstd"
+RESTRICT="!test? ( test )"
+
+# [secure] extra is deprecated and slated for removal, we don't need it:
+# https://github.com/urllib3/urllib3/issues/2680
+RDEPEND="
+   >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}]
+   =dev-python/brotlicffi-0.8.0[${PYTHON_USEDEP}] )
+   zstd? ( >=dev-python/zstandard-0.18.0[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep "
+   ${RDEPEND}
+   dev-python/brotlicffi[\${PYTHON_USEDEP}]
+   dev-python/freezegun[\${PYTHON_USEDEP}]
+   dev-python/pytest[\${PYTHON_USEDEP}]
+   >=dev-python/tornado-4.2.1[\${PYTHON_USEDEP}]
+   

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

2023-05-07 Thread Julien Roy
commit: a56ca2087ae34532b01ba8d0785c8a3e41f21dc7
Author: Julien Roy  jroy  ca>
AuthorDate: Mon May  8 01:53:01 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Mon May  8 01:53:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a56ca208

gui-apps/hyprland-plugins: drop 0.24.1-r1

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

 gui-apps/hyprland-plugins/Manifest |  3 -
 .../hyprland-plugins-0.24.1-r1.ebuild  | 93 --
 gui-apps/hyprland-plugins/metadata.xml |  1 -
 3 files changed, 97 deletions(-)

diff --git a/gui-apps/hyprland-plugins/Manifest 
b/gui-apps/hyprland-plugins/Manifest
index f55c55db1..c97341498 100644
--- a/gui-apps/hyprland-plugins/Manifest
+++ b/gui-apps/hyprland-plugins/Manifest
@@ -1,5 +1,2 @@
-DIST hyprland-plugins-0.24.1-hyprsrc.gh.tar.gz 1502909 BLAKE2B 
ddc2ed026c921061427799836a957efb35fb68f3628f0cf5cb3d4d3ec2c876f62275bf8c580cbb8fb480b0b0fc6f1bff690da3ce0459c2af170e4e0add8e898c
 SHA512 
d6d232f597a5790818345b43c329c4fa225a0d2f5e5bbddef88fa8ca59a6ff1d867dfea208ea215dbd37049c301a45aa292ff133c6fdf5e4b73918396c57f6f2
-DIST hyprland-plugins-0.24.1-split-monitor-workspaces.gh.tar.gz 4294 BLAKE2B 
a56ad9a563833ece1ca45228825a2025cd4bb2b2c72c8d906fc668d1858feb4a34bdc0936940369a1a387d2a8e6e31f69c2bd20b0916e6deb48d7f32fb92439c
 SHA512 
159121382213f590fe0d2768917ddd06676342532a2eccc3e7161a0ff611e77874a4159edb2d32558044e7fccb027e97cf8e6b9b7ee228cf2f4c4377ffb9f4da
-DIST hyprland-plugins-0.24.1.gh.tar.gz 8996 BLAKE2B 
bd8eeeb269f886e188dda003fa070da1d94649cce8d9c33cd4636b9ad5c068ce9794e6335000889bb0a964e8f632122c3ababeda45b2c0a90ac4895670420cbe
 SHA512 
9e5091646f8bd55ffa9e1fec496aacdf325479569a9842fe5066471e45af656d976b35818bc86db2b488eb1dfab132ee9eba1b2057066e1bd96da7223c21465c
 DIST hyprland-plugins-0.25.0-hyprsrc.gh.tar.gz 1510798 BLAKE2B 
c146c57e5142666ff76188e870ea4d2dd9613e25a1d2c3320dc222fbe62651975a40fe9cc936ced0e86f919534d7a6c94a8b1596f912c3ad9750a35e4f13
 SHA512 
84d12ef7bfb25e69c4a707a8ffc99ca23eb58e73630e3df1f134cb610c6206e42917f76b54db0cc6d10e7b929514cbac06dfc99feba8ff81aea0dc7fcb340450
 DIST hyprland-plugins-0.25.0.gh.tar.gz 12209 BLAKE2B 
c5f74cbe13e99f71a24a272a015df70f20ae62f9e552d35914ccff37474b564a28ff81e60584caf186d111e1e3a0716e7ba03b3e201823616167708ef0aa2a0f
 SHA512 
875c7cdb2552d5c8e68a6705f7d82173fa6f3e7637b049125d88e6b4a130f330c66b49bbb2685d302345d101fba6f23d873e7511b2fad510d1a9286c127fbaf7

diff --git a/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1-r1.ebuild 
b/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1-r1.ebuild
deleted file mode 100644
index f3e4f8315..0
--- a/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1-r1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=bb1437add2df7f76147f7beb430365637fc2c35e
-SPLITCOMMIT=feb6ab9a4929a92d41c724f6d16e9d351b12de39
-DESCRIPTION="A blazing fast wayland wallpaper utility"
-HOMEPAGE="https://github.com/hyprwm/hyprland-plugins;
-SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz
-   
https://github.com/hyprwm/Hyprland/releases/download/v${PV}/source-v${PV}.tar.gz
 \
-   -> ${P}-hyprsrc.gh.tar.gz
-   
https://github.com/Duckonaut/split-monitor-workspaces/archive/${SPLITCOMMIT}.tar.gz
 \
-   -> ${P}-split-monitor-workspaces.gh.tar.gz
-"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars split-monitor-workspaces X"
-REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars 
split-monitor-workspaces )"
-
-RDEPEND="gui-wm/hyprland"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   ~gui-wm/hyprland-${PV}
-   split-monitor-workspaces? ( gui-libs/wlroots[X?] )
-   x11-libs/libdrm
-   x11-libs/pixman
-   x11-libs/xcb-util-wm
-"
-
-src_unpack() {
-   default
-   cp "${FILESDIR}/split-monitor-workspaces.patch" 
"${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" || die
-}
-
-src_prepare() {
-   eapply_user
-   if use split-monitor-workspaces && ! use X; then
-   cd "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" || die
-   eapply "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}"
-   fi
-}
-
-src_compile() {
-   emake -C "${WORKDIR}/hyprland-source" protocols
-   export HYPRLAND_HEADERS="${WORKDIR}/hyprland-source"
-
-   if use borders-plus-plus; then
-   emake -C "${S}/borders-plus-plus" all
-   fi
-
-   if use csgo-vulkan-fix; then
-   emake -C "${S}/csgo-vulkan-fix" all
-   fi
-
-   if use hyprbars; then
-   emake -C "${S}/hyprbars" all
-   fi
-
-   if use split-monitor-workspaces; then
-   emake -C "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" 
split-monitor-workspaces.so
-   fi
-}
-
-src_install() {
-   insinto 

[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/hyprland-protocols/

2023-05-07 Thread Julien Roy
commit: 8567a3730a164606c95eef3fac7e21c0fe42c152
Author: Julien Roy  jroy  ca>
AuthorDate: Mon May  8 01:49:55 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Mon May  8 01:49:55 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8567a373

dev-libs/hyprland-protocols: treeclean

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

 dev-libs/hyprland-protocols/Manifest   |  1 -
 .../hyprland-protocols-0.2.ebuild  | 23 --
 dev-libs/hyprland-protocols/metadata.xml   | 11 ---
 3 files changed, 35 deletions(-)

diff --git a/dev-libs/hyprland-protocols/Manifest 
b/dev-libs/hyprland-protocols/Manifest
deleted file mode 100644
index a058aba02..0
--- a/dev-libs/hyprland-protocols/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hyprland-protocols-0.2.tar.gz 6343 BLAKE2B 
cffa25c1fbac992db9aee57956615c2a5f8a6e90150d86246218e6d346e566a43527f56cab08b07359bd2f56b1e02b741fb0dbb37ec35fbadd22dfdb2006d3b0
 SHA512 
f8534c0f6562ce3c770ed9c79b8b78504d6f3aa75001c74ecfa5418af939e88a020ca1cef08d20c62e73c764d66452b5ce212a0f0d2e9a3aaba635ee80b142c5

diff --git a/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild 
b/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild
deleted file mode 100644
index d042b8fb7..0
--- a/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-COMMIT=4d29e48433270a2af06b8bc711ca1fe5109746cd
-DESCRIPTION="Wayland protocol extensions for Hyprland"
-HOMEPAGE="https://github.com/hyprwm/hyprland-protocols;
-SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-KEYWORDS="~amd64"
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/wayland-scanner
-   virtual/pkgconfig
-"

diff --git a/dev-libs/hyprland-protocols/metadata.xml 
b/dev-libs/hyprland-protocols/metadata.xml
deleted file mode 100644
index 75d17b285..0
--- a/dev-libs/hyprland-protocols/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-jul...@jroy.ca
-Julien Roy
-  
-  
-hyprwm/hyprland-protocols
-  
-



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

2023-05-07 Thread Julien Roy
commit: b5f1f45ce2f49d424a177a7126162bf53a684c7a
Author: Julien Roy  jroy  ca>
AuthorDate: Mon May  8 01:42:59 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Mon May  8 01:42:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5f1f45c

dev-python/mautrix: enable py3.11

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

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

diff --git a/dev-python/mautrix/mautrix-0.19.13.ebuild 
b/dev-python/mautrix/mautrix-0.19.13.ebuild
index 82b63f60f..5367bd843 100644
--- a/dev-python/mautrix/mautrix-0.19.13.ebuild
+++ b/dev-python/mautrix/mautrix-0.19.13.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 optfeature pypi
 



[gentoo-commits] repo/proj/guru:dev commit in: net-im/heisenbridge/

2023-05-07 Thread Julien Roy
commit: 0aec6e835ed0e92505296551d1505ac09625248e
Author: Julien Roy  jroy  ca>
AuthorDate: Mon May  8 01:43:16 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Mon May  8 01:43:16 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0aec6e83

net-im/heisenbridge: enable py3.11

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

 net-im/heisenbridge/heisenbridge-1.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/heisenbridge/heisenbridge-1.14.2.ebuild 
b/net-im/heisenbridge/heisenbridge-1.14.2.ebuild
index 79923ef57..d8c2d4edb 100644
--- a/net-im/heisenbridge/heisenbridge-1.14.2.ebuild
+++ b/net-im/heisenbridge/heisenbridge-1.14.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 systemd
 



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

2023-05-07 Thread Sam James
commit: c1291341a53c602fc49480870583091e44e2da4b
Author: Sam James  gentoo  org>
AuthorDate: Mon May  8 00:04:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  8 00:04:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1291341

sys-devel/gcc: add 14.0.0_pre20230507

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

 sys-devel/gcc/Manifest  |  1 +
 sys-devel/gcc/gcc-14.0.0_pre20230507.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 7ca839abd21b..14da2d414747 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -19,6 +19,7 @@ DIST gcc-13.2.0-patches-1.tar.xz 15792 BLAKE2B 
2ffa9ac013c0f9a91eb93e87e3bc6c378
 DIST gcc-13.2.0-patches-2.tar.xz 12392 BLAKE2B 
40ca4c230166e39d237e4b939669e51b991f58d0e1787c43f2bf468447de478604d28b6e9b20f5991bd01b9efad4860b30567c8df5d823cf6fc47678f9e6b672
 SHA512 
d00f559b2d6ad98f97a9328d2ce1593553fff727033690dfc13f520775e977b674fe14cc1ec7ab52b246e091a055812eaf4f93306145a4d2ad87a55707a3717b
 DIST gcc-14-20230423.tar.xz 83968044 BLAKE2B 
0ea88ec50e20b6936b6fe56179b8cd254e739c61143b6d80dd6b10b2c063e89a9459bdf5371bf80fddd52dd2bafa79197bd4ccb0728d19382b70938ba87f7069
 SHA512 
ed5955316b2ed5df1300cb3526542cd6adaca0b99692f4dfb6b1c68b5e075b863599eb0ad43aca2b15b535be5a117f5be4ab7823bf810e0fdd8681faa8c7160d
 DIST gcc-14-20230430.tar.xz 84046824 BLAKE2B 
42b1b53bc4938b0052eb5b291a21463bbd0eda0b2d710f1d707d004df0b62840c49cb033a0496fc082747ecdfa45d1dda062a8aae40024fb9615ab053f52d04d
 SHA512 
ca84a67f1923c41631ced8cf08befe309bd85b38a87c103e2d989b750da2347afb453bc76a763adc31759604b4af5c738e35e3c178395c1e4562a54c2c35ef84
+DIST gcc-14-20230507.tar.xz 84069364 BLAKE2B 
579df5cf4b0d16aa29248259e235dd7c05454c8c5b28cbf200d52997e0615391e06308e9e0a72f7a1f1903cb86305137eceb97cd8ddd0cf40b4a21a05a86
 SHA512 
1598b9565bc9554e91d5be2b58d8c0861b72e97b79aa952c084ae4731c0cd1ca37d107a70b6a26235bf59322c1f4de435389906b4fe6f29b6e65e1b566aff5ea
 DIST gcc-14.0.0-musl-patches-1.tar.xz 3576 BLAKE2B 
692baee8a7709905d53aeb150d73a3721c4ba47ee5f397cfb1b5be905cf003ca02b60c94ee294d90ac39645cd5cdf186c7a3aa950c47d8cf680c128ed705b807
 SHA512 
0592ab98a7142e404623a6511c67dff61e9ade32c3fb2c0e75b456306e0af3799ad13252b50b3d2fdd31e5815d7f0b16b0ad63ab8386fe4d78729fc9c182d617
 DIST gcc-14.0.0-patches-1.tar.xz 11612 BLAKE2B 
a3b0f3952cf7a6fb095817f4727ccb5cff24607a5c2bb67d280da4651177132ddcf398243998271c509ccaf3445d4843ff691a12d5c394dad8d9c70fc4a8120d
 SHA512 
66701c2e4fd1a031ffcb353a3a9cd1fe25d3d62167065523097e41a3e48adf4218ecf08e382e3ea22014c561ba3a15681650c5538cda91d38c69cbbf04503a74
 DIST gcc-8.5.0-patches-4.tar.xz 18616 BLAKE2B 
7594cbaea5daecf1a0b3d526c06aeba0a84c6da66aee2e105a51fda6be8d30a37ccc3814281b284a4582d892a1d556bca063551584edfc2525bed8ea5b6888e7
 SHA512 
1aa5742c361186637e7855f06feb1a4547e7d4d5de6e51f3d049e0ef3c19e2eff179465f52781739f59422035b7f8e4c0efa3844849f920f3c96acfdc37ca6a6

diff --git a/sys-devel/gcc/gcc-14.0.0_pre20230507.ebuild 
b/sys-devel/gcc/gcc-14.0.0_pre20230507.ebuild
new file mode 100644
index ..1b25d3519a6e
--- /dev/null
+++ b/sys-devel/gcc/gcc-14.0.0_pre20230507.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="1"
+PATCH_GCC_VER="14.0.0"
+MUSL_VER="1"
+MUSL_GCC_VER="14.0.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   MY_PV_3=$(($(ver_cut 3) - 9998))
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   MY_PV_3=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3}
+elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
+   # Cheesy hack for RCs
+   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
+   MY_P=${PN}-${MY_PV}
+   GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+
+# Needs to be after inherit (for now?), bug #830908
+#EGIT_BRANCH=master
+
+# Don't keyword live ebuilds
+#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+#fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
+   # bug #830454
+   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+   DEPEND="${RDEPEND}"
+   BDEPEND=">=${CATEGORY}/binutils-2.

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

2023-05-07 Thread Sam James
commit: 570a3e436ff2a642f9470809fdc8ef63ce560494
Author: Sam James  gentoo  org>
AuthorDate: Sun May  7 23:53:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 23:53:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570a3e43

dev-libs/gmp: strip-flags & filter-lto for miscompilation

Miscompiled on arm64 with LTO at least. strip-flags as well because gmp is so
brittle (see e.g. the past configure mess).

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

 dev-libs/gmp/gmp-6.2.1-r2.ebuild | 5 +
 dev-libs/gmp/gmp-6.2.1-r5.ebuild | 5 +
 2 files changed, 10 insertions(+)

diff --git a/dev-libs/gmp/gmp-6.2.1-r2.ebuild b/dev-libs/gmp/gmp-6.2.1-r2.ebuild
index 6cabb0d5213b..4fc7e6093e5d 100644
--- a/dev-libs/gmp/gmp-6.2.1-r2.ebuild
+++ b/dev-libs/gmp/gmp-6.2.1-r2.ebuild
@@ -66,6 +66,11 @@ src_prepare() {
 }
 
 multilib_src_configure() {
+   # Generally a very fragile package
+   strip-flags
+   # Miscompiled with LTO at least on arm64, bug #889948
+   filter-lto
+
# Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
# https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
if [[ ${CHOST} == hppa2.0-* ]] ; then

diff --git a/dev-libs/gmp/gmp-6.2.1-r5.ebuild b/dev-libs/gmp/gmp-6.2.1-r5.ebuild
index a3c223b16e40..48ef9cdfac29 100644
--- a/dev-libs/gmp/gmp-6.2.1-r5.ebuild
+++ b/dev-libs/gmp/gmp-6.2.1-r5.ebuild
@@ -94,6 +94,11 @@ src_prepare() {
 }
 
 multilib_src_configure() {
+   # Generally a very fragile package
+   strip-flags
+   # Miscompiled with LTO at least on arm64, bug #889948
+   filter-lto
+
# Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
# https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
if [[ ${CHOST} == hppa2.0-* ]] ; then



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-dummy/

2023-05-07 Thread Matt Turner
commit: dcbdf4facdf678473f69f9f7326985eaf091dc75
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May  7 23:40:21 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May  7 23:41:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbdf4fa

x11-drivers/xf86-video-dummy: Version bump to 0.4.1

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

 x11-drivers/xf86-video-dummy/Manifest  |  1 +
 x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild | 13 +
 2 files changed, 14 insertions(+)

diff --git a/x11-drivers/xf86-video-dummy/Manifest 
b/x11-drivers/xf86-video-dummy/Manifest
index ef02c89c8772..1d3b7492b989 100644
--- a/x11-drivers/xf86-video-dummy/Manifest
+++ b/x11-drivers/xf86-video-dummy/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-dummy-0.4.0.tar.xz 258452 BLAKE2B 
8364a705bac5bc0bf2767be30b23a67753cb9232a58819c5b3ea3fa91769049e38cb04a5504b34e4aa5978f45a17617b999541333e3a1ee66d30892f281d7cc8
 SHA512 
1150a84c4f17215b9c579d8ce9399d547a01970bf7b5396653f14beb13a62deefe3008bf3ad6a2c5c0f46da4cbc0b840c18a7dff339e3b882d108183fa1d30d9
+DIST xf86-video-dummy-0.4.1.tar.xz 262496 BLAKE2B 
a75a24f2e81713bdee9249d72df45877790c85fa3ba3d25214e46bd552f896df56d71bda8e68a389a93a0ee06c8e85b0a3ee5aaa8909d16125d406a5e04129e9
 SHA512 
ff7fd8b668e5e9f40a5d27f82599b7a455a8162fc1a247195335c17980f00ce10ae6b2c062239cbaa67d8684c86174f85b398dd7f7065d36f69294bd6f2469de

diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild 
b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild
new file mode 100644
index ..c5cf1934d394
--- /dev/null
+++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX=xz
+inherit xorg-3
+
+DESCRIPTION="X.Org driver for dummy cards"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=""
+DEPEND="x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-AuthorizedKeysFile/

2023-05-07 Thread Robin H. Johnson
commit: 7ecd4d38b953fda0ea6d963b1aae5ffdb10adb8f
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun May  7 23:08:57 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun May  7 23:09:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecd4d38

dev-perl/Net-SSH-AuthorizedKeysFile: revbump with improved patch for more 
keytypes

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-perl/Net-SSH-AuthorizedKeysFile/Manifest   |  1 +
 .../Net-SSH-AuthorizedKeysFile-0.180.0-r3.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest 
b/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest
index f241875585b2..46316575cf4d 100644
--- a/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest
+++ b/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest
@@ -1,2 +1,3 @@
 DIST Net-SSH-AuthorizedKeysFile-0.18.tar.gz 16413 BLAKE2B 
ee22c2b456a5b8ad98fb9648d86e106f04266ef132d079d512fe980c08cceecc06c3946ac4fa43ad8dddb47d266debf986db47e6a3b7d72d1d1bc999284a4989
 SHA512 
1ebb5f2faa9ab414e49b9c8e85c27c81f858bd18669ff5508fe4dd70e8980977348121034d69fb094fd75c3d8d2c686694092bf0c0db2bcecb7ba05d85fa8a4c
 DIST Net-SSH-AuthorizedKeysFile-0.180.0-r2-extra-keys.patch 35614 BLAKE2B 
bca23e3265897c3935f3976aaabd4fb084c5fe328d90db6e5fac3c6dfe416815d83ea92dd33f4268359f3d6f2563d4decfe0279ae23ad45b0036777c09e5183a
 SHA512 
b11e706c1b49cc9d0f42758d4815a420ddbf17ff1b5df61def65c9b21e7b3ba3cbbe1f6d2fa868e2cd64bf14ac2670ecabc5f2ab9c7bb02980e640b3aac98694
+DIST Net-SSH-AuthorizedKeysFile-0.180.0-r3-extra-keys-v2.patch 41851 BLAKE2B 
0d3679ffbb48c84141ef80f541bf965ab5b007b7c9ddff1d5518458e2fe781114f7269928a00e5f8e7aa40794cf2ef4a4852b11ba374b167366d7ab1b27cf04e
 SHA512 
7b941d2c58c1cee1684742e7d2fff09f3d934679c070894d769261e176f0cc9989915f4cc3f4af535c50afe5dd7aff17bad1418cf4c89496a238a95f88040cf5

diff --git 
a/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.180.0-r3.ebuild
 
b/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.180.0-r3.ebuild
new file mode 100644
index ..2ee2dd098c57
--- /dev/null
+++ 
b/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.180.0-r3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MSCHILLI
+DIST_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="Read and modify ssh's authorized_keys files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SRC_URI+=" 
https://github.com/mschilli/net-ssh-authorizedkeysfile-perl/pull/4.patch -> 
${PF}-extra-keys-v2.patch "
+PATCHES=(
+   "${DISTDIR}"/${PF}-extra-keys-v2.patch
+)
+
+RDEPEND="
+   virtual/perl-Digest-MD5
+   virtual/perl-File-Spec
+   >=dev-perl/Log-Log4perl-1.0.0
+   virtual/perl-Text-ParseWords
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Temp
+   virtual/perl-Test-Simple
+   )
+"



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

2023-05-07 Thread Mike Pagano
commit: 3fb191798211d6b960f07285fef343547d7127fd
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun May  7 22:34:07 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun May  7 22:34:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb19179

sys-kernel/git-sources: drop 6.3_rc3

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 107ddb366ab4..db3c3efbc530 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,5 +1,4 @@
 DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd
-DIST patch-6.3-rc3.patch 77958099 BLAKE2B 
5e459202c7e77ec1cb977cd6e7d49b014e9ca0fdaef9edf69fe425e2326fd89efae0a278570834691b523a5c3d69276da5b391c6dea2f87fb17f3dd1b55190e9
 SHA512 
9ff7f62ba90d2e37f50398538ee25f03e520763f0a7bd41d5bc2187b7bcc9512aa52599786246660ab3daf465888c6e17ba0588c907c01810a4572e9afbad246
 DIST patch-6.3-rc4.patch 78319961 BLAKE2B 
ba2690ec145446691f8bc912ffd52765937c215d18bfbec1af415c787a969776f334e8cda602207edf60ffdc66bcd7ddb391d8182ed46cdfe440a8fc101d4d20
 SHA512 
30ddebaba6ba8c0c0355f4dd65e82609fe2782ae36842d07908584aa49cb75abe7097e30de472f2141b0d6503105059daf6151bb0b5085926e3882dfbb9011e2
 DIST patch-6.3-rc5.patch 78517689 BLAKE2B 
028e7cfa36677ba882c6bd67a3aa8e41c250cbafc11e689c02083eb35207899df6edef26913166aadbc55d3b25860e2f4fd2a6306a71544123b0a120ca936a5c
 SHA512 
7372a9acfdedeb03b33efc6a3693c12b43e187ad2f98ee1736f3705b7f9ad28606891df01b434f0de85ff33a4ff0adc0b1d6d8df2b30c32bbb878f7e9601007d
 DIST patch-6.3-rc6.patch 78720432 BLAKE2B 
6b6f9bf3965489a1f94c3738bdfc96978ccc91486c59b4552ebccb1c055e9d41b587d9d88fe6581fc95b0e84a6627581db26edc8d72f44fe9ec2d46b0b02eb0d
 SHA512 
1e2e777de5c46e52409b2afd762fcec351113bc9db32d9f69b9b1dbfb58ab89bcac4af6b6a6f4bd1b254b8ecb089bcd3dbb4b6019388d71bcae9b46404da49f3

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



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

2023-05-07 Thread Mike Pagano
commit: 4712bef7f1196e0618c5eb762c9508795b696add
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun May  7 22:34:00 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun May  7 22:34:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4712bef7

sys-kernel/git-sources: drop 6.3_rc1

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index c3541627ccc6..698a1fccec69 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,5 +1,4 @@
 DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd
-DIST patch-6.3-rc1.patch 75751420 BLAKE2B 
6e3cddb5397bea144a14b2b1efb1816841d81fa44030066a0196d97493121edfa451310dcb023d2feea45f17c43a8e3d1ecac63cf2a1b8c759c42bec5529d528
 SHA512 
f5f3240508ba1a0b5fef3a88ba781b7b76502eb242dbc670217f4c599d8394781d8fd8f05a24a831b25c18951e2a3278d1a89e99f2ef818d865c588371527e01
 DIST patch-6.3-rc2.patch 77506749 BLAKE2B 
827dfc8da94ee33d4c0ff93f9fc1595d87ef94e0fd4bf50c4d493f9e4762e7b5678385b5af07198e8b018ffa9dc64474899e818ba359b18ed6cf61aeaba48c86
 SHA512 
a1d4fa8346f71159bc767ba85ab6970d20fb5ca7e31a635b6a793c28a504f276c95dd7f5bb4f76eb20c781c7e25ac0c9ed3e2c6f449e3ea8da89b9868fc826ee
 DIST patch-6.3-rc3.patch 77958099 BLAKE2B 
5e459202c7e77ec1cb977cd6e7d49b014e9ca0fdaef9edf69fe425e2326fd89efae0a278570834691b523a5c3d69276da5b391c6dea2f87fb17f3dd1b55190e9
 SHA512 
9ff7f62ba90d2e37f50398538ee25f03e520763f0a7bd41d5bc2187b7bcc9512aa52599786246660ab3daf465888c6e17ba0588c907c01810a4572e9afbad246
 DIST patch-6.3-rc4.patch 78319961 BLAKE2B 
ba2690ec145446691f8bc912ffd52765937c215d18bfbec1af415c787a969776f334e8cda602207edf60ffdc66bcd7ddb391d8182ed46cdfe440a8fc101d4d20
 SHA512 
30ddebaba6ba8c0c0355f4dd65e82609fe2782ae36842d07908584aa49cb75abe7097e30de472f2141b0d6503105059daf6151bb0b5085926e3882dfbb9011e2

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



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

2023-05-07 Thread Mike Pagano
commit: 1272a2915af0dae124a49bbcf799bc88b347ceac
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun May  7 22:34:06 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun May  7 22:34:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1272a291

sys-kernel/git-sources: drop 6.3_rc2

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 698a1fccec69..107ddb366ab4 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,5 +1,4 @@
 DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd
-DIST patch-6.3-rc2.patch 77506749 BLAKE2B 
827dfc8da94ee33d4c0ff93f9fc1595d87ef94e0fd4bf50c4d493f9e4762e7b5678385b5af07198e8b018ffa9dc64474899e818ba359b18ed6cf61aeaba48c86
 SHA512 
a1d4fa8346f71159bc767ba85ab6970d20fb5ca7e31a635b6a793c28a504f276c95dd7f5bb4f76eb20c781c7e25ac0c9ed3e2c6f449e3ea8da89b9868fc826ee
 DIST patch-6.3-rc3.patch 77958099 BLAKE2B 
5e459202c7e77ec1cb977cd6e7d49b014e9ca0fdaef9edf69fe425e2326fd89efae0a278570834691b523a5c3d69276da5b391c6dea2f87fb17f3dd1b55190e9
 SHA512 
9ff7f62ba90d2e37f50398538ee25f03e520763f0a7bd41d5bc2187b7bcc9512aa52599786246660ab3daf465888c6e17ba0588c907c01810a4572e9afbad246
 DIST patch-6.3-rc4.patch 78319961 BLAKE2B 
ba2690ec145446691f8bc912ffd52765937c215d18bfbec1af415c787a969776f334e8cda602207edf60ffdc66bcd7ddb391d8182ed46cdfe440a8fc101d4d20
 SHA512 
30ddebaba6ba8c0c0355f4dd65e82609fe2782ae36842d07908584aa49cb75abe7097e30de472f2141b0d6503105059daf6151bb0b5085926e3882dfbb9011e2
 DIST patch-6.3-rc5.patch 78517689 BLAKE2B 
028e7cfa36677ba882c6bd67a3aa8e41c250cbafc11e689c02083eb35207899df6edef26913166aadbc55d3b25860e2f4fd2a6306a71544123b0a120ca936a5c
 SHA512 
7372a9acfdedeb03b33efc6a3693c12b43e187ad2f98ee1736f3705b7f9ad28606891df01b434f0de85ff33a4ff0adc0b1d6d8df2b30c32bbb878f7e9601007d

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



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

2023-05-07 Thread Mike Pagano
commit: a1b8dbbe003ee4e3fd95a7371d58c3fe6e523fb3
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun May  7 22:34:12 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun May  7 22:34:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b8dbbe

sys-kernel/git-sources: drop 6.3_rc6

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index bbc5e5aab5cc..3ec7444d384f 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,4 +1,3 @@
 DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd
-DIST patch-6.3-rc6.patch 78720432 BLAKE2B 
6b6f9bf3965489a1f94c3738bdfc96978ccc91486c59b4552ebccb1c055e9d41b587d9d88fe6581fc95b0e84a6627581db26edc8d72f44fe9ec2d46b0b02eb0d
 SHA512 
1e2e777de5c46e52409b2afd762fcec351113bc9db32d9f69b9b1dbfb58ab89bcac4af6b6a6f4bd1b254b8ecb089bcd3dbb4b6019388d71bcae9b46404da49f3
 DIST patch-6.3-rc7.patch 78902170 BLAKE2B 
b627b9d2ebbb91d2102a7ca46616bcc31609713b0120c5051ec7397261e206ad9b93f6e54a2a96c6371f80a21e9043d1abd746632e16034e9d787d7b3ece4650
 SHA512 
060080a1d501aa2a6b534b48fbd92ffdf59ec8179b68089cce6f807bbc980716b98718751f7a4fc89c54c4f116eba109e3945445466fe9e31b3add28a42fc86f
 DIST patch-6.4-rc1.patch 150354035 BLAKE2B 
a2f069cd47ad350fe811cf8abe2094afd8a107f7dec1eb978ccdecbd25e2beff27dafef569617d333facbd68c23be149719ac474c7bd1526dbd36b05424f4725
 SHA512 
eb31cb141d8ce6ffd0bdfc6b0a27e1e8bfa5bfe43e150e35d097afb3d8fca9bae811a85da337af8b5eceaac417d2cf19728e2f35125500b03fea03c86a4eeb9a

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



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

2023-05-07 Thread Mike Pagano
commit: 831c5cce1ea46134011803ec14394b5b2f01c1b9
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun May  7 22:34:10 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun May  7 22:34:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831c5cce

sys-kernel/git-sources: drop 6.3_rc5

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 6eacf24a38f4..bbc5e5aab5cc 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,5 +1,4 @@
 DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd
-DIST patch-6.3-rc5.patch 78517689 BLAKE2B 
028e7cfa36677ba882c6bd67a3aa8e41c250cbafc11e689c02083eb35207899df6edef26913166aadbc55d3b25860e2f4fd2a6306a71544123b0a120ca936a5c
 SHA512 
7372a9acfdedeb03b33efc6a3693c12b43e187ad2f98ee1736f3705b7f9ad28606891df01b434f0de85ff33a4ff0adc0b1d6d8df2b30c32bbb878f7e9601007d
 DIST patch-6.3-rc6.patch 78720432 BLAKE2B 
6b6f9bf3965489a1f94c3738bdfc96978ccc91486c59b4552ebccb1c055e9d41b587d9d88fe6581fc95b0e84a6627581db26edc8d72f44fe9ec2d46b0b02eb0d
 SHA512 
1e2e777de5c46e52409b2afd762fcec351113bc9db32d9f69b9b1dbfb58ab89bcac4af6b6a6f4bd1b254b8ecb089bcd3dbb4b6019388d71bcae9b46404da49f3
 DIST patch-6.3-rc7.patch 78902170 BLAKE2B 
b627b9d2ebbb91d2102a7ca46616bcc31609713b0120c5051ec7397261e206ad9b93f6e54a2a96c6371f80a21e9043d1abd746632e16034e9d787d7b3ece4650
 SHA512 
060080a1d501aa2a6b534b48fbd92ffdf59ec8179b68089cce6f807bbc980716b98718751f7a4fc89c54c4f116eba109e3945445466fe9e31b3add28a42fc86f
 DIST patch-6.4-rc1.patch 150354035 BLAKE2B 
a2f069cd47ad350fe811cf8abe2094afd8a107f7dec1eb978ccdecbd25e2beff27dafef569617d333facbd68c23be149719ac474c7bd1526dbd36b05424f4725
 SHA512 
eb31cb141d8ce6ffd0bdfc6b0a27e1e8bfa5bfe43e150e35d097afb3d8fca9bae811a85da337af8b5eceaac417d2cf19728e2f35125500b03fea03c86a4eeb9a

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



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

2023-05-07 Thread Mike Pagano
commit: 54c06a4eecc22d25c95f01fdf30daccb16a9f0ba
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun May  7 22:34:13 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun May  7 22:34:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c06a4e

sys-kernel/git-sources: drop 6.3_rc7

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 3ec7444d384f..a57bb02872a2 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,3 +1,2 @@
 DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd
-DIST patch-6.3-rc7.patch 78902170 BLAKE2B 
b627b9d2ebbb91d2102a7ca46616bcc31609713b0120c5051ec7397261e206ad9b93f6e54a2a96c6371f80a21e9043d1abd746632e16034e9d787d7b3ece4650
 SHA512 
060080a1d501aa2a6b534b48fbd92ffdf59ec8179b68089cce6f807bbc980716b98718751f7a4fc89c54c4f116eba109e3945445466fe9e31b3add28a42fc86f
 DIST patch-6.4-rc1.patch 150354035 BLAKE2B 
a2f069cd47ad350fe811cf8abe2094afd8a107f7dec1eb978ccdecbd25e2beff27dafef569617d333facbd68c23be149719ac474c7bd1526dbd36b05424f4725
 SHA512 
eb31cb141d8ce6ffd0bdfc6b0a27e1e8bfa5bfe43e150e35d097afb3d8fca9bae811a85da337af8b5eceaac417d2cf19728e2f35125500b03fea03c86a4eeb9a

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



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

2023-05-07 Thread Mike Pagano
commit: d78e32efea0d31320cb12ae602e15b70b0791e20
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun May  7 22:34:09 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun May  7 22:34:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78e32ef

sys-kernel/git-sources: drop 6.3_rc4

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index db3c3efbc530..6eacf24a38f4 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,5 +1,4 @@
 DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd
-DIST patch-6.3-rc4.patch 78319961 BLAKE2B 
ba2690ec145446691f8bc912ffd52765937c215d18bfbec1af415c787a969776f334e8cda602207edf60ffdc66bcd7ddb391d8182ed46cdfe440a8fc101d4d20
 SHA512 
30ddebaba6ba8c0c0355f4dd65e82609fe2782ae36842d07908584aa49cb75abe7097e30de472f2141b0d6503105059daf6151bb0b5085926e3882dfbb9011e2
 DIST patch-6.3-rc5.patch 78517689 BLAKE2B 
028e7cfa36677ba882c6bd67a3aa8e41c250cbafc11e689c02083eb35207899df6edef26913166aadbc55d3b25860e2f4fd2a6306a71544123b0a120ca936a5c
 SHA512 
7372a9acfdedeb03b33efc6a3693c12b43e187ad2f98ee1736f3705b7f9ad28606891df01b434f0de85ff33a4ff0adc0b1d6d8df2b30c32bbb878f7e9601007d
 DIST patch-6.3-rc6.patch 78720432 BLAKE2B 
6b6f9bf3965489a1f94c3738bdfc96978ccc91486c59b4552ebccb1c055e9d41b587d9d88fe6581fc95b0e84a6627581db26edc8d72f44fe9ec2d46b0b02eb0d
 SHA512 
1e2e777de5c46e52409b2afd762fcec351113bc9db32d9f69b9b1dbfb58ab89bcac4af6b6a6f4bd1b254b8ecb089bcd3dbb4b6019388d71bcae9b46404da49f3
 DIST patch-6.3-rc7.patch 78902170 BLAKE2B 
b627b9d2ebbb91d2102a7ca46616bcc31609713b0120c5051ec7397261e206ad9b93f6e54a2a96c6371f80a21e9043d1abd746632e16034e9d787d7b3ece4650
 SHA512 
060080a1d501aa2a6b534b48fbd92ffdf59ec8179b68089cce6f807bbc980716b98718751f7a4fc89c54c4f116eba109e3945445466fe9e31b3add28a42fc86f

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



[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/hyprland/files/, gui-wm/hyprland/

2023-05-07 Thread Julien Roy
commit: 33aea1695f0377e5940099fbd8ae996b0d2ffaca
Author: Julien Roy  jroy  ca>
AuthorDate: Sun May  7 22:17:36 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun May  7 22:17:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33aea169

gui-wm/hyprland: treeclean

now in ::gentoo

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

 gui-wm/hyprland/Manifest  |  3 -
 gui-wm/hyprland/files/nvidia-0.25.0.patch | 41 --
 gui-wm/hyprland/hyprland-0.24.1-r1.ebuild | 94 ---
 gui-wm/hyprland/hyprland-0.25.0.ebuild| 85 
 gui-wm/hyprland/metadata.xml  | 23 
 5 files changed, 246 deletions(-)

diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest
deleted file mode 100644
index 7c58b8e13..0
--- a/gui-wm/hyprland/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST contrib-0.24.1.tar.gz 12262 BLAKE2B 
dcb971c345ada8bef50719fdd3ce081641c1eb92d19ced174f0a6a961d68785a130ff1b0c4cca1685983b02a6af3bfafa3e6a03567ce7280fa0bbc1e57802b3b
 SHA512 
266d5e1dd258b1a0e1487794f06a8480a65c161c829ac59cc99632f0488dbc261390816a06a574a694c76be4374ac59bdcce8f473be80481c47ff52347956ba2
-DIST hyprland-0.24.1-r1.gh.tar.gz 1502909 BLAKE2B 
ddc2ed026c921061427799836a957efb35fb68f3628f0cf5cb3d4d3ec2c876f62275bf8c580cbb8fb480b0b0fc6f1bff690da3ce0459c2af170e4e0add8e898c
 SHA512 
d6d232f597a5790818345b43c329c4fa225a0d2f5e5bbddef88fa8ca59a6ff1d867dfea208ea215dbd37049c301a45aa292ff133c6fdf5e4b73918396c57f6f2
-DIST hyprland-0.25.0.gh.tar.gz 1510798 BLAKE2B 
c146c57e5142666ff76188e870ea4d2dd9613e25a1d2c3320dc222fbe62651975a40fe9cc936ced0e86f919534d7a6c94a8b1596f912c3ad9750a35e4f13
 SHA512 
84d12ef7bfb25e69c4a707a8ffc99ca23eb58e73630e3df1f134cb610c6206e42917f76b54db0cc6d10e7b929514cbac06dfc99feba8ff81aea0dc7fcb340450

diff --git a/gui-wm/hyprland/files/nvidia-0.25.0.patch 
b/gui-wm/hyprland/files/nvidia-0.25.0.patch
deleted file mode 100644
index f83258b3c..0
--- a/gui-wm/hyprland/files/nvidia-0.25.0.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff --git a/render/gles2/renderer.c b/render/gles2/renderer.c
-index 6a86b183..823fc318 100644
 a/render/gles2/renderer.c
-+++ b/render/gles2/renderer.c
-@@ -165,7 +165,7 @@ static bool gles2_bind_buffer(struct wlr_renderer 
*wlr_renderer,
-   assert(wlr_egl_is_current(renderer->egl));
- 
-   push_gles2_debug(renderer);
--  glFlush();
-+  glFinish();
-   glBindFramebuffer(GL_FRAMEBUFFER, 0);
-   pop_gles2_debug(renderer);
- 
-diff --git a/types/output/render.c b/types/output/render.c
-index ed1afa4a..ddc730c7 100644
 a/types/output/render.c
-+++ b/types/output/render.c
-@@ -225,22 +225,7 @@ struct wlr_drm_format *output_pick_format(struct 
wlr_output *output,
- }
- 
- uint32_t wlr_output_preferred_read_format(struct wlr_output *output) {
--  struct wlr_renderer *renderer = output->renderer;
--  assert(renderer != NULL);
--
--  if (!renderer->impl->preferred_read_format || 
!renderer->impl->read_pixels) {
--  return DRM_FORMAT_INVALID;
--  }
--
--  if (!output_attach_back_buffer(output, >pending, NULL)) {
--  return false;
--  }
--
--  uint32_t fmt = renderer->impl->preferred_read_format(renderer);
--
--  output_clear_back_buffer(output);
--
--  return fmt;
-+  return DRM_FORMAT_XRGB;
- }
- 
- bool output_is_direct_scanout(struct wlr_output *output,

diff --git a/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild 
b/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild
deleted file mode 100644
index df6fbb61d..0
--- a/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson toolchain-funcs
-
-DESCRIPTION="A dynamic tiling Wayland compositor that doesn't sacrifice on its 
looks"
-HOMEPAGE="https://github.com/hyprwm/Hyprland/releases;
-
-CONTRIBCOMMIT=1af47a008e850c595aeddc83bb3f04fd81935caa
-SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz
 -> ${PF}.gh.tar.gz
-   https://github.com/hyprwm/contrib/archive/${CONTRIBCOMMIT}.tar.gz \
-   -> contrib-${PV}.tar.gz
-"
-S="${WORKDIR}/${PN}-source"
-
-KEYWORDS="~amd64"
-LICENSE="BSD"
-SLOT="0"
-IUSE="X grimblast legacy-renderer scratchpad shellevents systemd"
-
-RDEPEND="
-   app-misc/jq
-   dev-libs/libevdev
-   dev-libs/libinput
-   dev-libs/wayland
-   >=dev-libs/wayland-protocols-1.31
-   dev-util/glslang
-   dev-util/vulkan-headers
-   gui-libs/gtk-layer-shell
-   media-libs/libdisplay-info
-   media-libs/libglvnd[X?]
-   media-libs/mesa[gles2,wayland,X?]
-   media-libs/vulkan-loader
-   x11-base/xcb-proto
-   x11-libs/cairo
-   x11-libs/libdrm
-   x11-libs/libxkbcommon
-   x11-libs/pixman
-   x11-misc/xkeyboard-config
-  

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

2023-05-07 Thread Sam James
commit: 600672a02293c8e8a24e627272940720a9cebbec
Author: Julien Roy  jroy  ca>
AuthorDate: Sun May  7 20:40:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:14:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600672a0

dev-libs/hyprland-protocols: new package, add 0.2

Signed-off-by: Julien Roy  jroy.ca>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/hyprland-protocols/Manifest   |  1 +
 .../hyprland-protocols-0.2.ebuild  | 23 ++
 dev-libs/hyprland-protocols/metadata.xml   | 15 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-libs/hyprland-protocols/Manifest 
b/dev-libs/hyprland-protocols/Manifest
new file mode 100644
index ..a058aba02473
--- /dev/null
+++ b/dev-libs/hyprland-protocols/Manifest
@@ -0,0 +1 @@
+DIST hyprland-protocols-0.2.tar.gz 6343 BLAKE2B 
cffa25c1fbac992db9aee57956615c2a5f8a6e90150d86246218e6d346e566a43527f56cab08b07359bd2f56b1e02b741fb0dbb37ec35fbadd22dfdb2006d3b0
 SHA512 
f8534c0f6562ce3c770ed9c79b8b78504d6f3aa75001c74ecfa5418af939e88a020ca1cef08d20c62e73c764d66452b5ce212a0f0d2e9a3aaba635ee80b142c5

diff --git a/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild 
b/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild
new file mode 100644
index ..d042b8fb75ba
--- /dev/null
+++ b/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+COMMIT=4d29e48433270a2af06b8bc711ca1fe5109746cd
+DESCRIPTION="Wayland protocol extensions for Hyprland"
+HOMEPAGE="https://github.com/hyprwm/hyprland-protocols;
+SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+KEYWORDS="~amd64"
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/wayland-scanner
+   virtual/pkgconfig
+"

diff --git a/dev-libs/hyprland-protocols/metadata.xml 
b/dev-libs/hyprland-protocols/metadata.xml
new file mode 100644
index ..1273be6af080
--- /dev/null
+++ b/dev-libs/hyprland-protocols/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   jul...@jroy.ca
+   Julien Roy
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   hyprwm/hyprland-protocols
+   
+



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

2023-05-07 Thread Sam James
commit: ff311818b547f48431f24d6d619f9a0fc7b3f241
Author: Julien Roy  jroy  ca>
AuthorDate: Sun May  7 20:40:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:14:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff311818

gui-wm/hyprland: new package, add 0.25.0

Signed-off-by: Julien Roy  jroy.ca>
Closes: https://github.com/gentoo/gentoo/pull/30921
Signed-off-by: Sam James  gentoo.org>

 gui-wm/hyprland/Manifest  |  1 +
 gui-wm/hyprland/files/nvidia-0.25.0.patch | 43 
 gui-wm/hyprland/hyprland-0.25.0.ebuild| 85 +++
 gui-wm/hyprland/metadata.xml  | 21 
 4 files changed, 150 insertions(+)

diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest
new file mode 100644
index ..e260df187271
--- /dev/null
+++ b/gui-wm/hyprland/Manifest
@@ -0,0 +1 @@
+DIST hyprland-0.25.0.gh.tar.gz 1510798 BLAKE2B 
c146c57e5142666ff76188e870ea4d2dd9613e25a1d2c3320dc222fbe62651975a40fe9cc936ced0e86f919534d7a6c94a8b1596f912c3ad9750a35e4f13
 SHA512 
84d12ef7bfb25e69c4a707a8ffc99ca23eb58e73630e3df1f134cb610c6206e42917f76b54db0cc6d10e7b929514cbac06dfc99feba8ff81aea0dc7fcb340450

diff --git a/gui-wm/hyprland/files/nvidia-0.25.0.patch 
b/gui-wm/hyprland/files/nvidia-0.25.0.patch
new file mode 100644
index ..d9d2213607f4
--- /dev/null
+++ b/gui-wm/hyprland/files/nvidia-0.25.0.patch
@@ -0,0 +1,43 @@
+# From https://github.com/hyprwm/Hyprland/issues/2239#issuecomment-1536725235
+# This patch is recommended by the developer on systems running and Nvidia GPu
+diff --git a/render/gles2/renderer.c b/render/gles2/renderer.c
+index 6a86b183..823fc318 100644
+--- a/render/gles2/renderer.c
 b/render/gles2/renderer.c
+@@ -165,7 +165,7 @@ static bool gles2_bind_buffer(struct wlr_renderer 
*wlr_renderer,
+   assert(wlr_egl_is_current(renderer->egl));
+ 
+   push_gles2_debug(renderer);
+-  glFlush();
++  glFinish();
+   glBindFramebuffer(GL_FRAMEBUFFER, 0);
+   pop_gles2_debug(renderer);
+ 
+diff --git a/types/output/render.c b/types/output/render.c
+index ed1afa4a..ddc730c7 100644
+--- a/types/output/render.c
 b/types/output/render.c
+@@ -225,22 +225,7 @@ struct wlr_drm_format *output_pick_format(struct 
wlr_output *output,
+ }
+ 
+ uint32_t wlr_output_preferred_read_format(struct wlr_output *output) {
+-  struct wlr_renderer *renderer = output->renderer;
+-  assert(renderer != NULL);
+-
+-  if (!renderer->impl->preferred_read_format || 
!renderer->impl->read_pixels) {
+-  return DRM_FORMAT_INVALID;
+-  }
+-
+-  if (!output_attach_back_buffer(output, >pending, NULL)) {
+-  return false;
+-  }
+-
+-  uint32_t fmt = renderer->impl->preferred_read_format(renderer);
+-
+-  output_clear_back_buffer(output);
+-
+-  return fmt;
++  return DRM_FORMAT_XRGB;
+ }
+ 
+ bool output_is_direct_scanout(struct wlr_output *output,

diff --git a/gui-wm/hyprland/hyprland-0.25.0.ebuild 
b/gui-wm/hyprland/hyprland-0.25.0.ebuild
new file mode 100644
index ..923882538f0e
--- /dev/null
+++ b/gui-wm/hyprland/hyprland-0.25.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson toolchain-funcs
+
+DESCRIPTION="A dynamic tiling Wayland compositor that doesn't sacrifice on its 
looks"
+HOMEPAGE="https://github.com/hyprwm/Hyprland/releases;
+
+SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz
 -> ${PF}.gh.tar.gz"
+S="${WORKDIR}/${PN}-source"
+
+KEYWORDS="~amd64"
+LICENSE="BSD"
+SLOT="0"
+IUSE="X legacy-renderer systemd video_cards_nvidia"
+
+RDEPEND="
+   app-misc/jq
+   dev-libs/libevdev
+   dev-libs/libinput
+   dev-libs/wayland
+   dev-libs/wayland-protocols
+   dev-util/glslang
+   dev-util/vulkan-headers
+   gui-libs/gtk-layer-shell
+   media-libs/libdisplay-info
+   media-libs/libglvnd[X?]
+   media-libs/mesa[gles2,wayland,X?]
+   media-libs/vulkan-loader
+   x11-base/xcb-proto
+   x11-libs/cairo
+   x11-libs/libdrm
+   x11-libs/libxkbcommon
+   x11-libs/pixman
+   x11-misc/xkeyboard-config
+   virtual/libudev
+   X? (
+  gui-libs/wlroots[x11-backend]
+  x11-base/xwayland
+  x11-libs/libxcb
+  x11-libs/xcb-util-image
+  x11-libs/xcb-util-renderutil
+  x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/hyprland-protocols
+   dev-libs/libliftoff
+   >=dev-libs/wayland-1.22.0
+   dev-vcs/git
+   >=gui-libs/wlroots-0.16.0[X?]
+"
+
+src_prepare() {
+   STDLIBVER=$(echo '#include ' | $(tc-getCXX) -x c++ -dM -E - | \
+   grep GLIBCXX_RELEASE | sed 
's/.*\([1-9][0-9]\)/\1/')
+   if ! [[ 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/

2023-05-07 Thread Sam James
commit: 85ca39f5330c6984f2e86514750a69f2b5576ded
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 18:56:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ca39f5

gnome-extra/nemo: drop 5.2.4-r1

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/nemo/Manifest |   1 -
 gnome-extra/nemo/nemo-5.2.4-r1.ebuild | 132 --
 2 files changed, 133 deletions(-)

diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest
index 6dc5cd1a5d3b..1e62a1ff8461 100644
--- a/gnome-extra/nemo/Manifest
+++ b/gnome-extra/nemo/Manifest
@@ -1,3 +1,2 @@
-DIST nemo-5.2.4.tar.gz 1492077 BLAKE2B 
dc6efb24921d5408938ff5b8660653789a77d6607e2e023d73eb5722a0a8bc75cd22d1241f5e852d0429d05f6ec4fd1abb798b8be1ecf513eeed108a256e506c
 SHA512 
0aa3f7e0c2bdb9d7f1874c17caea0e4a3da062fc243de1f1657bdb83090a1afb099baa404f211092f83cf6852c423b244482faf0ad6beaaddc072cbce17cc6d4
 DIST nemo-5.6.1.tar.gz 1496434 BLAKE2B 
74c6745640a03c6fc61834f07d823221300d87c772cdb5dfe2c211c01a4808e76c50e573d3d481f72a9be820c849ffb0725df8bfbfff6c61b030be673030b751
 SHA512 
7880c034da893f7f0fb696a7ca885fd3b40cfde3a39f16cdc5963ffc73a55665e1aad37a62f9d06463cd27753bbe9420c760b733d9bc5f02e3e77df892f19eba
 DIST nemo-5.6.5.tar.gz 1498469 BLAKE2B 
1ead71e79170e977e21dd631f7875198b3aa411689bd59b9c64b50a3c3b02a396f2b1cbc1e1420bf242004a6a724b8498e7e0cdd2b48b9d5e54ed97d21331cba
 SHA512 
b37181e419d5a9427931d29f2addf9faebca7d74d8b8337dc9cb62ebc3b8f8d9dcef978bc6fc9be65efc41bd2a153685849f10cac9e28ffb3ccb3a8dee5aa739

diff --git a/gnome-extra/nemo/nemo-5.2.4-r1.ebuild 
b/gnome-extra/nemo/nemo-5.2.4-r1.ebuild
deleted file mode 100644
index 474e0c920758..
--- a/gnome-extra/nemo/nemo-5.2.4-r1.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-
-inherit meson gnome2-utils python-single-r1 readme.gentoo-r1 virtualx xdg
-
-DESCRIPTION="A file manager for Cinnamon, forked from Nautilus"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/nemo;
-SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ FDL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="exif gtk-doc +nls selinux test xmp"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# https://github.com/linuxmint/nemo/issues/2501
-RESTRICT="test"
-
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/atk
-   >=dev-libs/glib-2.45.7:2[dbus]
-   >=dev-libs/gobject-introspection-0.9.12:=
-   >=dev-libs/libxml2-2.7.8:2
-   gnome-base/dconf:0=
-   >=gnome-extra/cinnamon-desktop-5.2:0=
-   gnome-extra/libgsf:=
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.10.0:3[introspection]
-   >=x11-libs/libnotify-0.7
-   x11-libs/libX11
-   >=x11-libs/pango-1.40.0
-   >=x11-libs/xapp-2.2.8
-
-   exif? ( >=media-libs/libexif-0.6.20:= )
-   selinux? ( sys-libs/libselinux )
-   xmp? ( >=media-libs/exempi-2.2.0:= )
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   x11-themes/adwaita-icon-theme
-
-   nls? ( >=gnome-extra/cinnamon-translations-5.2 )
-"
-PDEPEND="
-   >=gnome-base/gvfs-0.1.2
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   >=dev-util/gdbus-codegen-2.31.0
-   >=dev-util/intltool-0.40.1
-   sys-devel/gettext
-   virtual/pkgconfig
-
-   gtk-doc? ( dev-util/gtk-doc )
-"
-
-PATCHES=(
-   # Undo the switch to untex as it's not packaged.
-   "${FILESDIR}/${PN}-5.0.3-use-detex.patch"
-)
-
-DISABLE_AUTOFORMATTING="yes"
-FORCE_PRINT_ELOG="yes"
-DOC_CONTENTS="
-${PN} functionality can be extended by installing other packages.
-
-sys-apps/gnome-disk-utility - Mount archive files
-gnome-extra/nemo-fileroller - Extract/Create archive files
-
-${PN} search capabilities can be extended through external
-helpers. Install any of the following packages to make
-their associated file types searchable.
-
-Image metadata   - media-gfx/exif
-MP3 tags - media-sound/id3
-Microsoft Office .doc- app-text/catdoc
-Microsoft Office .xls- dev-python/xlrd
-OpenDocument/LibreOffice - app-text/odt2txt or app-office/unoconv
-PDF  - app-text/poppler[utils]
-PostScript   - app-text/ghostscript-gpl
-TeX  - app-text/texlive-core
-"
-
-src_prepare() {
-   default
-   python_fix_shebang files/usr/share/nemo/actions install-scripts
-}
-
-src_configure() {
-   # tracker: only supports unmaintained tracker-2, not >=tracker-3.
-   local emesonargs=(
-

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon/files/, gnome-extra/cinnamon/

2023-05-07 Thread Sam James
commit: f2a627bc55a934a437eb716d9e83d4383d41f386
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 19:10:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a627bc

gnome-extra/cinnamon: drop 5.2.7-r4

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Closes: https://github.com/gentoo/gentoo/pull/30922
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon/Manifest  |   1 -
 gnome-extra/cinnamon/cinnamon-5.2.7-r4.ebuild  | 189 -
 .../files/cinnamon-5.2.7-eds-detection.patch   | 114 -
 .../files/cinnamon-5.2.7-meson-0.61-fix.patch  |  41 -
 .../cinnamon-5.2.7-revert-meson-0.60-fix.patch |  55 --
 5 files changed, 400 deletions(-)

diff --git a/gnome-extra/cinnamon/Manifest b/gnome-extra/cinnamon/Manifest
index 30a842f05336..7a2c6a94c8cf 100644
--- a/gnome-extra/cinnamon/Manifest
+++ b/gnome-extra/cinnamon/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-5.2.7.tar.gz 2423949 BLAKE2B 
f4ce9ec4c79eab3daadff958c0a334d49757548203078ab657ebe2450f3f179c942df9d0f9089efe313c268c929628d724db43371e12338606d284a2738ed62c
 SHA512 
62cbbe2f719574b3f70a4895c231be9ad65a41220d2755cc1557bc06bb2b31ced93621c356f2973376d127d5a1e59f9295498bbc4812d428e8605e8f4882c733
 DIST cinnamon-5.6.5.tar.gz 2481833 BLAKE2B 
af7f5010cba9afac9c37aca60f1d6a730fca9bcfe4860a79e8f7cc903cbff45cde4d650530309c4866eeedd52212a4287221e89e5616b3ab0d0903cad3a33afb
 SHA512 
767a68683f2776a1216ec32c479a84203c8524e7bbf2bd65faf4249a46d1a2ccfae8feb55d664890c1b1cd2061895c79d9bec5a70f126b819baebb19804ac30c
 DIST cinnamon-5.6.8.tar.gz 2483519 BLAKE2B 
0876bf097bbdb2b15b543a09d7d659995624d880a4c32a0d6bf580def4a72d33363c03525cd8072a238c624382c20bb66ce5ad5c05f8c21bbe5c06742209ca2b
 SHA512 
33f7766f8d5df070cca7d4001be6a01dcb5cc57e60a320b0b2d14968af7bc0060575284f885de640ebe9297ea2bf9a6b97cb32dfb50fac37bb6d851d5f5d2237

diff --git a/gnome-extra/cinnamon/cinnamon-5.2.7-r4.ebuild 
b/gnome-extra/cinnamon/cinnamon-5.2.7-r4.ebuild
deleted file mode 100644
index 3a84b9b0a81a..
--- a/gnome-extra/cinnamon/cinnamon-5.2.7-r4.ebuild
+++ /dev/null
@@ -1,189 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit meson gnome2-utils pax-utils python-single-r1 xdg
-
-DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon;
-SRC_URI="https://github.com/linuxmint/cinnamon/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ GPL-3 LGPL-2.1"
-SLOT="0"
-IUSE="+eds +gstreamer gtk-doc +nls +networkmanager"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( app-accessibility/at-spi2-atk dev-libs/atk )
-   )
-   >=dev-libs/glib-2.52.0:2[dbus]
-   >=dev-libs/gobject-introspection-1.29.15:=
-   dev-libs/libxml2:2
-   >=gnome-extra/cinnamon-desktop-5.2:0=
-   >=gnome-extra/cinnamon-menus-5.2
-   >=gnome-extra/cjs-5.2[cairo]
-   net-libs/libsoup:2.4[introspection]
-   sys-apps/dbus
-   >=sys-auth/polkit-0.100[introspection]
-   virtual/opengl
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.12.0:3[introspection]
-   >=x11-libs/libnotify-0.7.3:0=[introspection]
-   x11-libs/libX11
-   >=x11-libs/libXfixes-5.0
-   x11-libs/pango[introspection]
-   >=x11-libs/startup-notification-0.11
-   >=x11-wm/muffin-5.2[introspection]
-
-   eds? (
-   gnome-extra/evolution-data-server
-   )
-   gstreamer? (
-   media-libs/gst-plugins-base:1.0
-   media-libs/gstreamer:1.0
-   )
-   networkmanager? (
-   net-misc/networkmanager[introspection]
-   )
-"
-# caribou used by onscreen keyboard
-# libtimezonemap used by datetime settings
-# iso-flag-png (unpackaged) used by keyboard layout settings
-RDEPEND="
-   ${DEPEND}
-   >=app-accessibility/caribou-0.3
-   dev-libs/keybinder:3[introspection]
-   dev-libs/libtimezonemap
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pyinotify[${PYTHON_USEDEP}]
-   dev-python/python-pam[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-session/

2023-05-07 Thread Sam James
commit: 9cc516998c622310e6a70555fa57e4b11c8463ee
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 19:03:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc51699

gnome-extra/cinnamon-session: drop 5.2.0

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-session/Manifest  |  1 -
 .../cinnamon-session/cinnamon-session-5.2.0.ebuild | 92 --
 2 files changed, 93 deletions(-)

diff --git a/gnome-extra/cinnamon-session/Manifest 
b/gnome-extra/cinnamon-session/Manifest
index 67dbb226b88b..7578471f0c7f 100644
--- a/gnome-extra/cinnamon-session/Manifest
+++ b/gnome-extra/cinnamon-session/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-session-5.2.0.tar.gz 200208 BLAKE2B 
2efe8ef0cb5dc4a828866c91bc020ffcc8b400423f92ac8be8ab47391202001123805c947af8e82eda530675b89cf4960f082b06acf24c296f083d6bcb941217
 SHA512 
3962529fed8d6c4c74e2f4b75014529d1a9b3307cf2d014c90088d0e2d3066ce375ccc3bbf5f07e9a181c08bba5360b07d5800cdb6386796255b4f1cb5c4d385
 DIST cinnamon-session-5.6.0.tar.gz 199389 BLAKE2B 
ecd8152af4784affc8c9b8ae7ca48adaecca4355c2db5d64ca577f44abc0ff35cf27ef324fa9d3520c125bc979727bbab67f99209e5a641ad0329a26025698b5
 SHA512 
260acb2a4e7016af3be2865d51eb947774020fc4e333e6a4ce72664d182c098f663d1878ac2194607f04517c3ea6916d2bfc5e55749f8252a38205b227d40335

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-5.2.0.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-5.2.0.ebuild
deleted file mode 100644
index 64ec70044691..
--- a/gnome-extra/cinnamon-session/cinnamon-session-5.2.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-
-inherit meson gnome2-utils python-any-r1 xdg-utils
-
-DESCRIPTION="Cinnamon session manager"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-session;
-SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="doc ipv6 systemd"
-
-DEPEND="
-   >=dev-libs/glib-2.37.3:2
-   media-libs/libcanberra[pulseaudio]
-   virtual/opengl
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3:3
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libXcomposite
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-   >=x11-libs/xapp-2.2.8
-
-   systemd? ( >=sys-apps/systemd-183 )
-   !systemd? ( sys-auth/elogind[policykit] )
-"
-RDEPEND="
-   ${DEPEND}
-   >=gnome-extra/cinnamon-desktop-5.2:0=
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-util/gdbus-codegen
-   virtual/pkgconfig
-
-   doc? (
-   app-text/xmlto
-   dev-libs/libxslt )
-"
-
-src_prepare() {
-   default
-   python_fix_shebang data
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dgconf=false
-   $(meson_use doc docbook)
-   $(meson_use ipv6)
-   )
-   meson_src_configure
-}
-
-src_install() {
-   # A bit icky. Let the docs be installed in the wrong dir, then
-   # install them to the correct dir.
-   local dbus_doc_dir="${ED}/usr/share/doc/cinnamon-session/dbus"
-   use doc && local HTML_DOCS=( "$dbus_doc_dir" )
-
-   meson_src_install
-
-   # Clean-up the incorrectly installed docs.
-   # Fail if unhandled (new) files are encountered.
-   if use doc; then
-   rm -r "$dbus_doc_dir" || die
-   rm -d "${ED}/usr/share/doc/cinnamon-session" || die
-   fi
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/, gnome-extra/cinnamon-control-center/files/

2023-05-07 Thread Sam James
commit: fce3f97653fce4ccbe8143ef48645f873e1cb4b3
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 19:06:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce3f976

gnome-extra/cinnamon-control-center: drop 5.2.1-r2, 5.2.1-r3

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-control-center/Manifest   |   1 -
 .../cinnamon-control-center-5.2.1-r2.ebuild| 105 
 .../cinnamon-control-center-5.2.1-r3.ebuild| 109 -
 ...amon-control-center-5.2.1-fix-libgnomekbd.patch |  47 -
 .../cinnamon-control-center-5.2.1-fix-libnma.patch |  61 
 5 files changed, 323 deletions(-)

diff --git a/gnome-extra/cinnamon-control-center/Manifest 
b/gnome-extra/cinnamon-control-center/Manifest
index ed20f18e7243..bbefcddf00ef 100644
--- a/gnome-extra/cinnamon-control-center/Manifest
+++ b/gnome-extra/cinnamon-control-center/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-control-center-5.2.1.tar.gz 3863530 BLAKE2B 
826494b8f8a4dead32d6031d7b4b2a44d357b3e8fedf1065b61193caa86ad433ba68fd9344f70bbce77bb94e086ae15f8854dc73916a5f60c49b1b2bd9e7101c
 SHA512 
d322a9b460f13c697d327dda75a3ea16dd96414ed52ffbcdfc19479533178585da795c064ae441b36ef02f1aa779704db039328ca4ac4c373f363967948f2301
 DIST cinnamon-control-center-5.6.0.tar.gz 3872303 BLAKE2B 
c0db21dbad031e3a3e06ea2f6253421c548b993eef323e2be1ad131e0a8e980b7b3a93d9a7a6d1feaf13ebe8c5f77fd286f0cb56b7d22c7cb447e46178c6f328
 SHA512 
336c554c93212c28df4f163b6a06d2c287901c167dc8e5563dbb44ddd69119db36d15086b6b1e78ff1b199424a4a24ac9605d59877a3f8174fd1f406a0f7ca4f
 DIST cinnamon-control-center-5.6.1.tar.gz 3874429 BLAKE2B 
53344aead6c5e31eeadf70e26a2ae61db930e595b5e546ac08b57029c924e4105d126fe6a27cd3ef7d4a59b51f83e0790dfaf815d9a3addfa5c496eab82d4537
 SHA512 
8679cc3afab77605b5e949e58cacb55782fca0ebc41991de7421b12fcd6c85991b6e4f5c70611753724ff47ea4eb39339ea4cea29e3f4e3399d9141fe4c80c7f

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.2.1-r2.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.2.1-r2.ebuild
deleted file mode 100644
index 015bff834cc5..
--- 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.2.1-r2.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-
-inherit meson gnome2-utils python-any-r1 xdg virtualx
-
-DESCRIPTION="Cinnamons's main interface to configure various aspects of the 
desktop"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-control-center;
-SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ MIT"
-SLOT="0"
-IUSE="+colord input_devices_wacom +networkmanager +modemmanager 
gnome-online-accounts systemd test"
-REQUIRED_USE="modemmanager? ( networkmanager )"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-RESTRICT="test"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.44.0:2
-   >=gnome-base/libgnomekbd-3.0.0:0=
-   >=gnome-extra/cinnamon-desktop-5.2:0=
-   >=gnome-extra/cinnamon-menus-5.2:0=
-   media-libs/fontconfig
-   >=sys-auth/polkit-0.103
-   >=x11-libs/gdk-pixbuf-2.23.0:2
-   >=x11-libs/gtk+-3.16.0:3
-   >=x11-libs/libnotify-0.7.3:0=
-   x11-libs/libX11
-   >=x11-libs/libxklavier-5.1
-
-   colord? ( >=x11-misc/colord-0.1.14:0= )
-   input_devices_wacom? (
-   >=dev-libs/libwacom-0.7:=
-   >=gnome-extra/cinnamon-settings-daemon-5.2:0=
-   >=x11-libs/libXi-1.2 )
-   networkmanager? (
-   >=gnome-extra/nm-applet-1.2.0
-   >=net-libs/libnma-1.8.34
-   >=net-misc/networkmanager-1.2.0:=[modemmanager?]
-
-   modemmanager? ( >=net-misc/modemmanager-0.7 )
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.18.0
-   )
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-
-   colord? ( >=gnome-extra/gnome-color-manager-3 )
-   input_devices_wacom? ( 
gnome-extra/cinnamon-settings-daemon[input_devices_wacom] )
-   systemd? ( >=sys-apps/systemd-31 )
-   !systemd? ( app-admin/openrc-settingsd )
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   app-text/iso-codes
-   x11-base/xorg-proto
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   # Fix >=libnma-1.8.34
-   # 
https://github.com/linuxmint/cinnamon-control-center/commit/0f4d212874c4fbee18b860963d0a5c7bd54dcfd1
-   "${FILESDIR}"/${PN}-5.2.1-fix-libnma.patch
-)
-
-src_prepare() {
-   default
-   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-desktop/

2023-05-07 Thread Sam James
commit: 048454fd4566858d336c1417f5e5259e4d615d38
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 05:20:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048454fd

gnome-extra/cinnamon-desktop: add 5.6.2

Clean-up some qa-vdb warnings.

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-desktop/Manifest  |  1 +
 .../cinnamon-desktop/cinnamon-desktop-5.6.2.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/gnome-extra/cinnamon-desktop/Manifest 
b/gnome-extra/cinnamon-desktop/Manifest
index cc7ade9161e5..3b694a6a1ef4 100644
--- a/gnome-extra/cinnamon-desktop/Manifest
+++ b/gnome-extra/cinnamon-desktop/Manifest
@@ -1,2 +1,3 @@
 DIST cinnamon-desktop-5.2.1.tar.gz 495131 BLAKE2B 
56b5e5018f5b1bdfa57af1550edc756e4336b079df75753f90445d51703efe64dc6e33c1e7635fcf2e2fcca1683008777b446d76570fd5222fb809b1a458f6f2
 SHA512 
383229a929f4bd18389851573c4c7decc3cb5d6ebfdeb86ab7628578486c75ca71a308755d2736243a4801d5d50f6b07d0a142712d48752e166f3a39c3b70466
 DIST cinnamon-desktop-5.6.0.tar.gz 501954 BLAKE2B 
19fa04135ece7d0b6bbf059df06eee63c58ca7c041be232354e33d0f6375fc2abe8bb40e874a9b6fc660aa84928f30f15043837b74b8075ebc687141b3b04d20
 SHA512 
8c66b61e4dbab29befd33f095090a34ecb4fe476d26d0f84b56fa5b7ef5bb9439455a187f7519964ef9690fe9cbed17aa858297987bc4a4c14e3e5405ca90988
+DIST cinnamon-desktop-5.6.2.tar.gz 502140 BLAKE2B 
b96be728da24a43b88a14b7cd5e9dd6313c753e32e7f2dcb2a5ac4f2c8eb27266f261a1a1e5499d9a94ccbc679d9c4ea9cdaae4ee6b1187de44d518a9a483ca7
 SHA512 
cfa50697991c41916f53d2e902ff37671e547e362cb8c70eace1b482a97bf139b6a28375d0e399c738cb705ca3aa8768c3ecd13551b677c5446288259ed5deeb

diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.6.2.ebuild 
b/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.6.2.ebuild
new file mode 100644
index ..2ed0b49cafdd
--- /dev/null
+++ b/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.6.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit meson gnome2-utils python-any-r1
+
+DESCRIPTION="A collection of libraries and utilites used by Cinnamon"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-desktop;
+SRC_URI="https://github.com/linuxmint/cinnamon-desktop/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-1 GPL-2+ LGPL-2+ LGPL-2.1+ MIT"
+SLOT="0/4" # subslot = libcinnamon-desktop soname version
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.37.3:2[dbus]
+   >=dev-libs/gobject-introspection-0.10.2:=
+   >=gnome-base/gsettings-desktop-schemas-3.5.91
+   >=media-libs/libpulse-12.99.3[glib]
+   sys-apps/accountsservice
+   sys-apps/hwdata
+   x11-libs/cairo[X]
+   >=x11-libs/gdk-pixbuf-2.22:2[introspection]
+   >=x11-libs/gtk+-3.3.16:3[introspection]
+   x11-libs/libX11
+   >=x11-libs/libXext-1.1
+   x11-libs/libxkbfile
+   >=x11-libs/libXrandr-1.3
+   x11-misc/xkeyboard-config
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-util/glib-utils
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   python_fix_shebang install-scripts
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dpnp_ids="${EPREFIX}/usr/share/hwdata/pnp.ids"
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-screensaver/

2023-05-07 Thread Sam James
commit: 94b7ee6ccb719cebcf8ae1ed531b41ee31074e13
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 19:04:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b7ee6c

gnome-extra/cinnamon-screensaver: drop 5.2.1

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-screensaver/Manifest  |  1 -
 .../cinnamon-screensaver-5.2.1.ebuild  | 74 --
 2 files changed, 75 deletions(-)

diff --git a/gnome-extra/cinnamon-screensaver/Manifest 
b/gnome-extra/cinnamon-screensaver/Manifest
index 8468f5705439..7e5dc783997d 100644
--- a/gnome-extra/cinnamon-screensaver/Manifest
+++ b/gnome-extra/cinnamon-screensaver/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-screensaver-5.2.1.tar.gz 154920 BLAKE2B 
a50508f6ad5ffee797db4f74295ef7ffdfdb0024e9a9ca005398f5ccac83687f356743c80d8911ccf1ee9b343a285e4e6c72ce864fe639e3494ed54701a84e8b
 SHA512 
db293f619df8ea3e43c209f5d32d649935f1efbc5763700369d5bd595866805a3e604930a3f70b6d43cbc4469c6d618f258b49cf4962f87c8b06447178ed1e7a
 DIST cinnamon-screensaver-5.6.2.tar.gz 157785 BLAKE2B 
ae3eefbb6d86ca3f6ee43bd818ad732c917fecfc74927b836bc0ca3fa4541e5e8f1ffb7bfce3b4786429bbc2a5ebb1cb7613618d0eda9ad8bb097fd5fb445db9
 SHA512 
d99b3573bb2b4d862d16309fcbec9660119c7ec68e99c49b53241d058c101931fbfd6b203a9ba12eb3482e241f37413ebd5c79d19495ffce064973a9c3d0cfeb
 DIST cinnamon-screensaver-5.6.3.tar.gz 157834 BLAKE2B 
50728147fcb5849998113d5f19393e89f2cb4c5610359b81b42853fc2378814a52a8ed4f829cdd4e546a705a594da7b958ab25f69f996ee3d2204a64b7fdba90
 SHA512 
632bc9b518e59be7ce32c22ccfa32da060ea9edabe1683f91f2bf3c716fdcd7ca95fe4bda595ccc99821405bfbd987df2a416f229de56b3139f8d9975453ad39

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.2.1.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.2.1.ebuild
deleted file mode 100644
index 5ca45a71fcce..
--- a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.2.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-
-inherit meson python-single-r1 xdg
-
-DESCRIPTION="Screensaver for Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-screensaver;
-SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+ MIT"
-SLOT="0"
-IUSE="systemd xinerama"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-libs/dbus-glib-0.78
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=gnome-extra/cinnamon-desktop-5.2:0=
-   sys-apps/dbus
-   sys-libs/pam
-   >=x11-libs/gtk+-3.22:3[introspection]
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrandr
-   x11-themes/adwaita-icon-theme
-
-   xinerama? ( x11-libs/libXinerama )
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   >=app-accessibility/caribou-0.3
-   sys-apps/accountsservice[introspection]
-   $(python_gen_cond_dep '
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   >=dev-python/python3-xapp-2.2.1-r1[${PYTHON_USEDEP}]
-   ')
-
-   systemd? ( >=sys-apps/systemd-31 )
-   !systemd? ( sys-auth/elogind )
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   python_fix_shebang install-scripts src
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use xinerama)
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   python_optimize "${ED}"/usr/share/cinnamon-screensaver/
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/

2023-05-07 Thread Sam James
commit: f3ab23c7a3f619640a8b667d347f8ff520dded29
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 19:02:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ab23c7

gnome-extra/cinnamon-settings-daemon: drop 5.2.0-r1

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-settings-daemon/Manifest  |  1 -
 .../cinnamon-settings-daemon-5.2.0-r1.ebuild   | 94 --
 2 files changed, 95 deletions(-)

diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest 
b/gnome-extra/cinnamon-settings-daemon/Manifest
index d207b5dfad8d..3bfe7eafc926 100644
--- a/gnome-extra/cinnamon-settings-daemon/Manifest
+++ b/gnome-extra/cinnamon-settings-daemon/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-settings-daemon-5.2.0.tar.gz 662588 BLAKE2B 
aca6aac0a7b85fa9fb60f1101e0027d5faf3f6d95f7d306ae0ad9dd2e19bb1b48ab4333bbcdff5405b52c306f67eb34bfce895b37529d3ce015182aac41dcf07
 SHA512 
ae076956715bc7b47746868df0f1cb4034a8ce26b2d64878c74654f08a4498155063f16bf7972316fa138f72e10a82e8589fdb607f8072bbcd92e106bedbe98e
 DIST cinnamon-settings-daemon-5.6.0.tar.gz 572607 BLAKE2B 
d8b9a4ff4574251fc142840e81070eebd66ed322b64eadca97efcf2f6bc302bfef18e933d3e7d9bdfe236cc9fb30b24b4b98cbb539ed50c53767d1d2fd7a4a26
 SHA512 
69aff73deb5ae0278642b8d630b7e460daf4c84f4745f8809c73d2a74effc0642f404589651939fd5132cfe99010259155a9809cb4b074e34d52bb89f1266fd6
 DIST cinnamon-settings-daemon-5.6.2.tar.gz 572785 BLAKE2B 
eef91b591db1c0e546897c88c171aaf103c3ad619ea0ab31dca09e78ae18993f63b4b29ca82a3dc1bcd1def871845b1753f462e347f11c48dac729b844da20b2
 SHA512 
f3c08b50889e42510ef423d18d0fe0c55bf2c9c4fa436d16864eb477b7dcb055a50973e2d5f7a4339d1094dc760c5ad05848a6e13dffa87f6fb8cad1f76b970d

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.2.0-r1.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.2.0-r1.ebuild
deleted file mode 100644
index 143a07f9de65..
--- 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.2.0-r1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-
-inherit meson gnome2-utils python-any-r1 xdg
-
-DESCRIPTION="Cinnamon's settings daemon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-settings-daemon;
-SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+ LGPL-2.1 LGPL-2.1+ MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="+colord cups input_devices_wacom smartcard systemd"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2
-   dev-libs/libgudev:=
-   >=gnome-base/libgnomekbd-3.6
-   >=gnome-extra/cinnamon-desktop-5.2:0=
-   media-libs/fontconfig
-   >=media-libs/lcms-2.2:2
-   media-libs/libcanberra:0=[gtk3,pulseaudio]
-   >=media-sound/pulseaudio-0.9.16[glib]
-   >=sys-apps/dbus-1.1.2
-   dev-libs/dbus-glib
-   >=sys-auth/polkit-0.97
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.14.0:3
-   >=x11-libs/libnotify-0.7.3:0=
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   >=x11-libs/libxklavier-5.0
-   >=sys-power/upower-0.9.11
-
-   colord? ( >=x11-misc/colord-0.1.27:= )
-   cups? (
-   >=net-print/cups-1.4[dbus]
-   app-admin/system-config-printer
-   net-print/cups-pk-helper )
-   input_devices_wacom? (
-   >=dev-libs/libwacom-0.7:=
-   >=gnome-base/librsvg-2.36.2
-   x11-drivers/xf86-input-wacom
-   x11-libs/libXtst )
-   smartcard? ( >=dev-libs/nss-3.11.2 )
-   systemd? ( sys-apps/systemd:0= )
-   !systemd? ( sys-auth/elogind:0= )
-"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/libxml2:2
-   x11-base/xorg-proto
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-util/glib-utils
-   dev-util/gdbus-codegen
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   python_fix_shebang install-scripts
-}
-
-src_configure() {
-   # gudev not optional on Linux platforms
-   local emesonargs=(
-   -Duse_gudev=enabled
-   -Duse_polkit=enabled
-   -Duse_logind=enabled
-   $(meson_feature colord use_color)
-   $(meson_feature cups use_cups)
-   $(meson_feature smartcard use_smartcard)
-   $(meson_feature input_devices_wacom use_wacom)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xapp/

2023-05-07 Thread Sam James
commit: 8b97a058e07a173c9c2b364d36df2b7ede03ab43
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 05:05:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b97a058

x11-libs/xapp: add 2.4.3

Clean-up some qa-vdb warnings and optional dependencies.

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 x11-libs/xapp/Manifest  |   1 +
 x11-libs/xapp/metadata.xml  |   3 ++
 x11-libs/xapp/xapp-2.4.3.ebuild | 102 
 3 files changed, 106 insertions(+)

diff --git a/x11-libs/xapp/Manifest b/x11-libs/xapp/Manifest
index 0736c1cbab3a..f7abfd740edc 100644
--- a/x11-libs/xapp/Manifest
+++ b/x11-libs/xapp/Manifest
@@ -1 +1,2 @@
 DIST xapp-2.4.2.tar.gz 252031 BLAKE2B 
184f8459c5fa8165054a6cc3f2aea6b01ab0c73ecb0f5a79a7ba78908e9a149b3b08c691fa1b0a0077d238dc144dd9068b0b49228d530e9684670974bbbe2a69
 SHA512 
4c8c0ee0c2c273e3b08b4746324ec55e6af0baaada2465b4a628dad21207bc0dc9fb609b2dd8d46284098a4bac6598893a984ff6e5891f2ddd5be6157774ae81
+DIST xapp-2.4.3.tar.gz 252180 BLAKE2B 
49ebba445e04205f714fd4a16363674477e1156872ed1d26ac8450c32d688323971301ed97366e36141e91996f64401372dbe5ee4e36130ac4cf70e12e9fcdde
 SHA512 
ecfe97b5a6de6ef06416b3220dc30856c590087c22b77ba2078194995650966e7811a91b3ce6335b363ea5066473d5c59a318232e40a2311341067dcee4719b2

diff --git a/x11-libs/xapp/metadata.xml b/x11-libs/xapp/metadata.xml
index dad211d2b78d..1aeced361cde 100644
--- a/x11-libs/xapp/metadata.xml
+++ b/x11-libs/xapp/metadata.xml
@@ -12,4 +12,7 @@

linuxmint/xapp

+   
+   Install status applet for 
mate-base/mate
+   
 

diff --git a/x11-libs/xapp/xapp-2.4.3.ebuild b/x11-libs/xapp/xapp-2.4.3.ebuild
new file mode 100644
index ..1b61b99498bc
--- /dev/null
+++ b/x11-libs/xapp/xapp-2.4.3.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2-utils vala meson python-r1
+
+DESCRIPTION="Cross-desktop libraries and common resources"
+HOMEPAGE="https://github.com/linuxmint/xapp/;
+LICENSE="LGPL-3+"
+
+SRC_URI="https://github.com/linuxmint/xapp/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+SLOT="0"
+IUSE="gtk-doc introspection mate"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   dev-libs/libdbusmenu[gtk3]
+   gnome-base/libgnomekbd:=
+   x11-libs/cairo
+   >=x11-libs/gdk-pixbuf-2.22.0:2[introspection?]
+   >=x11-libs/gtk+-3.16.0:3[introspection?]
+   x11-libs/libxkbfile
+   x11-libs/libX11
+   x11-libs/pango
+
+   mate? (
+   ${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   $(vala_depend)
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   sys-apps/dbus
+   sys-devel/gettext
+
+   gtk-doc? ( dev-util/gtk-doc )
+"
+
+src_prepare() {
+   vala_src_prepare
+   default
+
+   # don't install distro specific tools
+   sed -i "s/subdir('scripts')/#&/" meson.build || die
+
+   # make mate integrations optional
+   if ! use mate; then
+   sed -i "s/subdir('mate')/#&/" status-applets/meson.build || die
+   fi
+
+   # Fix meson helpers
+   python_setup
+   python_fix_shebang meson-scripts
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc docs)
+   -Dpy-overrides-dir="/pygobject"
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+
+   # copy pygobject files to each active python target
+   # work-around for "py-overrides-dir" only supporting a single target
+   install_pygobject_override() {
+   PYTHON_GI_OVERRIDESDIR=$("${EPYTHON}" -c 'import 
gi;print(gi._overridesdir)' || die)
+   einfo "gobject overrides directory: ${PYTHON_GI_OVERRIDESDIR}"
+   mkdir -p "${D}/${PYTHON_GI_OVERRIDESDIR}/" || die
+   cp -r "${D}"/pygobject/* "${D}/${PYTHON_GI_OVERRIDESDIR}/" || 
die
+   python_optimize "${D}/${PYTHON_GI_OVERRIDESDIR}/"
+   }
+   python_foreach_impl install_pygobject_override
+   rm -r "${D}/pygobject" || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/

2023-05-07 Thread Sam James
commit: ce174ef14ad2858e8f33119de5cbe49627deee1b
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 06:43:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce174ef1

gnome-extra/nemo: add 5.6.5

Clean-up some qa-vdb warnings.

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/nemo/Manifest  |   1 +
 gnome-extra/nemo/nemo-5.6.5.ebuild | 131 +
 2 files changed, 132 insertions(+)

diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest
index c99d16ec27e1..6dc5cd1a5d3b 100644
--- a/gnome-extra/nemo/Manifest
+++ b/gnome-extra/nemo/Manifest
@@ -1,2 +1,3 @@
 DIST nemo-5.2.4.tar.gz 1492077 BLAKE2B 
dc6efb24921d5408938ff5b8660653789a77d6607e2e023d73eb5722a0a8bc75cd22d1241f5e852d0429d05f6ec4fd1abb798b8be1ecf513eeed108a256e506c
 SHA512 
0aa3f7e0c2bdb9d7f1874c17caea0e4a3da062fc243de1f1657bdb83090a1afb099baa404f211092f83cf6852c423b244482faf0ad6beaaddc072cbce17cc6d4
 DIST nemo-5.6.1.tar.gz 1496434 BLAKE2B 
74c6745640a03c6fc61834f07d823221300d87c772cdb5dfe2c211c01a4808e76c50e573d3d481f72a9be820c849ffb0725df8bfbfff6c61b030be673030b751
 SHA512 
7880c034da893f7f0fb696a7ca885fd3b40cfde3a39f16cdc5963ffc73a55665e1aad37a62f9d06463cd27753bbe9420c760b733d9bc5f02e3e77df892f19eba
+DIST nemo-5.6.5.tar.gz 1498469 BLAKE2B 
1ead71e79170e977e21dd631f7875198b3aa411689bd59b9c64b50a3c3b02a396f2b1cbc1e1420bf242004a6a724b8498e7e0cdd2b48b9d5e54ed97d21331cba
 SHA512 
b37181e419d5a9427931d29f2addf9faebca7d74d8b8337dc9cb62ebc3b8f8d9dcef978bc6fc9be65efc41bd2a153685849f10cac9e28ffb3ccb3a8dee5aa739

diff --git a/gnome-extra/nemo/nemo-5.6.5.ebuild 
b/gnome-extra/nemo/nemo-5.6.5.ebuild
new file mode 100644
index ..237d8d3be4f8
--- /dev/null
+++ b/gnome-extra/nemo/nemo-5.6.5.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit meson gnome2-utils python-single-r1 readme.gentoo-r1 virtualx xdg
+
+DESCRIPTION="A file manager for Cinnamon, forked from Nautilus"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/nemo;
+SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ FDL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="exif gtk-doc +nls selinux test xmp"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# https://github.com/linuxmint/nemo/issues/2501
+RESTRICT="test"
+
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   >=dev-libs/glib-2.45.7:2[dbus]
+   >=dev-libs/gobject-introspection-0.9.12:=
+   >=dev-libs/libxml2-2.7.8:2
+   >=gnome-extra/cinnamon-desktop-5.6:0=
+   gnome-extra/libgsf:=
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.10.0:3[introspection]
+   x11-libs/libX11
+   >=x11-libs/pango-1.40.0
+   >=x11-libs/xapp-2.4.1
+
+   exif? ( >=media-libs/libexif-0.6.20 )
+   selinux? ( sys-libs/libselinux )
+   xmp? ( >=media-libs/exempi-2.2.0:= )
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   x11-themes/adwaita-icon-theme
+
+   nls? ( >=gnome-extra/cinnamon-translations-5.6 )
+"
+PDEPEND="
+   >=gnome-base/gvfs-0.1.2
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   >=dev-util/gdbus-codegen-2.31.0
+   >=dev-util/intltool-0.40.1
+   sys-devel/gettext
+   virtual/pkgconfig
+
+   gtk-doc? ( dev-util/gtk-doc )
+"
+
+PATCHES=(
+   # Undo the switch to untex as it's not packaged.
+   "${FILESDIR}/${PN}-5.0.3-use-detex.patch"
+)
+
+DISABLE_AUTOFORMATTING="yes"
+FORCE_PRINT_ELOG="yes"
+DOC_CONTENTS="
+${PN} functionality can be extended by installing other packages.
+
+sys-apps/gnome-disk-utility - Mount archive files
+gnome-extra/nemo-fileroller - Extract/Create archive files
+
+${PN} search capabilities can be extended through external
+helpers. Install any of the following packages to make
+their associated file types searchable.
+
+epub - app-arch/unzip and app-text/html2text
+Image metadata   - media-gfx/exif
+MP3 tags - media-sound/id3
+Microsoft Office .doc- app-text/catdoc
+Microsoft Office .xls- dev-python/xlrd
+OpenDocument/LibreOffice - app-text/odt2txt or app-office/unoconv
+PDF  - app-text/poppler[utils]
+PostScript   - app-text/ghostscript-gpl
+TeX  - app-text/texlive-core
+"
+
+src_prepare() {
+   default
+   python_fix_shebang files/usr/share/nemo/actions install-scripts
+}
+
+src_configure() {
+   # tracker: only supports unmaintained tracker-2, 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/

2023-05-07 Thread Sam James
commit: 0c35e28b415ce0bb6572d59761b4eeb2938a379c
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 18:50:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c35e28b

gnome-extra/cinnamon-menus: drop 5.2.0

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-menus/Manifest|  1 -
 .../cinnamon-menus/cinnamon-menus-5.2.0.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/gnome-extra/cinnamon-menus/Manifest 
b/gnome-extra/cinnamon-menus/Manifest
index 385705e0d4d9..46cc30c80b22 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-menus-5.2.0.tar.gz 95316 BLAKE2B 
150dbab3b5c1b1a5574c1d234ebc7978a9e517e027d3076f6e335f4c64ad1631689c5b57a9d7ca159daa7f9f832d00accd78b2f392f757552f2babbab25489d7
 SHA512 
822ad5f3bf20b6ecfa9f2e3aa4c6d85f6f7b54a68bf73b60a4c2ceec853d2ce8b7d1e42b308eff9395c993eb8b5dc1c580b714e89a8ff2153e264db380aa8dae
 DIST cinnamon-menus-5.6.0.tar.gz 96166 BLAKE2B 
84b3d513b6dbea253135df1f0f8ad017d78299b8cdd2bd2e7def547b74b59e998d3c37e30d480532802fb85db261242d51485f8fbeb7742310eee288de909aa1
 SHA512 
023f1d4eededbc5a1052e219c4ede9808eb489fe399346d643b2209c8b37b8432647043ac05afd653666efa2830ebbd73222033bdfbc52f2904e7a1e1bbc27df

diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild 
b/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild
deleted file mode 100644
index bea63f94efc8..
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-menus;
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="gtk-doc"
-
-RDEPEND="
-   >=dev-libs/glib-2.29.15:2
-   >=dev-libs/gobject-introspection-1.58.3:=
-"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/gobject-introspection-common
-"
-BDEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig
-
-   gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use gtk-doc enable_docs)
-   )
-   meson_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-translations/

2023-05-07 Thread Sam James
commit: 462318e29c1e704b64e51f9eff9997dedbac30b5
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 18:59:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462318e2

gnome-extra/cinnamon-translations: drop 5.2.2

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-translations/Manifest |  1 -
 .../cinnamon-translations-5.2.2.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/gnome-extra/cinnamon-translations/Manifest 
b/gnome-extra/cinnamon-translations/Manifest
index 75b264e2a4c5..d6777e93e857 100644
--- a/gnome-extra/cinnamon-translations/Manifest
+++ b/gnome-extra/cinnamon-translations/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-translations-5.2.2.tar.gz 12587393 BLAKE2B 
9609f515b87381ee433aa40d4814fd7630a78e448edf2e88f45264c08d66c324ec25e403eaafb79c9976de2721999ebb4808600ede8333dcebc9f1c8e1629b0b
 SHA512 
2403faab704fd4415fa44c1c7b2c44db7c72fc2e489057c40355c75a2b18eb36d6de37757052c9c18a6ad6b0ca7dece2dac9ede1819420183ec9dda38d9c747a
 DIST cinnamon-translations-5.6.1.tar.gz 12857113 BLAKE2B 
51cd8c640b1cc97e5f9dd53d309a3c299dfaf928d9946a90b3d5b5bf9dfb2fc144f47a3547b3cbb15b894fb5daeaa378faebe83c6f28a5be58509a8d87704628
 SHA512 
e8a32e5b01e6267b4e6684c56401bb9c70088797b1ae102fb8d420bc5bed31cc9064812c7bb6ccb38e192a295affb88a7f5b5808e908d7c0367fa9ec7d05ac9f

diff --git 
a/gnome-extra/cinnamon-translations/cinnamon-translations-5.2.2.ebuild 
b/gnome-extra/cinnamon-translations/cinnamon-translations-5.2.2.ebuild
deleted file mode 100644
index 4f7204017fc7..
--- a/gnome-extra/cinnamon-translations/cinnamon-translations-5.2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PLOCALES="aa af am an ar ary as ast ay az be be@latin ber bg bn bn_IN br bs ca 
ca@valencia crh cs csb cy da de dz el en@shaw en_AU en_CA en_GB en_IE en_NZ 
en_ZA eo es es_AR et eu fa fi fil fo fr fr_CA frp fur fy ga gd gl gu ha he hi 
hr hsb hu hy ia id ie ig is it ja jv ka kab kk km kn ko ksw ku ky la li lo lt 
lv mai mg mi mk ml mn mo mr ms my nap nb nds ne nl nn no nso oc om or pa pap pl 
ps pt pt_BR ro ru rue rw sa sc sco shn si sk sl so sq sr sr@ijekavian 
sr@ijekavianlatin sr@latin sv sw szl ta te tg th tk tl tlh tpi tr ts tt ug uk 
ur uz uz@cyrillic vi wa xh yi yo zgh zh_CN zh_HK zh_TW zu"
-
-inherit plocale
-
-DESCRIPTION="Translation data for Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-translations;
-SRC_URI="https://github.com/linuxmint/cinnamon-translations/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-BDEPEND="sys-devel/gettext"
-
-src_configure() { :; }
-
-src_install() {
-   # Cannot run before since locales are not in the expected place for 
this to work
-   plocale_find_changes "${S}"/usr/share/locale "" ""
-
-   install_locale() {
-   insinto /usr/share/locale
-   doins -r usr/share/locale/${1}
-   }
-   plocale_for_each_locale install_locale
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/, x11-wm/muffin/files/

2023-05-07 Thread Sam James
commit: 6348b1d564dfc6bfb16c5e226457cc094ba3a4dd
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 18:45:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6348b1d5

x11-wm/muffin: drop 5.2.1, 5.6.2-r1

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 x11-wm/muffin/Manifest |   1 -
 x11-wm/muffin/files/muffin-5.6.2-clang16.patch |  18 
 x11-wm/muffin/muffin-5.2.1.ebuild  | 108 --
 x11-wm/muffin/muffin-5.6.2-r1.ebuild   | 121 -
 4 files changed, 248 deletions(-)

diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest
index 3fafb488a30f..462658443f65 100644
--- a/x11-wm/muffin/Manifest
+++ b/x11-wm/muffin/Manifest
@@ -1,3 +1,2 @@
-DIST muffin-5.2.1.tar.gz 5197177 BLAKE2B 
9703a2e2c5ef75c7d4da3e201b60033a7ba549d94106df33aa9b89d0029f52c06fb4be00dd4c4d996bb083a790635a8227c8ff729dc43940f70b679e1b46924d
 SHA512 
fa88a88f77a1cb84c2159fac8ab3ed38ae1054d3a01bb100aa264e8b91493a744da6e83ffad9190f0f7a07bd26022fea12d13a60e213d57f289685fba1810eb6
 DIST muffin-5.6.2.tar.gz 4517162 BLAKE2B 
95d4599f59838e1b281683ddcfb06eb152274482991ae2eea4e5c47056072df5714fc187967bdd58342ce660e3874c606de29f0e9f089d5b8511f116e703aca4
 SHA512 
14f71e15cedc7956f50a6b84d78ffcd1d20dba194206dd0df68147bcf60d2143eccaa1b23bf70675f4017cadd03698b6f79abedb754a04be20d73bbdbe724458
 DIST muffin-5.6.4.tar.gz 4518694 BLAKE2B 
25658e858939cd6046ccfeee6fefba3f62b96555703259eb4d4706eebee43466832b161a8be7b29e360fa3cc26fb0cdceb9f10f26f79177268e61eec11ab6857
 SHA512 
da779f12c2a3965d0e84324bcb0d96a787d95d6b441696b595f739dfa6fd0f1ecd4f700a1a4b1d6f6842594077544f145782f5961132e313962f77a4150e

diff --git a/x11-wm/muffin/files/muffin-5.6.2-clang16.patch 
b/x11-wm/muffin/files/muffin-5.6.2-clang16.patch
deleted file mode 100644
index e2dc748071e2..
--- a/x11-wm/muffin/files/muffin-5.6.2-clang16.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-https://github.com/linuxmint/muffin/commit/63c7161bc0513db5727bc883269a356f64229572
-
-From 63c7161bc0513db5727bc883269a356f64229572 Mon Sep 17 00:00:00 2001
-From: Michael Webster 
-Date: Wed, 1 Mar 2023 09:24:04 -0500
-Subject: [PATCH] place.c: Add missing import.
-
 a/src/core/place.c
-+++ b/src/core/place.c
-@@ -36,6 +36,7 @@
- #include "meta/meta-backend.h"
- #include "meta/prefs.h"
- #include "meta/workspace.h"
-+#include "meta/meta-cursor-tracker.h"
- 
- typedef enum
- {
-

diff --git a/x11-wm/muffin/muffin-5.2.1.ebuild 
b/x11-wm/muffin/muffin-5.2.1.ebuild
deleted file mode 100644
index cc08f772038b..
--- a/x11-wm/muffin/muffin-5.2.1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools gnome2-utils xdg-utils virtualx
-
-DESCRIPTION="Compositing window manager forked from Mutter for use with 
Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/muffin;
-SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-1 GPL-2+ LGPL-2+ MIT || ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
-SLOT="0"
-IUSE="input_devices_wacom +introspection test xinerama"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=dev-libs/json-glib-1.0
-   >=gnome-extra/cinnamon-desktop-5.2:0=
-   gnome-extra/zenity
-   >=media-libs/libcanberra-0.26[gtk3]
-   media-libs/libglvnd
-   >=x11-libs/cairo-1.14:=[X]
-   x11-libs/gdk-pixbuf:2[introspection?]
-   >=x11-libs/gtk+-3.9.12:3[X,introspection?]
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libxcb
-   >=x11-libs/libXcomposite-0.3
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   >=x11-libs/libXi-1.6.0
-   >=x11-libs/libxkbcommon-0.4.3[X]
-   x11-libs/libxkbfile
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   >=x11-libs/pango-1.14.0[X,introspection?]
-   >=x11-libs/startup-notification-0.7:=
-   x11-misc/xkeyboard-config
-
-   input_devices_wacom? ( >=dev-libs/libwacom-0.7:= )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-
-   test? ( app-text/docbook-xml-dtd:4.5 )
-"
-# needs gtk-doc, not just -am, for gtk-doc.make
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   eautoreconf
-   gnome2_disable_deprecation_warning
-}
-
-# Wayland is not supported upstream.
-src_configure() {
-   econf \
-

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon/

2023-05-07 Thread Sam James
commit: 0344e9a958dca085962faa8fbf8c8af515d5a72e
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 07:55:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0344e9a9

gnome-extra/cinnamon: add 5.6.8

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon/Manifest  |   1 +
 gnome-extra/cinnamon/cinnamon-5.6.8.ebuild | 183 +
 2 files changed, 184 insertions(+)

diff --git a/gnome-extra/cinnamon/Manifest b/gnome-extra/cinnamon/Manifest
index e4f64c537245..30a842f05336 100644
--- a/gnome-extra/cinnamon/Manifest
+++ b/gnome-extra/cinnamon/Manifest
@@ -1,2 +1,3 @@
 DIST cinnamon-5.2.7.tar.gz 2423949 BLAKE2B 
f4ce9ec4c79eab3daadff958c0a334d49757548203078ab657ebe2450f3f179c942df9d0f9089efe313c268c929628d724db43371e12338606d284a2738ed62c
 SHA512 
62cbbe2f719574b3f70a4895c231be9ad65a41220d2755cc1557bc06bb2b31ced93621c356f2973376d127d5a1e59f9295498bbc4812d428e8605e8f4882c733
 DIST cinnamon-5.6.5.tar.gz 2481833 BLAKE2B 
af7f5010cba9afac9c37aca60f1d6a730fca9bcfe4860a79e8f7cc903cbff45cde4d650530309c4866eeedd52212a4287221e89e5616b3ab0d0903cad3a33afb
 SHA512 
767a68683f2776a1216ec32c479a84203c8524e7bbf2bd65faf4249a46d1a2ccfae8feb55d664890c1b1cd2061895c79d9bec5a70f126b819baebb19804ac30c
+DIST cinnamon-5.6.8.tar.gz 2483519 BLAKE2B 
0876bf097bbdb2b15b543a09d7d659995624d880a4c32a0d6bf580def4a72d33363c03525cd8072a238c624382c20bb66ce5ad5c05f8c21bbe5c06742209ca2b
 SHA512 
33f7766f8d5df070cca7d4001be6a01dcb5cc57e60a320b0b2d14968af7bc0060575284f885de640ebe9297ea2bf9a6b97cb32dfb50fac37bb6d851d5f5d2237

diff --git a/gnome-extra/cinnamon/cinnamon-5.6.8.ebuild 
b/gnome-extra/cinnamon/cinnamon-5.6.8.ebuild
new file mode 100644
index ..11a627c66a36
--- /dev/null
+++ b/gnome-extra/cinnamon/cinnamon-5.6.8.ebuild
@@ -0,0 +1,183 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit meson gnome2-utils pax-utils python-single-r1 xdg
+
+DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon;
+SRC_URI="https://github.com/linuxmint/cinnamon/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD GPL-2+ GPL-3+ GPL-3-with-openssl-exception LGPL-2+ LGPL-2.1 
LGPL-2.1+ MIT"
+SLOT="0"
+IUSE="+eds +gstreamer gtk-doc +nls +networkmanager"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   >=dev-libs/glib-2.52.0:2[dbus]
+   >=dev-libs/gobject-introspection-1.29.15:=
+   dev-libs/libxml2:2
+   >=gnome-extra/cinnamon-desktop-5.6:0=
+   >=gnome-extra/cinnamon-menus-5.6
+   >=gnome-extra/cjs-5.6[cairo]
+   sys-apps/dbus
+   >=sys-auth/polkit-0.100[introspection]
+   virtual/opengl
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2[introspection]
+   >=x11-libs/gtk+-3.12.0:3[introspection]
+   >=x11-libs/libnotify-0.7.3:0=[introspection]
+   x11-libs/libX11
+   >=x11-libs/libXfixes-5.0
+   x11-libs/pango[introspection]
+   >=x11-libs/xapp-2.4.1[introspection]
+   >=x11-wm/muffin-5.6[introspection]
+
+   eds? (
+   gnome-extra/evolution-data-server
+   )
+   gstreamer? (
+   media-libs/gst-plugins-base:1.0
+   media-libs/gstreamer:1.0
+   )
+   networkmanager? (
+   net-misc/networkmanager[introspection]
+   )
+"
+# caribou used by onscreen keyboard
+# libtimezonemap used by datetime settings
+# iso-flag-png (unpackaged) used by keyboard layout settings
+RDEPEND="
+   ${DEPEND}
+   >=app-accessibility/caribou-0.3
+   dev-libs/keybinder:3[introspection]
+   dev-libs/libtimezonemap
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/pyinotify[${PYTHON_USEDEP}]
+   dev-python/python-pam[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/tinycss2[${PYTHON_USEDEP}]
+   >=dev-python/python3-xapp-2.4.0[${PYTHON_USEDEP}]
+   ')
+   >=gnome-base/dconf-0.4.1
+   >=gnome-base/gsettings-desktop-schemas-2.91.91
+   >=gnome-base/libgnomekbd-2.91.4
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo-fileroller/

2023-05-07 Thread Sam James
commit: 1ec91c150823e57f085c40ab09c98240eb4aa1e7
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 18:57:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec91c15

gnome-extra/nemo-fileroller: drop 5.2.0

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/nemo-fileroller/Manifest   |  1 -
 .../nemo-fileroller/nemo-fileroller-5.2.0.ebuild   | 25 --
 2 files changed, 26 deletions(-)

diff --git a/gnome-extra/nemo-fileroller/Manifest 
b/gnome-extra/nemo-fileroller/Manifest
index 66d066bbf345..ab294d94130c 100644
--- a/gnome-extra/nemo-fileroller/Manifest
+++ b/gnome-extra/nemo-fileroller/Manifest
@@ -1,2 +1 @@
-DIST nemo-extensions-5.2.0.tar.gz 533607 BLAKE2B 
0c9ca96e2ac57a42765f3b598d4681e1f8a00b7804edd0ae500e80ce8d013f3fcdfafdd1ccba7d13d33639e6128aed54b5909baa463c040fd88d64d56d14dcdd
 SHA512 
deaf8c8582119f75b13f65dd60e8b5a2db68dece6a3237e2d31c11adf35ca8fc3ea9b16d53b21a0ddb3772759b8a8993779da6e9ee4cf765889515fdcb03998d
 DIST nemo-extensions-5.6.1.tar.gz 535363 BLAKE2B 
cde43f8d38073ea83ab8a5d44b9edbd4d517d7299682f23a7d88784853818a6c77a6680164a8a155f877b48954bb009c9cb5d410c213738c790a892801c5d897
 SHA512 
d8896baaf78ae79c2e4b886603e77dc5b8372c392f91f5c554e15d60a5abc5a06b8e62e1ca3481c3cd32913e7d90150f63e01fb4fa3c1c596a4de26d6ac5be04

diff --git a/gnome-extra/nemo-fileroller/nemo-fileroller-5.2.0.ebuild 
b/gnome-extra/nemo-fileroller/nemo-fileroller-5.2.0.ebuild
deleted file mode 100644
index f3594a63e6dc..
--- a/gnome-extra/nemo-fileroller/nemo-fileroller-5.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Nemo file-roller integration"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/nemo-extensions;
-SRC_URI="https://github.com/linuxmint/nemo-extensions/archive/${PV}.tar.gz -> 
nemo-extensions-${PV}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-DEPEND="
-   >=dev-libs/glib-2.14.0
-   >=gnome-extra/nemo-2.0.0
-"
-RDEPEND="
-   ${DEPEND}
-   app-arch/file-roller
-"
-
-S="${WORKDIR}/nemo-extensions-${PV}/${PN}"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cjs/

2023-05-07 Thread Sam James
commit: edb4860833f7c6507da7804deebfebb4e93f
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 18:53:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb48608

gnome-extra/cjs: drop 5.2.0

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cjs/Manifest |  1 -
 gnome-extra/cjs/cjs-5.2.0.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/gnome-extra/cjs/Manifest b/gnome-extra/cjs/Manifest
index 93cc3c014d4d..7475c2fec6ef 100644
--- a/gnome-extra/cjs/Manifest
+++ b/gnome-extra/cjs/Manifest
@@ -1,2 +1 @@
-DIST cjs-5.2.0.tar.gz 601982 BLAKE2B 
99fe183add425e5178863aa6b0af6aa0579de0dabee72ad9bcc86e2edf0ad13093ce659ac60ed365edb33ff1eb54d54766a7e0df1a65aa64b7da34e5559297c7
 SHA512 
0ce5cc07be036fa9af93c7d98a179881789f883578a2034c3c28255ef9da96d32b4203fc39311eaea0bdbe5148f13920d72dd24acb717c4e60302b390097a825
 DIST cjs-5.6.1.tar.gz 794907 BLAKE2B 
9ec6d5ffb33a28dca96d640da7b499e81751d5889dd0caec354fdf41de7b42c8d8edd737def68c2506c94af7a69a4d3433c459da2a5884f2668f14eac22163a0
 SHA512 
35662d78174d428610642198da2c19137cd61dce93de69011fea235b0f461a2072ff219da0f18ef36068c1e3e5c2dc88684493b900a12fc1cd0b32503ae5

diff --git a/gnome-extra/cjs/cjs-5.2.0.ebuild b/gnome-extra/cjs/cjs-5.2.0.ebuild
deleted file mode 100644
index 02b98ea1395f..
--- a/gnome-extra/cjs/cjs-5.2.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-
-inherit meson pax-utils python-any-r1 virtualx
-
-DESCRIPTION="Linux Mint's fork of gjs for Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cjs;
-SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD CC0-1.0 MIT MPL-2.0 || ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
-SLOT="0"
-IUSE="+cairo examples readline sysprof test"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-RDEPEND="
-   dev-lang/spidermonkey:78
-   >=dev-libs/glib-2.58.0:2
-   >=dev-libs/gobject-introspection-1.58.3:=
-   >=dev-libs/libffi-3.2.1:0=
-
-   cairo? ( x11-libs/cairo[glib,X] )
-   readline? ( sys-libs/readline:0= )
-"
-DEPEND="
-   ${RDEPEND}
-   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
-   test? (
-   sys-apps/dbus
-   x11-libs/gtk+:3[introspection]
-   )
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   python_fix_shebang build
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_feature cairo)
-   $(meson_feature readline)
-   $(meson_feature sysprof profiler)
-   -Dinstalled_tests=false
-   $(meson_use !test skip_dbus_tests)
-   $(meson_use !test skip_gtk_tests)
-   )
-   meson_src_configure
-}
-
-src_test() {
-   virtx meson_src_test
-}
-
-src_install() {
-   meson_src_install
-
-   if use examples; then
-   docinto examples
-   dodoc "${S}"/examples/*
-   fi
-
-   # Required for cjs-console to run correctly on PaX systems
-   pax-mark mr "${ED}/usr/bin/cjs-console"
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-desktop/

2023-05-07 Thread Sam James
commit: c2bee08e4d02f9220b3ffbcf560449aaa1dd04f8
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 18:49:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bee08e

gnome-extra/cinnamon-desktop: drop 5.2.1

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-desktop/Manifest  |  1 -
 .../cinnamon-desktop/cinnamon-desktop-5.2.1.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/gnome-extra/cinnamon-desktop/Manifest 
b/gnome-extra/cinnamon-desktop/Manifest
index 3b694a6a1ef4..8bfde26d82b8 100644
--- a/gnome-extra/cinnamon-desktop/Manifest
+++ b/gnome-extra/cinnamon-desktop/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-desktop-5.2.1.tar.gz 495131 BLAKE2B 
56b5e5018f5b1bdfa57af1550edc756e4336b079df75753f90445d51703efe64dc6e33c1e7635fcf2e2fcca1683008777b446d76570fd5222fb809b1a458f6f2
 SHA512 
383229a929f4bd18389851573c4c7decc3cb5d6ebfdeb86ab7628578486c75ca71a308755d2736243a4801d5d50f6b07d0a142712d48752e166f3a39c3b70466
 DIST cinnamon-desktop-5.6.0.tar.gz 501954 BLAKE2B 
19fa04135ece7d0b6bbf059df06eee63c58ca7c041be232354e33d0f6375fc2abe8bb40e874a9b6fc660aa84928f30f15043837b74b8075ebc687141b3b04d20
 SHA512 
8c66b61e4dbab29befd33f095090a34ecb4fe476d26d0f84b56fa5b7ef5bb9439455a187f7519964ef9690fe9cbed17aa858297987bc4a4c14e3e5405ca90988
 DIST cinnamon-desktop-5.6.2.tar.gz 502140 BLAKE2B 
b96be728da24a43b88a14b7cd5e9dd6313c753e32e7f2dcb2a5ac4f2c8eb27266f261a1a1e5499d9a94ccbc679d9c4ea9cdaae4ee6b1187de44d518a9a483ca7
 SHA512 
cfa50697991c41916f53d2e902ff37671e547e362cb8c70eace1b482a97bf139b6a28375d0e399c738cb705ca3aa8768c3ecd13551b677c5446288259ed5deeb

diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.2.1.ebuild 
b/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.2.1.ebuild
deleted file mode 100644
index 7c0426931d30..
--- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.2.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-
-inherit meson gnome2-utils python-any-r1
-
-DESCRIPTION="A collection of libraries and utilites used by Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-desktop;
-SRC_URI="https://github.com/linuxmint/cinnamon-desktop/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-1 GPL-2+ LGPL-2+ LGPL-2.1+ MIT"
-SLOT="0/4" # subslot = libcinnamon-desktop soname version
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=dev-libs/gobject-introspection-0.10.2:=
-   >=gnome-base/gsettings-desktop-schemas-3.5.91
-   media-sound/pulseaudio[glib]
-   sys-apps/accountsservice
-   x11-libs/cairo:=[X]
-   >=x11-libs/gdk-pixbuf-2.22:2[introspection]
-   >=x11-libs/gtk+-3.3.16:3[introspection]
-   x11-libs/libX11
-   >=x11-libs/libXext-1.1
-   x11-libs/libxkbfile
-   >=x11-libs/libXrandr-1.3
-   x11-misc/xkeyboard-config
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-util/glib-utils
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   python_fix_shebang install-scripts
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/

2023-05-07 Thread Sam James
commit: 519a089351f6ee3011b29f88b3f313bbee188582
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 07:23:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519a0893

gnome-extra/cinnamon-control-center: add 5.6.1

Clean-up some qa-vdb warnings.

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-control-center/Manifest   |   1 +
 .../cinnamon-control-center-5.6.1.ebuild   | 103 +
 2 files changed, 104 insertions(+)

diff --git a/gnome-extra/cinnamon-control-center/Manifest 
b/gnome-extra/cinnamon-control-center/Manifest
index c528413952a1..ed20f18e7243 100644
--- a/gnome-extra/cinnamon-control-center/Manifest
+++ b/gnome-extra/cinnamon-control-center/Manifest
@@ -1,2 +1,3 @@
 DIST cinnamon-control-center-5.2.1.tar.gz 3863530 BLAKE2B 
826494b8f8a4dead32d6031d7b4b2a44d357b3e8fedf1065b61193caa86ad433ba68fd9344f70bbce77bb94e086ae15f8854dc73916a5f60c49b1b2bd9e7101c
 SHA512 
d322a9b460f13c697d327dda75a3ea16dd96414ed52ffbcdfc19479533178585da795c064ae441b36ef02f1aa779704db039328ca4ac4c373f363967948f2301
 DIST cinnamon-control-center-5.6.0.tar.gz 3872303 BLAKE2B 
c0db21dbad031e3a3e06ea2f6253421c548b993eef323e2be1ad131e0a8e980b7b3a93d9a7a6d1feaf13ebe8c5f77fd286f0cb56b7d22c7cb447e46178c6f328
 SHA512 
336c554c93212c28df4f163b6a06d2c287901c167dc8e5563dbb44ddd69119db36d15086b6b1e78ff1b199424a4a24ac9605d59877a3f8174fd1f406a0f7ca4f
+DIST cinnamon-control-center-5.6.1.tar.gz 3874429 BLAKE2B 
53344aead6c5e31eeadf70e26a2ae61db930e595b5e546ac08b57029c924e4105d126fe6a27cd3ef7d4a59b51f83e0790dfaf815d9a3addfa5c496eab82d4537
 SHA512 
8679cc3afab77605b5e949e58cacb55782fca0ebc41991de7421b12fcd6c85991b6e4f5c70611753724ff47ea4eb39339ea4cea29e3f4e3399d9141fe4c80c7f

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.6.1.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.6.1.ebuild
new file mode 100644
index ..f500f43017f9
--- /dev/null
+++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.6.1.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit meson gnome2-utils python-any-r1 xdg virtualx
+
+DESCRIPTION="Cinnamons's main interface to configure various aspects of the 
desktop"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-control-center;
+SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ MIT"
+SLOT="0"
+IUSE="+colord input_devices_wacom +networkmanager +modemmanager 
gnome-online-accounts systemd test"
+REQUIRED_USE="modemmanager? ( networkmanager )"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+RESTRICT="test"
+
+COMMON_DEPEND="
+   app-accessibility/at-spi2-core:2
+   >=dev-libs/glib-2.44.0:2
+   >=gnome-base/libgnomekbd-3.0.0:0=
+   >=gnome-extra/cinnamon-desktop-5.6:0=
+   >=gnome-extra/cinnamon-menus-5.6
+   media-libs/fontconfig
+   >=sys-auth/polkit-0.103
+   >=sys-power/upower-0.99.8:=
+   >=x11-libs/gdk-pixbuf-2.23.0:2
+   >=x11-libs/gtk+-3.16.0:3
+   >=dev-libs/libgudev-232
+   >=x11-libs/libnotify-0.7.3
+   x11-libs/cairo
+   x11-libs/libX11
+   >=x11-libs/libxklavier-5.1:=
+   x11-libs/pango
+
+   colord? ( >=x11-misc/colord-0.1.14:0= )
+   input_devices_wacom? (
+   >=dev-libs/libwacom-0.7:=
+   >=x11-libs/libXi-1.2 )
+   networkmanager? (
+   >=gnome-extra/nm-applet-1.2.0
+   >=net-libs/libnma-1.8.34
+   >=net-misc/networkmanager-1.2.0[modemmanager?]
+
+   modemmanager? ( >=net-misc/modemmanager-0.7 )
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.18.0
+   )
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   x11-themes/adwaita-icon-theme
+
+   colord? ( >=gnome-extra/gnome-color-manager-3 )
+   input_devices_wacom? ( 
gnome-extra/cinnamon-settings-daemon[input_devices_wacom] )
+   systemd? ( >=sys-apps/systemd-31 )
+   !systemd? ( app-admin/openrc-settingsd )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   app-text/iso-codes
+   x11-base/xorg-proto
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   python_fix_shebang meson_install_schemas.py
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use colord color)
+   $(meson_use modemmanager)
+   $(meson_use networkmanager)
+   $(meson_use gnome-online-accounts onlineaccounts)
+   $(meson_use input_devices_wacom 

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

2023-05-07 Thread Sam James
commit: b3f2126d4e3c07d5b47a6a7fa36e46fbf664cad2
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 18:47:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f2126d

app-accessibility/caribou: drop 0.4.21-r5

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 app-accessibility/caribou/caribou-0.4.21-r5.ebuild | 99 --
 1 file changed, 99 deletions(-)

diff --git a/app-accessibility/caribou/caribou-0.4.21-r5.ebuild 
b/app-accessibility/caribou/caribou-0.4.21-r5.ebuild
deleted file mode 100644
index b4ffe1753fea..
--- a/app-accessibility/caribou/caribou-0.4.21-r5.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit autotools gnome.org gnome2-utils python-single-r1 vala
-
-DESCRIPTION="Input assistive technology intended for switch and pointer users"
-HOMEPAGE="https://wiki.gnome.org/Projects/Caribou;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   app-accessibility/at-spi2-core
-   $(python_gen_cond_dep '
-   >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
-   ')
-   >=dev-libs/gobject-introspection-0.10.7:=
-   dev-libs/libgee:0.8
-   dev-libs/libxml2
-   >=media-libs/clutter-1.5.11:1.0[introspection]
-   >=x11-libs/gtk+-3:3[introspection]
-   x11-libs/libX11
-   x11-libs/libxklavier
-   x11-libs/libXtst
-"
-# gsettings-desktop-schemas is needed for the 'toolkit-accessibility' key
-# pyatspi-2.1.90 needed to run caribou if pygobject:3 is installed
-# librsvg needed to load svg images in css styles
-RDEPEND="
-   ${COMMON_DEPEND}
-   dev-libs/glib[dbus]
-   $(python_gen_cond_dep '
-   >=dev-python/pyatspi-2.1.90[${PYTHON_USEDEP}]
-   ')
-   >=gnome-base/gsettings-desktop-schemas-3
-   gnome-base/librsvg:2
-   sys-apps/dbus
-   !

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/

2023-05-07 Thread Sam James
commit: 003aa06a084bbe014c345417ea7a8dd799e198ab
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 07:37:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003aa06a

gnome-extra/cinnamon-settings-daemon: add 5.6.2

Clean-up some qa-vdb warnings.

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-settings-daemon/Manifest  |  1 +
 .../cinnamon-settings-daemon-5.6.2.ebuild  | 92 ++
 2 files changed, 93 insertions(+)

diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest 
b/gnome-extra/cinnamon-settings-daemon/Manifest
index 1cc383b59a8a..d207b5dfad8d 100644
--- a/gnome-extra/cinnamon-settings-daemon/Manifest
+++ b/gnome-extra/cinnamon-settings-daemon/Manifest
@@ -1,2 +1,3 @@
 DIST cinnamon-settings-daemon-5.2.0.tar.gz 662588 BLAKE2B 
aca6aac0a7b85fa9fb60f1101e0027d5faf3f6d95f7d306ae0ad9dd2e19bb1b48ab4333bbcdff5405b52c306f67eb34bfce895b37529d3ce015182aac41dcf07
 SHA512 
ae076956715bc7b47746868df0f1cb4034a8ce26b2d64878c74654f08a4498155063f16bf7972316fa138f72e10a82e8589fdb607f8072bbcd92e106bedbe98e
 DIST cinnamon-settings-daemon-5.6.0.tar.gz 572607 BLAKE2B 
d8b9a4ff4574251fc142840e81070eebd66ed322b64eadca97efcf2f6bc302bfef18e933d3e7d9bdfe236cc9fb30b24b4b98cbb539ed50c53767d1d2fd7a4a26
 SHA512 
69aff73deb5ae0278642b8d630b7e460daf4c84f4745f8809c73d2a74effc0642f404589651939fd5132cfe99010259155a9809cb4b074e34d52bb89f1266fd6
+DIST cinnamon-settings-daemon-5.6.2.tar.gz 572785 BLAKE2B 
eef91b591db1c0e546897c88c171aaf103c3ad619ea0ab31dca09e78ae18993f63b4b29ca82a3dc1bcd1def871845b1753f462e347f11c48dac729b844da20b2
 SHA512 
f3c08b50889e42510ef423d18d0fe0c55bf2c9c4fa436d16864eb477b7dcb055a50973e2d5f7a4339d1094dc760c5ad05848a6e13dffa87f6fb8cad1f76b970d

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.6.2.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.6.2.ebuild
new file mode 100644
index ..c049ac7181da
--- /dev/null
+++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.6.2.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit meson gnome2-utils python-any-r1 xdg
+
+DESCRIPTION="Cinnamon's settings daemon"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-settings-daemon;
+SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+ LGPL-2.1 LGPL-2.1+ MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+colord cups input_devices_wacom smartcard systemd"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[dbus]
+   dev-libs/libgudev
+   >=gnome-base/libgnomekbd-3.6:=
+   >=gnome-extra/cinnamon-desktop-5.6:0=
+   media-libs/fontconfig
+   >=media-libs/lcms-2.2:2
+   media-libs/libcanberra[gtk3,pulseaudio]
+   >=media-libs/libpulse-0.9.16[glib]
+   >=sys-auth/polkit-0.97
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.14.0:3
+   >=x11-libs/libnotify-0.7.3
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   >=x11-libs/libxklavier-5.0:=
+   >=x11-libs/pango-1.20.0
+   >=sys-power/upower-0.9.11:=
+
+   colord? ( >=x11-misc/colord-0.1.27:= )
+   cups? (
+   >=net-print/cups-1.4[dbus]
+   app-admin/system-config-printer
+   net-print/cups-pk-helper )
+   input_devices_wacom? (
+   >=dev-libs/libwacom-0.7:=
+   >=gnome-base/librsvg-2.36.2 )
+   smartcard? ( >=dev-libs/nss-3.11.2 )
+   systemd? ( sys-apps/systemd:0= )
+   !systemd? ( sys-auth/elogind )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/libxml2:2
+   x11-base/xorg-proto
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-util/glib-utils
+   dev-util/gdbus-codegen
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   python_fix_shebang install-scripts
+}
+
+src_configure() {
+   # gudev not optional on Linux platforms
+   local emesonargs=(
+   -Duse_gudev=enabled
+   -Duse_polkit=enabled
+   -Duse_logind=enabled
+   $(meson_feature colord use_color)
+   $(meson_feature cups use_cups)
+   $(meson_feature smartcard use_smartcard)
+   $(meson_feature input_devices_wacom use_wacom)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/

2023-05-07 Thread Sam James
commit: 1649d2bc5a1acac2432000d44a58fa8eec286131
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 06:18:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1649d2bc

x11-wm/muffin: add 5.6.4

Clean-up some qa-vdb warnings.

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 x11-wm/muffin/Manifest|   1 +
 x11-wm/muffin/muffin-5.6.4.ebuild | 118 ++
 2 files changed, 119 insertions(+)

diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest
index 334f5431de38..3fafb488a30f 100644
--- a/x11-wm/muffin/Manifest
+++ b/x11-wm/muffin/Manifest
@@ -1,2 +1,3 @@
 DIST muffin-5.2.1.tar.gz 5197177 BLAKE2B 
9703a2e2c5ef75c7d4da3e201b60033a7ba549d94106df33aa9b89d0029f52c06fb4be00dd4c4d996bb083a790635a8227c8ff729dc43940f70b679e1b46924d
 SHA512 
fa88a88f77a1cb84c2159fac8ab3ed38ae1054d3a01bb100aa264e8b91493a744da6e83ffad9190f0f7a07bd26022fea12d13a60e213d57f289685fba1810eb6
 DIST muffin-5.6.2.tar.gz 4517162 BLAKE2B 
95d4599f59838e1b281683ddcfb06eb152274482991ae2eea4e5c47056072df5714fc187967bdd58342ce660e3874c606de29f0e9f089d5b8511f116e703aca4
 SHA512 
14f71e15cedc7956f50a6b84d78ffcd1d20dba194206dd0df68147bcf60d2143eccaa1b23bf70675f4017cadd03698b6f79abedb754a04be20d73bbdbe724458
+DIST muffin-5.6.4.tar.gz 4518694 BLAKE2B 
25658e858939cd6046ccfeee6fefba3f62b96555703259eb4d4706eebee43466832b161a8be7b29e360fa3cc26fb0cdceb9f10f26f79177268e61eec11ab6857
 SHA512 
da779f12c2a3965d0e84324bcb0d96a787d95d6b441696b595f739dfa6fd0f1ecd4f700a1a4b1d6f6842594077544f145782f5961132e313962f77a4150e

diff --git a/x11-wm/muffin/muffin-5.6.4.ebuild 
b/x11-wm/muffin/muffin-5.6.4.ebuild
new file mode 100644
index ..356d8ad2276a
--- /dev/null
+++ b/x11-wm/muffin/muffin-5.6.4.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson virtualx
+
+DESCRIPTION="Compositing window manager forked from Mutter for use with 
Cinnamon"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/muffin;
+SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+ MIT SGI-B-2.0"
+SLOT="0"
+IUSE="input_devices_wacom +introspection screencast sysprof test udev"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+# Dependencies listed in meson order
+COMDEPEND="
+   x11-libs/libX11
+   >=media-libs/graphene-1.9.3[introspection?]
+   >=x11-libs/gtk+-3.19.8:3[X,introspection?]
+   x11-libs/gdk-pixbuf:2[introspection?]
+   >=x11-libs/pango-1.20.0[introspection?]
+   >=x11-libs/cairo-1.10.0[X]
+   >=dev-libs/fribidi-1.0.0
+   >=dev-libs/glib-2.61.1:2
+   >=dev-libs/json-glib-0.12.0[introspection?]
+   >=gnome-extra/cinnamon-desktop-5.6:0=
+   >=x11-libs/libXcomposite-0.4
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   >=x11-libs/libXfixes-3
+   >=x11-libs/libXi-1.7.4
+   x11-libs/libXtst
+   x11-libs/libxkbfile
+   x11-misc/xkeyboard-config
+   >=x11-libs/libxkbcommon-0.4.3[X]
+   x11-libs/libXrender
+   >=x11-libs/libXrandr-1.5.0
+   x11-libs/libxcb:=
+   x11-libs/libXinerama
+   x11-libs/libXau
+   x11-libs/libICE
+   >=app-accessibility/at-spi2-core-2.46.0:2[introspection?]
+   >=media-libs/libcanberra-0.26
+   sys-apps/dbus
+   media-libs/libglvnd[X]
+   media-libs/mesa[X(+),egl(+)]
+   x11-libs/libSM
+   >=x11-libs/startup-notification-0.7
+   media-libs/fontconfig
+
+   input_devices_wacom? ( >=dev-libs/libwacom-0.13:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.41.3:= )
+   screencast? ( >=media-video/pipewire-0.3.0:= )
+   sysprof? ( >=dev-util/sysprof-capture-3.35.2:3 )
+   udev? ( >=virtual/libudev-228:=
+   >=dev-libs/libgudev-232 )
+"
+RDEPEND="${COMDEPEND}
+   gnome-extra/zenity
+"
+DEPEND="${COMDEPEND}
+   x11-base/xorg-proto
+
+   sysprof? ( dev-util/sysprof-common )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+# Wayland is not supported upstream.
+src_configure() {
+   local emesonargs=(
+   -Dopengl=true
+   #opengl_libname
+   #gles2_libname
+   -Dgles2=false # wayland
+   -Degl=true
+   -Dglx=true
+   $(meson_use screencast remote_desktop)
+   $(meson_use udev)
+   $(meson_use input_devices_wacom libwacom)
+   -Dpango_ft2=true
+   -Dstartup_notification=true
+   -Dsm=true
+   $(meson_use introspection)
+   $(meson_use test cogl_tests)
+

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-screensaver/

2023-05-07 Thread Sam James
commit: 5eb640a91817989157f20b2038bd025c7f831d7b
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Sun May  7 07:07:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  7 22:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb640a9

gnome-extra/cinnamon-screensaver: add 5.6.3

Clean-up some qa-vdb warnings.

Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-screensaver/Manifest  |  1 +
 .../cinnamon-screensaver-5.6.3.ebuild  | 76 ++
 2 files changed, 77 insertions(+)

diff --git a/gnome-extra/cinnamon-screensaver/Manifest 
b/gnome-extra/cinnamon-screensaver/Manifest
index 638931a5b58b..8468f5705439 100644
--- a/gnome-extra/cinnamon-screensaver/Manifest
+++ b/gnome-extra/cinnamon-screensaver/Manifest
@@ -1,2 +1,3 @@
 DIST cinnamon-screensaver-5.2.1.tar.gz 154920 BLAKE2B 
a50508f6ad5ffee797db4f74295ef7ffdfdb0024e9a9ca005398f5ccac83687f356743c80d8911ccf1ee9b343a285e4e6c72ce864fe639e3494ed54701a84e8b
 SHA512 
db293f619df8ea3e43c209f5d32d649935f1efbc5763700369d5bd595866805a3e604930a3f70b6d43cbc4469c6d618f258b49cf4962f87c8b06447178ed1e7a
 DIST cinnamon-screensaver-5.6.2.tar.gz 157785 BLAKE2B 
ae3eefbb6d86ca3f6ee43bd818ad732c917fecfc74927b836bc0ca3fa4541e5e8f1ffb7bfce3b4786429bbc2a5ebb1cb7613618d0eda9ad8bb097fd5fb445db9
 SHA512 
d99b3573bb2b4d862d16309fcbec9660119c7ec68e99c49b53241d058c101931fbfd6b203a9ba12eb3482e241f37413ebd5c79d19495ffce064973a9c3d0cfeb
+DIST cinnamon-screensaver-5.6.3.tar.gz 157834 BLAKE2B 
50728147fcb5849998113d5f19393e89f2cb4c5610359b81b42853fc2378814a52a8ed4f829cdd4e546a705a594da7b958ab25f69f996ee3d2204a64b7fdba90
 SHA512 
632bc9b518e59be7ce32c22ccfa32da060ea9edabe1683f91f2bf3c716fdcd7ca95fe4bda595ccc99821405bfbd987df2a416f229de56b3139f8d9975453ad39

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.6.3.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.6.3.ebuild
new file mode 100644
index ..4d0f7926c0d7
--- /dev/null
+++ b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.6.3.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit meson python-single-r1 xdg
+
+DESCRIPTION="Screensaver for Cinnamon"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-screensaver;
+SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+ MIT"
+SLOT="0"
+IUSE="systemd xinerama"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.37.3:2[dbus]
+   >=gnome-extra/cinnamon-desktop-5.6
+   sys-libs/pam
+   >=x11-libs/gtk+-3.22:3[introspection]
+   x11-libs/cairo
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrandr
+   x11-libs/pango
+   x11-misc/xdotool
+   x11-themes/adwaita-icon-theme
+
+   xinerama? ( x11-libs/libXinerama )
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   >=app-accessibility/caribou-0.3
+   sys-apps/accountsservice[introspection]
+   $(python_gen_cond_dep '
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   >=dev-python/python3-xapp-2.4.0[${PYTHON_USEDEP}]
+   ')
+
+   systemd? ( >=sys-apps/systemd-31 )
+   !systemd? ( sys-auth/elogind )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   sys-apps/dbus
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   python_fix_shebang install-scripts src
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use xinerama)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   python_optimize "${ED}"/usr/share/cinnamon-screensaver/
+}



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

2023-05-07 Thread Mike Pagano
commit: 4fd087d63a4de67c9cd1d234a1d566376cf7ccd4
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun May  7 22:10:24 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun May  7 22:10:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd087d6

sys-kernel/git-sources: add 6.4_rc1

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 0c9f450f7227..c3541627ccc6 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -6,3 +6,4 @@ DIST patch-6.3-rc4.patch 78319961 BLAKE2B 
ba2690ec145446691f8bc912ffd52765937c21
 DIST patch-6.3-rc5.patch 78517689 BLAKE2B 
028e7cfa36677ba882c6bd67a3aa8e41c250cbafc11e689c02083eb35207899df6edef26913166aadbc55d3b25860e2f4fd2a6306a71544123b0a120ca936a5c
 SHA512 
7372a9acfdedeb03b33efc6a3693c12b43e187ad2f98ee1736f3705b7f9ad28606891df01b434f0de85ff33a4ff0adc0b1d6d8df2b30c32bbb878f7e9601007d
 DIST patch-6.3-rc6.patch 78720432 BLAKE2B 
6b6f9bf3965489a1f94c3738bdfc96978ccc91486c59b4552ebccb1c055e9d41b587d9d88fe6581fc95b0e84a6627581db26edc8d72f44fe9ec2d46b0b02eb0d
 SHA512 
1e2e777de5c46e52409b2afd762fcec351113bc9db32d9f69b9b1dbfb58ab89bcac4af6b6a6f4bd1b254b8ecb089bcd3dbb4b6019388d71bcae9b46404da49f3
 DIST patch-6.3-rc7.patch 78902170 BLAKE2B 
b627b9d2ebbb91d2102a7ca46616bcc31609713b0120c5051ec7397261e206ad9b93f6e54a2a96c6371f80a21e9043d1abd746632e16034e9d787d7b3ece4650
 SHA512 
060080a1d501aa2a6b534b48fbd92ffdf59ec8179b68089cce6f807bbc980716b98718751f7a4fc89c54c4f116eba109e3945445466fe9e31b3add28a42fc86f
+DIST patch-6.4-rc1.patch 150354035 BLAKE2B 
a2f069cd47ad350fe811cf8abe2094afd8a107f7dec1eb978ccdecbd25e2beff27dafef569617d333facbd68c23be149719ac474c7bd1526dbd36b05424f4725
 SHA512 
eb31cb141d8ce6ffd0bdfc6b0a27e1e8bfa5bfe43e150e35d097afb3d8fca9bae811a85da337af8b5eceaac417d2cf19728e2f35125500b03fea03c86a4eeb9a

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



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

2023-05-07 Thread Andreas K. Hüttel
commit: af3e8eb1d66ca412e395e6e473f4d74552550494
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  7 21:50:24 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  7 21:50:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3e8eb1

sys-libs/glibc: Add a call to sanity_prechecks in pkg_preinst

Bug: https://bugs.gentoo.org/885481
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/glibc-.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index cc98168d7f92..7f2028de0877 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -1576,6 +1576,9 @@ pkg_preinst() {
# nothing to do if just installing headers
just_headers && return
 
+   einfo "Checking general environment sanity."
+   sanity_prechecks
+
# prepare /etc/ld.so.conf.d/ for files
mkdir -p "${EROOT}"/etc/ld.so.conf.d
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/svg-lib/, app-emacs/svg-lib/files/

2023-05-07 Thread Arsen Arsenović
commit: 822e8c26773d3b187c413c05f9c2af47ad21e330
Author: Arsen Arsenović  gentoo  org>
AuthorDate: Sun May  7 17:09:34 2023 +
Commit: Arsen Arsenović  gentoo  org>
CommitDate: Sun May  7 21:41:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822e8c26

app-emacs/svg-lib: new package, add 0.2.5

Co-authored-by: Sam James  gentoo.org>
Signed-off-by: Sam James  gentoo.org>
Signed-off-by: Arsen Arsenović  gentoo.org>

 app-emacs/svg-lib/Manifest  |  1 +
 app-emacs/svg-lib/files/50svg-lib-gentoo.el |  3 +++
 app-emacs/svg-lib/metadata.xml  | 20 
 app-emacs/svg-lib/svg-lib-0.2.5.ebuild  | 24 
 4 files changed, 48 insertions(+)

diff --git a/app-emacs/svg-lib/Manifest b/app-emacs/svg-lib/Manifest
new file mode 100644
index ..086f8142147c
--- /dev/null
+++ b/app-emacs/svg-lib/Manifest
@@ -0,0 +1 @@
+DIST svg-lib-0.2.5.tar.lz 659528 BLAKE2B 
c02ad940f75b4de2475c16efd6acdfaa69af948fb81fc147d96cd9ee72a7fcef3f42438fc1a29ba351414306108eeb09f0a0be2aabf351c9d81f064b3dcb7d85
 SHA512 
306b8fa9464286cca7c77b1d5a9cc273661dc4f8fb0671d5ff6f57e9db95518531a8ce0d38dc20aa1d4820a23c9c5fd5bc725c5ff19391a62dcab74cee235a97

diff --git a/app-emacs/svg-lib/files/50svg-lib-gentoo.el 
b/app-emacs/svg-lib/files/50svg-lib-gentoo.el
new file mode 100644
index ..3f6bbeef5d56
--- /dev/null
+++ b/app-emacs/svg-lib/files/50svg-lib-gentoo.el
@@ -0,0 +1,3 @@
+;;; app-emacs/svg-lib site configuration -*- lexical-binding: t; -*-
+(add-to-list 'load-path "@SITELISP@")
+(load "@SITELISP@/svg-lib-autoloads.el" nil t)

diff --git a/app-emacs/svg-lib/metadata.xml b/app-emacs/svg-lib/metadata.xml
new file mode 100644
index ..2a9db088749f
--- /dev/null
+++ b/app-emacs/svg-lib/metadata.xml
@@ -0,0 +1,20 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   s...@gentoo.org
+   Sam James
+   
+   
+   ar...@gentoo.org
+   Arsen Arsenović
+   
+   
+   gnu-em...@gentoo.org
+   Gentoo GNU Emacs project
+   
+   
+   
+   rougier/svg-lib
+   
+

diff --git a/app-emacs/svg-lib/svg-lib-0.2.5.ebuild 
b/app-emacs/svg-lib/svg-lib-0.2.5.ebuild
new file mode 100644
index ..c392b21873b6
--- /dev/null
+++ b/app-emacs/svg-lib/svg-lib-0.2.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="27.1"
+inherit elisp unpacker
+
+DESCRIPTION="SVG tags, progress bars & icons"
+HOMEPAGE="https://github.com/rougier/svg-lib;
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.lz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="$(unpacker_src_uri_depends)"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+   elisp-make-autoload-file
+   elisp_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/kind-icon/, app-emacs/kind-icon/files/

2023-05-07 Thread Arsen Arsenović
commit: d080d5b8951763c51186f35878dd238b2d2a81ed
Author: Arsen Arsenović  gentoo  org>
AuthorDate: Sun May  7 17:07:35 2023 +
Commit: Arsen Arsenović  gentoo  org>
CommitDate: Sun May  7 21:41:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d080d5b8

app-emacs/kind-icon: new package, add 0.1.9

Co-authored-by: Sam James  gentoo.org>
Signed-off-by: Sam James  gentoo.org>
Signed-off-by: Arsen Arsenović  gentoo.org>

 app-emacs/kind-icon/Manifest|  1 +
 app-emacs/kind-icon/files/50kind-icon-gentoo.el |  3 +++
 app-emacs/kind-icon/kind-icon-0.1.9.ebuild  | 26 +
 app-emacs/kind-icon/metadata.xml| 20 +++
 4 files changed, 50 insertions(+)

diff --git a/app-emacs/kind-icon/Manifest b/app-emacs/kind-icon/Manifest
new file mode 100644
index ..782817b83f84
--- /dev/null
+++ b/app-emacs/kind-icon/Manifest
@@ -0,0 +1 @@
+DIST kind-icon-0.1.9.tar.lz 19417 BLAKE2B 
9d1590627d1d6bff65af9d0658a0aed9245f43b9d27abc57fdc43edae200f8d5fff993d43d0eae84499975a847fae069d706fd47cb0f7b81406f220fd047bfb4
 SHA512 
b9cd384399eadd898001ae502315b0c78efb483ccb4414f41eab51cfd2a18a98a53618507f6d2bd5c7f6758a358d744b143f00a7912237efcc9451591505933e

diff --git a/app-emacs/kind-icon/files/50kind-icon-gentoo.el 
b/app-emacs/kind-icon/files/50kind-icon-gentoo.el
new file mode 100644
index ..b9e72be87371
--- /dev/null
+++ b/app-emacs/kind-icon/files/50kind-icon-gentoo.el
@@ -0,0 +1,3 @@
+;;; app-emacs/kind-icon site configuration   -*- lexical-binding: t; -*-
+(add-to-list 'load-path "@SITELISP@")
+(load "@SITELISP@/kind-icon-autoloads.el" nil t)

diff --git a/app-emacs/kind-icon/kind-icon-0.1.9.ebuild 
b/app-emacs/kind-icon/kind-icon-0.1.9.ebuild
new file mode 100644
index ..eb4ee87bfc08
--- /dev/null
+++ b/app-emacs/kind-icon/kind-icon-0.1.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="27.1"
+inherit elisp unpacker
+
+DESCRIPTION="Completion kind icons"
+HOMEPAGE="https://github.com/jdtsmith/kind-icon;
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.lz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-emacs/svg-lib"
+DEPEND="${RDEPEND}"
+BDEPEND="$(unpacker_src_uri_depends)"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+   elisp-make-autoload-file
+   elisp_src_install
+}

diff --git a/app-emacs/kind-icon/metadata.xml b/app-emacs/kind-icon/metadata.xml
new file mode 100644
index ..fda2bb3e66ad
--- /dev/null
+++ b/app-emacs/kind-icon/metadata.xml
@@ -0,0 +1,20 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   s...@gentoo.org
+   Sam James
+   
+   
+   ar...@gentoo.org
+   Arsen Arsenović
+   
+   
+   gnu-em...@gentoo.org
+   Gentoo GNU Emacs project
+   
+   
+   
+   jdtsmith/kind-icon
+   
+



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

2023-05-07 Thread Julien Roy
commit: 54c35fff09321969f6985f82e4d6d9c1530dcfe2
Author: Julien Roy  jroy  ca>
AuthorDate: Sun May  7 21:41:13 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun May  7 21:41:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54c35fff

dev-python/olm: add 3.2.15

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

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

diff --git a/dev-python/olm/Manifest b/dev-python/olm/Manifest
index d4ff783ad..1e72c9449 100644
--- a/dev-python/olm/Manifest
+++ b/dev-python/olm/Manifest
@@ -1 +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

diff --git a/dev-python/olm/olm-3.2.15.ebuild b/dev-python/olm/olm-3.2.15.ebuild
new file mode 100644
index 0..8536ba163
--- /dev/null
+++ b/dev-python/olm/olm-3.2.15.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: app-crypt/tang/

2023-05-07 Thread Julien Roy
commit: 66e8868c1f0772a1804a593683356552f338e613
Author: Julien Roy  jroy  ca>
AuthorDate: Sun May  7 21:30:26 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun May  7 21:30:26 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66e8868c

app-crypt/tang: add 13

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

 app-crypt/tang/Manifest   |  1 +
 app-crypt/tang/tang-13.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/app-crypt/tang/Manifest b/app-crypt/tang/Manifest
index 085c89aa5..10f8802c0 100644
--- a/app-crypt/tang/Manifest
+++ b/app-crypt/tang/Manifest
@@ -1 +1,2 @@
 DIST tang-12.tar.gz 41459 BLAKE2B 
e948e0f7bc206cb7f0a2eeb42bf2b4b3cc5ff96fef4348beb562289684aafc20d5dab4d5b20ffbd3de5008900fed7e649b771e4353642306831c7e048317
 SHA512 
dc61aa7711700e149f53c08557f917c1363d946137ea1cad7d7a5ff4248fe6726a61e5339ab8853c52b592bd9963fb4041c6c3143d3a32311d9942424bb9d847
+DIST tang-13.tar.gz 41537 BLAKE2B 
23c7ebb0e74d56c712200e0bcbf048d32e82f08c91eece19337fc9725a6de48240958435c560a32f47fe506e607b38fc29c2b05635f232f713c8af6066a33ac0
 SHA512 
c8e99498b31a45bb97092d764bbe5f13f9152a8128ef774de6ac99bd44f15d5895b462ecefc504f37142fdacafc86a39059204514aa509db257b342553e00641

diff --git a/app-crypt/tang/tang-13.ebuild b/app-crypt/tang/tang-13.ebuild
new file mode 100644
index 0..1b055c35e
--- /dev/null
+++ b/app-crypt/tang/tang-13.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson systemd
+
+DESCRIPTION="Tang binding daemon"
+HOMEPAGE="https://github.com/latchset/tang;
+SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="acct-user/tang
+   net-misc/socat
+   >=net-libs/http-parser-2.8.0
+   >=dev-libs/jose-8"
+RDEPEND="${DEPEND}"
+BDEPEND="app-text/asciidoc"
+
+src_install(){
+   meson_install
+   newinitd "${FILESDIR}"/tangd.initd tangd
+   systemd_dounit "${FILESDIR}"/tangd.service
+
+   doconfd "${FILESDIR}"/tangd
+
+   dodir /var/db/tang
+   keepdir /var/db/tang
+   fowners tang:tang /var/db/tang
+   fperms 770 /var/db/tang
+}



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

2023-05-07 Thread Andreas K. Hüttel
commit: a24dfdd4b518e5d196337ffd03ce2ab8f304591d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  7 21:30:39 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  7 21:31:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24dfdd4

sys-libs/glibc: Fix parallelization during binpkg install

Bug: https://bugs.gentoo.org/736794
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/glibc-.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index f16a004cdc94..cc98168d7f92 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -1271,7 +1271,15 @@ run_locale_gen() {
locale_list="${root%/}/usr/share/i18n/SUPPORTED"
fi
 
-   set -- locale-gen ${inplace} --jobs $(makeopts_jobs) --config 
"${locale_list}" \
+   # bug 736794: we need to be careful with the parallelization... the 
number of
+   # processors saved in the environment of a binary package may differ 
strongly
+   # from the number of processes available during postinst
+   local mygenjobs="$(makeopts_jobs)"
+   if [[ "${EMERGE_FROM}" == "binary" ]] ; then
+   mygenjobs="$(nproc)"
+   fi
+
+   set -- locale-gen ${inplace} --jobs "${mygenjobs}" --config 
"${locale_list}" \
--destdir "${root}"
echo "$@"
"$@"



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

2023-05-07 Thread Matt Turner
commit: cb4c58112ad0529266bf68695ea510d1e4509953
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May  7 18:02:25 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May  7 20:48:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4c5811

app-editors/bluefish: Drop old versions

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

 app-editors/bluefish/bluefish-2.2.12-r1.ebuild | 95 --
 app-editors/bluefish/bluefish-2.2.12.ebuild| 95 --
 2 files changed, 190 deletions(-)

diff --git a/app-editors/bluefish/bluefish-2.2.12-r1.ebuild 
b/app-editors/bluefish/bluefish-2.2.12-r1.ebuild
deleted file mode 100644
index 12985003a0e1..
--- a/app-editors/bluefish/bluefish-2.2.12-r1.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-MY_P=${P/_/-}
-inherit autotools python-single-r1 xdg
-
-DESCRIPTION="GTK HTML editor for the experienced web designer or programmer"
-HOMEPAGE="https://bluefish.openoffice.nl/;
-SRC_URI="https://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2;
-
-LICENSE="GPL-3+"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-SLOT="0"
-IUSE="gucharmap nls python spell"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="sys-libs/zlib
-   x11-libs/gtk+:3
-   gucharmap? ( gnome-extra/gucharmap:2.90 )
-   python? ( ${PYTHON_DEPS} )
-   spell? ( app-text/enchant:2 )"
-DEPEND="${RDEPEND}
-   x11-libs/pango"
-BDEPEND=">=dev-libs/glib-2.24:2
-   dev-libs/libxml2:2
-   virtual/pkgconfig
-   nls? (
-   dev-util/intltool
-   sys-devel/gettext
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-# there actually is just some broken manpage checkup -> not bother
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${PN}-2.2.9-charmap_configure.patch" )
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   # eautoreconf seems to no longer kill translation files.
-   eautoreconf
-   sed -i 's:gzip -n $< -c:gzip -n -c $<:' data/bflib/Makefile.* || die 
"Cannot fix makefile"
-}
-
-src_configure() {
-   CONFIG_SHELL="${BROOT}/bin/bash" econf \
-   --disable-update-databases \
-   --disable-xml-catalog-update \
-   --with-freedesktop_org-appdata="${EPREFIX}"/usr/share/metainfo \
-   --without-gtk2 \
-   $(use_with gucharmap charmap) \
-   $(use_enable nls) \
-   $(use_enable spell spell-check) \
-   $(use_enable python)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-
-   einfo "Adding XML catalog entries..."
-   "${EPREFIX}"/usr/bin/xmlcatalog  --noout \
-   --add 'public' 'Bluefish/DTD/Bflang' 'bflang.dtd' \
-   --add 'system' 'http://bluefish.openoffice.nl/DTD/bflang.dtd' 
'bflang.dtd' \
-   --add 'rewriteURI' 'http://bluefish.openoffice.nl/DTD' 
'/usr/share/xml/bluefish-unstable' \
-   "${EROOT}"/etc/xml/catalog \
-   || ewarn "Failed to add XML catalog entries."
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-
-   einfo "Removing XML catalog entries..."
-   "${EPREFIX}"/usr/bin/xmlcatalog  --noout \
-   --del 'Bluefish/DTD/Bflang' \
-   --del 'http://bluefish.openoffice.nl/DTD/bflang.dtd' \
-   --del 'http://bluefish.openoffice.nl/DTD' \
-   "${EROOT}"/etc/xml/catalog \
-   || ewarn "Failed to remove XML catalog entries."
-}

diff --git a/app-editors/bluefish/bluefish-2.2.12.ebuild 
b/app-editors/bluefish/bluefish-2.2.12.ebuild
deleted file mode 100644
index c567170a4f7f..
--- a/app-editors/bluefish/bluefish-2.2.12.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-MY_P=${P/_/-}
-inherit autotools python-single-r1 xdg
-
-DESCRIPTION="GTK HTML editor for the experienced web designer or programmer"
-HOMEPAGE="https://bluefish.openoffice.nl/;
-SRC_URI="https://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2;
-
-LICENSE="GPL-3+"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-SLOT="0"
-IUSE="gucharmap nls python spell"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="sys-libs/zlib
-   x11-libs/gtk+:3
-   gucharmap? ( gnome-extra/gucharmap:2.90 )
-   python? ( ${PYTHON_DEPS} )
-   spell? ( >=app-text/enchant-1.4:0 )"
-DEPEND="${RDEPEND}
-   x11-libs/pango"
-BDEPEND=">=dev-libs/glib-2.24:2
-   dev-libs/libxml2:2
-   virtual/pkgconfig
-   nls? (
-   dev-util/intltool
-   sys-devel/gettext
- 

[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/hyprland/

2023-05-07 Thread Julien Roy
commit: cfb3547fc2233b221285733440b414bd74e7f028
Author: Julien Roy  jroy  ca>
AuthorDate: Sun May  7 18:44:49 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun May  7 18:45:38 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfb3547f

gui-wm/hyprland: update SRC_URI

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

 gui-wm/hyprland/Manifest   | 1 -
 gui-wm/hyprland/hyprland-0.25.0.ebuild | 6 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest
index 16040e60f..7c58b8e13 100644
--- a/gui-wm/hyprland/Manifest
+++ b/gui-wm/hyprland/Manifest
@@ -1,4 +1,3 @@
 DIST contrib-0.24.1.tar.gz 12262 BLAKE2B 
dcb971c345ada8bef50719fdd3ce081641c1eb92d19ced174f0a6a961d68785a130ff1b0c4cca1685983b02a6af3bfafa3e6a03567ce7280fa0bbc1e57802b3b
 SHA512 
266d5e1dd258b1a0e1487794f06a8480a65c161c829ac59cc99632f0488dbc261390816a06a574a694c76be4374ac59bdcce8f473be80481c47ff52347956ba2
-DIST contrib-0.25.0.tar.gz 13692 BLAKE2B 
6e9f9d474b4b88a6ae230fd9e10f775b581817110b81dee8d454ce337b04528664c2be93bd9a88f6e3b34a608e3a310b9450f0ae86da4451befa72ca812c
 SHA512 
6857398bfcfdfb4d46479a4a6a27c7b5581aa10d810ff8edb2f54d949989038774d94fe121e80c353fe82599f48e5804bcccee3969f72cf8e2a4292433fb7250
 DIST hyprland-0.24.1-r1.gh.tar.gz 1502909 BLAKE2B 
ddc2ed026c921061427799836a957efb35fb68f3628f0cf5cb3d4d3ec2c876f62275bf8c580cbb8fb480b0b0fc6f1bff690da3ce0459c2af170e4e0add8e898c
 SHA512 
d6d232f597a5790818345b43c329c4fa225a0d2f5e5bbddef88fa8ca59a6ff1d867dfea208ea215dbd37049c301a45aa292ff133c6fdf5e4b73918396c57f6f2
 DIST hyprland-0.25.0.gh.tar.gz 1510798 BLAKE2B 
c146c57e5142666ff76188e870ea4d2dd9613e25a1d2c3320dc222fbe62651975a40fe9cc936ced0e86f919534d7a6c94a8b1596f912c3ad9750a35e4f13
 SHA512 
84d12ef7bfb25e69c4a707a8ffc99ca23eb58e73630e3df1f134cb610c6206e42917f76b54db0cc6d10e7b929514cbac06dfc99feba8ff81aea0dc7fcb340450

diff --git a/gui-wm/hyprland/hyprland-0.25.0.ebuild 
b/gui-wm/hyprland/hyprland-0.25.0.ebuild
index b8d512890..923882538 100644
--- a/gui-wm/hyprland/hyprland-0.25.0.ebuild
+++ b/gui-wm/hyprland/hyprland-0.25.0.ebuild
@@ -8,11 +8,7 @@ inherit meson toolchain-funcs
 DESCRIPTION="A dynamic tiling Wayland compositor that doesn't sacrifice on its 
looks"
 HOMEPAGE="https://github.com/hyprwm/Hyprland/releases;
 
-CONTRIBCOMMIT=a5792efdb113e9e971dc6fe5114fee814afbfb81
-SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz
 -> ${PF}.gh.tar.gz
-   https://github.com/hyprwm/contrib/archive/${CONTRIBCOMMIT}.tar.gz \
-   -> contrib-${PV}.tar.gz
-"
+SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz
 -> ${PF}.gh.tar.gz"
 S="${WORKDIR}/${PN}-source"
 
 KEYWORDS="~amd64"



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

2023-05-07 Thread Julien Roy
commit: b18a3152f746c30ea9e29aa6dbaf42d0bcbb658a
Author: Julien Roy  jroy  ca>
AuthorDate: Sun May  7 20:29:03 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun May  7 20:29:03 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b18a3152

dev-python/zxcvbn: drop 4.4.28

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

 dev-python/zxcvbn/Manifest |  1 -
 dev-python/zxcvbn/zxcvbn-4.4.28.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/zxcvbn/Manifest b/dev-python/zxcvbn/Manifest
index db06ac5a3..1ec514233 100644
--- a/dev-python/zxcvbn/Manifest
+++ b/dev-python/zxcvbn/Manifest
@@ -1,2 +1 @@
-DIST zxcvbn-4.4.28.gh.tar.gz 9392042 BLAKE2B 
e3baf57df00819243f9588c8203598b14b9f03e0a232d53152584b3b74872baef7050fdf8f11f25e8a8776e2e4a7a0af15c9045f07700fe686c6cb021f794f2b
 SHA512 
be85f976dcf685e2885edff116147cc4549f9c86dee4317b61b84dc4f36ab2c8c2f3468d5d1a55e8890693c852a09104b14360f9ce43feb3727f8fc164eb78f1
 DIST zxcvbn-4.4.28.tar.gz 407871 BLAKE2B 
2fa3a8fbcb291ce6bbb1c5a61d12f5797c7977239c0ed641f59e22cda3a33274aa56c607d4fee661a90449b7489d7246431e4b6bfee0c939164cb9c83f239537
 SHA512 
6ed12b555442b4ee30662c90f38c90988833545310acce45e68a0aa2fc6297729da500ae0f578a1a266e85c09522eb3287c38d92bcfc1017f852ee76bf92c606

diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild 
b/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild
deleted file mode 100644
index 51a0b6416..0
--- a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2022 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 implementation of Dropbox's realistic password strength 
estimator"
-HOMEPAGE="https://github.com/dwolfhub/zxcvbn-python;
-SRC_URI="https://github.com/dwolfhub/${PN}-python/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-python-${PV}"
-
-distutils_enable_tests pytest



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

2023-05-07 Thread Julien Roy
commit: 6ffaa08322b2d2bb7c998b05fdc954cad6aaedbe
Author: Julien Roy  jroy  ca>
AuthorDate: Sun May  7 20:27:34 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun May  7 20:27:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ffaa083

gui-apps/hyprland-plugins: add 0.25.0

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

 gui-apps/hyprland-plugins/Manifest |  5 +-
 .../hyprland-plugins-0.25.0.ebuild | 92 ++
 2 files changed, 94 insertions(+), 3 deletions(-)

diff --git a/gui-apps/hyprland-plugins/Manifest 
b/gui-apps/hyprland-plugins/Manifest
index 5f06dcdbd..f55c55db1 100644
--- a/gui-apps/hyprland-plugins/Manifest
+++ b/gui-apps/hyprland-plugins/Manifest
@@ -1,6 +1,5 @@
 DIST hyprland-plugins-0.24.1-hyprsrc.gh.tar.gz 1502909 BLAKE2B 
ddc2ed026c921061427799836a957efb35fb68f3628f0cf5cb3d4d3ec2c876f62275bf8c580cbb8fb480b0b0fc6f1bff690da3ce0459c2af170e4e0add8e898c
 SHA512 
d6d232f597a5790818345b43c329c4fa225a0d2f5e5bbddef88fa8ca59a6ff1d867dfea208ea215dbd37049c301a45aa292ff133c6fdf5e4b73918396c57f6f2
-DIST hyprland-plugins-0.24.1-split-monitor-workspaces.gh.tar.gz 3458 BLAKE2B 
86365038b1be0129b96032d7e418057143bfb70bf17ce1d936a7dd5a7bb5678b345a5c89ad6e03fc2bd993e1af32390b8fa4bb6b817869e816ea7f7ba003a44d
 SHA512 
86391bbe282d9c2e26d4f0acea90a269fbe4203517bd625d05ebef895347515f7485cc79ca669c6398442a490dc4369d468cd36fc1d430a687bce6baf569a1b0
+DIST hyprland-plugins-0.24.1-split-monitor-workspaces.gh.tar.gz 4294 BLAKE2B 
a56ad9a563833ece1ca45228825a2025cd4bb2b2c72c8d906fc668d1858feb4a34bdc0936940369a1a387d2a8e6e31f69c2bd20b0916e6deb48d7f32fb92439c
 SHA512 
159121382213f590fe0d2768917ddd06676342532a2eccc3e7161a0ff611e77874a4159edb2d32558044e7fccb027e97cf8e6b9b7ee228cf2f4c4377ffb9f4da
 DIST hyprland-plugins-0.24.1.gh.tar.gz 8996 BLAKE2B 
bd8eeeb269f886e188dda003fa070da1d94649cce8d9c33cd4636b9ad5c068ce9794e6335000889bb0a964e8f632122c3ababeda45b2c0a90ac4895670420cbe
 SHA512 
9e5091646f8bd55ffa9e1fec496aacdf325479569a9842fe5066471e45af656d976b35818bc86db2b488eb1dfab132ee9eba1b2057066e1bd96da7223c21465c
 DIST hyprland-plugins-0.25.0-hyprsrc.gh.tar.gz 1510798 BLAKE2B 
c146c57e5142666ff76188e870ea4d2dd9613e25a1d2c3320dc222fbe62651975a40fe9cc936ced0e86f919534d7a6c94a8b1596f912c3ad9750a35e4f13
 SHA512 
84d12ef7bfb25e69c4a707a8ffc99ca23eb58e73630e3df1f134cb610c6206e42917f76b54db0cc6d10e7b929514cbac06dfc99feba8ff81aea0dc7fcb340450
-DIST hyprland-plugins-0.25.0-split-monitor-workspaces.gh.tar.gz 3458 BLAKE2B 
86365038b1be0129b96032d7e418057143bfb70bf17ce1d936a7dd5a7bb5678b345a5c89ad6e03fc2bd993e1af32390b8fa4bb6b817869e816ea7f7ba003a44d
 SHA512 
86391bbe282d9c2e26d4f0acea90a269fbe4203517bd625d05ebef895347515f7485cc79ca669c6398442a490dc4369d468cd36fc1d430a687bce6baf569a1b0
-DIST hyprland-plugins-0.25.0.gh.tar.gz 8996 BLAKE2B 
bd8eeeb269f886e188dda003fa070da1d94649cce8d9c33cd4636b9ad5c068ce9794e6335000889bb0a964e8f632122c3ababeda45b2c0a90ac4895670420cbe
 SHA512 
9e5091646f8bd55ffa9e1fec496aacdf325479569a9842fe5066471e45af656d976b35818bc86db2b488eb1dfab132ee9eba1b2057066e1bd96da7223c21465c
+DIST hyprland-plugins-0.25.0.gh.tar.gz 12209 BLAKE2B 
c5f74cbe13e99f71a24a272a015df70f20ae62f9e552d35914ccff37474b564a28ff81e60584caf186d111e1e3a0716e7ba03b3e201823616167708ef0aa2a0f
 SHA512 
875c7cdb2552d5c8e68a6705f7d82173fa6f3e7637b049125d88e6b4a130f330c66b49bbb2685d302345d101fba6f23d873e7511b2fad510d1a9286c127fbaf7

diff --git a/gui-apps/hyprland-plugins/hyprland-plugins-0.25.0.ebuild 
b/gui-apps/hyprland-plugins/hyprland-plugins-0.25.0.ebuild
new file mode 100644
index 0..ef0f7b024
--- /dev/null
+++ b/gui-apps/hyprland-plugins/hyprland-plugins-0.25.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+COMMIT=1228eb57f9debd35811f0ade43bef5eaa09aab42
+DESCRIPTION="A blazing fast wayland wallpaper utility"
+HOMEPAGE="https://github.com/hyprwm/hyprland-plugins;
+SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz
+   
https://github.com/hyprwm/Hyprland/releases/download/v${PV}/source-v${PV}.tar.gz
 \
+   -> ${P}-hyprsrc.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars"
+REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars )"
+
+RDEPEND="gui-wm/hyprland"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ~gui-wm/hyprland-${PV}
+   x11-libs/libdrm
+   x11-libs/pixman
+   x11-libs/xcb-util-wm
+"
+
+src_configure() {
+   if use borders-plus-plus; then
+   BUILD_DIR="${WORKDIR}/${P}-build/borders-plus-plus"
+   EMESON_SOURCE="${S}/borders-plus-plus"
+   meson_src_configure
+   fi
+
+   if use csgo-vulkan-fix; then
+   BUILD_DIR="${WORKDIR}/${P}-build/csgo-vulkan-fix"
+   EMESON_SOURCE="${S}/csgo-vulkan-fix"
+   

[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/hyprland/, gui-wm/hyprland/files/

2023-05-07 Thread Julien Roy
commit: 0067859eefa40b1f2b58faaa2a053df48787e7ef
Author: Julien Roy  jroy  ca>
AuthorDate: Sun May  7 18:14:54 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun May  7 18:15:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0067859e

gui-wm/hyprland: add nvidia patch

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

 gui-wm/hyprland/files/0.21.0-meson.patch  | 13 --
 gui-wm/hyprland/files/nvidia-0.25.0.patch | 41 +++
 gui-wm/hyprland/hyprland-0.25.0.ebuild| 10 ++--
 3 files changed, 49 insertions(+), 15 deletions(-)

diff --git a/gui-wm/hyprland/files/0.21.0-meson.patch 
b/gui-wm/hyprland/files/0.21.0-meson.patch
deleted file mode 100644
index 30664610e..0
--- a/gui-wm/hyprland/files/0.21.0-meson.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/protocols/meson.build b/protocols/meson.build
-index 9d47e0a..c082845 100644
 a/protocols/meson.build
-+++ b/protocols/meson.build
-@@ -29,7 +29,7 @@ protocols = [
-   ['pointer-constraints-unstable-v1.xml'],
-   ['tablet-unstable-v2.xml'],
-   ['idle.xml'],
--  [hl_protocol_dir, 'protocols/hyprland-toplevel-export-v1.xml']
-+  ['hyprland-toplevel-export-v1.xml']
- ]
- wl_protos_src = []
- wl_protos_headers = []

diff --git a/gui-wm/hyprland/files/nvidia-0.25.0.patch 
b/gui-wm/hyprland/files/nvidia-0.25.0.patch
new file mode 100644
index 0..f83258b3c
--- /dev/null
+++ b/gui-wm/hyprland/files/nvidia-0.25.0.patch
@@ -0,0 +1,41 @@
+diff --git a/render/gles2/renderer.c b/render/gles2/renderer.c
+index 6a86b183..823fc318 100644
+--- a/render/gles2/renderer.c
 b/render/gles2/renderer.c
+@@ -165,7 +165,7 @@ static bool gles2_bind_buffer(struct wlr_renderer 
*wlr_renderer,
+   assert(wlr_egl_is_current(renderer->egl));
+ 
+   push_gles2_debug(renderer);
+-  glFlush();
++  glFinish();
+   glBindFramebuffer(GL_FRAMEBUFFER, 0);
+   pop_gles2_debug(renderer);
+ 
+diff --git a/types/output/render.c b/types/output/render.c
+index ed1afa4a..ddc730c7 100644
+--- a/types/output/render.c
 b/types/output/render.c
+@@ -225,22 +225,7 @@ struct wlr_drm_format *output_pick_format(struct 
wlr_output *output,
+ }
+ 
+ uint32_t wlr_output_preferred_read_format(struct wlr_output *output) {
+-  struct wlr_renderer *renderer = output->renderer;
+-  assert(renderer != NULL);
+-
+-  if (!renderer->impl->preferred_read_format || 
!renderer->impl->read_pixels) {
+-  return DRM_FORMAT_INVALID;
+-  }
+-
+-  if (!output_attach_back_buffer(output, >pending, NULL)) {
+-  return false;
+-  }
+-
+-  uint32_t fmt = renderer->impl->preferred_read_format(renderer);
+-
+-  output_clear_back_buffer(output);
+-
+-  return fmt;
++  return DRM_FORMAT_XRGB;
+ }
+ 
+ bool output_is_direct_scanout(struct wlr_output *output,

diff --git a/gui-wm/hyprland/hyprland-0.25.0.ebuild 
b/gui-wm/hyprland/hyprland-0.25.0.ebuild
index 07e6cfa72..cc7d5b63d 100644
--- a/gui-wm/hyprland/hyprland-0.25.0.ebuild
+++ b/gui-wm/hyprland/hyprland-0.25.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${PN}-source"
 KEYWORDS="~amd64"
 LICENSE="BSD"
 SLOT="0"
-IUSE="X grimblast hyprprop legacy-renderer scratchpad shellevents systemd"
+IUSE="X grimblast hyprprop legacy-renderer scratchpad shellevents systemd 
video_cards_nvidia"
 
 RDEPEND="
app-misc/jq
@@ -75,7 +75,13 @@ src_prepare() {
die "Hyprland requires >=sys-devel/gcc-12.1.0 to build"
fi
 
-   default
+   if use video_cards_nvidia; then
+   cd "${S}/subprojects/wlroots" || die
+   eapply "${FILESDIR}/nvidia-0.25.0.patch"
+   cd "${S}" || die
+   fi
+
+   eapply_user
 }
 
 src_configure() {



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

2023-05-07 Thread Julien Roy
commit: 8d519022db69ea742e836db58c5b031b0e2d1dff
Author: Julien Roy  jroy  ca>
AuthorDate: Sun May  7 20:28:40 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun May  7 20:28:40 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d519022

dev-python/zxcvbn: use PYPI eclass

Closes: https://bugs.gentoo.org/905762
Signed-off-by: Julien Roy  jroy.ca>

 dev-python/zxcvbn/Manifest|  1 +
 dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/zxcvbn/Manifest b/dev-python/zxcvbn/Manifest
index 730905722..db06ac5a3 100644
--- a/dev-python/zxcvbn/Manifest
+++ b/dev-python/zxcvbn/Manifest
@@ -1 +1,2 @@
 DIST zxcvbn-4.4.28.gh.tar.gz 9392042 BLAKE2B 
e3baf57df00819243f9588c8203598b14b9f03e0a232d53152584b3b74872baef7050fdf8f11f25e8a8776e2e4a7a0af15c9045f07700fe686c6cb021f794f2b
 SHA512 
be85f976dcf685e2885edff116147cc4549f9c86dee4317b61b84dc4f36ab2c8c2f3468d5d1a55e8890693c852a09104b14360f9ce43feb3727f8fc164eb78f1
+DIST zxcvbn-4.4.28.tar.gz 407871 BLAKE2B 
2fa3a8fbcb291ce6bbb1c5a61d12f5797c7977239c0ed641f59e22cda3a33274aa56c607d4fee661a90449b7489d7246431e4b6bfee0c939164cb9c83f239537
 SHA512 
6ed12b555442b4ee30662c90f38c90988833545310acce45e68a0aa2fc6297729da500ae0f578a1a266e85c09522eb3287c38d92bcfc1017f852ee76bf92c606

diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild 
b/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild
new file mode 100644
index 0..8badfcf11
--- /dev/null
+++ b/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild
@@ -0,0 +1,17 @@
+# 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 pypi
+
+DESCRIPTION="Python implementation of Dropbox's realistic password strength 
estimator"
+HOMEPAGE="https://github.com/dwolfhub/zxcvbn-python;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/hyprland/

2023-05-07 Thread Julien Roy
commit: 8faf382aa0d90e10b4743ad067d81a810df8ee58
Author: Julien Roy  jroy  ca>
AuthorDate: Sun May  7 18:24:11 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun May  7 18:24:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8faf382a

gui-wm/hyprland: drop contrib USE flags

gui-wm/hyprland-contrib now includes those

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

 gui-wm/hyprland/hyprland-0.25.0.ebuild | 17 +
 gui-wm/hyprland/metadata.xml   |  1 -
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/gui-wm/hyprland/hyprland-0.25.0.ebuild 
b/gui-wm/hyprland/hyprland-0.25.0.ebuild
index cc7d5b63d..b8d512890 100644
--- a/gui-wm/hyprland/hyprland-0.25.0.ebuild
+++ b/gui-wm/hyprland/hyprland-0.25.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${PN}-source"
 KEYWORDS="~amd64"
 LICENSE="BSD"
 SLOT="0"
-IUSE="X grimblast hyprprop legacy-renderer scratchpad shellevents systemd 
video_cards_nvidia"
+IUSE="X legacy-renderer systemd video_cards_nvidia"
 
 RDEPEND="
app-misc/jq
@@ -40,13 +40,6 @@ RDEPEND="
x11-libs/pixman
x11-misc/xkeyboard-config
virtual/libudev
-   grimblast? (
-gui-apps/grim
-gui-apps/slurp
-gui-apps/wl-clipboard
-x11-libs/libnotify
-   )
-   hyprprop? ( gui-apps/slurp )
X? (
   gui-libs/wlroots[x11-backend]
   x11-base/xwayland
@@ -63,9 +56,6 @@ BDEPEND="
>=dev-libs/wayland-1.22.0
dev-vcs/git
>=gui-libs/wlroots-0.16.0[X?]
-   grimblast? ( app-text/scdoc )
-   hyprprop? ( app-text/scdoc )
-   shellevents? ( app-text/scdoc )
 "
 
 src_prepare() {
@@ -96,9 +86,4 @@ src_configure() {
 
 src_install() {
meson_src_install --skip-subprojects wlroots
-
-   use grimblast && emake PREFIX="${ED}/usr" -C 
"${WORKDIR}/contrib-${CONTRIBCOMMIT}/grimblast" install
-   use hyprprop && emake PREFIX="${ED}/usr" -C 
"${WORKDIR}/contrib-${CONTRIBCOMMIT}/hyprprop" install
-   use scratchpad && emake PREFIX="${ED}/usr" -C 
"${WORKDIR}/contrib-${CONTRIBCOMMIT}/scratchpad" install
-   use shellevents && emake PREFIX="${ED}/usr" -C 
"${WORKDIR}/contrib-${CONTRIBCOMMIT}/shellevents" install
 }

diff --git a/gui-wm/hyprland/metadata.xml b/gui-wm/hyprland/metadata.xml
index 37ec2f62b..5acac2587 100644
--- a/gui-wm/hyprland/metadata.xml
+++ b/gui-wm/hyprland/metadata.xml
@@ -16,7 +16,6 @@


Install 'grimblast': a Hyprland version 
of the sway script for taking screenshots
-   Install hyprprop: a xprop replacement for 
hyprland
Enable legacy renderer
Install 'scratchpad': a Bash script 
that sends focused window to a special workspace
Install 'shellevents': Invoke shell 
functions in response to Hyprland socket2 events.



[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/hyprland/

2023-05-07 Thread Julien Roy
commit: 4019f36d07e4d40f609f46f59ab204cc06589b37
Author: Julien Roy  jroy  ca>
AuthorDate: Thu May  4 11:16:13 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun May  7 18:15:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4019f36d

gui-wm/hyprland: add 0.25.0

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

 gui-wm/hyprland/Manifest   |  2 +
 gui-wm/hyprland/hyprland-0.25.0.ebuild | 98 ++
 gui-wm/hyprland/metadata.xml   |  1 +
 3 files changed, 101 insertions(+)

diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest
index 64df7ee82..16040e60f 100644
--- a/gui-wm/hyprland/Manifest
+++ b/gui-wm/hyprland/Manifest
@@ -1,2 +1,4 @@
 DIST contrib-0.24.1.tar.gz 12262 BLAKE2B 
dcb971c345ada8bef50719fdd3ce081641c1eb92d19ced174f0a6a961d68785a130ff1b0c4cca1685983b02a6af3bfafa3e6a03567ce7280fa0bbc1e57802b3b
 SHA512 
266d5e1dd258b1a0e1487794f06a8480a65c161c829ac59cc99632f0488dbc261390816a06a574a694c76be4374ac59bdcce8f473be80481c47ff52347956ba2
+DIST contrib-0.25.0.tar.gz 13692 BLAKE2B 
6e9f9d474b4b88a6ae230fd9e10f775b581817110b81dee8d454ce337b04528664c2be93bd9a88f6e3b34a608e3a310b9450f0ae86da4451befa72ca812c
 SHA512 
6857398bfcfdfb4d46479a4a6a27c7b5581aa10d810ff8edb2f54d949989038774d94fe121e80c353fe82599f48e5804bcccee3969f72cf8e2a4292433fb7250
 DIST hyprland-0.24.1-r1.gh.tar.gz 1502909 BLAKE2B 
ddc2ed026c921061427799836a957efb35fb68f3628f0cf5cb3d4d3ec2c876f62275bf8c580cbb8fb480b0b0fc6f1bff690da3ce0459c2af170e4e0add8e898c
 SHA512 
d6d232f597a5790818345b43c329c4fa225a0d2f5e5bbddef88fa8ca59a6ff1d867dfea208ea215dbd37049c301a45aa292ff133c6fdf5e4b73918396c57f6f2
+DIST hyprland-0.25.0.gh.tar.gz 1510798 BLAKE2B 
c146c57e5142666ff76188e870ea4d2dd9613e25a1d2c3320dc222fbe62651975a40fe9cc936ced0e86f919534d7a6c94a8b1596f912c3ad9750a35e4f13
 SHA512 
84d12ef7bfb25e69c4a707a8ffc99ca23eb58e73630e3df1f134cb610c6206e42917f76b54db0cc6d10e7b929514cbac06dfc99feba8ff81aea0dc7fcb340450

diff --git a/gui-wm/hyprland/hyprland-0.25.0.ebuild 
b/gui-wm/hyprland/hyprland-0.25.0.ebuild
new file mode 100644
index 0..07e6cfa72
--- /dev/null
+++ b/gui-wm/hyprland/hyprland-0.25.0.ebuild
@@ -0,0 +1,98 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson toolchain-funcs
+
+DESCRIPTION="A dynamic tiling Wayland compositor that doesn't sacrifice on its 
looks"
+HOMEPAGE="https://github.com/hyprwm/Hyprland/releases;
+
+CONTRIBCOMMIT=a5792efdb113e9e971dc6fe5114fee814afbfb81
+SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz
 -> ${PF}.gh.tar.gz
+   https://github.com/hyprwm/contrib/archive/${CONTRIBCOMMIT}.tar.gz \
+   -> contrib-${PV}.tar.gz
+"
+S="${WORKDIR}/${PN}-source"
+
+KEYWORDS="~amd64"
+LICENSE="BSD"
+SLOT="0"
+IUSE="X grimblast hyprprop legacy-renderer scratchpad shellevents systemd"
+
+RDEPEND="
+   app-misc/jq
+   dev-libs/libevdev
+   dev-libs/libinput
+   dev-libs/wayland
+   dev-libs/wayland-protocols
+   dev-util/glslang
+   dev-util/vulkan-headers
+   gui-libs/gtk-layer-shell
+   media-libs/libdisplay-info
+   media-libs/libglvnd[X?]
+   media-libs/mesa[gles2,wayland,X?]
+   media-libs/vulkan-loader
+   x11-base/xcb-proto
+   x11-libs/cairo
+   x11-libs/libdrm
+   x11-libs/libxkbcommon
+   x11-libs/pixman
+   x11-misc/xkeyboard-config
+   virtual/libudev
+   grimblast? (
+gui-apps/grim
+gui-apps/slurp
+gui-apps/wl-clipboard
+x11-libs/libnotify
+   )
+   hyprprop? ( gui-apps/slurp )
+   X? (
+  gui-libs/wlroots[x11-backend]
+  x11-base/xwayland
+  x11-libs/libxcb
+  x11-libs/xcb-util-image
+  x11-libs/xcb-util-renderutil
+  x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/hyprland-protocols
+   dev-libs/libliftoff
+   >=dev-libs/wayland-1.22.0
+   dev-vcs/git
+   >=gui-libs/wlroots-0.16.0[X?]
+   grimblast? ( app-text/scdoc )
+   hyprprop? ( app-text/scdoc )
+   shellevents? ( app-text/scdoc )
+"
+
+src_prepare() {
+   STDLIBVER=$(echo '#include ' | $(tc-getCXX) -x c++ -dM -E - | \
+   grep GLIBCXX_RELEASE | sed 
's/.*\([1-9][0-9]\)/\1/')
+   if ! [[ ${STDLIBVER} -ge 12 ]]; then
+   die "Hyprland requires >=sys-devel/gcc-12.1.0 to build"
+   fi
+
+   default
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature legacy-renderer legacy_renderer)
+   $(meson_feature X xwayland)
+   $(meson_feature systemd)
+   )
+
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install --skip-subprojects wlroots
+
+   use grimblast && emake PREFIX="${ED}/usr" -C 
"${WORKDIR}/contrib-${CONTRIBCOMMIT}/grimblast" install
+  

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

2023-05-07 Thread Julien Roy
commit: ff7707887cebc1912ba2f9b43bed802edff19858
Author: Julien Roy  jroy  ca>
AuthorDate: Thu May  4 11:20:00 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun May  7 18:15:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff770788

gui-apps/hyprland-plugins: update HOMEPAGE

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

 gui-apps/hyprland-plugins/Manifest  | 3 +++
 gui-apps/hyprland-plugins/hyprland-plugins-0.24.1-r1.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gui-apps/hyprland-plugins/Manifest 
b/gui-apps/hyprland-plugins/Manifest
index b3cfd0bfd..5f06dcdbd 100644
--- a/gui-apps/hyprland-plugins/Manifest
+++ b/gui-apps/hyprland-plugins/Manifest
@@ -1,3 +1,6 @@
 DIST hyprland-plugins-0.24.1-hyprsrc.gh.tar.gz 1502909 BLAKE2B 
ddc2ed026c921061427799836a957efb35fb68f3628f0cf5cb3d4d3ec2c876f62275bf8c580cbb8fb480b0b0fc6f1bff690da3ce0459c2af170e4e0add8e898c
 SHA512 
d6d232f597a5790818345b43c329c4fa225a0d2f5e5bbddef88fa8ca59a6ff1d867dfea208ea215dbd37049c301a45aa292ff133c6fdf5e4b73918396c57f6f2
 DIST hyprland-plugins-0.24.1-split-monitor-workspaces.gh.tar.gz 3458 BLAKE2B 
86365038b1be0129b96032d7e418057143bfb70bf17ce1d936a7dd5a7bb5678b345a5c89ad6e03fc2bd993e1af32390b8fa4bb6b817869e816ea7f7ba003a44d
 SHA512 
86391bbe282d9c2e26d4f0acea90a269fbe4203517bd625d05ebef895347515f7485cc79ca669c6398442a490dc4369d468cd36fc1d430a687bce6baf569a1b0
 DIST hyprland-plugins-0.24.1.gh.tar.gz 8996 BLAKE2B 
bd8eeeb269f886e188dda003fa070da1d94649cce8d9c33cd4636b9ad5c068ce9794e6335000889bb0a964e8f632122c3ababeda45b2c0a90ac4895670420cbe
 SHA512 
9e5091646f8bd55ffa9e1fec496aacdf325479569a9842fe5066471e45af656d976b35818bc86db2b488eb1dfab132ee9eba1b2057066e1bd96da7223c21465c
+DIST hyprland-plugins-0.25.0-hyprsrc.gh.tar.gz 1510798 BLAKE2B 
c146c57e5142666ff76188e870ea4d2dd9613e25a1d2c3320dc222fbe62651975a40fe9cc936ced0e86f919534d7a6c94a8b1596f912c3ad9750a35e4f13
 SHA512 
84d12ef7bfb25e69c4a707a8ffc99ca23eb58e73630e3df1f134cb610c6206e42917f76b54db0cc6d10e7b929514cbac06dfc99feba8ff81aea0dc7fcb340450
+DIST hyprland-plugins-0.25.0-split-monitor-workspaces.gh.tar.gz 3458 BLAKE2B 
86365038b1be0129b96032d7e418057143bfb70bf17ce1d936a7dd5a7bb5678b345a5c89ad6e03fc2bd993e1af32390b8fa4bb6b817869e816ea7f7ba003a44d
 SHA512 
86391bbe282d9c2e26d4f0acea90a269fbe4203517bd625d05ebef895347515f7485cc79ca669c6398442a490dc4369d468cd36fc1d430a687bce6baf569a1b0
+DIST hyprland-plugins-0.25.0.gh.tar.gz 8996 BLAKE2B 
bd8eeeb269f886e188dda003fa070da1d94649cce8d9c33cd4636b9ad5c068ce9794e6335000889bb0a964e8f632122c3ababeda45b2c0a90ac4895670420cbe
 SHA512 
9e5091646f8bd55ffa9e1fec496aacdf325479569a9842fe5066471e45af656d976b35818bc86db2b488eb1dfab132ee9eba1b2057066e1bd96da7223c21465c

diff --git a/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1-r1.ebuild 
b/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1-r1.ebuild
index 150f5a379..f3e4f8315 100644
--- a/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1-r1.ebuild
+++ b/gui-apps/hyprland-plugins/hyprland-plugins-0.24.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 COMMIT=bb1437add2df7f76147f7beb430365637fc2c35e
 SPLITCOMMIT=feb6ab9a4929a92d41c724f6d16e9d351b12de39
 DESCRIPTION="A blazing fast wayland wallpaper utility"
-HOMEPAGE="https://github.com/hyprwm/hyprpaper;
+HOMEPAGE="https://github.com/hyprwm/hyprland-plugins;
 SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz

https://github.com/hyprwm/Hyprland/releases/download/v${PV}/source-v${PV}.tar.gz
 \
-> ${P}-hyprsrc.gh.tar.gz



[gentoo-commits] repo/gentoo:master commit in: app-emacs/god-mode/files/, app-emacs/god-mode/

2023-05-07 Thread Maciej Barć
commit: 140284e9804fea1a3472985a523c0e92cd2867b9
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May  7 20:19:28 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May  7 20:22:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140284e9

app-emacs/god-mode: new package; add 2.18.0

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

 app-emacs/god-mode/Manifest   |  1 +
 app-emacs/god-mode/files/50god-mode-gentoo.el |  9 
 app-emacs/god-mode/god-mode-2.18.0.ebuild | 33 +++
 app-emacs/god-mode/metadata.xml   | 19 +++
 4 files changed, 62 insertions(+)

diff --git a/app-emacs/god-mode/Manifest b/app-emacs/god-mode/Manifest
new file mode 100644
index ..1c490a822188
--- /dev/null
+++ b/app-emacs/god-mode/Manifest
@@ -0,0 +1 @@
+DIST god-mode-2.18.0.tar.gz 27122 BLAKE2B 
b6af161fa3276e9393d44f4dd92393b0eb7239e49e29e3ba917e9b7f23b63d1d3432773dbfa075ed072a626c2bbd12c11625ec0dccb0733c58984b3f990add5d
 SHA512 
3bcf170697cea8748f683a20e71e434efe4200dd72478568a370ea9f9c5658475b554f3fa5f2f79eaff443bd02fa0595389e4fb05af05d99f3bc891af46c224b

diff --git a/app-emacs/god-mode/files/50god-mode-gentoo.el 
b/app-emacs/god-mode/files/50god-mode-gentoo.el
new file mode 100644
index ..46f7a9b1f48f
--- /dev/null
+++ b/app-emacs/god-mode/files/50god-mode-gentoo.el
@@ -0,0 +1,9 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'god-execute-with-current-bindings "god-mode"
+  "Execute a single command from God mode, preserving current keybindings." t)
+(autoload 'god-local-mode "god-mode"
+  "Minor mode for running commands." t)
+(autoload 'god-mode "god-mode"
+  "Toggle global `god-local-mode'." t)
+(autoload 'god-mode-all "god-mode"
+  "Toggle `god-local-mode' in all buffers." t)

diff --git a/app-emacs/god-mode/god-mode-2.18.0.ebuild 
b/app-emacs/god-mode/god-mode-2.18.0.ebuild
new file mode 100644
index ..661e49b70103
--- /dev/null
+++ b/app-emacs/god-mode/god-mode-2.18.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Minor mode for God-like command entering in GNU Emacs"
+HOMEPAGE="https://github.com/emacsorphanage/god-mode/;
+SRC_URI="https://github.com/emacsorphanage/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   app-emacs/ansi
+   app-emacs/ecukes
+   app-emacs/ecukes
+   app-emacs/f
+   )
+"
+
+DOCS=( .github/CONTRIBUTING.md .github/README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ecukes --debug --reporter spec --verbose || die "tests failed"
+}

diff --git a/app-emacs/god-mode/metadata.xml b/app-emacs/god-mode/metadata.xml
new file mode 100644
index ..754124d4374f
--- /dev/null
+++ b/app-emacs/god-mode/metadata.xml
@@ -0,0 +1,19 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+This is a global minor mode for entering Emacs commands without modifier
+keys. It's similar to Vim's separation of command mode and insert mode. All
+existing key bindings will work in God mode. It's only there to reduce your
+usage of modifier keys.
+  
+  
+https://github.com/emacsorphanage/god-mode/issues/
+emacsorphanage/god-mode
+  
+



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

2023-05-07 Thread Maciej Barć
commit: 3184357c471dc6f1c6ed7784ce2999de082a2907
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May  7 20:20:56 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May  7 20:22:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3184357c

net-misc/gallery-dl: bump to 1.25.4

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

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.25.4.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index f307ef00ee07..c876acc4970d 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -2,3 +2,4 @@ DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855
 DIST gallery-dl-1.25.3.gh.tar.gz 554284 BLAKE2B 
8e8cedec35a913fbdde2be2c4bf126d5514ad5df257df73df1525391709ecc72dff3c8218fc1ce2aeca3b001ba37ed87c4ed077e8ead569480ac746c5b19a3fc
 SHA512 
270d2748ef83a7adf04f62f48bd099f2bc97bcef72dcfdce95e7ec54829494cd52e9149770aa8bb7db86c663ae2455ce3b531625ad96724a7aae9d36a72b422a
+DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="sqlite,ssl,xml(+)"
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Download image galleries and collections from several image 
hosting sites"
+HOMEPAGE="https://github.com/mikf/gallery-dl;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
+else
+   SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+python_compile_all() {
+   emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
+}
+
+pkg_postinst() {
+   optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
+   optfeature "video downloads" net-misc/yt-dlp
+}



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

2023-05-07 Thread Maciej Barć
commit: 4e1eb471a29a3736b2138ab10ce1130fe9645218
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May  7 20:20:27 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May  7 20:22:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1eb471

net-misc/gallery-dl: drop old 1.24.5

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

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.24.5.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index eff7f394c8ea..f307ef00ee07 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.24.5.gh.tar.gz 525743 BLAKE2B 
6b8611242bbb6a6dc76508ec452c3618fe75d6ffdc3185b5f246e5568f32861647649d63e9479b187f086aeb4ea4f567567fc387bbe1df0cb4994a00d4ba76f1
 SHA512 
648707e5be450501aa66f34b89aae1cf7b80c93bee5105c9eeae4fa19e34df41b231066a23113e963119105050e6aed8e654d10d107086ab5a815095dcf562c2
 DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855

diff --git a/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite,ssl,xml(+)"
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Download image galleries and collections from several image 
hosting sites"
-HOMEPAGE="https://github.com/mikf/gallery-dl;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
-else
-   SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-python_compile_all() {
-   emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
-}
-
-pkg_postinst() {
-   optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
-   optfeature "video downloads" net-misc/yt-dlp
-}



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

2023-05-07 Thread Maciej Barć
commit: 6d0633eecbefc90f5eda2014cd057d3c0a622986
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May  7 19:30:26 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May  7 20:22:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0633ee

dev-util/blueprint-compiler: fix wrong python shebang

Closes: https://bugs.gentoo.org/905896
Signed-off-by: Maciej Barć  gentoo.org>

 ...print-compiler-0.6.0-r1.ebuild => blueprint-compiler-0.6.0-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild 
b/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r2.ebuild
similarity index 97%
rename from dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild
rename to dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r2.ebuild
index 852b7a270164..ac641531a22f 100644
--- a/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r1.ebuild
+++ b/dev-util/blueprint-compiler/blueprint-compiler-0.6.0-r2.ebuild
@@ -62,5 +62,6 @@ src_compile() {
 
 src_install() {
meson_src_install
+   python_fix_shebang "${ED}"/usr/bin
python_optimize
 }



[gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/, sci-libs/datasets/files/

2023-05-07 Thread Alfredo Tupone
commit: 6d7268c6c8e47b43efd5550b05d3ad587704bdff
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun May  7 20:15:13 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun May  7 20:15:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7268c6

sci-libs/datasets: new package, add 2.11.0

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

 sci-libs/datasets/Manifest |   1 +
 sci-libs/datasets/datasets-2.11.0.ebuild   |  53 +++
 .../datasets/files/datasets-2.11.0-tests.patch | 168 +
 sci-libs/datasets/metadata.xml |  12 ++
 4 files changed, 234 insertions(+)

diff --git a/sci-libs/datasets/Manifest b/sci-libs/datasets/Manifest
new file mode 100644
index ..37284ce3b3e7
--- /dev/null
+++ b/sci-libs/datasets/Manifest
@@ -0,0 +1 @@
+DIST datasets-2.11.0.gh.tar.gz 2141289 BLAKE2B 
0fb471dd6ee5de3831eb6586c4a15e67381262470b72d5ab02ee87dfc7977cb4d40e04da6507049d1e47cb8948cad11988bb7627293b48231e1cd413d2cfb885
 SHA512 
9ec2274d7978e3dde1b2f8ce78dd65bdf66742bbfee7b8672af46216aeaae3ef5c4604a8a5ea0bdee808f1c362cca9a122c16d2e9a161678148e581e4cd5c863

diff --git a/sci-libs/datasets/datasets-2.11.0.ebuild 
b/sci-libs/datasets/datasets-2.11.0.ebuild
new file mode 100644
index ..0ff1a4f0b386
--- /dev/null
+++ b/sci-libs/datasets/datasets-2.11.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1
+
+DESCRIPTION="access and share datasets for Audio, Computer Vision, and NLP 
tasks"
+HOMEPAGE="
+   https://pypi.org/project/datasets/
+"
+SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+IUSE="test"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   sci-libs/pytorch[${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy]
+   dev-python/fsspec[${PYTHON_USEDEP}]
+   dev-python/multiprocess[${PYTHON_USEDEP}]
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/xxhash[${PYTHON_USEDEP}]
+   dev-python/zstandard[${PYTHON_USEDEP}]
+   dev-python/absl-py[${PYTHON_USEDEP}]
+   sci-libs/scikit-learn[${PYTHON_USEDEP}]
+   ')
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? (
+   $(python_gen_cond_dep '
+   dev-python/pytest-datadir[${PYTHON_USEDEP}]
+   ')
+)"
+
+PATCHES=( "${FILESDIR}"/${P}-tests.patch )
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # Require jiwer
+   rm metrics/cer/test_cer.py || die
+
+   distutils-r1_src_prepare
+}

diff --git a/sci-libs/datasets/files/datasets-2.11.0-tests.patch 
b/sci-libs/datasets/files/datasets-2.11.0-tests.patch
new file mode 100644
index ..01e5d9c70e7b
--- /dev/null
+++ b/sci-libs/datasets/files/datasets-2.11.0-tests.patch
@@ -0,0 +1,168 @@
+--- a/tests/test_metric_common.py  2023-05-04 18:48:48.550861318 +0200
 b/tests/test_metric_common.py  2023-05-04 18:50:25.787364577 +0200
+@@ -93,6 +93,7 @@
+ INTENSIVE_CALLS_PATCHER = {}
+ metric_name = None
+ 
++@pytest.mark.skip(reason="disabling, depends on bert_score, bleurt, 
math_equivalence, coval, nltk, faiss, mauve, rouge_score, sacrebleu, sacremoses 
...")
+ def test_load_metric(self, metric_name):
+ doctest.ELLIPSIS_MARKER = "[...]"
+ metric_module = importlib.import_module(
+--- a/tests/test_hf_gcp.py 2023-05-04 19:33:31.150825303 +0200
 b/tests/test_hf_gcp.py 2023-05-04 19:40:08.401759538 +0200
+@@ -69,6 +69,7 @@
+ self.assertTrue(os.path.exists(datset_info_path))
+ 
+ 
++@pytest.mark.skip(reason="require apache_beam")
+ @pytest.mark.integration
+ def test_wikipedia_frr(tmp_path_factory):
+ tmp_dir = tmp_path_factory.mktemp("test_hf_gcp") / "test_wikipedia_simple"
+--- a/tests/test_distributed.py2023-05-04 19:43:09.861275030 +0200
 b/tests/test_distributed.py2023-05-04 19:44:17.608326722 +0200
+@@ -55,6 +55,7 @@
+ assert len({tuple(x.values()) for ds in datasets_per_rank for x in ds}) 
== full_size
+ 
+ 
++@pytest.mark.skip(reason="require distributed torch")
+ @pytest.mark.parametrize("streaming", [False, True])
+ @require_torch
+ @pytest.mark.skipif(os.name == "nt", reason="execute_subprocess_async doesn't 
support windows")
+@@ -76,6 +77,7 @@
+ execute_subprocess_async(cmd, env=os.environ.copy())
+ 
+ 
++@pytest.mark.skip(reason="require distributed torch")
+ @pytest.mark.parametrize(
+ "nproc_per_node, num_workers",
+ [
+--- a/tests/utils.py   2023-05-06 08:43:16.251987543 +0200
 b/tests/utils.py   2023-05-06 08:44:24.467952870 +0200
+@@ -54,8 +54,8 @@
+ # Audio
+ require_sndfile = 

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

2023-05-07 Thread Matthias Maier
commit: 4163bbe67f486d3f6a15ec58696f366db3ab1791
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  7 19:40:44 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  7 19:40:44 2023 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=4163bbe6

dev-python/python-btrfs: enable py3.11

Signed-off-by: Matthias Maier  gentoo.org>

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

diff --git a/dev-python/python-btrfs/python-btrfs-13.ebuild 
b/dev-python/python-btrfs/python-btrfs-13.ebuild
index 3d05195..355975e 100644
--- a/dev-python/python-btrfs/python-btrfs-13.ebuild
+++ b/dev-python/python-btrfs/python-btrfs-13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{6..10} )
+PYTHON_COMPAT=( python3_{6..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/

2023-05-07 Thread Matthias Maier
commit: bd2e61c85e3475b1d59dba0576b34a1db3463bf9
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  7 19:42:33 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  7 19:42:33 2023 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=bd2e61c8

sys-fs/btrfs-heatmap: enable py3.11

Signed-off-by: Matthias Maier  gentoo.org>

 sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild 
b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
index d95af7a..ea68647 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{6..10} )
+PYTHON_COMPAT=( python3_{6..11} )
 
 inherit python-single-r1
 



[gentoo-commits] repo/dev/tamiko:master commit in: net-analyzer/flent/

2023-05-07 Thread Matthias Maier
commit: 5ebae4f98112e071bab952dc1a0d2dc4835e8596
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  7 19:42:12 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  7 19:42:12 2023 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=5ebae4f9

net-analyzer/flent: enable py3.11

Signed-off-by: Matthias Maier  gentoo.org>

 net-analyzer/flent/flent-1.3.2.ebuild | 2 +-
 net-analyzer/flent/flent-2.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/flent/flent-1.3.2.ebuild 
b/net-analyzer/flent/flent-1.3.2.ebuild
index b19801c..6e99c4d 100644
--- a/net-analyzer/flent/flent-1.3.2.ebuild
+++ b/net-analyzer/flent/flent-1.3.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+PYTHON_COMPAT=( python3_{6..11} )
 
 inherit distutils-r1
 

diff --git a/net-analyzer/flent/flent-2.0.0.ebuild 
b/net-analyzer/flent/flent-2.0.0.ebuild
index b19801c..6e99c4d 100644
--- a/net-analyzer/flent/flent-2.0.0.ebuild
+++ b/net-analyzer/flent/flent-2.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+PYTHON_COMPAT=( python3_{6..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2023-05-07 Thread Andreas K. Hüttel
commit: 3fe89e3640c7359bdfd367ae992e55d470a3b38b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  7 19:41:48 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  7 19:42:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe89e36

app-office/libreoffice-bin-debug: Revbump for python-3.11

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

 app-office/libreoffice-bin-debug/Manifest  |  9 +++
 .../libreoffice-bin-debug-7.4.6.2-r1.ebuild| 85 ++
 2 files changed, 94 insertions(+)

diff --git a/app-office/libreoffice-bin-debug/Manifest 
b/app-office/libreoffice-bin-debug/Manifest
index 86b8b42a3645..19eb6d78f1a1 100644
--- a/app-office/libreoffice-bin-debug/Manifest
+++ b/app-office/libreoffice-bin-debug/Manifest
@@ -1,9 +1,18 @@
+DIST amd64-debug-libreoffice-7.4.6.2-r1.tar.xz 1537083264 BLAKE2B 
96a3ec7dc44b1952e7b197bbc02a74547d9dd77d364d450c9e9115db0e800147430b9cd09a8e8249f7b253aaf2becd36f34a5cc947b7e382f5145098f534950f
 SHA512 
06494eecb543b657111e0f1d8253ef50e0cc5afc7bce354424bd375cd8f2cb46fe9a71c28632740f52b54380a1e3c24baddeff977c35832504e3bdf223f7814c
 DIST amd64-debug-libreoffice-7.4.6.2.tar.xz 1539083164 BLAKE2B 
9fbfb50c2fdd26b4d8d70119ab015c54fe271df01c98ae1a880edae3a1fcc6f4fdbe09203afe612bbbc038d256f15ee791e9c566a75bece143f3d994077d24e8
 SHA512 
3e1f63890c5bd7b8aba20f0b16c7da8fdf3cde46c187b790f88f1fde979855b750432383fe0e7e26c3bbca0d6e7d7758c89c5f9f7e3f0ff07ce23941d2052b67
+DIST amd64-debug-libreoffice-gnome-7.4.6.2-r1.xd3 1435537 BLAKE2B 
5309bd30fd7208cf1ab02033208fc6b6bd7ad2b2932c68a46e7d62176d79bc78ac05fbba4eff65fdca53535f4eb0c46ac5c73931d3e7f8d0f8fea0f6ca6649f6
 SHA512 
53da17002c28865acaed3a54cce75f3f52c40f88fefc66e09b54d4809011515db1bc0ba42a9aba8dd3677a6069da219862e79873c0ac8b5be3420040662ae56d
 DIST amd64-debug-libreoffice-gnome-7.4.6.2.xd3 1439342 BLAKE2B 
19fa4ac46d2c59eb15ff434b3f33263c68889dd26009d7ea67ff574a68fea5a4d8226cff457926fecf907162b10e913c5e572b4994642acebd8b7d5cea839829
 SHA512 
20cca2d38b78eb9c5edc50c27760751c0f56bd831c0bb5b46095c16b0e46bee4998705384cf924aed72a648305934dc5078515f286e9ad5a189f5112cf28f7c5
+DIST amd64-debug-libreoffice-gnome-java-7.4.6.2-r1.xd3 789863525 BLAKE2B 
47e487a0df97005f38a4198de7cc64831c8514278865062427bd7c124a6d69b014e85d61b94d7db6dcffe9d3a3d56c0d6b81a88f685aace8a8c30ee3f1da1548
 SHA512 
5dc565e560755f3b02639bf202344327e52c997a777c0fd86ae2fb7557c8193af85b61e944f06418cdf98dac2ce732764826386dd21ce44cf129464521b64a03
 DIST amd64-debug-libreoffice-gnome-java-7.4.6.2.xd3 789537145 BLAKE2B 
5821ac0aac4de9cf21702c36fdea1421ca22ef2a0357af152850344e63cfc687774c88b4b45e4bcd100d9148e4c72619f7b9dae6d2ff048f4bf48de8a53923d2
 SHA512 
fba03563aa0d297120b2b6a930dd45431e0b7c6a1ef0f1b31d57ae030136aa251c119660612b49525cac1064650bb2e61166c8cc65a4ce1dc0e0309884dcea19
+DIST amd64-debug-libreoffice-java-7.4.6.2-r1.xd3 788420818 BLAKE2B 
6445598a1a793508e1630bdf0c25aefb10a05fed786806d5d56ea94a60cb572ae45ba9b79e8545c2414d2e0ab697e2a87e7cc272fb35631a1432f394616514b5
 SHA512 
30f602db799369bfbfc5bf7af570b74dd317add1aeee82888ad21626d96e73f51559bd3362619e9df513b4c31009e7d03111a265c55e2c47aeb0cc8a61a0a2e2
 DIST amd64-debug-libreoffice-java-7.4.6.2.xd3 788080379 BLAKE2B 
4e4524eb5040fff153b6b961572eb8e3f82b107fc176bb974eb680a0d640d939f63c37a96460c22b7650d5c7307148cf54472434cee0f4a77feef0042cf6982d
 SHA512 
63e146988c4ed6744e97a6f9b1dae7e8b977f341089dbb6f4a4ca30b4bb5ca0e0adc8e3a6a0d2eb1cf62818dcd3e1e6f79f956889b6d79472a5cb5226a576e2e
+DIST amd64-debug-libreoffice-kde-7.4.6.2-r1.xd3 483468319 BLAKE2B 
7a31392728c48fc8882b9fed70d667b9c575b4bd01ba6b6c66341631007d31cda817ebfba5b97567cc81ef8bb8c9c9b69334176a8fdbc35848d9658ed9d5d04d
 SHA512 
35b32de8f2450ba13e4c64a081a8f6b65a56c66b1e0920c4f9da1bfddc701773f71ec35711e240d8170f9d9a053c2244aad785c4c89625a7c1f99bd81af03896
 DIST amd64-debug-libreoffice-kde-7.4.6.2.xd3 484349149 BLAKE2B 
3e72807deaf6d4fff8c43f14a78ae3ce10f6da0a3b13c1784c1f8c2890bf0378f0c943ba507c1244970a4f21ecb5af3a7c241ed94807f01074123206daf73b4e
 SHA512 
45dc37ae22ce619bd8bafd7013f16f2194479c0cb1e2404f9a0a8404f00ea82aa50ee87c46eebb104296d152a55f6c58c4938553094c4df41904c81819037c23
+DIST amd64-debug-libreoffice-kde-java-7.4.6.2-r1.xd3 797248933 BLAKE2B 
6066055a6a12eb747df6ad005eea649407c46383027c207962c50fc6eff4de8252e56c915c5b985aae885e0ee39e41c257a803943fe9166410be01eced769233
 SHA512 
85b5446707bf95384654ccbcc4d7cee41c5816cbe81c8117349df407ea13b3551e2cb1bab1368df2ee0f6eba3e5342fb30a4ad2d5d169842b82d00fe23752f53
 DIST amd64-debug-libreoffice-kde-java-7.4.6.2.xd3 797166654 BLAKE2B 
10e7e1dcde798a804128fa9f5fb240029a3199f60a03a8f2429b389cab0bda99d6d6393a96e6da117a4f7d84e6bdb5f191752643a8c74f367cb39c15829c4c3e
 SHA512 
b4202f14390906761fb421aeacef586194018a119d5838ccdfe6287cce2c72fb71ab82029c99ab3804b3a8104d3d893317588b48f200efd32110e7695bbc088e
+DIST x86-debug-libreoffice-7.4.6.2-r1.tar.xz 8033940 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/

2023-05-07 Thread Andreas K. Hüttel
commit: adeddb4bc216539ec64cd39adbabfb86ddb32c17
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  7 19:40:30 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  7 19:42:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adeddb4b

app-office/libreoffice-bin: Revbump for python-3.11

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

 app-office/libreoffice-bin/Manifest|   9 +
 .../libreoffice-bin-7.4.6.2-r1.ebuild  | 260 +
 2 files changed, 269 insertions(+)

diff --git a/app-office/libreoffice-bin/Manifest 
b/app-office/libreoffice-bin/Manifest
index 6c02c3eee8b0..94d8b7322622 100644
--- a/app-office/libreoffice-bin/Manifest
+++ b/app-office/libreoffice-bin/Manifest
@@ -1,9 +1,18 @@
+DIST amd64-bin-libreoffice-7.4.6.2-r1.tar.xz 146899000 BLAKE2B 
8ba568744ffc0cac43b32c5f2ab7eb702a995eab091e407dba1641c202f481451adcc20f51c19c5e85bd8e2aec7517404bca4c732a93bdaf716c759aad6e4d73
 SHA512 
0eb87b4f47fbda8848e943153bf1025ff8b723902615f6de9da57c427c4d0e3cb107094dc228495c7eaf833bec2b0dbb3eea50371ed5212136728613f2b0c65a
 DIST amd64-bin-libreoffice-7.4.6.2.tar.xz 146854072 BLAKE2B 
29e89876ed6cd6b76c25163b934dd5a647c5314dc9a4968111e91afa75bf7551ec078334af8529d209287def46a2dea9e4e7704f7a71aa9a0288ce9265ae95ca
 SHA512 
3089455406af2d5f6ed7a1e716a741ce0920c3475ce9b0161c0492eb4c19c9fa03c798a0ce6cda7a61bc653ee2fa324c3930551994b884de628fe45513ad717c
+DIST amd64-bin-libreoffice-gnome-7.4.6.2-r1.xd3 1533312 BLAKE2B 
0e6753977b39de0e3bed8907e55a86d64fa5040982fec93ddd05f2f053497227f2ca80bcd60c080d1eb13d09a301e6f10eece1dfdab2fb693f7b944b5de54e5e
 SHA512 
7c903d2ef7c66017727a774ac9974a07688326b9a86ea941769ed2a19a6dba01f1e55ef3e553a890a83fff4591c82fa36ba33f72f7861c07e25a4145784f392c
 DIST amd64-bin-libreoffice-gnome-7.4.6.2.xd3 1539785 BLAKE2B 
262962089f76d2f1cec1fb412432561c0645127ddb3656ca0517b58846134ad95a8d8863bed21b52a05dfcb34705ea2b8f017b5d45232adc879d9a218e0f84f1
 SHA512 
40de33e533590fe71ec957d7852ef196cb4e285f64b261a5e02edbeae67d7bf40a436e3730c992ee6697b70bcf5f8c8ee788d9198a3f5f10ed4f592d61da718a
+DIST amd64-bin-libreoffice-gnome-java-7.4.6.2-r1.xd3 31491604 BLAKE2B 
b0307d9b611948181cfb865fa1f121b7cadac3f494aca18333c6aeb1ed64c0cbe44766178484bc1a6632cfd8babd7b88b90f892318c6d218573981228d35c99b
 SHA512 
7fb89ab0c0e13ab0f530b388e39cee4d21b0345a6f89fb8ef22dcf0c6b9f242fa89fc5026c58658a2ae8623ce49766fc62d17cc817b75a5653a95fdb2a2ee4c8
 DIST amd64-bin-libreoffice-gnome-java-7.4.6.2.xd3 31563743 BLAKE2B 
c2414806ace6e642dd618ebce863339627b993f7d6d074290b6a3af1aa4884b3dfa520957ad3726471f57b8d1bacba40ee378722508607e83c5a63193f89d8fb
 SHA512 
dde7dca009f9117af54b011ce78fa52072eb6d5b241f110861cef28b3279d5e3f3ff74b92a1b05be6b9e13d4efa88a65c31db0e814aa7ab6a9de252f1ff5d004
+DIST amd64-bin-libreoffice-java-7.4.6.2-r1.xd3 31442564 BLAKE2B 
13bc3fce200c38cd668f6600d1fd892c3b07732ac0f59b8ab97d8bf6975d2a1d3d9b9a4c1659bc33a225c8926170d3b3faa47d31b5f6280114cb4b4f02704777
 SHA512 
60e76dfbe86573fada99240117384da072cc76a5610d4f4abbefb01c45d41d8a518da84f9c6e64391f9e28eb9bb0414a8d5839f05bd0ed1cde854002b9e21d7d
 DIST amd64-bin-libreoffice-java-7.4.6.2.xd3 31446539 BLAKE2B 
a78fc1cdf252e6eda76f753cfef275984a4cfe61437f8fd60dcbf8be91748d3f85488930fc28586fffb776513b90eb256c91b5118ef65320db548d60b427dc40
 SHA512 
aaa691a5faa2a5f95256f3fedaeaaead60ec1d4d456bcc9f44fd9a2886e01acde114c8556ca6decf96ae3b63b7bacd0400b45b3aabd26edd7880456f21d2c886
+DIST amd64-bin-libreoffice-kde-7.4.6.2-r1.xd3 21615543 BLAKE2B 
1ac20a6e04161cc87d07319ffad89d286a9002a12d696bae98ed790dd88f722a3a9942333a09485790f3faea5edad4beb92bd1b7ec76ebe774241281e19c0b7f
 SHA512 
0e84bbc3a7786ab9eb8eea0d6406a2e0d0b5a986406e7a175ddb24cdecc870a659f2e2b2b139b2f242579b9ddff2c1d58e547ed05194f7f0b57ebb7002ba9b84
 DIST amd64-bin-libreoffice-kde-7.4.6.2.xd3 21625101 BLAKE2B 
da27e7a9274d5ed16a14d3a11333d695d77ea07a4bf078f52002da8c6a29105ac748fa03523ff2b9789573214f83123b4c13a1c54a60c1641609b7877d64a1e8
 SHA512 
7afafdcb90c1a31affdcba98e3f36a4823fd11b4de8ade5ea66b1a112729680eb3da88e8025caaae7896848ce78e18bbe14e2ee52f06f4154292b0310765b8ef
+DIST amd64-bin-libreoffice-kde-java-7.4.6.2-r1.xd3 32246133 BLAKE2B 
d6ed1f861781fbc16897e8e2f5b71116afc484b54d81deac216a9b7bca8262807b815796db57062492894cd9948d031e954cb794df4415979081511e9bcb514b
 SHA512 
454fa85837dd6607be221146a20346689af89a691b1a997c0703d7b3b888a0dcb4c8f668b1a70eaa82433cf993045e4c8483fb2744ef273dc9c7e69b1ef29dad
 DIST amd64-bin-libreoffice-kde-java-7.4.6.2.xd3 32196626 BLAKE2B 
3c85f884a11b57ad134ea5a5d1849a1b9f4b17962e734f4a1ec5b6920f323f24776db96527c8f59afaf2573388cfbde10fb36221ffcfc8190b10a6bdfed64802
 SHA512 
951dde7f83f283a50f68ee0b22d4ae95a1656920a07e6e34a4747cff7da672ade09058986163f5b9c21c6888c4b6e5e13cd55b91face31c588f0d5759c244f1e
+DIST x86-bin-libreoffice-7.4.6.2-r1.tar.xz 147948148 BLAKE2B 
fdb9cb33a19ff7962faaff345dbe629f07834b568ca5bf29afbcf89928602fab85e17ed979340fb72ee70b0f8729f4760d6a221631b92c6947fa8625117b94df
 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/slepc/

2023-05-07 Thread Matthias Maier
commit: 456764076a13b6be867dfd94536a73118fd9fd89
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  7 18:54:22 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  7 18:59:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45676407

sci-mathematics/slepc: update SRC_URI and fix USE=doc

Signed-off-by: Matthias Maier  gentoo.org>

 sci-mathematics/slepc/Manifest| 1 +
 sci-mathematics/slepc/slepc-3.19.0.ebuild | 9 -
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/slepc/Manifest b/sci-mathematics/slepc/Manifest
index 62251e13d86d..989e43b029f9 100644
--- a/sci-mathematics/slepc/Manifest
+++ b/sci-mathematics/slepc/Manifest
@@ -2,3 +2,4 @@ DIST slepc-3.16.0.tar.gz 5486237 BLAKE2B 
28f45036ba7e6aa2b227c6f25e2c8edf7fc6914
 DIST slepc-3.17.1.tar.gz 5450177 BLAKE2B 
ec4f597085a176a010797d599779cc4532e52996105bb76f755073876ebb81026c580cb5759a03bda58cb2de2767b1dcdb01ff0d946f218117edb2a7a6557414
 SHA512 
5429aa7516ec0b2fee8158f9317634faf1c963aa60237be81a0392d5f2fa9f531db59b4a9ad04e266d808befdbd71b5a30259b4abc639a1da2defffd74acd35b
 DIST slepc-3.18.1.tar.gz 6013016 BLAKE2B 
1526b7e6e0f0387a8410cfcbee9bc62f35f930420b86bcb58146b16f73b28b349c6aad0ef59e02a635c374a0a8b6eb16ac50b7bcb79ce6c06a3de56029db551a
 SHA512 
d366844c492be6bf77edabdbe0d61672ead45605fc299c25ac24bf14d9d15bc107bb62f0d08aa403a5f269a2b12ae4d7cd3768958d792812e6c1924b93a27be4
 DIST slepc-3.19.0.tar.gz 1803822 BLAKE2B 
742cc773e649d46ff8513263ef53fe5d62f6cac537d5444eeeb494d0816d496a5c0c2f260615aa8a82ebdc983877302acf7d0c88f01bd4bea66246149dabac13
 SHA512 
edb8c589c162766a7b4a81b484356f2a5b2f70a7c90c87e39efda1a00f6fe544d7ae644e8903059b7dab990c1fa2129cd5d1c7dbb759511483ab43d3d691419c
+DIST slepc-with-docs-3.19.0.tar.gz 6320650 BLAKE2B 
32d383d7ddfe6cf21755fcae768517830076d38ef4c0d844c0a4270194de541a32849883d951f1a47d98491be05866b415de3ca6148b9d9cdf0bfc5e6487234e
 SHA512 
48695c8449a323755a5d8bd3e88560e72ef82a48d0d1150e2a751a323db02836b7bbaea3bb44c9a79b900a93337f6ced12aba6cfd939a7c1edae49f17e71

diff --git a/sci-mathematics/slepc/slepc-3.19.0.ebuild 
b/sci-mathematics/slepc/slepc-3.19.0.ebuild
index dacebd229f02..3622655a7bd1 100644
--- a/sci-mathematics/slepc/slepc-3.19.0.ebuild
+++ b/sci-mathematics/slepc/slepc-3.19.0.ebuild
@@ -9,7 +9,9 @@ inherit python-any-r1
 
 DESCRIPTION="Scalable Library for Eigenvalue Problem Computations"
 HOMEPAGE="https://slepc.upv.es/;
-SRC_URI="https://slepc.upv.es/download/distrib/${P}.tar.gz;
+SRC_URI="
+   !doc? ( https://slepc.upv.es/download/distrib/${P}.tar.gz )
+   doc? ( 
https://slepc.upv.es/download/distrib/${PN}-with-docs-${PV}.tar.gz )"
 
 LICENSE="LGPL-3"
 SLOT="0"
@@ -32,6 +34,11 @@ DEPEND="${RDEPEND}
 
 MAKEOPTS="${MAKEOPTS} V=1"
 
+src_unpack() {
+   use doc || unpack ${P}.tar.gz
+   use doc && unpack ${PN}-with-docs-${PV}.tar.gz
+}
+
 src_configure() {
# *sigh*
addpredict "${PETSC_DIR}"/.nagged



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/petsc/

2023-05-07 Thread Matthias Maier
commit: 45e47514fb0ed5328b1c27c8de1cfeb757977e24
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  7 16:15:40 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  7 18:59:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e47514

sci-mathematics/petsc: add 3.19.1

Signed-off-by: Matthias Maier  gentoo.org>

 sci-mathematics/petsc/Manifest|   1 +
 sci-mathematics/petsc/petsc-3.19.1.ebuild | 236 ++
 2 files changed, 237 insertions(+)

diff --git a/sci-mathematics/petsc/Manifest b/sci-mathematics/petsc/Manifest
index 1d6310cc9c0a..c091688e3fb8 100644
--- a/sci-mathematics/petsc/Manifest
+++ b/sci-mathematics/petsc/Manifest
@@ -2,3 +2,4 @@ DIST petsc-3.16.0-fftw-without-mpi.patch.bz2 5824 BLAKE2B 
59615b1bbaf8ca1da92d7d
 DIST petsc-3.16.0.tar.gz 16748960 BLAKE2B 
87f9fdb79a9c44e5f476fa4746ad0cbe72f3eda9f6039f2e4743105626701d7c8d6c010fdb9d89becf8619288d0b7a60c8bc4e2fc0793eac5b39030b02c04fd9
 SHA512 
5280032fb4ec4d058733788bb0ae674e7400565e204133bd10ed88a2965230ec7adeaca2d498267ce661377ca7e6f9d948992206b1d679587606cb422c004655
 DIST petsc-3.17.1.tar.gz 17082265 BLAKE2B 
de1bfe45f93e18e32181499e59912df9225c8e24d75f52e641e552fd43e4d5be48d549d284365b173aa93e51603f5b7740eaac0557ff8c7c96b370f4683257f6
 SHA512 
8c81cc148b1a899a55e54a013d61519ec7b44f98f7ae30c3f8d0e83ba285b23f4b4d9e2cd483c531d337bc41887e4079b727ba73676b1b653910140291e93575
 DIST petsc-3.18.2.tar.gz 18409507 BLAKE2B 
999d4fc80dedb5f9ce58333b6052b15ff499e3d5e4fee3e37639f5e3d2c5e86b514290d01e75b71795467436254d2cb8b05dac3d6252c80db898010bbed95544
 SHA512 
a8e9757144a20d61c004f54615821df7f9dbd920af71fea4674eb0fd1bf9f0b50dbc5c89aae285fef35a23daf67ba9647e479a6e92dbcd26e53fd8302735a47b
+DIST petsc-3.19.1.tar.gz 16659061 BLAKE2B 
8c7b22e5f97756261a5d0e8b707670d55db53e209fd1e116a2adb517d42f5e8bd5ecc911c9e967b88a8dc60a2d872c1d7a279539c65064884b4cfbe856434ad3
 SHA512 
5b9b71599a95e2d82d18d5313c424a08eead0c10f27f40c82159839ef0fa8aeda88ddea693a12d58b8ac29a41c4138e8188a3c91d6af540196ee3a977cf9539d

diff --git a/sci-mathematics/petsc/petsc-3.19.1.ebuild 
b/sci-mathematics/petsc/petsc-3.19.1.ebuild
new file mode 100644
index ..f57281175844
--- /dev/null
+++ b/sci-mathematics/petsc/petsc-3.19.1.ebuild
@@ -0,0 +1,236 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit flag-o-matic fortran-2 python-any-r1 toolchain-funcs
+
+DESCRIPTION="Portable, Extensible Toolkit for Scientific Computation"
+HOMEPAGE="https://www.mcs.anl.gov/petsc;
+SRC_URI="http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="afterimage boost complex-scalars debug +examples fftw
+fortran hdf5 hypre int64 mpi metis mumps scotch superlu threads X"
+
+# readd sparse when suitesparse-5.6.0 is in tree
+# sparse? ( >=sci-libs/suitesparse-5.6.0 >=sci-libs/cholmod-1.7.0 )
+# $(use_with sparse suitesparse) \
+RDEPEND="
+   virtual/blas
+   virtual/lapack
+
+   afterimage? ( media-libs/libafterimage )
+   boost? ( dev-libs/boost )
+   fftw? ( sci-libs/fftw:3.0[mpi?] )
+   hdf5? ( sci-libs/hdf5[mpi?] )
+   hypre? ( >=sci-libs/hypre-2.18.0[int64?,mpi?] )
+   metis? ( >=sci-libs/parmetis-4 )
+   mpi? ( virtual/mpi[fortran?] )
+   mumps? ( sci-libs/mumps[mpi?] sci-libs/scalapack )
+   scotch? ( sci-libs/scotch[int64?,mpi?] )
+   superlu? ( >=sci-libs/superlu-5 )
+   X? ( x11-libs/libX11 )
+"
+DEPEND="
+   ${RDEPEND}
+   ${PYTHON_DEPS}
+"
+BDEPEND="
+   dev-util/cmake
+   sys-apps/which
+   virtual/pkgconfig
+"
+
+# hypre and superlu curretly exclude each other due to missing linking to hypre
+# if both are enabled
+REQUIRED_USE="
+   afterimage? ( X )
+   complex-scalars? ( !hypre !superlu )
+   fftw? ( mpi )
+   hdf5? ( mpi )
+   hypre? ( mpi !superlu )
+   mumps? ( mpi scotch )
+   scotch? ( mpi )
+   superlu? ( !hypre )
+"
+PATCHES=(
+   "${FILESDIR}/${PN}-3.7.0-disable-rpath.patch"
+   "${FILESDIR}"/${PN}-3.16.0-fix_sandbox_violation.patch
+)
+
+# petsc uses --with-blah=1 and --with-blah=0 to en/disable options
+petsc_enable() {
+   use "$1" && echo "--with-${2:-$1}=1" || echo "--with-${2:-$1}=0"
+}
+# add external library:
+# petsc_with use_flag libname libdir
+# petsc_with use_flag libname include linking_libs
+petsc_with() {
+   local myuse p=${2:-${1}}
+   if use ${1}; then
+   myuse="--with-${p}=1"
+   if [[ $# -ge 4 ]]; then
+   myuse="${myuse} --with-${p}-include=${EPREFIX}${3}"
+   shift 3
+   myuse="${myuse} --with-${p}-lib=$@"
+   else
+   myuse="${myuse} --with-${p}-dir=${EPREFIX}${3:-/usr}"
+   fi
+   else
+   myuse="--with-${p}=0"
+ 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/slepc/

2023-05-07 Thread Matthias Maier
commit: f14d01043d4eaf24d3f1bdd5e286efea522f2c0e
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  7 18:34:58 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  7 18:59:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14d0104

sci-mathematics/slepc: add 3.19.0

Signed-off-by: Matthias Maier  gentoo.org>

 sci-mathematics/slepc/Manifest|   1 +
 sci-mathematics/slepc/slepc-3.19.0.ebuild | 118 ++
 2 files changed, 119 insertions(+)

diff --git a/sci-mathematics/slepc/Manifest b/sci-mathematics/slepc/Manifest
index 5c0d593e316c..62251e13d86d 100644
--- a/sci-mathematics/slepc/Manifest
+++ b/sci-mathematics/slepc/Manifest
@@ -1,3 +1,4 @@
 DIST slepc-3.16.0.tar.gz 5486237 BLAKE2B 
28f45036ba7e6aa2b227c6f25e2c8edf7fc6914f3150043a7e310f270d24e669f32172897b558687c33a809c484e314a865296d4879a622d85004d329ec3bd1c
 SHA512 
15ba9e4626fe3cf44142448b77869fa6d313bb7c026736d5552dfbab1ce350c2e2f2379fb647a1c236af8cb95895e4442dca1defa741a5b2b9172cbdf0baf75f
 DIST slepc-3.17.1.tar.gz 5450177 BLAKE2B 
ec4f597085a176a010797d599779cc4532e52996105bb76f755073876ebb81026c580cb5759a03bda58cb2de2767b1dcdb01ff0d946f218117edb2a7a6557414
 SHA512 
5429aa7516ec0b2fee8158f9317634faf1c963aa60237be81a0392d5f2fa9f531db59b4a9ad04e266d808befdbd71b5a30259b4abc639a1da2defffd74acd35b
 DIST slepc-3.18.1.tar.gz 6013016 BLAKE2B 
1526b7e6e0f0387a8410cfcbee9bc62f35f930420b86bcb58146b16f73b28b349c6aad0ef59e02a635c374a0a8b6eb16ac50b7bcb79ce6c06a3de56029db551a
 SHA512 
d366844c492be6bf77edabdbe0d61672ead45605fc299c25ac24bf14d9d15bc107bb62f0d08aa403a5f269a2b12ae4d7cd3768958d792812e6c1924b93a27be4
+DIST slepc-3.19.0.tar.gz 1803822 BLAKE2B 
742cc773e649d46ff8513263ef53fe5d62f6cac537d5444eeeb494d0816d496a5c0c2f260615aa8a82ebdc983877302acf7d0c88f01bd4bea66246149dabac13
 SHA512 
edb8c589c162766a7b4a81b484356f2a5b2f70a7c90c87e39efda1a00f6fe544d7ae644e8903059b7dab990c1fa2129cd5d1c7dbb759511483ab43d3d691419c

diff --git a/sci-mathematics/slepc/slepc-3.19.0.ebuild 
b/sci-mathematics/slepc/slepc-3.19.0.ebuild
new file mode 100644
index ..dacebd229f02
--- /dev/null
+++ b/sci-mathematics/slepc/slepc-3.19.0.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit python-any-r1
+
+DESCRIPTION="Scalable Library for Eigenvalue Problem Computations"
+HOMEPAGE="https://slepc.upv.es/;
+SRC_URI="https://slepc.upv.es/download/distrib/${P}.tar.gz;
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="arpack complex-scalars doc +examples mpi"
+
+REQUIRED_USE="arpack? ( mpi )"
+
+RDEPEND="
+   =sci-mathematics/petsc-$(ver_cut 1-2)*:=[examples,mpi=,complex-scalars=]
+   arpack? ( sci-libs/arpack[mpi=] )
+   mpi? ( virtual/mpi )
+"
+
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   dev-util/cmake
+"
+
+MAKEOPTS="${MAKEOPTS} V=1"
+
+src_configure() {
+   # *sigh*
+   addpredict "${PETSC_DIR}"/.nagged
+
+   # Make sure that the environment is set up correctly:
+   unset PETSC_DIR
+   unset PETSC_ARCH
+   source "${EPREFIX}"/etc/env.d/99petsc
+   export PETSC_DIR
+   export PETSC_ARCH
+   export SLEPC_DIR="${S}"
+
+   # configure is a custom python script and doesn't want to have default
+   # configure arguments that we set with econf
+   if use arpack; then
+   ./configure \
+   --prefix="${EPREFIX}/usr/$(get_libdir)/slepcdir" \
+   --with-arpack=1 \
+   --with-arpack-lib="$(usex mpi "-lparpack -larpack" 
"-larpack")"
+   else
+   ./configure \
+   --prefix="${EPREFIX}/usr/$(get_libdir)/slepcdir" \
+   --with-arpack=0
+   fi
+}
+
+src_install() {
+   emake DESTDIR="${ED}" install
+
+   #
+   # Clean up the mess:
+   #
+
+   # put all include directories under a proper subdirectory
+   mkdir "${ED}"/usr/include || die "mkdir failed (include)"
+   mv "${ED}"/usr/{$(get_libdir)/slepcdir/include,include/slepc} || die 
"mv failed (include)"
+
+   # put libraries and pkconfig file into proper place
+   mv "${ED}"/usr/$(get_libdir)/slepcdir/lib/{libslepc*,pkgconfig} \
+   "${ED}/usr/$(get_libdir)" || die "mv failed (lib)"
+
+   # move share to proper location
+   mv "${ED}"/usr/{$(get_libdir)/slepcdir/share,share} || die "mv failed 
(share)"
+
+   # fix pc files:
+   sed -i \
+   -e 's#include$#include/slepc#' \
+   -e "s#lib\$#$(get_libdir)#" \
+   -e "s#^prefix=.*slepcdir\$#prefix=${EPREFIX}/usr#" \
+   "${ED}"/usr/$(get_libdir)/pkgconfig/*.pc || die "sed failed 
(pkgconfig)"
+
+   # recreate a "valid" slepcdir:
+   for i in "${ED}"/usr/$(get_libdir)/*; do
+   [ $(basename $i) = slepcdir 

[gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/

2023-05-07 Thread Piotr Karbowski
commit: 2240e21b36a50254143c3453f195ae3f8cb1f046
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun May  7 18:38:17 2023 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun May  7 18:38:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2240e21b

app-backup/borgbackup: 1.2.4-r1 revbump with xxhash and zstd deps.

Also drops version 1.2.3.

Closes: https://bugs.gentoo.org/905853
Signed-off-by: Piotr Karbowski  gentoo.org>

 app-backup/borgbackup/Manifest  |  1 -
 .../{borgbackup-1.2.3.ebuild => borgbackup-1.2.4-r1.ebuild} | 13 +
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index 144665abf6f6..41ba0d6ffa0d 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,2 +1 @@
-DIST borgbackup-1.2.3.tar.gz 4044577 BLAKE2B 
970fad62428b44eb22df761020a4c25f4aa8d3e8f5cc2c81aa96b1afb051dc24b3d124b4fc84e81cf8eaa6a9b19a200f6f9bda1f7f4c2794a7e8d33e8d5020f1
 SHA512 
cbc996b5fd7664f8f745e1a36b3b2fb6bddb7af1ce03809ece1a5a73cb90d4f04fc77c0db617a28a5d5eea674dc9065fba642dd3fc7766afdb1362950ea2507f
 DIST borgbackup-1.2.4.tar.gz 4056513 BLAKE2B 
90c4d7ce43acaa4512a5cce3d0c96c883699b293efb1e5d5b516b803cf4d03bcece85b026bfa6e47b1f5ec1b115e2c70ccb081d01accfde0d8b080cb4ea8
 SHA512 
9326a58605a085f521ba75a2eecfb4bdb790d3da18c77076bddaeae641678cc08171d997a758182a739ec6b145bb04d982f8314ae60f93c3ff093eca15515dfd

diff --git a/app-backup/borgbackup/borgbackup-1.2.3.ebuild 
b/app-backup/borgbackup/borgbackup-1.2.4-r1.ebuild
similarity index 84%
rename from app-backup/borgbackup/borgbackup-1.2.3.ebuild
rename to app-backup/borgbackup/borgbackup-1.2.4-r1.ebuild
index 5e120674b991..7823907fc434 100644
--- a/app-backup/borgbackup/borgbackup-1.2.3.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.2.4-r1.ebuild
@@ -8,13 +8,8 @@ DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 bash-completion-r1
 
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/${PN}/borg.git;
-   inherit git-r3
-else
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-   inherit pypi
-fi
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+inherit pypi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated 
encryption"
 HOMEPAGE="https://borgbackup.readthedocs.io/;
@@ -27,10 +22,12 @@ SLOT="0"
 # check setup.py on bumps.
 RDEPEND="
!!app-office/borg
+   dev-libs/xxhash
app-arch/lz4
+   app-arch/zstd
virtual/acl
dev-python/pyfuse3[${PYTHON_USEDEP}]
-   ~dev-python/msgpack-1.0.4[${PYTHON_USEDEP}]
+   ~dev-python/msgpack-1.0.5[${PYTHON_USEDEP}]
dev-libs/openssl:0=
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/link-grammar/, dev-libs/link-grammar/files/

2023-05-07 Thread David Seifert
commit: e654b5e511fa528838ce055239a7a6f9f704b339
Author: David Seifert  gentoo  org>
AuthorDate: Sun May  7 18:35:20 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun May  7 18:35:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e654b5e5

dev-libs/link-grammar: add upstreamed patch

Closes: https://bugs.gentoo.org/903749
Signed-off-by: David Seifert  gentoo.org>

 ...mar-5.12.3-Wimplicit-function-declaration.patch | 35 ++
 dev-libs/link-grammar/link-grammar-5.12.3.ebuild   |  5 
 2 files changed, 40 insertions(+)

diff --git 
a/dev-libs/link-grammar/files/link-grammar-5.12.3-Wimplicit-function-declaration.patch
 
b/dev-libs/link-grammar/files/link-grammar-5.12.3-Wimplicit-function-declaration.patch
new file mode 100644
index ..55ca89c09b94
--- /dev/null
+++ 
b/dev-libs/link-grammar/files/link-grammar-5.12.3-Wimplicit-function-declaration.patch
@@ -0,0 +1,35 @@
+From 3cbc9ddfd4c3a3e407338619fa383d24da05b23d Mon Sep 17 00:00:00 2001
+From: David Seifert 
+Date: Sun, 7 May 2023 16:02:23 +0200
+Subject: [PATCH] Use correct guard macro for glibc heap functions
+
+* `__GNUC__` == Compiling with `-std=gnu*`
+* `__GLIBC__` == Compiling against glibc
+
+Bug: https://bugs.gentoo.org/903749
+---
+ link-grammar/parse/extract-links.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/link-grammar/parse/extract-links.c 
b/link-grammar/parse/extract-links.c
+index a6129ac7a..e2ce266bc 100644
+--- a/link-grammar/parse/extract-links.c
 b/link-grammar/parse/extract-links.c
+@@ -278,7 +278,7 @@ void free_extractor(extractor_t * pex)
+   pex->x_table_size = 0;
+   pex->x_table = NULL;
+ 
+-#if defined __GNUC__
++#if defined __GLIBC__
+   // MST parsing can result in pathological cases, with almost a
+   // billion elts in the Parse_choice_pool. This blows up the
+   // resident-set size (RSS) over time. Avoid this issue by trimming.
+@@ -294,7 +294,7 @@ void free_extractor(extractor_t * pex)
+ 
+   xfree((void *) pex, sizeof(extractor_t));
+ 
+-#if defined __GNUC__
++#if defined __GLIBC__
+   // malloc_trim() is a gnu extension.  An alternative would be
+   // to call madvise(MADV_DONTNEED) but this is more complicated.
+   if (trim) malloc_trim(0);

diff --git a/dev-libs/link-grammar/link-grammar-5.12.3.ebuild 
b/dev-libs/link-grammar/link-grammar-5.12.3.ebuild
index 8aa2ad28347d..ad2d6ce3d75f 100644
--- a/dev-libs/link-grammar/link-grammar-5.12.3.ebuild
+++ b/dev-libs/link-grammar/link-grammar-5.12.3.ebuild
@@ -31,6 +31,11 @@ BDEPEND="
sys-devel/autoconf-archive
virtual/pkgconfig"
 
+PATCHES=(
+   # upstreamed (https://github.com/opencog/link-grammar/pull/1471)
+   "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch
+)
+
 pkg_setup() {
if use aspell && use hunspell; then
ewarn "You have enabled 'aspell' and 'hunspell' support, but 
both cannot coexist,"



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2023-05-07 Thread Mike Gilbert
commit: fa858b994fe4a4293c7b29be52486ccdb5dccb42
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:27:08 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:27:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa858b99

www-client/microsoft-edge-dev: automated bump (114.0.1823.4)

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-114.0.1823.4.ebuild | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 604233369bea..aa2f97c9538b 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,5 @@
 DIST microsoft-edge-dev_114.0.1788.0-1_amd64.deb 147070010 BLAKE2B 
5ddb514c93c5cc30f0a3773bfb12138bb90ddaf05bdfdf5e8844bf8751d6c2cde941044b7b519ba7506bbd77665c9d38d5471e35f4f3c6e3e17c1ac77b0f8270
 SHA512 
612340100eaf0ccf145da358eeb84aa1b960a400dce90b8bc45eba0f7cb72b7c7a48ab0adf2769dfc049274c30d53e3bcef5716406258a471b74215c43cb527f
 DIST microsoft-edge-dev_114.0.1793.0-1_amd64.deb 147103118 BLAKE2B 
9274d3cc3701b15c592fdf89c6acfb63c8aa3936e80b59ac95af6f6a0514e54d192202c358a07adea263faf6309e1287d6407740e81613101bf80f5d2e3bfe35
 SHA512 
269550db62b647cbabd2ad9ad50bd4c9ccfeb843295e36a0de104892b5e67c067b9a5172fc02164203ed415d6b77098832d4b94bd5ee2252b510fa607a206820
 DIST microsoft-edge-dev_114.0.1807.1-1_amd64.deb 147127874 BLAKE2B 
c9c5f6dd0aed8a752f8e9715be19cf1c13e70593bef986f742c8e60244aeaff25bd062344faa9e3d239c4eea7db8d44c2f4d83bad536245b45d1dedff0c70d94
 SHA512 
e9077c9a0996f2debc6898df03f6d26b7a75602e83b4cce1e886f640e51f3960e7c11eb7debf7dd2aaa2036b99d090e394f199e5d39b73b76edf30b8cf85f3a2
+DIST microsoft-edge-dev_114.0.1823.4-1_amd64.deb 147280870 BLAKE2B 
72fb9d7df337390ea5bc262f0d8f89139d8ff1d9676a3300b86766f5bfb5f41858b0df4cebd857cb5e359002e2bea76afa331ca0d26f34f7a7ded00d8ad395a8
 SHA512 
80358e39a0a3152cc2f0118585e3b54edcc22da25837750ff59214cd148f1cd3ac176a20b5cc8fb54f2db9f9778475a1c65227f4369d1650199f5d5dc13ecaef
 DIST microsoft-edge-dev_114.0.1823.7-1_amd64.deb 147331390 BLAKE2B 
ecc3a2b7f6e2e37eefd38c9e60f840e75d328bf720a47212a213797e98564ff7a2699c85472b12774c89d64eb4346923528ed5af37df3d2e9fb26ae32eaffa42
 SHA512 
0084084945e0d070ea4bbb44e12eb1844186d4b70a1d436cac9e236a2deb8cabb61c7d4275d770c15a0846eeec569faa7d368abc1740419e18ac87dc4c21f5ea

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1823.4.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1823.4.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1823.4.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2023-05-07 Thread Mike Gilbert
commit: 7419ad4262946410ab90df3124a28d222677714d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:26:47 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:26:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7419ad42

www-client/microsoft-edge-beta: remove old

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

 www-client/microsoft-edge-beta/Manifest|   2 -
 .../microsoft-edge-beta-113.0.1774.15.ebuild   | 123 -
 .../microsoft-edge-beta-113.0.1774.23.ebuild   | 123 -
 3 files changed, 248 deletions(-)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 809325233ae5..135aeed3e7b5 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,5 +1,3 @@
-DIST microsoft-edge-beta_113.0.1774.15-1_amd64.deb 145733062 BLAKE2B 
6c0ddc339556809f1e87e6a565cb79e687841628855ed8592ba2a2f0a837ad26743eb497ad746d8f45c2943c52ab57df9737d1c656424951ff209e2db3e112f7
 SHA512 
ae3279c37652f4367f3b31c7c8aa97f2da6f930ff5e466ae6cbd98ea50399b2b42652c1287402af4f39923bbcac845d2db5bec1efea7ab18e9521338a63e63e1
-DIST microsoft-edge-beta_113.0.1774.23-1_amd64.deb 145590770 BLAKE2B 
3df532b474aa726cf2f6bbf171be50c4e302c7f3a0f0541f2a8c8bd292864ed6d461b76ca03273c72d58e448ce11cebb13fcb323bad4781fe550127e4b6a12b8
 SHA512 
fdc65fff65ec8d04e1b362bfe90b4da048e5964d04b162cb83164d96453b7a407c8c26a6fbae31480aa436b3cf4788cb98eb11e0771cefd678343a5bf9035f1a
 DIST microsoft-edge-beta_113.0.1774.27-1_amd64.deb 145797966 BLAKE2B 
37a1bd65739f9b4b2bd3bcb1bf62e19a7b608736d3be53216a59a07e9efc700217a3bd1d1a38bb4209f8c54b1a84c14ce76eb3df745e17567e4ed4e777d51d8a
 SHA512 
829cf410ddd1c67e4dd79d955e5c7788aca11faee3d73fa3d43ebe261620008bef21256547b65804857c3f9cc3f98a65c8a515d4ada6e68399aec7dc9aa75aed
 DIST microsoft-edge-beta_113.0.1774.32-1_amd64.deb 146387314 BLAKE2B 
8bca828f867c845b60de7ad52f70f9fce0efd873520d2d582ed8caa5e4e1b83e2b34cbffb79941061657392c045813f9a0b2b676fd6a6c5936488bcec9f97e5e
 SHA512 
51b8dd3c37603e377d35598067d812b549363b24cf53121b42cb15ee3a380a102100bd7915af8a7e135284f7f8a0be348cedaa8aeb6ad49db495834ccedf6503
 DIST microsoft-edge-beta_113.0.1774.35-1_amd64.deb 146325178 BLAKE2B 
d1a7a926585d5933c38e3c1273b4465bfc0fda43526b5a1a2866d69517623a314ab0619cda58bc307214d7e56d3f38f4aab88d1a02d5ed04133af6fa1494134d
 SHA512 
79d3daff7e24e4d5386b0530e828c75d402d0c691279e1d2e3f8463aa49626ece59527f34b24f916cac977304c3bc0d225dddbb412cd17b539808c78b2745fe4

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.15.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.15.ebuild
deleted file mode 100644
index ebc23fabaa28..
--- a/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.15.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-misc/ca-certificates
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-   mip? ( app-crypt/libsecret )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() 

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

2023-05-07 Thread Mike Gilbert
commit: df6dd545ff64e5ee52ffe328320eeb387a2272d8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:27:45 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:27:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6dd545

www-client/opera-developer: remove old

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

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-98.0.4756.0.ebuild | 166 -
 2 files changed, 167 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 41ef60e8fe4a..1fc57b7a0523 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,5 +1,4 @@
 DIST opera-developer_100.0.4790.0_amd64.deb 106731688 BLAKE2B 
ae23791fd21bc71abacd8e73e3de69fa51b3da305ca783ed630cdb6f5c1f153a181fa1193bdfe23e868f4b4bf76558f9bd52b453e3b2647d272b553050a3a0d5
 SHA512 
e5d23054dbb914b5c363eabbe46649ff2720e9d265dc45096f8bc3d4e97540284446c6029a972968f6d6c0a15213aceda0e3bc33a1aa5d2d40842f6bb585d32d
-DIST opera-developer_98.0.4756.0_amd64.deb 105081300 BLAKE2B 
f9090479f6d76ddee3d8e548ec5f0945bdddcdd2e0c0a6f9e76fdb36046fb3482dab093005384da55f7d20d87f68387dea38921838e9b4aec13eec354c43189f
 SHA512 
2532efa11a299baa26254e4fc09c41a9c22d9f1cbdd0ec1de28c9d9da94239259d9a8e112b157c169cd4b27c776d95dfcbb0b7fc915bd4864ae448b119276984
 DIST opera-developer_99.0.4765.0_amd64.deb 104310524 BLAKE2B 
cdbf344cc74feea147641eb4b6031fa5a9479d502639acd19b790018310be95d04a1d017ec6d865cf14880ea332e12ea0f19f7d952d5a39c2a934e6d150a
 SHA512 
1d2b9f6e911b8dd2bdcc762f69588551de45a2ddeef84cdf90dba00be851d620d7e0dd02318e06e963686e0f5a713c71b734639cf8c180aeb9ae465a74ed7c20
 DIST opera-developer_99.0.4780.0_amd64.deb 105323460 BLAKE2B 
3305318d3637e62a7aacb65d37ca31bf2f01adca5be4e0c173ff467491e2499012e6dc1d5f36f29e0adefe516fec3bffa35c3bcdad85d0613c53968f126d1a92
 SHA512 
e471b6bb1bac412a741f2455f321427d59bb9d60d35831e4ffb51376f4db4afa1e0cc2be87c6b1e14836a5bc6aed1e9c31cb935b7dde08fa7e81ea3feb8947dc
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3

diff --git a/www-client/opera-developer/opera-developer-98.0.4756.0.ebuild 
b/www-client/opera-developer/opera-developer-98.0.4756.0.ebuild
deleted file mode 100644
index 2a9aded891d9..
--- a/www-client/opera-developer/opera-developer-98.0.4756.0.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_LANGS="
-   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-FFMPEG_VERSION="110.0.5464.2"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs +suid qt5"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-   qt5? (
-   dev-qt/qtcore:5
-  

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2023-05-07 Thread Mike Gilbert
commit: e9099c68e2cc140d45d80c365d52ec4bc326be3a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:26:43 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:26:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9099c68

www-client/microsoft-edge-beta: automated bump (113.0.1774.32)

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

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-113.0.1774.32.ebuild   | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index a2e7f2b75c41..809325233ae5 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,4 +1,5 @@
 DIST microsoft-edge-beta_113.0.1774.15-1_amd64.deb 145733062 BLAKE2B 
6c0ddc339556809f1e87e6a565cb79e687841628855ed8592ba2a2f0a837ad26743eb497ad746d8f45c2943c52ab57df9737d1c656424951ff209e2db3e112f7
 SHA512 
ae3279c37652f4367f3b31c7c8aa97f2da6f930ff5e466ae6cbd98ea50399b2b42652c1287402af4f39923bbcac845d2db5bec1efea7ab18e9521338a63e63e1
 DIST microsoft-edge-beta_113.0.1774.23-1_amd64.deb 145590770 BLAKE2B 
3df532b474aa726cf2f6bbf171be50c4e302c7f3a0f0541f2a8c8bd292864ed6d461b76ca03273c72d58e448ce11cebb13fcb323bad4781fe550127e4b6a12b8
 SHA512 
fdc65fff65ec8d04e1b362bfe90b4da048e5964d04b162cb83164d96453b7a407c8c26a6fbae31480aa436b3cf4788cb98eb11e0771cefd678343a5bf9035f1a
 DIST microsoft-edge-beta_113.0.1774.27-1_amd64.deb 145797966 BLAKE2B 
37a1bd65739f9b4b2bd3bcb1bf62e19a7b608736d3be53216a59a07e9efc700217a3bd1d1a38bb4209f8c54b1a84c14ce76eb3df745e17567e4ed4e777d51d8a
 SHA512 
829cf410ddd1c67e4dd79d955e5c7788aca11faee3d73fa3d43ebe261620008bef21256547b65804857c3f9cc3f98a65c8a515d4ada6e68399aec7dc9aa75aed
+DIST microsoft-edge-beta_113.0.1774.32-1_amd64.deb 146387314 BLAKE2B 
8bca828f867c845b60de7ad52f70f9fce0efd873520d2d582ed8caa5e4e1b83e2b34cbffb79941061657392c045813f9a0b2b676fd6a6c5936488bcec9f97e5e
 SHA512 
51b8dd3c37603e377d35598067d812b549363b24cf53121b42cb15ee3a380a102100bd7915af8a7e135284f7f8a0be348cedaa8aeb6ad49db495834ccedf6503
 DIST microsoft-edge-beta_113.0.1774.35-1_amd64.deb 146325178 BLAKE2B 
d1a7a926585d5933c38e3c1273b4465bfc0fda43526b5a1a2866d69517623a314ab0619cda58bc307214d7e56d3f38f4aab88d1a02d5ed04133af6fa1494134d
 SHA512 
79d3daff7e24e4d5386b0530e828c75d402d0c691279e1d2e3f8463aa49626ece59527f34b24f916cac977304c3bc0d225dddbb412cd17b539808c78b2745fe4

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.32.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.32.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.32.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2023-05-07 Thread Mike Gilbert
commit: edf3d9a5358f4069445fc35b0cb47764d51b6acf
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:26:58 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:26:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf3d9a5

www-client/microsoft-edge-dev: automated bump (114.0.1823.7)

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-114.0.1823.7.ebuild | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index cfcf691532fe..604233369bea 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_114.0.1788.0-1_amd64.deb 147070010 BLAKE2B 
5ddb514c93c5cc30f0a3773bfb12138bb90ddaf05bdfdf5e8844bf8751d6c2cde941044b7b519ba7506bbd77665c9d38d5471e35f4f3c6e3e17c1ac77b0f8270
 SHA512 
612340100eaf0ccf145da358eeb84aa1b960a400dce90b8bc45eba0f7cb72b7c7a48ab0adf2769dfc049274c30d53e3bcef5716406258a471b74215c43cb527f
 DIST microsoft-edge-dev_114.0.1793.0-1_amd64.deb 147103118 BLAKE2B 
9274d3cc3701b15c592fdf89c6acfb63c8aa3936e80b59ac95af6f6a0514e54d192202c358a07adea263faf6309e1287d6407740e81613101bf80f5d2e3bfe35
 SHA512 
269550db62b647cbabd2ad9ad50bd4c9ccfeb843295e36a0de104892b5e67c067b9a5172fc02164203ed415d6b77098832d4b94bd5ee2252b510fa607a206820
 DIST microsoft-edge-dev_114.0.1807.1-1_amd64.deb 147127874 BLAKE2B 
c9c5f6dd0aed8a752f8e9715be19cf1c13e70593bef986f742c8e60244aeaff25bd062344faa9e3d239c4eea7db8d44c2f4d83bad536245b45d1dedff0c70d94
 SHA512 
e9077c9a0996f2debc6898df03f6d26b7a75602e83b4cce1e886f640e51f3960e7c11eb7debf7dd2aaa2036b99d090e394f199e5d39b73b76edf30b8cf85f3a2
+DIST microsoft-edge-dev_114.0.1823.7-1_amd64.deb 147331390 BLAKE2B 
ecc3a2b7f6e2e37eefd38c9e60f840e75d328bf720a47212a213797e98564ff7a2699c85472b12774c89d64eb4346923528ed5af37df3d2e9fb26ae32eaffa42
 SHA512 
0084084945e0d070ea4bbb44e12eb1844186d4b70a1d436cac9e236a2deb8cabb61c7d4275d770c15a0846eeec569faa7d368abc1740419e18ac87dc4c21f5ea

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1823.7.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1823.7.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1823.7.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -f _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+   rm 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2023-05-07 Thread Mike Gilbert
commit: 5e29dec573c62caf5b70631467c087c872881c0c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:27:12 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:27:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e29dec5

www-client/microsoft-edge-dev: remove old

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

 www-client/microsoft-edge-dev/Manifest |   2 -
 .../microsoft-edge-dev-114.0.1788.0.ebuild | 123 -
 .../microsoft-edge-dev-114.0.1793.0.ebuild | 123 -
 3 files changed, 248 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index aa2f97c9538b..c4ff0cf5e87a 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,5 +1,3 @@
-DIST microsoft-edge-dev_114.0.1788.0-1_amd64.deb 147070010 BLAKE2B 
5ddb514c93c5cc30f0a3773bfb12138bb90ddaf05bdfdf5e8844bf8751d6c2cde941044b7b519ba7506bbd77665c9d38d5471e35f4f3c6e3e17c1ac77b0f8270
 SHA512 
612340100eaf0ccf145da358eeb84aa1b960a400dce90b8bc45eba0f7cb72b7c7a48ab0adf2769dfc049274c30d53e3bcef5716406258a471b74215c43cb527f
-DIST microsoft-edge-dev_114.0.1793.0-1_amd64.deb 147103118 BLAKE2B 
9274d3cc3701b15c592fdf89c6acfb63c8aa3936e80b59ac95af6f6a0514e54d192202c358a07adea263faf6309e1287d6407740e81613101bf80f5d2e3bfe35
 SHA512 
269550db62b647cbabd2ad9ad50bd4c9ccfeb843295e36a0de104892b5e67c067b9a5172fc02164203ed415d6b77098832d4b94bd5ee2252b510fa607a206820
 DIST microsoft-edge-dev_114.0.1807.1-1_amd64.deb 147127874 BLAKE2B 
c9c5f6dd0aed8a752f8e9715be19cf1c13e70593bef986f742c8e60244aeaff25bd062344faa9e3d239c4eea7db8d44c2f4d83bad536245b45d1dedff0c70d94
 SHA512 
e9077c9a0996f2debc6898df03f6d26b7a75602e83b4cce1e886f640e51f3960e7c11eb7debf7dd2aaa2036b99d090e394f199e5d39b73b76edf30b8cf85f3a2
 DIST microsoft-edge-dev_114.0.1823.4-1_amd64.deb 147280870 BLAKE2B 
72fb9d7df337390ea5bc262f0d8f89139d8ff1d9676a3300b86766f5bfb5f41858b0df4cebd857cb5e359002e2bea76afa331ca0d26f34f7a7ded00d8ad395a8
 SHA512 
80358e39a0a3152cc2f0118585e3b54edcc22da25837750ff59214cd148f1cd3ac176a20b5cc8fb54f2db9f9778475a1c65227f4369d1650199f5d5dc13ecaef
 DIST microsoft-edge-dev_114.0.1823.7-1_amd64.deb 147331390 BLAKE2B 
ecc3a2b7f6e2e37eefd38c9e60f840e75d328bf720a47212a213797e98564ff7a2699c85472b12774c89d64eb4346923528ed5af37df3d2e9fb26ae32eaffa42
 SHA512 
0084084945e0d070ea4bbb44e12eb1844186d4b70a1d436cac9e236a2deb8cabb61c7d4275d770c15a0846eeec569faa7d368abc1740419e18ac87dc4c21f5ea

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1788.0.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1788.0.ebuild
deleted file mode 100644
index ebc23fabaa28..
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-114.0.1788.0.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-misc/ca-certificates
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-   mip? ( app-crypt/libsecret )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2023-05-07 Thread Mike Gilbert
commit: a5176d8b977fb45aa92fd489a3a3c1443f7edd5a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:26:32 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:26:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5176d8b

www-client/microsoft-edge-beta: automated bump (113.0.1774.35)

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

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-113.0.1774.35.ebuild   | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 032f21d176cf..a2e7f2b75c41 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-beta_113.0.1774.15-1_amd64.deb 145733062 BLAKE2B 
6c0ddc339556809f1e87e6a565cb79e687841628855ed8592ba2a2f0a837ad26743eb497ad746d8f45c2943c52ab57df9737d1c656424951ff209e2db3e112f7
 SHA512 
ae3279c37652f4367f3b31c7c8aa97f2da6f930ff5e466ae6cbd98ea50399b2b42652c1287402af4f39923bbcac845d2db5bec1efea7ab18e9521338a63e63e1
 DIST microsoft-edge-beta_113.0.1774.23-1_amd64.deb 145590770 BLAKE2B 
3df532b474aa726cf2f6bbf171be50c4e302c7f3a0f0541f2a8c8bd292864ed6d461b76ca03273c72d58e448ce11cebb13fcb323bad4781fe550127e4b6a12b8
 SHA512 
fdc65fff65ec8d04e1b362bfe90b4da048e5964d04b162cb83164d96453b7a407c8c26a6fbae31480aa436b3cf4788cb98eb11e0771cefd678343a5bf9035f1a
 DIST microsoft-edge-beta_113.0.1774.27-1_amd64.deb 145797966 BLAKE2B 
37a1bd65739f9b4b2bd3bcb1bf62e19a7b608736d3be53216a59a07e9efc700217a3bd1d1a38bb4209f8c54b1a84c14ce76eb3df745e17567e4ed4e777d51d8a
 SHA512 
829cf410ddd1c67e4dd79d955e5c7788aca11faee3d73fa3d43ebe261620008bef21256547b65804857c3f9cc3f98a65c8a515d4ada6e68399aec7dc9aa75aed
+DIST microsoft-edge-beta_113.0.1774.35-1_amd64.deb 146325178 BLAKE2B 
d1a7a926585d5933c38e3c1273b4465bfc0fda43526b5a1a2866d69517623a314ab0619cda58bc307214d7e56d3f38f4aab88d1a02d5ed04133af6fa1494134d
 SHA512 
79d3daff7e24e4d5386b0530e828c75d402d0c691279e1d2e3f8463aa49626ece59527f34b24f916cac977304c3bc0d225dddbb412cd17b539808c78b2745fe4

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.35.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.35.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-113.0.1774.35.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -f _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+ 

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

2023-05-07 Thread Mike Gilbert
commit: 6958dade96ab074894f8258c022cf2413a36b504
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:27:40 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:27:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6958dade

www-client/opera-developer: automated bump (100.0.4790.0)

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-100.0.4790.0.ebuild| 166 +
 2 files changed, 167 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 26d28b66f7dc..41ef60e8fe4a 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,3 +1,4 @@
+DIST opera-developer_100.0.4790.0_amd64.deb 106731688 BLAKE2B 
ae23791fd21bc71abacd8e73e3de69fa51b3da305ca783ed630cdb6f5c1f153a181fa1193bdfe23e868f4b4bf76558f9bd52b453e3b2647d272b553050a3a0d5
 SHA512 
e5d23054dbb914b5c363eabbe46649ff2720e9d265dc45096f8bc3d4e97540284446c6029a972968f6d6c0a15213aceda0e3bc33a1aa5d2d40842f6bb585d32d
 DIST opera-developer_98.0.4756.0_amd64.deb 105081300 BLAKE2B 
f9090479f6d76ddee3d8e548ec5f0945bdddcdd2e0c0a6f9e76fdb36046fb3482dab093005384da55f7d20d87f68387dea38921838e9b4aec13eec354c43189f
 SHA512 
2532efa11a299baa26254e4fc09c41a9c22d9f1cbdd0ec1de28c9d9da94239259d9a8e112b157c169cd4b27c776d95dfcbb0b7fc915bd4864ae448b119276984
 DIST opera-developer_99.0.4765.0_amd64.deb 104310524 BLAKE2B 
cdbf344cc74feea147641eb4b6031fa5a9479d502639acd19b790018310be95d04a1d017ec6d865cf14880ea332e12ea0f19f7d952d5a39c2a934e6d150a
 SHA512 
1d2b9f6e911b8dd2bdcc762f69588551de45a2ddeef84cdf90dba00be851d620d7e0dd02318e06e963686e0f5a713c71b734639cf8c180aeb9ae465a74ed7c20
 DIST opera-developer_99.0.4780.0_amd64.deb 105323460 BLAKE2B 
3305318d3637e62a7aacb65d37ca31bf2f01adca5be4e0c173ff467491e2499012e6dc1d5f36f29e0adefe516fec3bffa35c3bcdad85d0613c53968f126d1a92
 SHA512 
e471b6bb1bac412a741f2455f321427d59bb9d60d35831e4ffb51376f4db4afa1e0cc2be87c6b1e14836a5bc6aed1e9c31cb935b7dde08fa7e81ea3feb8947dc

diff --git a/www-client/opera-developer/opera-developer-100.0.4790.0.ebuild 
b/www-client/opera-developer/opera-developer-100.0.4790.0.ebuild
new file mode 100644
index ..2a9aded891d9
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-100.0.4790.0.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="110.0.5464.2"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs +suid qt5"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="opt/opera${PN#opera}"
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "opera only works on amd64"
+}
+
+pkg_setup() {
+   

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

2023-05-07 Thread Mike Gilbert
commit: 220cff7fc6f360eb4d2c32295a8e7153ecebe59d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:26:23 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:26:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220cff7f

www-client/microsoft-edge: remove old

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

 www-client/microsoft-edge/Manifest |   1 -
 .../microsoft-edge-112.0.1722.64.ebuild| 123 -
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 50f432cea24a..8fd2c2d42f20 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_112.0.1722.64-1_amd64.deb 142532466 BLAKE2B 
4b36dc2d87f08df5beff3ec736b30c851a3f32529c58bb424ef945fddd9742b9b7395b960db5aea67d56b93db635d9b6f7515f930356e3c84f874af5b70be9af
 SHA512 
d724a01aed2ba5d78b2748d8a3eb35c55c054004da95a0dadc4ece328bfc17f613e83aef3478e7b55f574bbe9e9666863eef667301e9f6e102c74c5927ba6712
 DIST microsoft-edge-stable_113.0.1774.35-1_amd64.deb 146344170 BLAKE2B 
5d69bf26f723ea5016df24c8686503d197b5a2d12383b23b355834cfeb21f56e65a9915b8f3e3c5ee665fe359e6c03a489ec418ebf57f1a7fd2e8fb2e8c9de22
 SHA512 
21cea8b8a84b0acff0406493dbd610fe1cc4f80f8f48cbabead6889c7c539829ccbba4e996d92e7c66fa272df0f63525e4f196af22812f6f635cb5263949831e

diff --git a/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild 
b/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild
deleted file mode 100644
index 40e3af0e1470..
--- a/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-misc/ca-certificates
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-   mip? ( app-crypt/libsecret )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   rm -f _gpgorigin || die
-
-   rm -r etc usr/share/menu || die
-   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-   gzip -d usr/share/doc/${PF}/changelog.gz || die
-   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
-   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
-   rm usr/share/man/man1/${PN}.1.gz || die
-   dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
-   fi
-
-   local suffix=
-   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
-   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-   local size
-   for size in 16 24 32 48 64 128 256 ; do
-   newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-   done
-
-   if ! use mip; then
-   rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die
-   fi
-
-   if ! use qt5; then
-   rm "${EDGE_HOME}/libqt5_shim.so" || die
-   fi
-
-   pax-mark m "${EDGE_HOME}/msedge"
-}



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

2023-05-07 Thread Mike Gilbert
commit: 90d9efe57c913844ab9dc316a2b5445ffabe5908
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:26:14 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:26:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d9efe5

www-client/microsoft-edge: automated bump (113.0.1774.35)

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

 www-client/microsoft-edge/Manifest |   1 +
 .../microsoft-edge-113.0.1774.35.ebuild| 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index e84913734f09..50f432cea24a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_112.0.1722.64-1_amd64.deb 142532466 BLAKE2B 
4b36dc2d87f08df5beff3ec736b30c851a3f32529c58bb424ef945fddd9742b9b7395b960db5aea67d56b93db635d9b6f7515f930356e3c84f874af5b70be9af
 SHA512 
d724a01aed2ba5d78b2748d8a3eb35c55c054004da95a0dadc4ece328bfc17f613e83aef3478e7b55f574bbe9e9666863eef667301e9f6e102c74c5927ba6712
+DIST microsoft-edge-stable_113.0.1774.35-1_amd64.deb 146344170 BLAKE2B 
5d69bf26f723ea5016df24c8686503d197b5a2d12383b23b355834cfeb21f56e65a9915b8f3e3c5ee665fe359e6c03a489ec418ebf57f1a7fd2e8fb2e8c9de22
 SHA512 
21cea8b8a84b0acff0406493dbd610fe1cc4f80f8f48cbabead6889c7c539829ccbba4e996d92e7c66fa272df0f63525e4f196af22812f6f635cb5263949831e

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild 
b/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -f _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+   rm usr/share/man/man1/${PN}.1.gz || die
+   dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
+   fi
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 32 48 64 128 256 ; do
+   newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+   done
+
+   if ! use mip; then
+   rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die
+   fi
+
+   if ! use qt5; then
+   rm "${EDGE_HOME}/libqt5_shim.so" || die
+   fi
+
+   pax-mark m "${EDGE_HOME}/msedge"
+}



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

2023-05-07 Thread Mike Gilbert
commit: 6f372fd262935b93efe803ac195b1b323ec16d31
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:26:19 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:26:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f372fd2

www-client/microsoft-edge: amd64 stable (113.0.1774.35)

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

 www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild 
b/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
@@ -14,7 +14,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2023-05-07 Thread Mike Gilbert
commit: 52b069e886cdc87649aae87691d3123383d7491e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  7 18:25:11 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  7 18:25:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b069e8

www-client/google-chrome-beta: automated update (114.0.5735.16)

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

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...eta-113.0.5672.63.ebuild => google-chrome-beta-114.0.5735.16.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 0fd615de448f..6931ba1eec9e 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_113.0.5672.63-1_amd64.deb 94986368 BLAKE2B 
0d1894fd62701d3b3afe2f2da896ba0821c6bb29c3a1f27c5f043667b5d615c7ae3a10184213ec1ae2a50020b7bfb416a5182ed29f0c2ae2b279c04875a9de14
 SHA512 
54532eb25f11eff01e11ffe1cde3aec0ac1dc34e05babfea9785f9f9e187643139cd219c3e7dad59a4b808a26c7b2ceb8aa109edae79d4cb3268e7c1564c0cd9
+DIST google-chrome-beta_114.0.5735.16-1_amd64.deb 95185704 BLAKE2B 
ecc74b5621fe79c87d64c1838a029922ec92933c052d4fce76feeb38cec2b2ceccebb1f3647545d51aad0f3b927b3629a566802064024445d6c5b675d1e22502
 SHA512 
685fb3e9f9b34a31e9bc81e4d10a579cc88f838ddfc5e3415c7da26322a99ec42c1c2f28217eb73381b053c7dbfebf560ba8cad2d59bbb01f8deac00074f0d35

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-113.0.5672.63.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-114.0.5735.16.ebuild
similarity index 100%
rename from 
www-client/google-chrome-beta/google-chrome-beta-113.0.5672.63.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-114.0.5735.16.ebuild



  1   2   3   >