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

2024-04-09 Thread Matt Jolly
commit: ed8c592b0534a7bf4ca700c523d051184c314257
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:58:01 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8c592b

www-client/opera-developer: add 111.0.5131.0

Opera 110/111 is based on Chromium 124 and therefore should
depend on that version of media-video/ffmpeg-chromium.

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-111.0.5131.0.ebuild| 173 +
 2 files changed, 174 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 3d53a9a6da8a..19876d2cf926 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,3 +1,4 @@
 DIST opera-developer_110.0.5104.0_amd64.deb 115270084 BLAKE2B 
8af1ec0b96e3af184b6cd33e9b87632305c6eb8a318b795a6764cce6a4a5d6813ac6c7d73ea073a930fc6dc1fba53d5f71199f631509261a67fcaccd01f71922
 SHA512 
cd693e512b0b80e0f7a10f2894649e39bdeb26e0a572a2b8d1eb07c0745329229981fc72fe7c0b96f9f9cec48db354e56b9d23cba642b6872fa844bb3ecdeaa0
 DIST opera-developer_110.0.5111.0_amd64.deb 115386872 BLAKE2B 
003a661b543fe13fc39a155d4d1d26af9e08158a65f64d5d6b99857dd6d0889b04bd8eb767fd83fc9fea200fd6f3f501d88602e974dcd04dd1c52fb84103b9ee
 SHA512 
214798e9e5ba6c21c9f8893f29c5745d9315067b262ba6024442dc241bc05f67433c57b6005a2062767dce735142044e03ea290666dc611ba89ce5bb4041b251
 DIST opera-developer_110.0.5117.0_amd64.deb 109939620 BLAKE2B 
1205915c9013573fad96703b92f8a66ce1fee8948d78e37738a6a7715536b6187c01f487ee8139ed921c5de7cb8245f6bcb71ed0ba539ce960130d7e04d30331
 SHA512 
685bc8f7ac19d2add873df688f5c330047c2d3efcd5e554436ac15eab224d507f6fdc135756143fcd1b0af5af19b6f38d05bd879e275705b3bb9aca5851d38c6
+DIST opera-developer_111.0.5131.0_amd64.deb 110259440 BLAKE2B 
68a4ff3d9fd5c11efe489cbb63bc956b42ff9c06f623864a35f75f19eb5c7c49aaa94664b955765aeebfd6a6c7c402f8deaa57e4814c410e56176c643f77888a
 SHA512 
95157de703ed8bd01e9cacb6bae04d50719aebcba436d8cd6ef58031ae2743f408e31df2e7e5a38c436e74f2c93fd888c5610336de6df5425aa61533f8ad6373

diff --git a/www-client/opera-developer/opera-developer-111.0.5131.0.ebuild 
b/www-client/opera-developer/opera-developer-111.0.5131.0.ebuild
new file mode 100644
index ..cfafbce68c18
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-111.0.5131.0.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2024 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/;
+
+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
+
+# Commit ref from `strings libffmpeg.so | grep -F "FFmpeg version"` matches 
this Chromium version
+# used to select the correct ffmpeg-chromium version (corresponds to a major 
version of Chromium)
+# Does not need to be updated for every new version of Opera, only when it 
breaks
+CHROMIUM_VERSION="124"
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}"
+S=${WORKDIR}
+
+LICENSE="OPERA-2018"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="+ffmpeg-chromium +proprietary-codecs +suid qt5 qt6"
+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
+   proprietary-codecs? (
+   !ffmpeg-chromium? ( 
>=media-video/ffmpeg-6.1-r1:0/58.60.60[chromium] )
+ 

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

2024-04-09 Thread Matt Jolly
commit: 8902c3f9f149d689beadf6ff376b2aea7a3f3003
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:54:40 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8902c3f9

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

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

 www-client/microsoft-edge-dev/Manifest |   1 -
 .../microsoft-edge-dev-124.0.2478.6.ebuild | 126 -
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 81082c5e2588..58fe20f86e56 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,3 @@
 DIST microsoft-edge-dev_124.0.2478.10-1_amd64.deb 167388474 BLAKE2B 
f01b4179306306014047e34f64ca2d79b1359e86364f33810f81700bf64654026c4f30e30c82f270c906e2365c0dad67069432344f23bb3305d2fbdd86463ec6
 SHA512 
1a8b4484f0fb484a361b90b017385caea53c58f867a0506f6eeeac3e502f07d50aeb0a726da4e5667644ef9d737c9e3fc92f7845d20113c21932eb12960c04bd
-DIST microsoft-edge-dev_124.0.2478.6-1_amd64.deb 167394778 BLAKE2B 
dbaf324391f1f528409cc63a3c75222cde28d5056ef53408d8441fb5786abf76b3da0300e92610c281a63fd6746d37b261676d685004a5635a1b8f4850c236b6
 SHA512 
8a7de2612c4aa94f3223510c98596f20bbe600bf70b2571f308056ad48d63533a8496cb0c2d090a9a2ae37262c3f459bbbe7ec77f7c3068c49783cc06e2bed45
 DIST microsoft-edge-dev_125.0.2492.1-1_amd64.deb 166493890 BLAKE2B 
249caf6e4643dd961783a9159374379db29ba26ae18334d1f05015dae46b9efc0becfda0c708804a024062978e4c2274eb8b63dea4de9216df4756bb02bee5b1
 SHA512 
a7d32bc493e801df731ec08e21b39bae52a4912eb0660a1f1a58a35557e759975730736b273d3b70eccf950714ed23ef49551b61538418fdc0b0325051fd65ea
 DIST microsoft-edge-dev_125.0.2506.0-1_amd64.deb 166910606 BLAKE2B 
bd008c624ca5b2b6cb66d20b1d404622a8dffaf11be64a066f2413311fbd5664d12ded2b556df5d40d6b56aaad88560a9a49675acbd298b7af47313699cd6af7
 SHA512 
b938ded35dea68fed0e12ce784ffa620c9f26b74c7f3cb8c66c70f16bffea33c81fef1c51bdc426dac59a2d4e56acbe4ffbdbe835be9f43f23480ed48f075f8c

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-124.0.2478.6.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-124.0.2478.6.ebuild
deleted file mode 100644
index 0ff710cc5ddc..
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-124.0.2478.6.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 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/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-MY_P="${MY_PN}_${PV}-1"
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-S=${WORKDIR}
-
-LICENSE="microsoft-edge"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-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
-   )
-   qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-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/

2024-04-09 Thread Matt Jolly
commit: 34949f9a0243eb6457eca5f3932ebee84f3f911a
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:58:04 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34949f9a

www-client/opera-developer: remove old

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

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-110.0.5104.0-r1.ebuild | 173 -
 2 files changed, 174 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 19876d2cf926..b360b9beccdb 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,3 @@
-DIST opera-developer_110.0.5104.0_amd64.deb 115270084 BLAKE2B 
8af1ec0b96e3af184b6cd33e9b87632305c6eb8a318b795a6764cce6a4a5d6813ac6c7d73ea073a930fc6dc1fba53d5f71199f631509261a67fcaccd01f71922
 SHA512 
cd693e512b0b80e0f7a10f2894649e39bdeb26e0a572a2b8d1eb07c0745329229981fc72fe7c0b96f9f9cec48db354e56b9d23cba642b6872fa844bb3ecdeaa0
 DIST opera-developer_110.0.5111.0_amd64.deb 115386872 BLAKE2B 
003a661b543fe13fc39a155d4d1d26af9e08158a65f64d5d6b99857dd6d0889b04bd8eb767fd83fc9fea200fd6f3f501d88602e974dcd04dd1c52fb84103b9ee
 SHA512 
214798e9e5ba6c21c9f8893f29c5745d9315067b262ba6024442dc241bc05f67433c57b6005a2062767dce735142044e03ea290666dc611ba89ce5bb4041b251
 DIST opera-developer_110.0.5117.0_amd64.deb 109939620 BLAKE2B 
1205915c9013573fad96703b92f8a66ce1fee8948d78e37738a6a7715536b6187c01f487ee8139ed921c5de7cb8245f6bcb71ed0ba539ce960130d7e04d30331
 SHA512 
685bc8f7ac19d2add873df688f5c330047c2d3efcd5e554436ac15eab224d507f6fdc135756143fcd1b0af5af19b6f38d05bd879e275705b3bb9aca5851d38c6
 DIST opera-developer_111.0.5131.0_amd64.deb 110259440 BLAKE2B 
68a4ff3d9fd5c11efe489cbb63bc956b42ff9c06f623864a35f75f19eb5c7c49aaa94664b955765aeebfd6a6c7c402f8deaa57e4814c410e56176c643f77888a
 SHA512 
95157de703ed8bd01e9cacb6bae04d50719aebcba436d8cd6ef58031ae2743f408e31df2e7e5a38c436e74f2c93fd888c5610336de6df5425aa61533f8ad6373

diff --git a/www-client/opera-developer/opera-developer-110.0.5104.0-r1.ebuild 
b/www-client/opera-developer/opera-developer-110.0.5104.0-r1.ebuild
deleted file mode 100644
index ad276bb735ac..
--- a/www-client/opera-developer/opera-developer-110.0.5104.0-r1.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2024 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/;
-
-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
-
-# Commit ref from `strings libffmpeg.so | grep -F "FFmpeg version"` matches 
this Chromium version
-# used to select the correct ffmpeg-chromium version (corresponds to a major 
version of Chromium)
-# Does not need to be updated for every new version of Opera, only when it 
breaks
-CHROMIUM_VERSION="121"
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}"
-S=${WORKDIR}
-
-LICENSE="OPERA-2018"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="+ffmpeg-chromium +proprietary-codecs +suid qt5 qt6"
-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
-   proprietary-codecs? (
-   !ffmpeg-chromium? ( 
>=media-video/ffmpeg-6.1-r1:0/58.60.60[chromium] )
-   ffmpeg-chromium? ( 
media-video/ffmpeg-chromium:${CHROMIUM_VERSION} )
-   )
-   qt5? (
-

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

2024-04-09 Thread Matt Jolly
commit: 92e21cd0a9cd0e8b810c7b234d72811ce7d71fd4
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:54:37 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e21cd0

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

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-125.0.2506.0.ebuild | 126 +
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 5ef05bdb55a8..81082c5e2588 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_124.0.2478.10-1_amd64.deb 167388474 BLAKE2B 
f01b4179306306014047e34f64ca2d79b1359e86364f33810f81700bf64654026c4f30e30c82f270c906e2365c0dad67069432344f23bb3305d2fbdd86463ec6
 SHA512 
1a8b4484f0fb484a361b90b017385caea53c58f867a0506f6eeeac3e502f07d50aeb0a726da4e5667644ef9d737c9e3fc92f7845d20113c21932eb12960c04bd
 DIST microsoft-edge-dev_124.0.2478.6-1_amd64.deb 167394778 BLAKE2B 
dbaf324391f1f528409cc63a3c75222cde28d5056ef53408d8441fb5786abf76b3da0300e92610c281a63fd6746d37b261676d685004a5635a1b8f4850c236b6
 SHA512 
8a7de2612c4aa94f3223510c98596f20bbe600bf70b2571f308056ad48d63533a8496cb0c2d090a9a2ae37262c3f459bbbe7ec77f7c3068c49783cc06e2bed45
 DIST microsoft-edge-dev_125.0.2492.1-1_amd64.deb 166493890 BLAKE2B 
249caf6e4643dd961783a9159374379db29ba26ae18334d1f05015dae46b9efc0becfda0c708804a024062978e4c2274eb8b63dea4de9216df4756bb02bee5b1
 SHA512 
a7d32bc493e801df731ec08e21b39bae52a4912eb0660a1f1a58a35557e759975730736b273d3b70eccf950714ed23ef49551b61538418fdc0b0325051fd65ea
+DIST microsoft-edge-dev_125.0.2506.0-1_amd64.deb 166910606 BLAKE2B 
bd008c624ca5b2b6cb66d20b1d404622a8dffaf11be64a066f2413311fbd5664d12ded2b556df5d40d6b56aaad88560a9a49675acbd298b7af47313699cd6af7
 SHA512 
b938ded35dea68fed0e12ce784ffa620c9f26b74c7f3cb8c66c70f16bffea33c81fef1c51bdc426dac59a2d4e56acbe4ffbdbe835be9f43f23480ed48f075f8c

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-125.0.2506.0.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-125.0.2506.0.ebuild
new file mode 100644
index ..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-125.0.2506.0.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 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/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+MY_P="${MY_PN}_${PV}-1"
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+S=${WORKDIR}
+
+LICENSE="microsoft-edge"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+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
+   )
+   qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+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 

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

2024-04-09 Thread Matt Jolly
commit: 93d406ec49837455e20abb3bd510e7b0d8b6e721
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:51:11 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d406ec

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

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

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-124.0.2478.27.ebuild   | 126 +
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 85f51c13b95b..612ac32c7dcd 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-beta_123.0.2420.65-1_amd64.deb 166572850 BLAKE2B 
5f8aa4ec43639acce151b0faaf2db397e44512caed7bb93de6a91e665b30435e9a3cb7f3b09542e563e6a7fe2e65265f4fdffa00cca449c659eec5efc3f5bb55
 SHA512 
29ed6dd9bc679496f9efaedc2bbbe35f0d0c9ebd4fb9a433234c1ad1815c9aacbfbcc0ec08416342e0af4f49a8592b48ace1d894fc04b3a2181661b59755d632
 DIST microsoft-edge-beta_124.0.2478.10-1_amd64.deb 167387126 BLAKE2B 
8a78d1166620bf04fa0415cc3302587e77ccfc766b154dfaa383ff9953b08b6e192fa06628050242fae3b551177c7c4990154626d22f8cc40a448425084bfd7f
 SHA512 
13eaf2b131caeb7200d3be2463f9b0c8efdb1db73ea894a10811555ef455eca7326b7fd1e6c67d74e100999d549d560ff35eecf37f1ab2b8426e0a018a25bea0
 DIST microsoft-edge-beta_124.0.2478.19-1_amd64.deb 167374274 BLAKE2B 
725270a8c44e7785d61a546479b2451fa5f0a2f0de872bf1fc20952ac22f0c314bf9cea2c6023ff7798f60cb7d7591a605960699db21ebee03ea752afd7a2744
 SHA512 
bc390b819110acc417f9c8cb1f3d13abe2b9ffb4a9d50a22eb0883d92bd2cc4cdd055d7370a0510d67903e67dfc68aa4be36b51598f83e07d70b09059c3d6ad6
+DIST microsoft-edge-beta_124.0.2478.27-1_amd64.deb 167389658 BLAKE2B 
edc430e99bda531d7cb5c3f6fc31ea48e903bf01db08f584533dc06bf4efcc20ae58c7538f44f85bcdc09cde0cdb1d7cf1ab08564f214226a975be3b7c30d196
 SHA512 
84a6ec505948e9fcd3c754d3b0934e4e05b1e5b0eeb2cbd671cceca0d99cca6cedd96c573816e1a1db9e6fd56d335cd67964a448c78891d58191ce5aff9e45f1

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-124.0.2478.27.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-124.0.2478.27.ebuild
new file mode 100644
index ..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-124.0.2478.27.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 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/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+MY_P="${MY_PN}_${PV}-1"
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+S=${WORKDIR}
+
+LICENSE="microsoft-edge"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+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
+   )
+   qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+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 

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/

2024-04-09 Thread Matt Jolly
commit: 4f60d2d9ea30816574d1f1f84f1c2425095d99bd
Author: Ian Jordan  gmail  com>
AuthorDate: Tue Apr  9 18:03:46 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:42:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f60d2d9

mate-base/mate-control-center: appindator is no longer optional

Closes: https://bugs.gentoo.org/929020
Signed-off-by: Ian Jordan  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36180
Signed-off-by: Matt Jolly  gentoo.org>

 mate-base/mate-control-center/mate-control-center-1.28.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
index 49df50a37938..a235bb697038 100644
--- a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
@@ -16,12 +16,13 @@ DESCRIPTION="The MATE Desktop configuration tool"
 LICENSE="FDL-1.1+ GPL-2+ LGPL-2+ LGPL-2.1+ HPND"
 SLOT="0"
 
-IUSE="accountsservice appindicator debug nls systemd"
+IUSE="accountsservice debug nls systemd"
 
 COMMON_DEPEND="
>=app-accessibility/at-spi2-core-2.46.0:2
>=dev-libs/glib-2.50:2
dev-libs/libxml2:2
+   dev-libs/libayatana-appindicator
>=gnome-base/dconf-0.13.4
>=gnome-base/librsvg-2.0:2
>=mate-base/libmatekbd-1.17.0
@@ -47,7 +48,6 @@ COMMON_DEPEND="
x11-libs/pango
>=x11-wm/marco-1.17.0:=
accountsservice? ( sys-apps/accountsservice )
-   appindicator? ( dev-libs/libayatana-appindicator )
systemd? ( sys-apps/systemd )
 "
 
@@ -69,7 +69,7 @@ PATCHES=(
 src_configure() {
mate_src_configure \
--disable-update-mimedb \
-   $(use_enable appindicator) \
+   --with-appindicator \
$(use_enable nls) \
$(use_enable debug)
 }



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

2024-04-09 Thread Matt Jolly
commit: c099ee3836cfd0b2aad7c884b1b5427f32840a5a
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:51:14 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c099ee38

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

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

 www-client/microsoft-edge-beta/Manifest|   1 -
 .../microsoft-edge-beta-123.0.2420.65.ebuild   | 126 -
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 612ac32c7dcd..077ebb11cd60 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,4 +1,3 @@
-DIST microsoft-edge-beta_123.0.2420.65-1_amd64.deb 166572850 BLAKE2B 
5f8aa4ec43639acce151b0faaf2db397e44512caed7bb93de6a91e665b30435e9a3cb7f3b09542e563e6a7fe2e65265f4fdffa00cca449c659eec5efc3f5bb55
 SHA512 
29ed6dd9bc679496f9efaedc2bbbe35f0d0c9ebd4fb9a433234c1ad1815c9aacbfbcc0ec08416342e0af4f49a8592b48ace1d894fc04b3a2181661b59755d632
 DIST microsoft-edge-beta_124.0.2478.10-1_amd64.deb 167387126 BLAKE2B 
8a78d1166620bf04fa0415cc3302587e77ccfc766b154dfaa383ff9953b08b6e192fa06628050242fae3b551177c7c4990154626d22f8cc40a448425084bfd7f
 SHA512 
13eaf2b131caeb7200d3be2463f9b0c8efdb1db73ea894a10811555ef455eca7326b7fd1e6c67d74e100999d549d560ff35eecf37f1ab2b8426e0a018a25bea0
 DIST microsoft-edge-beta_124.0.2478.19-1_amd64.deb 167374274 BLAKE2B 
725270a8c44e7785d61a546479b2451fa5f0a2f0de872bf1fc20952ac22f0c314bf9cea2c6023ff7798f60cb7d7591a605960699db21ebee03ea752afd7a2744
 SHA512 
bc390b819110acc417f9c8cb1f3d13abe2b9ffb4a9d50a22eb0883d92bd2cc4cdd055d7370a0510d67903e67dfc68aa4be36b51598f83e07d70b09059c3d6ad6
 DIST microsoft-edge-beta_124.0.2478.27-1_amd64.deb 167389658 BLAKE2B 
edc430e99bda531d7cb5c3f6fc31ea48e903bf01db08f584533dc06bf4efcc20ae58c7538f44f85bcdc09cde0cdb1d7cf1ab08564f214226a975be3b7c30d196
 SHA512 
84a6ec505948e9fcd3c754d3b0934e4e05b1e5b0eeb2cbd671cceca0d99cca6cedd96c573816e1a1db9e6fd56d335cd67964a448c78891d58191ce5aff9e45f1

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-123.0.2420.65.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-123.0.2420.65.ebuild
deleted file mode 100644
index 0ff710cc5ddc..
--- a/www-client/microsoft-edge-beta/microsoft-edge-beta-123.0.2420.65.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 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/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-MY_P="${MY_PN}_${PV}-1"
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-S=${WORKDIR}
-
-LICENSE="microsoft-edge"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-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
-   )
-   qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-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 

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

2024-04-09 Thread Matt Jolly
commit: 49fbae05e563cd6aa5bc1c4eb16d9bb442f18569
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:48:41 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fbae05

www-client/microsoft-edge: remove old

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

 www-client/microsoft-edge/Manifest |   1 -
 .../microsoft-edge-123.0.2420.65.ebuild| 126 -
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 7e1b966e9fec..60dc3a0cd3b1 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_123.0.2420.65-1_amd64.deb 166550462 BLAKE2B 
4cdb7a0e420df0d685498091b4278a689d6a56b3a53a071ab7529b6cf6d25c8c60c76dd79b7c39c01028249f1f7e9ba72462d9287d8194d2d435d00d932ef9fd
 SHA512 
ab6a2760604bdcde9672bc997b904ea2f5dba9558aafd301f3bbb106a51857877dd65d0def03f142bfa303c47b80cd155a3ca27cdae9816f0709a8998b4e
 DIST microsoft-edge-stable_123.0.2420.81-1_amd64.deb 166576286 BLAKE2B 
83475c80d04db8134fc3bc8c3a267e37ae6feaec777d7ca48e221518ff6d3fb5eac0172675e6e7fa7c00dc3265ac35589a0ed5a75de24a68409a459f32ffee69
 SHA512 
11fb076ac3ee2c83cc94647359f73efbfbfc5ccec2b57656843a4345ace3cc7846f32eec143751a3454a46fa67ca5e0349beb53ccb1d3792d914bc457d0c8c2c

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild 
b/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild
deleted file mode 100644
index 7ea339bd40f9..
--- a/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 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/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-MY_P="${MY_PN}_${PV}-1"
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-S=${WORKDIR}
-
-LICENSE="microsoft-edge"
-SLOT="0"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-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
-   )
-   qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-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
-   if ! use qt6; then
-   rm 

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2024-04-09 Thread Matt Jolly
commit: fee986e2cd16fec285ed7bf5a2bced64c6b3e742
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:43:19 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee986e2

www-plugins/chrome-binary-plugins: automated update (124.0.6367.29_beta)

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...7.18_beta.ebuild => chrome-binary-plugins-124.0.6367.29_beta.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index cd2f9aa63a67..68e815af715f 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_124.0.6367.18-1_amd64.deb 107695296 BLAKE2B 
b511199e7aa7c891f5ff568f7e581cb797026a390c29b889e900c1510940a4142dff2e8b4e4cab8deb22931e72f50e7fdacfbc841e0ebbe1845cde2f29098961
 SHA512 
3aa43ab0e69db1bd26c8ce1bfaa992557c4c2b321dfeae203c7938a9e79a0daf68ab82b9931f2ab68d49e8350947abc96b0aad321cd4f87b82d8f9b1dedaeb34
+DIST google-chrome-beta_124.0.6367.29-1_amd64.deb 106855148 BLAKE2B 
855237e1b8a76fa4f9107755b61f060fefb849b575492602640d7ee75f3f5f7ef08b37a948e4f1c2fa2a2d19b3c879adcf4dcb00dab8ab61f48d1a73c7a79af4
 SHA512 
8565f0fd8037d067b93a172d221853da96d740c70c52f2f7d2e2bc6b294cfc43b84324ae7fb6b9fddea16157818f7c61bd05a83b9d6dc07f33d21c19d6171102
 DIST google-chrome-stable_123.0.6312.105-1_amd64.deb 107229972 BLAKE2B 
995c45a3c2d0ee9c670bd84b08ad3ca0eb34700391315125cd39a52e89846099f89e7cb626d9290d6bafc93ef18df73bad2f76908a077dcda216db65f047
 SHA512 
b5bc4a3ae20d60bf2fa05ae332d14892b3395c538572259a03ea2baf5a9293e71af23d37794cbc40c7378f9389fa76de07124df9df90831088df1411cd30855e
 DIST google-chrome-unstable_125.0.6382.3-1_amd64.deb 107312012 BLAKE2B 
c3921593d991e3a42d28cf3b21a1e1c1b3628200b3f5f3111d40abd0b217f3e79c20b759e9feba4c28f42585efdba0284751cbeb9c4dccc4755dd11c3c819b4e
 SHA512 
c512a52bf2d300be72b60b2efed47690f8e93a4681dbf560080abe295819a52d49ab1d7c8720c2cb5d527a0bfebabd4359d1254578eac8fcff27b83dec40ad6f

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.18_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.29_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.18_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.29_beta.ebuild



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

2024-04-09 Thread Matt Jolly
commit: a6258db5cae130a2cadf86db220fe66d8e25146e
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:48:34 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6258db5

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

Bug: https://bugs.gentoo.org/928462
Signed-off-by: Matt Jolly  gentoo.org>

 www-client/microsoft-edge/Manifest |   1 +
 .../microsoft-edge-123.0.2420.81.ebuild| 126 +
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 7314ac87c55f..7e1b966e9fec 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_123.0.2420.65-1_amd64.deb 166550462 BLAKE2B 
4cdb7a0e420df0d685498091b4278a689d6a56b3a53a071ab7529b6cf6d25c8c60c76dd79b7c39c01028249f1f7e9ba72462d9287d8194d2d435d00d932ef9fd
 SHA512 
ab6a2760604bdcde9672bc997b904ea2f5dba9558aafd301f3bbb106a51857877dd65d0def03f142bfa303c47b80cd155a3ca27cdae9816f0709a8998b4e
+DIST microsoft-edge-stable_123.0.2420.81-1_amd64.deb 166576286 BLAKE2B 
83475c80d04db8134fc3bc8c3a267e37ae6feaec777d7ca48e221518ff6d3fb5eac0172675e6e7fa7c00dc3265ac35589a0ed5a75de24a68409a459f32ffee69
 SHA512 
11fb076ac3ee2c83cc94647359f73efbfbfc5ccec2b57656843a4345ace3cc7846f32eec143751a3454a46fa67ca5e0349beb53ccb1d3792d914bc457d0c8c2c

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild 
b/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
new file mode 100644
index ..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 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/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+MY_P="${MY_PN}_${PV}-1"
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+S=${WORKDIR}
+
+LICENSE="microsoft-edge"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+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
+   )
+   qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+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
+  

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

2024-04-09 Thread Matt Jolly
commit: 799d232aab1e48c351100cba3c2c47bd646617d9
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:48:38 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799d232a

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

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

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

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild 
b/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"



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

2024-04-09 Thread Matt Jolly
commit: 2e940147f2fa2d9c4dafe010fac3fdd26dc26684
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:42:55 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e940147

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

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

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...eta-124.0.6367.18.ebuild => google-chrome-beta-124.0.6367.29.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 a6f0e8478acc..7951ea3c1f56 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_124.0.6367.18-1_amd64.deb 107695296 BLAKE2B 
b511199e7aa7c891f5ff568f7e581cb797026a390c29b889e900c1510940a4142dff2e8b4e4cab8deb22931e72f50e7fdacfbc841e0ebbe1845cde2f29098961
 SHA512 
3aa43ab0e69db1bd26c8ce1bfaa992557c4c2b321dfeae203c7938a9e79a0daf68ab82b9931f2ab68d49e8350947abc96b0aad321cd4f87b82d8f9b1dedaeb34
+DIST google-chrome-beta_124.0.6367.29-1_amd64.deb 106855148 BLAKE2B 
855237e1b8a76fa4f9107755b61f060fefb849b575492602640d7ee75f3f5f7ef08b37a948e4f1c2fa2a2d19b3c879adcf4dcb00dab8ab61f48d1a73c7a79af4
 SHA512 
8565f0fd8037d067b93a172d221853da96d740c70c52f2f7d2e2bc6b294cfc43b84324ae7fb6b9fddea16157818f7c61bd05a83b9d6dc07f33d21c19d6171102

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



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

2024-04-09 Thread Matt Jolly
commit: 19eb1f24a09487ef2bc3bd7d841257bf964d1d7e
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:45:30 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19eb1f24

www-client/google-chrome-unstable: automated update (125.0.6396.3)

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

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...e-125.0.6382.3.ebuild => google-chrome-unstable-125.0.6396.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 146dc5c57eb7..23db552ab8df 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_125.0.6382.3-1_amd64.deb 107312012 BLAKE2B 
c3921593d991e3a42d28cf3b21a1e1c1b3628200b3f5f3111d40abd0b217f3e79c20b759e9feba4c28f42585efdba0284751cbeb9c4dccc4755dd11c3c819b4e
 SHA512 
c512a52bf2d300be72b60b2efed47690f8e93a4681dbf560080abe295819a52d49ab1d7c8720c2cb5d527a0bfebabd4359d1254578eac8fcff27b83dec40ad6f
+DIST google-chrome-unstable_125.0.6396.3-1_amd64.deb 107382716 BLAKE2B 
5fdb87f21a5857e418c8b5c1b369797738ba8e58ebe783f659ac8c50be764944d37ce2fe08bca6357a9c6c2fadef0b83fddd2cdf1606610b54fa7dd984494ce3
 SHA512 
5c9421a7b9cf3584c92f2cb58be41bb2a8a1f6bf469cbfc788c4f989bba5db82b1855bd78375c18332c5df76c1592489205e5330667f9225ba0ed99a0c6f4654

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-125.0.6382.3.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-125.0.6396.3.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-125.0.6382.3.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-125.0.6396.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2024-04-09 Thread Matt Jolly
commit: bf6f406a0850ed517c4c388a4d38e6c4c5f1d364
Author: Matt Jolly  gentoo  org>
AuthorDate: Wed Apr 10 01:45:35 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed Apr 10 05:40:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6f406a

www-plugins/chrome-binary-plugins: automated update (125.0.6396.3_alpha)

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...2.3_alpha.ebuild => chrome-binary-plugins-125.0.6396.3_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 68e815af715f..0a5dab8270e3 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_124.0.6367.29-1_amd64.deb 106855148 BLAKE2B 
855237e1b8a76fa4f9107755b61f060fefb849b575492602640d7ee75f3f5f7ef08b37a948e4f1c2fa2a2d19b3c879adcf4dcb00dab8ab61f48d1a73c7a79af4
 SHA512 
8565f0fd8037d067b93a172d221853da96d740c70c52f2f7d2e2bc6b294cfc43b84324ae7fb6b9fddea16157818f7c61bd05a83b9d6dc07f33d21c19d6171102
 DIST google-chrome-stable_123.0.6312.105-1_amd64.deb 107229972 BLAKE2B 
995c45a3c2d0ee9c670bd84b08ad3ca0eb34700391315125cd39a52e89846099f89e7cb626d9290d6bafc93ef18df73bad2f76908a077dcda216db65f047
 SHA512 
b5bc4a3ae20d60bf2fa05ae332d14892b3395c538572259a03ea2baf5a9293e71af23d37794cbc40c7378f9389fa76de07124df9df90831088df1411cd30855e
-DIST google-chrome-unstable_125.0.6382.3-1_amd64.deb 107312012 BLAKE2B 
c3921593d991e3a42d28cf3b21a1e1c1b3628200b3f5f3111d40abd0b217f3e79c20b759e9feba4c28f42585efdba0284751cbeb9c4dccc4755dd11c3c819b4e
 SHA512 
c512a52bf2d300be72b60b2efed47690f8e93a4681dbf560080abe295819a52d49ab1d7c8720c2cb5d527a0bfebabd4359d1254578eac8fcff27b83dec40ad6f
+DIST google-chrome-unstable_125.0.6396.3-1_amd64.deb 107382716 BLAKE2B 
5fdb87f21a5857e418c8b5c1b369797738ba8e58ebe783f659ac8c50be764944d37ce2fe08bca6357a9c6c2fadef0b83fddd2cdf1606610b54fa7dd984494ce3
 SHA512 
5c9421a7b9cf3584c92f2cb58be41bb2a8a1f6bf469cbfc788c4f989bba5db82b1855bd78375c18332c5df76c1592489205e5330667f9225ba0ed99a0c6f4654

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6382.3_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6396.3_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6382.3_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6396.3_alpha.ebuild



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

2024-04-09 Thread Michał Górny
commit: 98525581c2dce0f393fde21f86618f236acc0f8f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 04:23:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 05:36:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98525581

dev-lang/python: Bump to 3.12.3

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

 dev-lang/python/Manifest |   3 +
 dev-lang/python/python-3.12.3.ebuild | 537 +++
 2 files changed, 540 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 2131d00c5d2a..28af5f7d50fa 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -10,6 +10,8 @@ DIST Python-3.11.9.tar.xz 20175816 BLAKE2B 
4e7cd2c42ee39b5ef9624ebd1798320957e94
 DIST Python-3.11.9.tar.xz.asc 833 BLAKE2B 
fa29f632bae0bee7db946038ee3529bc3bfbe1b2e755b21394f67a3c80911ce8079aaab43a16d88e614a8bfc01fb5105ce3f61c59a5ca44470b0f59787c707b3
 SHA512 
b18b50e7168b2ca5376a1fa75e50e8baae2026d4f11d4cf613d758f3f17df4610fe4653fb2ac0c5c4ec0f6e630dc6490ad1ff32a2fd0ebd60f9f3bd136207ffc
 DIST Python-3.12.2.tar.xz 20591308 BLAKE2B 
419186d220d4ae5ca31466771158c8b56f5298b93e81a29993f36711e08b0384e002d891280ca29099ae826919ba99c2d056d468d9d3049a984d58e01d4972c0
 SHA512 
2ccfae7b9f95d8e15ea85d3f66eea5f6a8fdcaffc0b405095fecb33efc0df50b831c1215542910ced948b54e6de1f7242b0b8b9afc5f89079451c552430d7d9f
 DIST Python-3.12.2.tar.xz.asc 963 BLAKE2B 
45bfa01009f4df19d348a1fda722901cb4f0b76eb63fcf1061c2796949b5b2ef301fd0fdf818cd145e41d45e5785e0cfbfab8d98751765741715ee7d1b27f2f8
 SHA512 
fb477acb49864a662b1586db79e80fd8ebab85d4e5e14acd3bfb5afc3dbe8d6b9bf97eb518dfb77662e27040d400f451ed7575fe1264a6cc0d9feb06e4f2dc84
+DIST Python-3.12.3.tar.xz 20625068 BLAKE2B 
fc4f57ae50183db4c8cb37d94c37a7e58da5d031e03866841a678b986f01bbb8afdefb38124ba82b0a4988445b647214be43338dea13b0f063d3c2bf81c48c0b
 SHA512 
4a2213b108e7f1f1525baa8348e68b2a2336d925e60d0a59f0225fc470768a2c8031edafc0b8243f94dbae18afda335ee5adf2785328c2218fd64cbb439f13a4
+DIST Python-3.12.3.tar.xz.asc 963 BLAKE2B 
f9668dde210793f8da0e0bb026b8ec3e0b4bc3abc58e72732f8faf356b19ca88a59b9d89b4b10f77b3602d9a967f0f2f44a0f091d698bc28ba9bad8049e5e006
 SHA512 
c291ec5b5e4f8deba867cc517624dd9a174745f04061ef737e58f3d52b9b30318264aec350e339fe88ccb493809ca1a90a378e86d86b8ec4a4f578b1a5843624
 DIST Python-3.13.0a4.tar.xz 20648544 BLAKE2B 
4d45bdc1d88792c0bff93b4f9023d494b5ae86cd74eef49089fb11fab951b7fd2a5b8ac5b827b50fe1d61b516ed9a50f3f0e0b112299a70128f5e29e7b1d3f0f
 SHA512 
f0dccc822ba000e8a50853d62698975d35382b981b62091e25ad6a6e0669e4e517c880e884644b508172de38226006ec11ddc649d9271320e728c0cd6c0b4dcc
 DIST Python-3.13.0a4.tar.xz.asc 963 BLAKE2B 
2b27d93d4a1240b85657e455b1f148424460a10f8dc71a052a16f62c2e115a1767f1af1e6b4b7ccee5a4b59b4a92351875270567fd120aa53ee7fd50c51fd607
 SHA512 
261c0b23f84301f8b2aa4e8ea32995ea64a74a48dabc595028af71466915df93c118e699c939d7e4372d4575c59221743cb5ae21a936cc41241bdbafb9fab6c3
 DIST Python-3.13.0a5.tar.xz 20734172 BLAKE2B 
de5c0887fe67571f1f93fad3252433234683de266759d047f748f236328d091a73b24432e345382deaf4521fd462cd0d69168c4d66c5e3d56b12b780fb3b
 SHA512 
7238d6792ac35f4cf9c701f7a69ed37de13efe0ba676f26a9b01a15ded1f8f070be295be6fc70b29153e9f2216224438d46500570b5d64641347cf2ccc66b556
@@ -28,6 +30,7 @@ DIST python-gentoo-patches-3.10.14.tar.xz 15240 BLAKE2B 
0bfae6d93ceb1292891450d6
 DIST python-gentoo-patches-3.11.8_p1.tar.xz 9604 BLAKE2B 
9017104f160f24e0a1818a8b12225c596faee79d646cc73b6edc4ed1e3faca86cfa2fcea09a128224b85330a67dea65f658507e60dcd09b10af0d590a2b05082
 SHA512 
0f0afa57abfb4282953a1a78e5ad1cc5e17c0a205e96d9c152f9de6537da95671c1d429ac03fd6aa70a457b27a19b0892a1f9b81164468c4085172a58f5e8d9e
 DIST python-gentoo-patches-3.11.9.tar.xz 8456 BLAKE2B 
4e62837f17c1d056460df417b056a79ad78dbcdd3454761c7cda68ffe6faf8f4d4f04d5539e0ba94332fe19a751f7d5ff2c35ff969a6aa09a2c72d2ce5efbff1
 SHA512 
a288aa8d1d15e906e0f1762602a2122f9dc91bbd6b72123ac5d00ce55b3af324a4e8280b600fc0fb630e489e57ee1547d7595a4ede7a70e4b26d6686a8414997
 DIST python-gentoo-patches-3.12.2_p1.tar.xz 7208 BLAKE2B 
8266f2b6c64ffd509278c0d8756680e6700dcd3ed3ab6d3f0e1be2cc87cb20bc694f9e386b474fa5d115ffecdd5d4807a956a48450e109ef7f449ed6f4a8afce
 SHA512 
5fdb93ffae471b5a9e617c12ca1646b9521867cd260efe6da6350fcf5ba24114cad1dc715f033079ab69ecab7cc62c870e14fe2d2035c2d7f29c05cc0f1297db
+DIST python-gentoo-patches-3.12.3.tar.xz 6028 BLAKE2B 
7953a48a1d95a6a33bd88060fbcac463a5469371aa0c882c3945f1fea64a63c4d45fca8451f51f4eaeea00a04267ad2e54e4cc720c95e8bb5a3477e00263b80a
 SHA512 
4779bab2b24e59e4a77987ce3e9611d99e87c9c4d016309758c26a65fe2e11ef04d48d5af628c02b1552dc1f31b768f87448f8e19e716b4fe372941e6dacac3f
 DIST python-gentoo-patches-3.13.0a4.tar.xz 5256 BLAKE2B 
e3ad093b0c4bb044fb5883b5af14d130a6d5c94d8e9094263544f458ba2a38056ae64bd94d78ec44372caf40fafdb542d06be197cd5d1742f43a4f842d2fd2e3
 SHA512 

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

2024-04-09 Thread Michał Górny
commit: 20a60b6b3837c79423809fc6184388c65b744eab
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 04:20:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 05:35:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a60b6b

dev-python/scikit-learn: Bump to 1.4.2

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

 dev-python/scikit-learn/Manifest  |  1 +
 dev-python/scikit-learn/scikit-learn-1.4.2.ebuild | 70 +++
 2 files changed, 71 insertions(+)

diff --git a/dev-python/scikit-learn/Manifest b/dev-python/scikit-learn/Manifest
index 7023e5de75af..03935f21b43f 100644
--- a/dev-python/scikit-learn/Manifest
+++ b/dev-python/scikit-learn/Manifest
@@ -1 +1,2 @@
 DIST scikit-learn-1.3.2.gh.tar.gz 7650823 BLAKE2B 
170699917f46d6d3f4b9ebc314bc1ec45687dad0a4aec5d2cee6e288b5dbe508bad6dd80406501f289a33593c6482067393e9dc28155f85a4872a34523bf4199
 SHA512 
a3799e9b39b755a50ba225f836904a378f7d83a08274c614d0485e4d4d4a7b0c7adba2dbb6612f2ccb4e5167f872214a2853eff69d767dc70f52369bda7a230b
+DIST scikit-learn-1.4.2.gh.tar.gz 7907022 BLAKE2B 
d52b808ae981883438592ee9155797fedf832181b0fe66c25728aedc43143143d44af190977b22844e3322da77cd21a1ce5c733e254686722df7f4c43029192c
 SHA512 
ac4eea3d1f1f7c7280694d59ccb1e58362e77080f65dc2d4644dc257e874d7ff0d2d5b7abeb18acffc2752382527c6e9bbf5ebc47a8a74a2fab2a543e0220951

diff --git a/dev-python/scikit-learn/scikit-learn-1.4.2.ebuild 
b/dev-python/scikit-learn/scikit-learn-1.4.2.ebuild
new file mode 100644
index ..fe46263664ae
--- /dev/null
+++ b/dev-python/scikit-learn/scikit-learn-1.4.2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Machine learning library for Python"
+HOMEPAGE="
+   https://scikit-learn.org/stable/
+   https://github.com/scikit-learn/scikit-learn/
+   https://pypi.org/project/scikit-learn/
+"
+SRC_URI="
+   https://github.com/scikit-learn/scikit-learn/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos"
+IUSE="examples"
+
+DEPEND="
+   virtual/blas:=
+   virtual/cblas:=
+"
+RDEPEND="
+   ${DEPEND}
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/joblib-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.22.3[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/threadpoolctl-2.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pythran-0.14.0[${PYTHON_USEDEP}]
+   >=dev-python/cython-3.0.8[${PYTHON_USEDEP}]
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+# For some reason this wants to use urllib to fetch things from the internet
+# distutils_enable_sphinx doc \
+#  dev-python/matplotlib \
+#  dev-python/memory-profiler \
+#  dev-python/numpydoc \
+#  dev-python/pandas \
+#  dev-python/pillow \
+#  dev-python/seaborn \
+#  dev-python/sphinx-gallery \
+#  dev-python/sphinx-prompt \
+#  dev-python/scikit-image
+
+python_test() {
+   rm -rf sklearn || die
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest --pyargs sklearn
+}
+
+python_install_all() {
+   find "${S}" -name \*LICENSE.txt -delete || die
+   distutils-r1_python_install_all
+   use examples && dodoc -r examples
+}



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

2024-04-09 Thread Michał Górny
commit: ef068743988eed36a1ce7fe2e134c2480c73cf10
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 04:12:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 05:35:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef068743

dev-python/trimesh: Bump to 4.3.0

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

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

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index 702b31d73bd3..e858d219bcb9 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -1,2 +1,3 @@
 DIST trimesh-4.1.8.gh.tar.gz 13440336 BLAKE2B 
aa4bddc3d613144a0e304ec320a2b38df213846260e2525dae0f0f35a4146561e7b81dc88e197a5b0f0a76ff4b757c30df2a68fe0db0d4a37cdc8a91aedc41ba
 SHA512 
e20ca45f08a4d65c44c214b104af7c6d9d27121716ed7efd53a521c5b896ce788dba91b7794db518f26bb2ae86a1b8269af94f9b9381f8fdd342372b4ba86ce4
 DIST trimesh-4.2.4.gh.tar.gz 13554819 BLAKE2B 
233f4d5404793ed1b5dc475da2dd371ca3a792239ae9ffea95ef3609a19b2701f66ad7aeb72b7b078b7a58d812ebe59b3bc12fedc6b9c34213c60378a2959d1c
 SHA512 
3d37a429a21250a26f0a46c29c432b97158849bc0fbba7dec441bdd2453c4ef6a917483604f1c7ecb0e2415b9a270a80e36225cb951e59af1db54d20ebf60902
+DIST trimesh-4.3.0.gh.tar.gz 13595823 BLAKE2B 
2d7d74be7eff74513e7758944f57e6bd9d1003ce5591e1a6b261bf3d797b8f7fb5ed9de3f7a1a863650dda6575dfdd250a129bf561e7cdf65f90d33c2df8474c
 SHA512 
e27394abc8cea8f09df14329842cca6dcfd79dc9eb00e961138c3ce1fa61bb85a6585daa376cd7f80c3c64968001686f0de4ad685c121d08415d5c4e088093cc

diff --git a/dev-python/trimesh/trimesh-4.3.0.ebuild 
b/dev-python/trimesh/trimesh-4.3.0.ebuild
new file mode 100644
index ..90df68a2c9dc
--- /dev/null
+++ b/dev-python/trimesh/trimesh-4.3.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Python library for loading and using triangular meshes"
+HOMEPAGE="
+   https://trimesh.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/httpx[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.20[${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/mapbox_earcut[${PYTHON_USEDEP}]
+   dev-python/pillow[webp,${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_TIMEOUT=1800
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # require pyinstrument
+   tests/test_sweep.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}
+
+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" dev-python/scikit-image
+}



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

2024-04-09 Thread Michał Górny
commit: dfaeecddb6a4e9ded70265cdb529339c91e16d92
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 04:12:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 05:35:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfaeecdd

dev-python/trimesh: Remove old

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

 dev-python/trimesh/Manifest |  3 --
 dev-python/trimesh/trimesh-4.2.0.ebuild | 69 -
 dev-python/trimesh/trimesh-4.2.1.ebuild | 69 -
 dev-python/trimesh/trimesh-4.2.3.ebuild | 69 -
 4 files changed, 210 deletions(-)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index 4426ee6ead88..702b31d73bd3 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -1,5 +1,2 @@
 DIST trimesh-4.1.8.gh.tar.gz 13440336 BLAKE2B 
aa4bddc3d613144a0e304ec320a2b38df213846260e2525dae0f0f35a4146561e7b81dc88e197a5b0f0a76ff4b757c30df2a68fe0db0d4a37cdc8a91aedc41ba
 SHA512 
e20ca45f08a4d65c44c214b104af7c6d9d27121716ed7efd53a521c5b896ce788dba91b7794db518f26bb2ae86a1b8269af94f9b9381f8fdd342372b4ba86ce4
-DIST trimesh-4.2.0.gh.tar.gz 13553809 BLAKE2B 
141aec46cb8bf2342251a72e5e4c1fbee1e33e4ff63d420cfa4db1758fc324d572d54932ce1526ba2df75d9770f001d9dbe41a79835837931c4c46221fbb6871
 SHA512 
75efd00ef5ff8f9c25bdfb06ab92fa09db154771356b18ebcf457cba4c2f366645084eb078e5e324cfb41fe101797694aa6b5f7ccd1290ba4d2d6c088ebd
-DIST trimesh-4.2.1.gh.tar.gz 13554447 BLAKE2B 
02b75d8768963c250bbc1ebb75815567736a74b288da2a781b83fc3d31934059ebb85115c2e556a29da6c0e3034714226addba062d776acca4953414d1ed3492
 SHA512 
bdcd8436869849e8e8897732e0b9f8390d0771ea8dcadabb108ee8245d75c4d0ac915456473b6b0ed4f2f27fad48e123511e0bcfc79d485119376290c6f6d311
-DIST trimesh-4.2.3.gh.tar.gz 13554586 BLAKE2B 
2c82690a17d8c62c80c99e87d9347ab85c14b2170fbdccc7967f893f6d83bed9aa2e38ef3f024567893d926511b34b20109bb94c8e976ced9d7a77190a653f14
 SHA512 
541438e5f5bd577af693bb238b308c7094b334530d7a962881e05db81331e1c896c82f76b0dcd4bfa17abcfec9eadf869bb0cad01e1402e99852c3ff2d184e5f
 DIST trimesh-4.2.4.gh.tar.gz 13554819 BLAKE2B 
233f4d5404793ed1b5dc475da2dd371ca3a792239ae9ffea95ef3609a19b2701f66ad7aeb72b7b078b7a58d812ebe59b3bc12fedc6b9c34213c60378a2959d1c
 SHA512 
3d37a429a21250a26f0a46c29c432b97158849bc0fbba7dec441bdd2453c4ef6a917483604f1c7ecb0e2415b9a270a80e36225cb951e59af1db54d20ebf60902

diff --git a/dev-python/trimesh/trimesh-4.2.0.ebuild 
b/dev-python/trimesh/trimesh-4.2.0.ebuild
deleted file mode 100644
index fdbbaa5a2b10..
--- a/dev-python/trimesh/trimesh-4.2.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Python library for loading and using triangular meshes"
-HOMEPAGE="
-   https://trimesh.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/httpx[${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/mapbox_earcut[${PYTHON_USEDEP}]
-   dev-python/pillow[webp,${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_TIMEOUT=1800
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest
-}
-
-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" dev-python/scikit-image
-}

diff --git 

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

2024-04-09 Thread Michał Górny
commit: 00e1abd97f38ee308d344017d0ca72a3f8d8a7c7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 04:12:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 05:35:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e1abd9

dev-python/botocore: Bump to 1.34.81

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.34.81.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 5c2a36f1dc5c..e9f347d50f0a 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.34.69.gh.tar.gz 12790282 BLAKE2B 
3d12eb5eb8e85777b43b3774e783c90
 DIST botocore-1.34.74.gh.tar.gz 12820469 BLAKE2B 
e9d7a35e82aee30666952ea6f74d8d0f695efad2fd0da520b70fdd313cabf3aff6e67fa71543c630bcfb4b4f78f780321babaf118990d8136b79755beadd8a5a
 SHA512 
f7d741bd86e249ae46a7f79828c8b63c66519f9ae203f1a14a17e126c22d9e3d94710f5f5992f057491d3f7e41c7ea180255e1f766dc3bdee96ddb2ac6e28312
 DIST botocore-1.34.79.gh.tar.gz 12882231 BLAKE2B 
56d7d2a1046a164f4f64f375f608b8646e0f7c266b1c7ab37ff7141fd8d8d843ce2890b0a947f051956f61fb2cfc75c2eb3b3cf70305de4ba9ce2e18d8569ded
 SHA512 
00717ad582e23e1c4f4d803eea2069224fc69c6e701d6b4a55d0d99806cebfb1e2c45c7eb65464b84e0cc63399a7b6235b90ba9245e27fe435eca6079b5c29aa
 DIST botocore-1.34.80.gh.tar.gz 12886772 BLAKE2B 
a77200c5fa28ec9f1a8d65aae08130906719bd530065407446084354e49962f1db22a0c5370d9634d916c563899f3886613a35c24fa2f02967bbf1d191d27b0e
 SHA512 
b2b767f54426bd7cef6d49cdaa4e3d81a11a557e3364646b1cb738bc3f050172f08127c95bca00b170cf2758a71e1ef0f4273bfa7dda6f6dc05b252f73ac903f
+DIST botocore-1.34.81.gh.tar.gz 1262 BLAKE2B 
75394b63e4617da9e41801de96b4fa2e590add49e7697771e018ab0ca161dbc3eab95b4af98a1886e8d41419b9e3508727912082708e0197f676437cd19091ef
 SHA512 
dba689f4fe6b32eeb4ef32b49217849a5b6624f8ce3bfeb0857f88b98f84c38d4f04b3ef4c5d3e613ed96117f433cb16562984f6d826149dbbed80230d54386b

diff --git a/dev-python/botocore/botocore-1.34.81.ebuild 
b/dev-python/botocore/botocore-1.34.81.ebuild
new file mode 100644
index ..ba6cd2a5d2a2
--- /dev/null
+++ b/dev-python/botocore/botocore-1.34.81.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+RDEPEND="
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+# unbundled packages
+RDEPEND+="
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest tests/{functional,unit}
+}



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

2024-04-09 Thread Michał Górny
commit: bc942f80f0164fe860a200ca6a6479c4163b1353
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 04:24:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 05:36:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc942f80

dev-lang/python: Bump to 3.13.0_alpha6

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

 dev-lang/python/Manifest|   3 +
 dev-lang/python/python-3.13.0_alpha6.ebuild | 550 
 2 files changed, 553 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 28af5f7d50fa..194212bc463e 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -16,6 +16,8 @@ DIST Python-3.13.0a4.tar.xz 20648544 BLAKE2B 
4d45bdc1d88792c0bff93b4f9023d494b5a
 DIST Python-3.13.0a4.tar.xz.asc 963 BLAKE2B 
2b27d93d4a1240b85657e455b1f148424460a10f8dc71a052a16f62c2e115a1767f1af1e6b4b7ccee5a4b59b4a92351875270567fd120aa53ee7fd50c51fd607
 SHA512 
261c0b23f84301f8b2aa4e8ea32995ea64a74a48dabc595028af71466915df93c118e699c939d7e4372d4575c59221743cb5ae21a936cc41241bdbafb9fab6c3
 DIST Python-3.13.0a5.tar.xz 20734172 BLAKE2B 
de5c0887fe67571f1f93fad3252433234683de266759d047f748f236328d091a73b24432e345382deaf4521fd462cd0d69168c4d66c5e3d56b12b780fb3b
 SHA512 
7238d6792ac35f4cf9c701f7a69ed37de13efe0ba676f26a9b01a15ded1f8f070be295be6fc70b29153e9f2216224438d46500570b5d64641347cf2ccc66b556
 DIST Python-3.13.0a5.tar.xz.asc 963 BLAKE2B 
bbb0f90d2b5c1e39e224e97e627b89a4f9d8384bfc30a2da45f112a088290bbb4f36c39e4f12158d10fe737ec4b2af2db675917077aae36ba0166fdd8ef2c34e
 SHA512 
9cb4235afcde912904a2c3a728d83db45947cbda5ae1efae742f6045d1744008fefe67ed4b667f58194d81b2f341f3718841eb06ffad9a2f2fb5357cb1a373f4
+DIST Python-3.13.0a6.tar.xz 2089 BLAKE2B 
3a08003be366d78c8e3f7d45440bb23a6c9fb1228a31212b1585d1ab1129a6e252e852f8bd300c13d45ccaa0988f6f5de2a067b4a0c9583be10da4c20ceffa74
 SHA512 
6e999c718cdfede4abc52297aae7160a2864424e8f49a47321fa822d40c331a3d061a0982e355351a0c4bea40e9b1ec3832d76a7f4b6b3986b62fca2757f0ca1
+DIST Python-3.13.0a6.tar.xz.asc 963 BLAKE2B 
8f221fbba5f92a0468d2c28418b4d02037a59d4177e3e96f339a67376d0335df9ca23294e63d5ef4ef926bf7deafb2f8a458e740281429b0a648bd087b4e99a4
 SHA512 
1ec2abe8198a5fbd98490274bed7e84b48fcfc6ff25fcb474455d9f33b62673cfb7cf4939b304684aed005975d166143cb644b9a3e484d25de3dacb869de0131
 DIST Python-3.8.18.tar.xz 20696952 BLAKE2B 
45be712aeef8bb3ba04aa2bd7d0282aa5f817327749c620ede18ee307fcb432540db9062a8186b08b49467515c74f01eb6fa739f366cca76dfadedcb22858429
 SHA512 
0be1d85cafade25e99b8277ba51d7b9b3a3d2dbbcc52fd0d1c633c47982e5dd87fd7a0ca180a78d7801d79a8ecafa79bd9d501d544cd7b6da53ea409daa70adf
 DIST Python-3.8.18.tar.xz.asc 833 BLAKE2B 
bc4e989748d53c6be7040e78d9f1852227c6a76f4c63a68824f5139defd51d1ea7988df01f961ff5c77382e156ef45fead2bb97bddbb38b208ddfa9c709e4f34
 SHA512 
99a0fd74fe19144819fd9522836474e10c1593787eb464694bdc6224b2d4a9331e31d2ecafc35c2bbb9bf67f20186295b28f9374c1fdcd05ac13f5f400219489
 DIST Python-3.8.19.tar.xz 18975156 BLAKE2B 
57b241aeb8f99a8c30590dcb9402abbcf573f00d06e807846bc9135c0a8a4af896c4d772d34abc3c292339953f4974a203bff61a78641d91b1826770226cd7e9
 SHA512 
1d2a57fa15ccdaec8cdca508ba2ffb01e1ae053a3446ac709bc334480f8e913070899f01ed680cce6dc7ddfddcb27ef402fe206562249fa4c4e87be21ece0625
@@ -33,6 +35,7 @@ DIST python-gentoo-patches-3.12.2_p1.tar.xz 7208 BLAKE2B 
8266f2b6c64ffd509278c0d
 DIST python-gentoo-patches-3.12.3.tar.xz 6028 BLAKE2B 
7953a48a1d95a6a33bd88060fbcac463a5469371aa0c882c3945f1fea64a63c4d45fca8451f51f4eaeea00a04267ad2e54e4cc720c95e8bb5a3477e00263b80a
 SHA512 
4779bab2b24e59e4a77987ce3e9611d99e87c9c4d016309758c26a65fe2e11ef04d48d5af628c02b1552dc1f31b768f87448f8e19e716b4fe372941e6dacac3f
 DIST python-gentoo-patches-3.13.0a4.tar.xz 5256 BLAKE2B 
e3ad093b0c4bb044fb5883b5af14d130a6d5c94d8e9094263544f458ba2a38056ae64bd94d78ec44372caf40fafdb542d06be197cd5d1742f43a4f842d2fd2e3
 SHA512 
d845febc89d089791bac09beb758a615c20968b97077a3483c037562b4811edfe7c2d17e815032a77676bafda6ed838dba370fdcbba37f93ea83ee9d4b092fe8
 DIST python-gentoo-patches-3.13.0a5.tar.xz 5272 BLAKE2B 
d3251c26bf170c30cd3c935f697617e431c4d8dd9192e0ffd7a314b6780bf193b1fa1d6f4108455c993a0057b4712d336132ccc49fcd3d510003868afb3c2b5b
 SHA512 
13dcdf5b037a7c09a9964cbe74c7caa26894bb842b53d7ff027a1675a005bd72452526b18e69b7c1579a3b786f67d4b3236c1c744b224bc7a09fa61aead01ef4
+DIST python-gentoo-patches-3.13.0a6.tar.xz 5240 BLAKE2B 
827a365f60a1acfcbb5ddd568e4938cbd7f98678a12c756774b4307141834d90b890006e68965369663af1c6d594cf44466b9624f5ce3741ade28d80f3289437
 SHA512 
e45e0aaab022d2cc633576990a6232235067d89fc1270004caf18da898b98767ba7fa811bc8beb3cd8f0f842125cbd3cc3382e3aee13f15b8971d818f4813a30
 DIST python-gentoo-patches-3.8.18_p2.tar.xz 34160 BLAKE2B 
2e97f70615b950798cb7e2ae076f6617da3c28ef2d3f56f4e9be5c9144a64512fab1c098ed778d740ef79fc95af3ede231efc712304937c65b867e6e18dc0405
 SHA512 

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

2024-04-09 Thread Michał Górny
commit: 8d818df886f70dcf0323222ca1315fdece416048
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 05:27:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 05:36:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d818df8

dev-python/uv: Bump to 0.1.31

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

 dev-python/uv/Manifest |   2 +
 dev-python/uv/uv-0.1.31.ebuild | 109 +
 2 files changed, 111 insertions(+)

diff --git a/dev-python/uv/Manifest b/dev-python/uv/Manifest
index d2675244f055..36233c281cc5 100644
--- a/dev-python/uv/Manifest
+++ b/dev-python/uv/Manifest
@@ -10,3 +10,5 @@ DIST uv-0.1.24.gh.tar.gz 899637 BLAKE2B 
fab26ba9934fc5f586505b5ac1fa386c11f07e51
 DIST uv-0.1.28-crates.tar.xz 64374368 BLAKE2B 
6eceb9eba6d746007eb983ae704fc96496e29e86d219af19af01cafdb230bf2e5f572d07fac2ee5cdb42e5e553dbc266233425084acd98d73039a761c5e2907e
 SHA512 
0966ece30f0acac6eb0d3f5aeea3a3a443962e0a477c66b62dae09374f1dccf1a0ac355d5c684e76759f64b6921ed192de8d0363682d0aafe1de31c019be
 DIST uv-0.1.28.gh.tar.gz 925800 BLAKE2B 
5e30573a198057261fe7716dc6dc5d8b7bd8700fabc4f061129d5e1547596ea6424fc7321425348103796a2a6278118cc1c3399f8c3858c3816450e068c7
 SHA512 
3de0df5ca3c69bedc30d20c199251060a35d82ede8fa9f7f4907eee8e0bd55c7f10fbee0e870e1145c88c8526ab4729af4be393bc2a6508fa008050691ccf06a
 DIST uv-0.1.29.gh.tar.gz 929681 BLAKE2B 
647588a8c34d77cfa43ee7b459da19b6365c7ae451d2acb609c4ba1a67a0065be2d52925302a77cc716659b4cf217022bc9794d1d234c6aa43734dd5fca936ef
 SHA512 
6a39347daa3922a594b318b7a56547d32b97fd81822265e8b0899c6cfe9e5e072e96b49fd2db74eeaf88f6f42a3b2c60aa7e7e338a38d0af4256a42a703a7d95
+DIST uv-0.1.31-crates.tar.xz 64759920 BLAKE2B 
9404847d0a4bdaf8fe7e75de4a6167c43a5f786357653f45f613984b2297f07a30dbd782d49ffd4f936276f2da61ecc543c6942c58ae2f3b6a5cb77212b0
 SHA512 
8c7440e52649b9a749d36ef5e7ed0a2be5df590d2cd6486559bc0ab289e87f5533927ddd82e86268b8cb86a41056557ec3acb3e4eface63439837243a2ab0b7a
+DIST uv-0.1.31.gh.tar.gz 938923 BLAKE2B 
c6be91911b557260df546bd708e572d4ea6688e40a0c978a598070e71bb989b77fdace1e5507dcc829e9e21714962c8e76ee2ec5dc95ae10a1ccaa562e4c70e7
 SHA512 
687f622bc93a0b4c967d53ab068d3f5442f7a3566495f89da252d3beb41a17be3dcf410f260f7e68bb1f5595f633ea61da7a68423f190d879e809c25e9e297cb

diff --git a/dev-python/uv/uv-0.1.31.ebuild b/dev-python/uv/uv-0.1.31.ebuild
new file mode 100644
index ..24a6f44759c7
--- /dev/null
+++ b/dev-python/uv/uv-0.1.31.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+"
+
+declare -A GIT_CRATES=(
+   
[async_zip]='https://github.com/charliermarsh/rs-async-zip;1dcb40cfe1bf5325a6fd4bfcf9894db40241f585;rs-async-zip-%commit%'
+   
[pubgrub]='https://github.com/astral-sh/pubgrub;c26e485213e39582c6f2e4d45c0328422670e7a7;pubgrub-%commit%'
+)
+
+inherit cargo check-reqs
+
+DESCRIPTION="A Python package installer and resolver, written in Rust"
+HOMEPAGE="
+   https://github.com/astral-sh/uv/
+   https://pypi.org/project/uv/
+"
+# pypi sdist misses scripts/, needed for tests
+SRC_URI="
+   https://github.com/astral-sh/uv/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   ${CARGO_CRATE_URIS}
+"
+if [[ ${PKGBUMPING} != ${PVR} ]]; then
+   CRATE_P=${P}
+   SRC_URI+="
+   https://dev.gentoo.org/~mgorny/dist/${CRATE_P}-crates.tar.xz
+   "
+fi
+
+# most of the code
+LICENSE="|| ( Apache-2.0 MIT )"
+# crates/pep508-rs is || ( Apache-2.0 BSD-2 ) which is covered below
+# Dependent crate licenses
+LICENSE+="
+   0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT
+   MPL-2.0 Unicode-DFS-2016
+"
+# ring crate
+LICENSE+=" openssl"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="test"
+PROPERTIES="test_network"
+
+DEPEND="
+   dev-libs/libgit2:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   >=virtual/rust-1.77
+   test? (
+   dev-lang/python:3.8
+   dev-lang/python:3.9
+   dev-lang/python:3.10
+   dev-lang/python:3.11
+   dev-lang/python:3.12
+   )
+"
+
+QA_FLAGS_IGNORED="usr/bin/.*"
+
+check_space() {
+   local CHECKREQS_DISK_BUILD=3G
+   use debug && CHECKREQS_DISK_BUILD=9G
+   check-reqs_pkg_setup
+}
+
+pkg_pretend() {
+   check_space
+}
+
+pkg_setup() {
+   check_space
+}
+
+src_prepare() {
+   local PATCHES=(
+   # skip broken tests:
+   # - requiring pinned CPython versions (3.8.12, 3.11.7, 3.12.1)
+   # - requiring specific terminal width (COLUMNS don't seem to 
work)
+   # - other (perhaps failing because of other skipped tests?)
+   "${FILESDIR}/uv-0.1.28-skip-tests.patch"
+   )
+
+   rm crates/uv/tests/pip_compile_scenarios.rs || die
+   default
+}
+
+src_compile() {
+   cd 

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

2024-04-09 Thread Michał Górny
commit: 4bc4a8a164209a9f86497d2a0be7853951baf8d6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 04:27:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 05:36:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc4a8a1

dev-python/miniupnpc: Remove old

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

 dev-python/miniupnpc/Manifest   |  2 --
 dev-python/miniupnpc/miniupnpc-2.2.6.ebuild | 51 -
 2 files changed, 53 deletions(-)

diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
index f4a792a8ccff..1bfa020c464e 100644
--- a/dev-python/miniupnpc/Manifest
+++ b/dev-python/miniupnpc/Manifest
@@ -1,4 +1,2 @@
-DIST miniupnpc-2.2.6.tar.gz 103949 BLAKE2B 
bf5ea9ce0194dcff47763989da6eea0282fe2507bab79a14bb699aa1f843730c95b448030d8100241787b899d3cc5e4e7ab4633ee2a97b9121eea05c90b138b0
 SHA512 
012a7a7c96694890af458933f0bc14573f5c85cc5f3021854e1a965574f993be174ca15c1b0edb224333c2560c3a44cd68a067527db832475a16dbbaaaf48125
-DIST miniupnpc-2.2.6.tar.gz.sig 543 BLAKE2B 
243d9eacab92a33c6c9bf064333c6d2620c88d2bfb5b6bd1dd5f8360f355e8e4b0c0af596ceccc5783e9beaeb21bc2ba0c24fbf3d7448e92235f4a1a0793859a
 SHA512 
750d0ffef99210552d96383bc67d4200f1306c4200ecac8b0d91f6796882a2c8686e83dbc3fe103d01d957a4212258e660c91a79a76ff87b2a7b0498bc5a822e
 DIST miniupnpc-2.2.7.tar.gz 104258 BLAKE2B 
5681c1747c8e330442a0ad46d673e1739283bfc23571cb2225abf82326caa7da979911b3182cab2e3eea49140b90619f4e00bb5b1e2f0cd6067c28017cf87016
 SHA512 
d24e653c2f7bfed4485342c5ec8d18b4dd4c3430975b5fae392d3534f38bb3fb59e6638e76d57847f49045e22f3afd6cac128d7d9d10ef05bd6ad24ef38303b6
 DIST miniupnpc-2.2.7.tar.gz.sig 543 BLAKE2B 
6649e5866afd13034b05a9d771c25c419e85631ca17ed7457e5811aee0ba8c38b0ad34033caa5b611cde21a63251e902e3f24cc4748e52a4a379ef075bf59dc5
 SHA512 
188837275b20c61c05babac916bff86178774030dbc191ecd0e5314c6e9b6dbb627680b512c554a8b27a020bd7503b141be26a134e0ed7e2cc56c7e2c01d9e81

diff --git a/dev-python/miniupnpc/miniupnpc-2.2.6.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.2.6.ebuild
deleted file mode 100644
index b0d7355441a8..
--- a/dev-python/miniupnpc/miniupnpc-2.2.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 verify-sig
-
-MY_P=${P/python-}
-DESCRIPTION="Python bindings for UPnP client library"
-HOMEPAGE="
-   http://miniupnp.free.fr/
-   https://miniupnp.tuxfamily.org/
-   https://github.com/miniupnp/miniupnp/
-"
-SRC_URI="
-   https://miniupnp.tuxfamily.org/files/${MY_P}.tar.gz
-   verify-sig? (
-   https://miniupnp.tuxfamily.org/files/${MY_P}.tar.gz.sig
-   )
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-DEPEND="
-   >=net-libs/miniupnpc-${PV}:0=
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   verify-sig? ( sec-keys/openpgp-keys-miniupnp )
-"
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/miniupnp.asc
-
-PATCHES=(
-   "${FILESDIR}"/miniupnpc-2.2.3-shared-lib.patch
-)
-
-# DOCS are installed by net-libs/miniupnpc.
-DOCS=()
-
-# Example test command:
-# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); 
u.selectigd(); print(u.externalipaddress())'



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

2024-04-09 Thread Michał Górny
commit: 5fdbd0219f7748dd7d089a486b36d32acfcaab29
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 04:16:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 05:35:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdbd021

dev-python/dask-expr: Bump to 1.0.11

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

 dev-python/dask-expr/Manifest|  1 +
 dev-python/dask-expr/dask-expr-1.0.11.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/dev-python/dask-expr/Manifest b/dev-python/dask-expr/Manifest
index 80bf9521124d..d1675624e602 100644
--- a/dev-python/dask-expr/Manifest
+++ b/dev-python/dask-expr/Manifest
@@ -1,5 +1,6 @@
 DIST dask-expr-1.0.1.gh.tar.gz 233058 BLAKE2B 
2e5f64b75e4786e66b6ccab73af8e4a2fa5f7a3dce9cdce801769a2d85d28a0f7657c306f7e8d3458490391dcb9ae967d344832fcd530ef25fd7ee7c747a89b4
 SHA512 
c779f0e8e8a7a9ed650f58f4900950b72a4915c899dffa2641f707d8db1537213ea67bafc983fb28e50d16e894e8f9d11db9ae77cee9131b273f7aa8e98e6e7c
 DIST dask-expr-1.0.10.gh.tar.gz 242027 BLAKE2B 
47965f92a263c14c406732d17789b7cc42f2d5114ee47624a932cb6981760e2a9a9eebe161771d660dbff2269a771bad0c3681e6ba21cf968aa197be2675de5a
 SHA512 
74ab20868b8b853ad52c2aed47d0b951f1402d4a7681566c8f8b5ad90c9d088dfffc7f9e6913564f09a192926f66d1e3a72af0a88ba3b04a114ab92d04203af3
+DIST dask-expr-1.0.11.gh.tar.gz 242347 BLAKE2B 
38b35e4558fc589738d98b59bcaa378351dfa0c3a7fd7919b709db1ef5b5b97fd431aa2fc07ba69ec41012c91667873615fea763efee2d8f07b99eee910e
 SHA512 
ddd4cd3582dc843a3dd7702f5a457df44d97b7b3828629d702c209f4b84fc1410b059029f82dc167ebefbf3de148aed7f54ecc69241c179c86bf66f9bbd19f41
 DIST dask-expr-1.0.5.gh.tar.gz 239409 BLAKE2B 
0fae8540f40cbdead823f300a68df239bb838bb88d34c000b6d29ee451609a4cfc4422586cbf1fc3d2e10b50ffab6e8a2414c14c00635d929d92d7e40b1abff5
 SHA512 
3baf9e1aca78bc8158bce0e6beb323e511fa5717578bb10bfce27ec38a8f7b6e25b21edeffc669a1ac5f4a987dbbd948bba0f4375f3c5b329d13fab7093708ea
 DIST dask-expr-1.0.6.gh.tar.gz 241469 BLAKE2B 
1b73050a19a2050bda507aaabe379dc3d65e1ee631da2eda55152bb5441429da9503731a9a751b63914e7cbe6501ae7736550952b2273e3ba7fca9e61ae1
 SHA512 
f69efb9a2fe3382715c5e358765e28995fbca7b1eb21f7564d61ae114b50cb76c145f0ce381a09232e589dab1df8ef72c30d166881f54e4f7497eb31a9fff8ea
 DIST dask-expr-1.0.9.gh.tar.gz 241840 BLAKE2B 
761b5cbb4b6cc1de3efb73e9f1ff2a5e1d31dd7ffad840a0d282a560e91b115f4eb0ed1e596fdb26c96eca894a6ac23e7b3605c26945501156cdf2809e887150
 SHA512 
ae49eb6ed1dbfe326f9bdb8ec0c09c66a90e071a04b30bd8877f8fcd800346b9433412f05231acc83a9aec7c81dff8867b46fd491746370f6da322d22f4aeb64

diff --git a/dev-python/dask-expr/dask-expr-1.0.11.ebuild 
b/dev-python/dask-expr/dask-expr-1.0.11.ebuild
new file mode 100644
index ..9a011f9034c4
--- /dev/null
+++ b/dev-python/dask-expr/dask-expr-1.0.11.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="High Level Expressions for Dask"
+HOMEPAGE="
+   https://github.com/dask/dask-expr/
+   https://pypi.org/project/dask-expr/
+"
+# pypi tarball removes tests, as of 1.0.1
+SRC_URI="
+   https://github.com/dask/dask-expr/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   >=dev-python/dask-2024.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pyarrow-7.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pandas-2[${PYTHON_USEDEP}]
+"
+# TODO: make pandas depend on pyarrow unconditionally?  we're having
+# transitive deps here.
+BDEPEND="
+   dev-python/versioneer[${PYTHON_USEDEP}]
+   test? (
+   dev-libs/apache-arrow[parquet,snappy]
+   dev-python/pyarrow[parquet,${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin
+   sed -i -e '/dask/s:==:>=:' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # requires distributed
+   
'dask_expr/tests/test_shuffle.py::test_respect_context_shuffle[shuffle]'
+   )
+   local EPYTEST_IGNORE=(
+   # requires distributed
+   dask_expr/io/tests/test_parquet.py
+   dask_expr/tests/test_diagnostics.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2024-04-09 Thread Michał Górny
commit: 20b404b252f46784cb8fd1ec1b753dca124cc86c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 04:13:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 05:35:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b404b2

app-admin/awscli: Bump to 1.32.81

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.32.81.ebuild | 90 ++
 2 files changed, 91 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index bb1f91e90ceb..872ef7ed47df 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -2,3 +2,4 @@ DIST aws-cli-1.32.69.gh.tar.gz 2675479 BLAKE2B 
7a8ec84c029662145aaf49afd1b9194a7
 DIST aws-cli-1.32.74.gh.tar.gz 2682208 BLAKE2B 
aba8be6e597a6d07197bd06d51f167f7a2dbed317c630572585cd006f6edfceac054726a20afe20faf6de381cbb75e352a7d6ab9e232b6e669fd59ca5888e122
 SHA512 
2f19b7c383c91528f15b93b00df285bdf32685c08e41e4f8f3a62cbbd5cff2615ca98c5eb925a5a2a2d13b452a0a08658749f4f7a48045a537ee7ec7e23cd663
 DIST aws-cli-1.32.79.gh.tar.gz 2685785 BLAKE2B 
3bbfad927d9d882e6b502f47919ce963df498c614a92730c5d6b1fb4efd7a8bd805a5c8cc82c705b97d8ee0ddbee4d6ddfa9cb46661fe7e9337add53bda3d9a1
 SHA512 
e0e369b6a5fca4d72365e54ef99c862e2d6f68caed61ac431516777e82ec8b292cf50516f379d8e94787b2a0ee58ad6e68d0951624f1ed742079295c4d2987ce
 DIST aws-cli-1.32.80.gh.tar.gz 2685662 BLAKE2B 
9dd199937159943c419d4df98badee5253c9910c2d392fd843ff63d8edca6f71309c97221b623c7f0e2140a615cf804f69048024d6fbefea75d0da78cdafdfc1
 SHA512 
f30fc5a9f1890ef3d313e527d886588720d7ba039a44975c7600ea0bb326b542eb3897341cc832d68e759c95bbb2de8f8cc0ecfbf9c1c1b7e4d00dd9c7fd3213
+DIST aws-cli-1.32.81.gh.tar.gz 2687946 BLAKE2B 
09b672ceb60ba98c49bc7d747ce3639e40e0add35f583de7e42cea5e885fd833bd91c6eb4c94630c7151c914cebe28ee1327472a736d46ae3594e3a558db4e81
 SHA512 
f94f7147a946bfeb7414d08c7144ce6b452eb68bc9d42c686724824c5e8d77b012a5496778bfdf7cb15114065f3227e456df22327eeda505bb49c6da46934c34

diff --git a/app-admin/awscli/awscli-1.32.81.ebuild 
b/app-admin/awscli/awscli-1.32.81.ebuild
new file mode 100644
index ..4a677affdbc4
--- /dev/null
+++ b/app-admin/awscli/awscli-1.32.81.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local serial_tests=(
+   
tests/functional/ecs/test_execute_command.py::TestExecuteCommand::test_execute_command_success
+   
tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_{fails,success}
+   
tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_with_new_version_plugin_success
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking_windows
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestNuGetLogin::test_login_nuget_sources_listed_with_backtracking
+   
tests/unit/customizations/ecs/test_executecommand_startsession.py::TestExecuteCommand::test_execute_command_success
+   

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

2024-04-09 Thread Michał Górny
commit: 80234f666e794686b3149a7263c3c10a84bcf408
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 04:12:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 05:35:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80234f66

dev-python/boto3: Bump to 1.34.81

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.34.81.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 9bb278022473..37635fb80719 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -2,3 +2,4 @@ DIST boto3-1.34.69.gh.tar.gz 787293 BLAKE2B 
9e46a959f3efdc3e673d38c8e3c30b8ceed1
 DIST boto3-1.34.74.gh.tar.gz 790202 BLAKE2B 
4368db3e11d6bda6eee4ccde82bcc0c2c5a67448400ce0d29d221840360348ab1c7d3c8360ff3c91190ebccb30e187c6fc3ed72f29f1a1d1f883888a8cad12dc
 SHA512 
977e1b9f8a9506bd040ff6a9a1df106294ff62a100cf5cb31aeaa363a4f3fe28cab71e4740028202829fac3023bf832bd4ac25b3474c2a5e107892c05b356e0c
 DIST boto3-1.34.79.gh.tar.gz 792796 BLAKE2B 
97a4f8e6fc33bcfe2817ce353df8ff6354bc89c449e5e29833704e12513aa21129863164c51047b17c7f15a47f0ceb90c60a83071464283292089b2535e8fed9
 SHA512 
15161face918253eac06dfbeb67adb8ef5ed6902b2eed760feb9fdd3aee0e38da3511aa7d829914b6f80addff7feffae7d3645f7567643a37d3659001d7b6a1a
 DIST boto3-1.34.80.gh.tar.gz 793186 BLAKE2B 
aa45147344c21291f413580473bdd358d25e69944c16ea43e731465911c5c16fdc1e9fde20d69634debdc7cd0af07a999072ee6ecfb6c0b93a96ecb66dee78b3
 SHA512 
a43be78c98060a0aeb232dad7bb118768711e375f8137d0b59293397056a360a6a6e7d067651404c4ae43180d9c5e100fd2ee041b8ecc17e9982a30cdfc0e8d4
+DIST boto3-1.34.81.gh.tar.gz 793676 BLAKE2B 
40e8eccfc1a619c5d542233faa13aa099fad43c6eddf669914cdbcd58c44bb13433ccad44d6aa2ef5162ba4f7725269b60e82d9093b2119b029eb884b0fdb4ef
 SHA512 
a1823dd568f3e46bdea0830cd1a56aecd949d7e5f1e3558f759a672ed10f754faf546a69c8f1489dc203f04dc173de644689b6bdb53c4446f3cf81adbabc9211

diff --git a/dev-python/boto3/boto3-1.34.81.ebuild 
b/dev-python/boto3/boto3-1.34.81.ebuild
new file mode 100644
index ..2c733040b7a3
--- /dev/null
+++ b/dev-python/boto3/boto3-1.34.81.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+RDEPEND="
+   >=dev-python/botocore-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest tests/{functional,unit}
+}



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2024-04-09 Thread Erik Mackdanz
commit: 244a20341fe47d91492317c90f17cca9ad76e5d4
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Apr 10 03:54:48 2024 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Wed Apr 10 04:47:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244a2034

games-roguelike/stone-soup: drop 0.31.0_pre20231027

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   1 -
 .../stone-soup-0.31.0_pre20231027.ebuild   | 239 -
 2 files changed, 240 deletions(-)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 508d7c33b989..a6c692f90cf0 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -13,7 +13,6 @@ DIST stone-soup-0.30.1.tar.gz 21502317 BLAKE2B 
5fc39bb83c5d6b96a00d55c4bf18ee0e6
 DIST stone-soup-0.30.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone-soup-0.31.0.tar.gz 22432560 BLAKE2B 
f3e696915458674e3f7ce2a47d19c740c53de897ab40227efc9c127be42dcfbb4b3ee93258ea4094fb1a18aceb37c4341aac86c1174c42ab1ce300bca3281fc6
 SHA512 
ad354d57a39d07ad8a1a89a7fd20b33a4cd88fcbf1f2276cdefe8890c223272b7a34969a373f6b1f39cff72499c1e2773592ce368e887307908acd59ca00ca4b
-DIST stone-soup-0.31.0_pre20231027.tar.gz 22093957 BLAKE2B 
7f434b3430f2b4c99abbb52fd245349caaf3864fc992263482144e1bb3c12a9b58be8b918d21c829e8c188116900dfbac082f5e1c490faf4f4a27e1d04998fd5
 SHA512 
76f957e5cbd580969aa8c1aa09c47604bb0eee85ea3e7895d3e311567a0ec5ece51b3816b143233e2be9a434baf7ad5dd86d815d06bd6ec6e9aac0df5d3d8ac5
 DIST stone-soup-0.31.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.31.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone_soup-0.25.1.zip 95477710 BLAKE2B 
0b38a6c7cb7c4c87acccb861b5aae665cd2b6b532f6e86d4a9fa594e0d363b86b4af1ea47275f7fd026ea69d85215be8cdf46258bd620e738b4850e5eceed006
 SHA512 
fa7e8be582c5c6615531884ade4c113542c06c164b6912095c1adf2f16a31cb2ecce057d74132b11b1b1c256a77433037948d4e54819739b7e222cc896cd5220

diff --git a/games-roguelike/stone-soup/stone-soup-0.31.0_pre20231027.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.31.0_pre20231027.ebuild
deleted file mode 100644
index 94add6fe6130..
--- a/games-roguelike/stone-soup/stone-soup-0.31.0_pre20231027.ebuild
+++ /dev/null
@@ -1,239 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# There are many slots for this package because people in the community
-# like to play old versions.  Every release includes content changes
-# where species/spells/monsters are added or removed.  The public
-# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
-# versions back to 0.11.
-
-# It's not necessary for Gentoo to support these old version but it's
-# something nice that our distro can offer that others don't.  If the
-# maintenance burden becomes excessive than we can revisit that
-# position.
-
-EAPI=8
-
-LUA_COMPAT=( lua5-1 )
-LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{10,11,12} )
-VIRTUALX_REQUIRED="manual"
-inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
-
-DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
-HOMEPAGE="https://crawl.develz.org;
-SLOT="0.31"
-
-# Leave empty string if not a _pre release
-COMMITSHA="75a2e9a4b400dc4ea8016b403626a028986a60ef"
-if [ -z "${COMMITSHA}" ]; then
-   # This is a tagged release
-   # Note the archive URI and file layout changed upstream between 0.29.0 
and 0.29.1
-   SRC_URI="
-   https://github.com/crawl/crawl/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz
-   "
-   MY_P="crawl-${PV}/crawl-ref"
-else
-   # This is a _pre release
-   SRC_URI="
-   https://github.com/crawl/crawl/archive/${COMMITSHA}.tar.gz -> 
${P}.tar.gz
-   "
-   MY_P="crawl-${COMMITSHA}/crawl-ref"
-fi
-SRC_URI="
-   

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2024-04-09 Thread Erik Mackdanz
commit: 7948a4f78e862b1a1a251a52166274f3ae26761b
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Apr 10 03:53:15 2024 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Wed Apr 10 04:47:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7948a4f7

games-roguelike/stone-soup: stabilize 0.31.0 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.31.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/stone-soup/stone-soup-0.31.0.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.31.0.ebuild
index c44ae6304971..3461e75a1504 100644
--- a/games-roguelike/stone-soup/stone-soup-0.31.0.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.31.0.ebuild
@@ -51,7 +51,7 @@ SRC_URI="
 # Public Domain|CC0: most of tiles
 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="advpng debug ncurses sound test +tiles"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${LUA_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2024-04-09 Thread Erik Mackdanz
commit: f4e804178ec47706d9b1ae61b1dff20d9be15da7
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Apr 10 04:46:11 2024 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Wed Apr 10 04:47:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e80417

games-roguelike/stone-soup: add 0.32.0_pre20240409

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   3 +
 .../stone-soup-0.32.0_pre20240409.ebuild   | 241 +
 2 files changed, 244 insertions(+)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index a6c692f90cf0..a0219e086b37 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -15,6 +15,9 @@ DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d2
 DIST stone-soup-0.31.0.tar.gz 22432560 BLAKE2B 
f3e696915458674e3f7ce2a47d19c740c53de897ab40227efc9c127be42dcfbb4b3ee93258ea4094fb1a18aceb37c4341aac86c1174c42ab1ce300bca3281fc6
 SHA512 
ad354d57a39d07ad8a1a89a7fd20b33a4cd88fcbf1f2276cdefe8890c223272b7a34969a373f6b1f39cff72499c1e2773592ce368e887307908acd59ca00ca4b
 DIST stone-soup-0.31.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.31.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
+DIST stone-soup-0.32.0_pre20240409.tar.gz 23206591 BLAKE2B 
7d5f44adc4aaa1c7f881e4fddf2bd83240c126987168c8ef2e15681f83790b6f5ff5ca840ea46091c24a2dbaf80fe456c6919a09665519d71c6430d6ac9f09ad
 SHA512 
81992f69fb7d70c968bc82f91131a55753d4323c15a12a1fd095cb4b75b77dc9645c4b5d9eb1106227d81d31d705bdc5ecc0e2ad3a63ba6562ee3730545a6c2a
+DIST stone-soup-0.32.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
+DIST stone-soup-0.32.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone_soup-0.25.1.zip 95477710 BLAKE2B 
0b38a6c7cb7c4c87acccb861b5aae665cd2b6b532f6e86d4a9fa594e0d363b86b4af1ea47275f7fd026ea69d85215be8cdf46258bd620e738b4850e5eceed006
 SHA512 
fa7e8be582c5c6615531884ade4c113542c06c164b6912095c1adf2f16a31cb2ecce057d74132b11b1b1c256a77433037948d4e54819739b7e222cc896cd5220
 DIST stone_soup-0.26.1.zip 95585384 BLAKE2B 
6d1cb99fc44e918cad4144608f259e67a26df444b93c8501590ff209e8856fd08c514d4c8c78cb0848d8e6127cdf4360b47d21ced5d919da982421934b46102d
 SHA512 
637f1a07e9f35e18eda10c17dc28449364c56aee8456497e30552acb55608a9433cff8b64af877049c21cb2a42eb2fcad28f58a7e57a1d835eb8c252e580205d
 DIST stone_soup-0.27.1.zip 96934633 BLAKE2B 
8821920a4faad9474f08a34ae3c272cb9dcd3ddeb9029e033c22eb8e6650ef20bbc30e0c0ca1556d08c1b7b898fdbdd3667a3ac9a8527e0c322cd8c78ab391bb
 SHA512 
845dafc9895ada3712903de63b95cca9eeb66160e4a04ba21193d916447fca8e7248b851f1e938f43b8d3937cf4f4437443bdc4fe2da893fe3918fed4e0b5204

diff --git a/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240409.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240409.ebuild
new file mode 100644
index ..053555479849
--- /dev/null
+++ b/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240409.ebuild
@@ -0,0 +1,241 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# There are many slots for this package because people in the community
+# like to play old versions.  Every release includes content changes
+# where species/spells/monsters are added or removed.  The public
+# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
+# versions back to 0.11.
+
+# It's not necessary for Gentoo to support these old version but it's
+# something nice that our distro can offer that others don't.  If the
+# maintenance burden becomes excessive than we can revisit that
+# position.
+
+EAPI=8
+
+LUA_COMPAT=( lua5-1 )
+LUA_REQ_USE="deprecated"
+PYTHON_COMPAT=( python3_{10,11,12} )
+VIRTUALX_REQUIRED="manual"
+inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
+
+DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
+HOMEPAGE="https://crawl.develz.org;
+
+# Leave empty string if not a _pre 

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2024-04-09 Thread Erik Mackdanz
commit: 35cb495fa06fdb252bb06f285e5a3180965466e8
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Apr 10 04:15:14 2024 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Wed Apr 10 04:47:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cb495f

games-roguelike/stone-soup: reorder vars to satisfy pkgcheck

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild | 10 ++
 games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild   | 10 ++
 games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild   | 10 ++
 games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild   | 14 --
 games-roguelike/stone-soup/stone-soup-0.29.1.ebuild  | 10 ++
 games-roguelike/stone-soup/stone-soup-0.30.1.ebuild  | 10 ++
 games-roguelike/stone-soup/stone-soup-0.31.0.ebuild  | 10 ++
 7 files changed, 44 insertions(+), 30 deletions(-)

diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
index 2fd6ee339cb2..0b712dda89b3 100644
--- a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
@@ -23,18 +23,21 @@ inherit desktop python-any-r1 lua-single xdg-utils 
toolchain-funcs
 MY_P="stone_soup-${PV}"
 DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
 HOMEPAGE="https://crawl.develz.org;
-SLOT="0.25"
+# MY_SLOT to satisfy pkgcheck variable order checking
+MY_SLOT="0.25"
 SRC_URI="

https://github.com/crawl/crawl/releases/download/${PV}/${PN/-/_}-${PV}.zip
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> 
${PN}-${SLOT}.png
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> 
${PN}-${SLOT}.svg
+   https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> 
${PN}-${MY_SLOT}.png
+   https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> 
${PN}-${MY_SLOT}.svg
 "
 
+S=${WORKDIR}/${MY_P}/source
 # 3-clause BSD: mt19937ar.cc, MSVC/stdint.h
 # 2-clause BSD: all contributions by Steve Noonan and Jesse Luehrs
 # Public Domain|CC0: most of tiles
 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
+SLOT="${MY_SLOT}"
 KEYWORDS="amd64 x86"
 IUSE="advpng debug ncurses sound test +tiles"
 RESTRICT="!test? ( test )"
@@ -83,7 +86,6 @@ BDEPEND="
app-alternatives/yacc
"
 
-S=${WORKDIR}/${MY_P}/source
 PATCHES=(
"${FILESDIR}"/make.patch
"${FILESDIR}"/rltiles-make.patch

diff --git a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
index 7429d5fa73d8..6e8f74d68955 100644
--- a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
@@ -23,18 +23,21 @@ inherit desktop python-any-r1 lua-single xdg-utils 
toolchain-funcs
 MY_P="stone_soup-${PV}"
 DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
 HOMEPAGE="https://crawl.develz.org;
-SLOT="0.26"
+# MY_SLOT to satisfy pkgcheck variable order checking
+MY_SLOT="0.26"
 SRC_URI="

https://github.com/crawl/crawl/releases/download/${PV}/${PN/-/_}-${PV}.zip
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> 
${PN}-${SLOT}.png
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> 
${PN}-${SLOT}.svg
+   https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> 
${PN}-${MY_SLOT}.png
+   https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> 
${PN}-${MY_SLOT}.svg
 "
 
+S=${WORKDIR}/${MY_P}/source
 # 3-clause BSD: mt19937ar.cc, MSVC/stdint.h
 # 2-clause BSD: all contributions by Steve Noonan and Jesse Luehrs
 # Public Domain|CC0: most of tiles
 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
+SLOT="${MY_SLOT}"
 KEYWORDS="amd64 x86"
 IUSE="advpng debug ncurses sound test +tiles"
 RESTRICT="!test? ( test )"
@@ -83,7 +86,6 @@ BDEPEND="
app-alternatives/yacc
"
 
-S=${WORKDIR}/${MY_P}/source
 PATCHES=(
"${FILESDIR}"/make.patch
"${FILESDIR}"/rltiles-make.patch

diff --git a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
index c22746fce76b..0c67e25b1d5e 100644
--- a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
@@ -23,18 +23,21 @@ inherit desktop python-any-r1 lua-single xdg-utils 
toolchain-funcs
 MY_P="stone_soup-${PV}"
 DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
 HOMEPAGE="https://crawl.develz.org;
-SLOT="0.27"
+# MY_SLOT to satisfy pkgcheck variable order checking
+MY_SLOT="0.27"
 SRC_URI="


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

2024-04-09 Thread Ionen Wolkens
commit: 2178909669c6964fe6f5f7702dc61c9a9b484f89
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Apr 10 04:07:37 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Apr 10 04:15:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21789096

app-arch/libarchive: enable zstd IUSE by default

23.0 profiles no longer enable USE=zstd globally, but on libarchive
seems it makes very little sense to be off by default. Popular format
that you'd expect libarchive to be able to handle out-of-the-box and
zstd will be pulled by portage either way (no extra dependencies).

But the more immediate motivation is that qtbase[zstd] requires cmake
with zstd support, which is tied with it being enabled on libarchive.
And then recent developments led to force enabling zstd on qtbase.
This will spare users from having to set it themselves.

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

 app-arch/libarchive/libarchive-3.7.2-r1.ebuild | 2 +-
 app-arch/libarchive/libarchive-3.7.2-r3.ebuild | 2 +-
 app-arch/libarchive/libarchive-3.7.3.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/libarchive/libarchive-3.7.2-r1.ebuild 
b/app-arch/libarchive/libarchive-3.7.2-r1.ebuild
index cc98e64978ce..3ca312b679f8 100644
--- a/app-arch/libarchive/libarchive-3.7.2-r1.ebuild
+++ b/app-arch/libarchive/libarchive-3.7.2-r1.ebuild
@@ -19,7 +19,7 @@ SLOT="0/13"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="
acl blake2 +bzip2 +e2fsprogs expat +iconv lz4 +lzma lzo nettle
-   static-libs test xattr zstd
+   static-libs test xattr +zstd
 "
 RESTRICT="!test? ( test )"
 

diff --git a/app-arch/libarchive/libarchive-3.7.2-r3.ebuild 
b/app-arch/libarchive/libarchive-3.7.2-r3.ebuild
index 5387e642a60c..65588c2ef6fd 100644
--- a/app-arch/libarchive/libarchive-3.7.2-r3.ebuild
+++ b/app-arch/libarchive/libarchive-3.7.2-r3.ebuild
@@ -19,7 +19,7 @@ SLOT="0/13"
 KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="
acl blake2 +bzip2 +e2fsprogs expat +iconv lz4 +lzma lzo nettle
-   static-libs test xattr zstd
+   static-libs test xattr +zstd
 "
 RESTRICT="!test? ( test )"
 

diff --git a/app-arch/libarchive/libarchive-3.7.3.ebuild 
b/app-arch/libarchive/libarchive-3.7.3.ebuild
index 92de0417ac1d..4e1429fdc70c 100644
--- a/app-arch/libarchive/libarchive-3.7.3.ebuild
+++ b/app-arch/libarchive/libarchive-3.7.3.ebuild
@@ -19,7 +19,7 @@ SLOT="0/13"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="
acl blake2 +bzip2 +e2fsprogs expat +iconv lz4 +lzma lzo nettle
-   static-libs test xattr zstd
+   static-libs test xattr +zstd
 "
 RESTRICT="!test? ( test )"
 



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

2024-04-09 Thread William Hubbs
commit: e4be5e675bfb6060fed2dd1a37d214348d23c24d
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Apr 10 03:07:31 2024 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 10 03:07:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4be5e67

app-admin/terraform: drop 1.3.9, 1.6.5, 1.7.0

Signed-off-by: William Hubbs  gentoo.org>

 app-admin/terraform/Manifest   |  6 -
 app-admin/terraform/terraform-1.3.9.ebuild | 40 --
 app-admin/terraform/terraform-1.6.5.ebuild | 40 --
 app-admin/terraform/terraform-1.7.0.ebuild | 40 --
 4 files changed, 126 deletions(-)

diff --git a/app-admin/terraform/Manifest b/app-admin/terraform/Manifest
index 94afa1134d06..e816a967c38b 100644
--- a/app-admin/terraform/Manifest
+++ b/app-admin/terraform/Manifest
@@ -1,9 +1,3 @@
-DIST terraform-1.3.9-deps.tar.xz 246904620 BLAKE2B 
26577614ff95fa03dcf0362050f0e2a10eaa500f71d992b2927f6c44475341e899f62141e203ce9231bf329dc03825076d3f615c693a6c33c11190d4420b042f
 SHA512 
9587b6022d320a104f3ad67dda9f1b931e258f78e7f6b6f87a8302732206b55d7d4af555b09517994ea1f53f069d8e1b5e2ca05c129efbbe4d7c3b75cbd27c69
-DIST terraform-1.3.9.tar.gz 4964672 BLAKE2B 
bfe823a2c1bc8d6188d339c8b5d452be4873adf1063aa0a880457d7e5b4e042d2d8c2ba93eb20eb46bad209c184bfe628b5093d6bdd6163e1bc57934c6770ad2
 SHA512 
3e951142120b5d71830b5bde34ef3e8907b1585f461f51f83e16170a46e1fc21934d4d1935f1a49963add3d894f68a5cf267ef91293347d0dd9a4b90978ea751
-DIST terraform-1.6.5-deps.tar.xz 334283548 BLAKE2B 
6222db5b66d9a49a7dba4806a1f5a07e0c7a871077bf960f556bcb55661957e41f4688babdd0f826a1a5b837520f98387de218fb8c90b7a902dda0f05566536d
 SHA512 
dbbc303282ac918441a4018ceed6c6c448137f126a9125c322514a3336f27d6c312060c39d0d60a132caad2540be5bc274d7b30206b1df72af3e795bb140aab8
-DIST terraform-1.6.5.tar.gz 5635461 BLAKE2B 
afa99bf8e9787a4498e9868ceb91921e6be7bdd5d7ef60378a9173e9765f689fb4c6ece5405c00a6fe855e22dc91fc46e911be8bbc1f0665d9f11bed1ebf
 SHA512 
588b00bc86905021d5efb41ba62306c2a41c9cd2225fb1aeb956a7845be15d6aa3c7d0365e3b779ea7da415a562094ba091e6a4644add72ba3abe169f3a7d36a
-DIST terraform-1.7.0-deps.tar.xz 334327044 BLAKE2B 
0f83b190af69766fde3c1906fd291f5d70fc9a2ee30ca4e61e5938b51dfca3a6cb942612fa97a4ea124b0fb4fdd6e4820cf314dd653419c7154e2d9e5e21be0d
 SHA512 
80ecbdf3fe43e5eee25f774be47b01532d5f144d8564dc18443a501683fc2a10482682e983add24f1754bf02469035e7d5b0fd29378d3c851998e81c69eb45be
-DIST terraform-1.7.0.tar.gz 6132499 BLAKE2B 
15c7e47a193643aa57d4b11e92ad7f479cd7397efb389bf63413ee11e755233f0d2fd5434d151f180892e018f708f0110678818bb5d8900b25ed62684b8ef21d
 SHA512 
02b121ed9db658ef7623bf4d2725a593b735153ab0dab6964416cdd109273b4d749bc74a4f1edf64258227dab3a8eb4ddb5fe3868b7964acc93bcd126c5fe1c5
 DIST terraform-1.7.2-deps.tar.xz 334339964 BLAKE2B 
1f1e8b41dd164bb92271d8a29a8ec31a9aa34272c3ce8530518b0a2fdc1706a97581f6096b8bc564aa1291e6c53c1a5833a32af841fcc410b0c9880412a5edee
 SHA512 
f8979165039a1c928a5de4759b96155b1c76ffa9ff5dd21081007f0b695f52b035d6cc8925cddfa20da3e252120642b2e58db3b76c47b4ccc845022440ac550b
 DIST terraform-1.7.2.tar.gz 6135908 BLAKE2B 
252fbc41171a00c5077d7f07af25d912507215d1dd51be2c73b79a185a60c2eb486e5dd6ffd55bce06e1d2996b908930b5dc3cd73069fe78f7ac2e75cf144c26
 SHA512 
e9843cfa4a1f830fac10908257d05d08a6490edd9caeb8b83b45a6d1d282f98b6db0d07a4b2bc12439a76c0eb6a0bd0ab343a30cd92de6670c1ad9473d51c6d1
 DIST terraform-1.7.5-deps.tar.xz 107757204 BLAKE2B 
07f788ed4d97724190e2201e5e66318ee2906a4dbf680a7359c329f388f8e9a82dd45dcda874cceb1d51df4af0c6ce0d6de517522bdf24e753db19db32b34dda
 SHA512 
988be8a5b2adad5300d67f1b6861f2fc15285910af5982e4215aebb443414e0445acd3f9de5d6bb569453f2478f146b93a0d79ecc6979173ba22d1f5902f7a97

diff --git a/app-admin/terraform/terraform-1.3.9.ebuild 
b/app-admin/terraform/terraform-1.3.9.ebuild
deleted file mode 100644
index 70ddcef89c94..
--- a/app-admin/terraform/terraform-1.3.9.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
-inherit go-module
-
-DESCRIPTION="A tool for building, changing, and combining infrastructure 
safely"
-HOMEPAGE="https://www.terraform.io/;
-SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
-
-LICENSE="Apache-2.0 BSD BSD-2 MPL-2.0 MIT ISC"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
-
-BDEPEND="dev-go/gox"
-
-RESTRICT="test"
-
-DOCS=( {README,CHANGELOG}.md )
-
-src_compile() {
-   export CGO_ENABLED=0
-   gox \
-   -os=$(go env GOOS) \
-   -arch=$(go env GOARCH) \
-   -output bin/terraform \
-   -verbose \
-   . || die
-}
-
-src_install() {
-   dobin bin/*
-   einstalldocs
-}
-
-pkg_postinst() {
-   elog "If you would like to install shell completions please run:"
-   elog "

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

2024-04-09 Thread William Hubbs
commit: e432bcf9d4e95bfa416498bd58bde0204ee266b3
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Apr 10 03:01:59 2024 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 10 03:04:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e432bcf9

app-admin/terraform: add 1.7.5

Signed-off-by: William Hubbs  gentoo.org>

 app-admin/terraform/Manifest   |  2 ++
 app-admin/terraform/terraform-1.7.5.ebuild | 41 ++
 2 files changed, 43 insertions(+)

diff --git a/app-admin/terraform/Manifest b/app-admin/terraform/Manifest
index c84687c110fe..94afa1134d06 100644
--- a/app-admin/terraform/Manifest
+++ b/app-admin/terraform/Manifest
@@ -6,3 +6,5 @@ DIST terraform-1.7.0-deps.tar.xz 334327044 BLAKE2B 
0f83b190af69766fde3c1906fd291
 DIST terraform-1.7.0.tar.gz 6132499 BLAKE2B 
15c7e47a193643aa57d4b11e92ad7f479cd7397efb389bf63413ee11e755233f0d2fd5434d151f180892e018f708f0110678818bb5d8900b25ed62684b8ef21d
 SHA512 
02b121ed9db658ef7623bf4d2725a593b735153ab0dab6964416cdd109273b4d749bc74a4f1edf64258227dab3a8eb4ddb5fe3868b7964acc93bcd126c5fe1c5
 DIST terraform-1.7.2-deps.tar.xz 334339964 BLAKE2B 
1f1e8b41dd164bb92271d8a29a8ec31a9aa34272c3ce8530518b0a2fdc1706a97581f6096b8bc564aa1291e6c53c1a5833a32af841fcc410b0c9880412a5edee
 SHA512 
f8979165039a1c928a5de4759b96155b1c76ffa9ff5dd21081007f0b695f52b035d6cc8925cddfa20da3e252120642b2e58db3b76c47b4ccc845022440ac550b
 DIST terraform-1.7.2.tar.gz 6135908 BLAKE2B 
252fbc41171a00c5077d7f07af25d912507215d1dd51be2c73b79a185a60c2eb486e5dd6ffd55bce06e1d2996b908930b5dc3cd73069fe78f7ac2e75cf144c26
 SHA512 
e9843cfa4a1f830fac10908257d05d08a6490edd9caeb8b83b45a6d1d282f98b6db0d07a4b2bc12439a76c0eb6a0bd0ab343a30cd92de6670c1ad9473d51c6d1
+DIST terraform-1.7.5-deps.tar.xz 107757204 BLAKE2B 
07f788ed4d97724190e2201e5e66318ee2906a4dbf680a7359c329f388f8e9a82dd45dcda874cceb1d51df4af0c6ce0d6de517522bdf24e753db19db32b34dda
 SHA512 
988be8a5b2adad5300d67f1b6861f2fc15285910af5982e4215aebb443414e0445acd3f9de5d6bb569453f2478f146b93a0d79ecc6979173ba22d1f5902f7a97
+DIST terraform-1.7.5.tar.gz 6137112 BLAKE2B 
8cf8c1ebd2ee79ba0332ebe8b5614700dfe3bcf2f74a52a72cf971da35a1b5c32d3ed611f9e3ff5360215529ef94804b5acee2041a7d4240749c4f866251af36
 SHA512 
344942400cee43e2ba0c6de933f618b7dc5a7997567e613bf420d7da1f6314f7f9a42ffc32b27974d86f8a7f867f67727f1472ea120510df16d73061b11166fe

diff --git a/app-admin/terraform/terraform-1.7.5.ebuild 
b/app-admin/terraform/terraform-1.7.5.ebuild
new file mode 100644
index ..6366b8f6f5db
--- /dev/null
+++ b/app-admin/terraform/terraform-1.7.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="A tool for building, changing, and combining infrastructure 
safely"
+HOMEPAGE="https://www.terraform.io/;
+SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
+
+LICENSE="BUSL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+BDEPEND="dev-go/gox
+   >=dev-lang/go-1.21.5"
+
+RESTRICT="test"
+
+DOCS=( {README,CHANGELOG}.md )
+
+src_compile() {
+   export CGO_ENABLED=0
+   gox \
+   -os=$(go env GOOS) \
+   -arch=$(go env GOARCH) \
+   -output bin/terraform \
+   -verbose \
+   . || die
+}
+
+src_install() {
+   dobin bin/*
+   einstalldocs
+}
+
+pkg_postinst() {
+   elog "If you would like to install shell completions please run:"
+   elog "terraform -install-autocomplete"
+}



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

2024-04-09 Thread William Hubbs
commit: 498f41a935ad482639bd1ceceb5667d588246003
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Apr 10 03:04:17 2024 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 10 03:04:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498f41a9

app-admin/terraform: stabilize 1.7.2 for amd64

Closes: https://bugs.gentoo.org/928631
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/terraform/terraform-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/terraform/terraform-1.7.2.ebuild 
b/app-admin/terraform/terraform-1.7.2.ebuild
index 6366b8f6f5db..78692f4a1150 100644
--- a/app-admin/terraform/terraform-1.7.2.ebuild
+++ b/app-admin/terraform/terraform-1.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
 
 LICENSE="BUSL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 
 BDEPEND="dev-go/gox
>=dev-lang/go-1.21.5"



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

2024-04-09 Thread Sam James
commit: edfce4d1ac7cae61dbfaf2793019fffa20e50ead
Author: Eli Schwartz  gmail  com>
AuthorDate: Tue Apr  9 02:03:19 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 10 02:30:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfce4d1

profiles: revert all pre-23.0 profiles to their old stability levels

Making 17.1 exp immediately gives the impression that it's formally deprecated,
which it isn't yet.

We also don't really want *everyone* to migrate to 23.0 ASAP, as it gives time
to work out issues then.

Performed via:
```
git show b52dd2f5b0dcb002f67feaba15a6f47f47e16275:profiles/profiles.desc > 
profiles/profiles-pre.desc
```

and carefully diffing the results, migrating over each non-23.0 line.
Some sorting is necessary since musl was grouped together e.g. in commit
d7ac54d057bc3de0c146a2f9c180ea268f65edd7.

[sam: Add Closes tag for my earlier draft PR.]

Closes: https://github.com/gentoo/gentoo/pull/35871
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 profiles/profiles.desc | 294 -
 1 file changed, 147 insertions(+), 147 deletions(-)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 7b463faf9304..3a9f5b22b107 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -29,23 +29,23 @@ alpha   
default/linux/alpha/23.0/split-usr/desktop/gnomeexp
 
 # AMD64 Profiles
 # @MAINTAINER: am...@gentoo.org
-amd64  default/linux/amd64/17.1
exp
-amd64  default/linux/amd64/17.1/selinux
exp
-amd64  default/linux/amd64/17.1/hardened   
exp
-amd64  default/linux/amd64/17.1/hardened/selinux   
exp
-amd64  default/linux/amd64/17.1/desktop
exp
-amd64  default/linux/amd64/17.1/desktop/gnome  
exp
-amd64  default/linux/amd64/17.1/desktop/gnome/systemd/merged-usr   
exp
-amd64  default/linux/amd64/17.1/desktop/plasma 
exp
-amd64  default/linux/amd64/17.1/desktop/plasma/systemd/merged-usr  
exp
-amd64  default/linux/amd64/17.1/desktop/systemd/merged-usr 
exp
+amd64  default/linux/amd64/17.1
stable
+amd64  default/linux/amd64/17.1/selinux
stable
+amd64  default/linux/amd64/17.1/hardened   
stable
+amd64  default/linux/amd64/17.1/hardened/selinux   
stable
+amd64  default/linux/amd64/17.1/desktop
stable
+amd64  default/linux/amd64/17.1/desktop/gnome  
stable
+amd64  default/linux/amd64/17.1/desktop/gnome/systemd/merged-usr   
stable
+amd64  default/linux/amd64/17.1/desktop/plasma 
stable
+amd64  default/linux/amd64/17.1/desktop/plasma/systemd/merged-usr  
stable
+amd64  default/linux/amd64/17.1/desktop/systemd/merged-usr 
stable
 amd64  default/linux/amd64/17.1/developer  
exp
-amd64  default/linux/amd64/17.1/no-multilib
exp
-amd64  default/linux/amd64/17.1/no-multilib/hardened   
exp
-amd64  default/linux/amd64/17.1/no-multilib/hardened/selinux   
exp
-amd64  default/linux/amd64/17.1/no-multilib/systemd/merged-usr 
exp
+amd64  default/linux/amd64/17.1/no-multilib
stable
+amd64  default/linux/amd64/17.1/no-multilib/hardened   
stable
+amd64  default/linux/amd64/17.1/no-multilib/hardened/selinux   
stable
+amd64  default/linux/amd64/17.1/no-multilib/systemd/merged-usr 
dev
 amd64  default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr 
exp
-amd64  default/linux/amd64/17.1/systemd/merged-usr 
exp
+amd64  default/linux/amd64/17.1/systemd/merged-usr 
stable
 amd64  default/linux/amd64/17.1/systemd/selinux/merged-usr 
exp
 amd64  default/linux/amd64/17.1/clang  
exp
 amd64  default/linux/amd64/17.1/systemd/clang/merged-usr   
exp
@@ -92,7 +92,7 @@ amd64 
default/linux/amd64/23.0/split-usr/hardened/selinux stable
 
 # AMD64 Profiles
 # @MAINTAINER: am...@gentoo.org
-amd64  default/linux/amd64/17.0/x32
exp
+amd64  default/linux/amd64/17.0/x32
dev
 amd64  default/linux/amd64/17.0/x32/systemd/merged-usr 
exp
 amd64  default/linux/amd64/23.0/x32   

[gentoo-commits] repo/proj/guru:dev commit in: media-sound/pipewire-module-xrdp/

2024-04-09 Thread Anna Vyalkova
commit: a8e7ae071722f0b0d8b51e6e74a3ae83eea1eb8b
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Apr 10 02:40:34 2024 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Wed Apr 10 02:40:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8e7ae07

media-sound/pipewire-module-xrdp: add 0.2, drop 0.1_pre20230609

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

 media-sound/pipewire-module-xrdp/Manifest |  1 +
 ...0.1_pre20230609.ebuild => pipewire-module-xrdp-0.2.ebuild} | 11 +++
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/media-sound/pipewire-module-xrdp/Manifest 
b/media-sound/pipewire-module-xrdp/Manifest
index 491303a2a1..8dcf8246ae 100644
--- a/media-sound/pipewire-module-xrdp/Manifest
+++ b/media-sound/pipewire-module-xrdp/Manifest
@@ -1 +1,2 @@
 DIST pipewire-module-xrdp-0.1_pre20230609.tar.gz 28789 BLAKE2B 
3c07608220a73e76bffb1e0733267137a1a8730c82956ca6401b9a612b76a656d97e62b04edfc240c3ad04eed82056e139111c41f1d5f71c38ad4f589fdba59e
 SHA512 
06fc1fb1148c6c352c3de5990e14ae09d13f3959dabe8577b2a2ea0660c77231c18e663f462b05db488b2ec36f0708dba080a649f30ed60f744e03b206acc642
+DIST pipewire-module-xrdp-0.2.tar.gz 28839 BLAKE2B 
c48ebf1101a1163a28e6ffa8f380570a2e8ecf8ed9ddeb713ecb140893144cf322329e7d3529cb1f692214c98879ed47892458f4914c0ce2d62a5b21be94f797
 SHA512 
76db78881b4476bbfa046a133e29e3d92911839af559aa01d55dce68a2ee8908aaa8871f7e29e663ffa71aad89b1e80b64199fb0ac88decc477fcc71591fa754

diff --git 
a/media-sound/pipewire-module-xrdp/pipewire-module-xrdp-0.1_pre20230609.ebuild 
b/media-sound/pipewire-module-xrdp/pipewire-module-xrdp-0.2.ebuild
similarity index 66%
rename from 
media-sound/pipewire-module-xrdp/pipewire-module-xrdp-0.1_pre20230609.ebuild
rename to media-sound/pipewire-module-xrdp/pipewire-module-xrdp-0.2.ebuild
index 82b88120d9..5ac12d5bed 100644
--- 
a/media-sound/pipewire-module-xrdp/pipewire-module-xrdp-0.1_pre20230609.ebuild
+++ b/media-sound/pipewire-module-xrdp/pipewire-module-xrdp-0.2.ebuild
@@ -1,15 +1,13 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 inherit autotools xdg
 
-COMMIT="e9c6c05dd4327fca43d8861535c1f75c9b258aef"
 DESCRIPTION="PipeWire module which enables xrdp to use audio redirection"
 HOMEPAGE="https://github.com/neutrinolabs/pipewire-module-xrdp;
-SRC_URI="https://github.com/neutrinolabs/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
+SRC_URI="https://github.com/neutrinolabs/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -23,3 +21,8 @@ src_prepare() {
default
eautoreconf
 }
+
+src_install() {
+   default
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-proxy/snowflake/

2024-04-09 Thread Anna Vyalkova
commit: 6707340b312ab086067fde312afd045362646c9f
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Apr 10 02:47:08 2024 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Wed Apr 10 02:47:08 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6707340b

net-proxy/snowflake: add 2.9.2, drop 2.7.0

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

 net-proxy/snowflake/Manifest |  2 +-
 ...snowflake-2.7.0.ebuild => snowflake-2.9.2.ebuild} | 20 +---
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/net-proxy/snowflake/Manifest b/net-proxy/snowflake/Manifest
index 1f83b69632..85a52c1c45 100644
--- a/net-proxy/snowflake/Manifest
+++ b/net-proxy/snowflake/Manifest
@@ -1,2 +1,2 @@
-DIST snowflake-v2.7.0.tar.gz 21617453 BLAKE2B 
c91835ffee5faef705fb45ddf7280cbff3016de027b790837f1ac459de108a9f5809c6fc42149332aab88750fb8f24b9e4cd0c04a2d8958d4157d487af0a76e6
 SHA512 
1bc65efdcc92e201df1e533fcb09c3c20803b7f97dec941f511f6d8d86597c0b4a2618edb2de9c1266d46dad26a51893f2918fcc4af161ec7032496aab76d483
 DIST snowflake-v2.8.1.tar.gz 22650711 BLAKE2B 
a330fd8f4c8b7858dcdf58865a84f0fda8d3c8ce6b8d2e8e9b50a041349d0e3c8de7f028275bc33344cd1e4060572d64a26b1922f94ad01adc75bacfb2caf057
 SHA512 
752afc7fdcbdefa19e4ef319ec7ce9f4ad8182557ce6a51caf7b24e4d08c6f755d34686ce8513f99e216ef314c437328dccfb7d6d16649b63561ed20d5891234
+DIST snowflake-v2.9.2.tar.gz 22966466 BLAKE2B 
c1d88c4f90f4715c903943061fe8016f1979a974f1d5dfe603d5a43ef3f09e81540127dfc85c2d1d182229ee8b017e49320ce6e22d0b3e090dea8960af041817
 SHA512 
1139c13fcb129f1f1f7349e6b57903afce5d227d598cc20d158e0b01e0993d4511d3400ef8e6eb27f5ec8c795fd4fb34402e11706f04461706d4b5ffc736f523

diff --git a/net-proxy/snowflake/snowflake-2.7.0.ebuild 
b/net-proxy/snowflake/snowflake-2.9.2.ebuild
similarity index 79%
rename from net-proxy/snowflake/snowflake-2.7.0.ebuild
rename to net-proxy/snowflake/snowflake-2.9.2.ebuild
index d2b75ce4aa..d612b7f1b2 100644
--- a/net-proxy/snowflake/snowflake-2.7.0.ebuild
+++ b/net-proxy/snowflake/snowflake-2.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit go-module systemd
 
 MY_P="${PN}-v${PV}"
-JOB_ID="389000"
+JOB_ID="504153"
 DESCRIPTION="Pluggable Transport using WebRTC, inspired by Flashproxy"
 HOMEPAGE="
https://snowflake.torproject.org/
@@ -21,26 +21,16 @@ KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND="test? ( >=dev-lang/go-1.21 )"
+BDEPEND=">=dev-lang/go-1.21"
 
 src_configure() {
COMPONENTS=(
broker
+   client
probetest
proxy
+   server
)
-
-   if has_version -b ">=dev-lang/go-1.21"; then
-   COMPONENTS+=(
-   client
-   server
-   )
-   else
-   ewarn "The following components have been disabled:"
-   ewarn " client server"
-   ewarn
-   ewarn "You need >=dev-lang/go-1.21 to build them."
-   fi
 }
 
 src_compile() {



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

2024-04-09 Thread Sam James
commit: a6c40d35ca61948c30fd5f4b729df2919bf6ba8a
Author: Eli Schwartz  gmail  com>
AuthorDate: Tue Apr  9 23:18:17 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 10 02:30:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c40d35

dev-libs/icu: mark as LTO-unsafe

It is a test-only unsafety, but this prevents testing that the LTO'ed
version works.

Closes: https://bugs.gentoo.org/866947
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/icu/icu-74.2.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-libs/icu/icu-74.2.ebuild b/dev-libs/icu/icu-74.2.ebuild
index d95a60360a39..dcfd9ddc6d2b 100644
--- a/dev-libs/icu/icu-74.2.ebuild
+++ b/dev-libs/icu/icu-74.2.ebuild
@@ -69,6 +69,14 @@ src_prepare() {
 src_configure() {
MAKEOPTS+=" VERBOSE=1"
 
+   # -Werror=odr
+   # https://bugs.gentoo.org/866947
+   # https://unicode-org.atlassian.net/browse/ICU-22001
+   #
+   # Only present in testsuite, but unfortunately that means we cannot...
+   # test... LTO support.
+   filter-lto
+
# ICU tries to append -std=c++11 without this, so as of 71.1,
# despite GCC 9+ using c++14 (or gnu++14) and GCC 11+ using gnu++17,
# we still need this.



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

2024-04-09 Thread Ionen Wolkens
commit: 1906ff9251046edebed2d9b2d2e892d22b751517
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Apr 10 02:07:38 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Apr 10 02:08:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1906ff92

profiles/base: typo fix for qtbase's zstd package.use.force comment

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

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

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 878eedb0489f..65e6df80c21a 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -4,7 +4,7 @@
 # Ionen Wolkens  (2024-04-10)
 # Flipping the zstd USE state is unsafe and can break *tons* of Qt revdeps
 # including many KDE packages and Qt itself without rebuilds due to losing
-# the qt_resourceFeatureZstd@Qt_6 (non-private) symbol making it irrealistic
+# the qt_resourceFeatureZstd@Qt_6 (non-private) symbol making it unrealistic
 # to have [zstd=] everywhere.
 #
 # Given prebuilt revdeps may also need this and that it may speed up



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

2024-04-09 Thread Sam James
commit: 2a7ae185d12135418fee061d38e3d2e9ae497ddd
Author: germ  outlook  com>
AuthorDate: Tue Apr  9 23:13:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 10 01:46:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7ae185

media-video/ffmpeg: fix build with vulkan-headers-1.3.280.0

Adds 
https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/fef22c87ada4517441701e6e61e062c9f4399c8e

[sam: Fixup commit message and add references to patch.]

Closes: https://bugs.gentoo.org/928593
Signed-off-by: germ  outlook.com>
Closes: https://github.com/gentoo/gentoo/pull/36186
Signed-off-by: Sam James  gentoo.org>

 media-video/ffmpeg/ffmpeg-6.1.1-r5.ebuild  |   2 +
 .../ffmpeg/files/ffmpeg-6.1.1-vulkan-rename.patch  | 127 +
 2 files changed, 129 insertions(+)

diff --git a/media-video/ffmpeg/ffmpeg-6.1.1-r5.ebuild 
b/media-video/ffmpeg/ffmpeg-6.1.1-r5.ebuild
index 856822a88c5b..94fe73865b5b 100644
--- a/media-video/ffmpeg/ffmpeg-6.1.1-r5.ebuild
+++ b/media-video/ffmpeg/ffmpeg-6.1.1-r5.ebuild
@@ -381,6 +381,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-6.1-opencl-parallel-gmake-fix.patch
"${FILESDIR}"/${PN}-6.1-gcc-14.patch
"${FILESDIR}"/${PN}-6.0.1-alignment.patch
+   "${FILESDIR}"/ffmpeg-6.1.1-vulkan-rename.patch
+
 )
 
 MULTILIB_WRAPPED_HEADERS=(

diff --git a/media-video/ffmpeg/files/ffmpeg-6.1.1-vulkan-rename.patch 
b/media-video/ffmpeg/files/ffmpeg-6.1.1-vulkan-rename.patch
new file mode 100644
index ..b564e3874485
--- /dev/null
+++ b/media-video/ffmpeg/files/ffmpeg-6.1.1-vulkan-rename.patch
@@ -0,0 +1,127 @@
+https://bugs.gentoo.org/928593
+https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/fef22c87ada4517441701e6e61e062c9f4399c8e
+
+From fef22c87ada4517441701e6e61e062c9f4399c8e Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Jan=20Ekstr=C3=B6m?= 
+Date: Wed, 14 Feb 2024 22:40:54 +0200
+Subject: [PATCH] {avcodec,tests}: rename the bundled Mesa AV1 vulkan video
+ headers
+
+This together with adjusting the inclusion define allows for the
+build to not fail with latest Vulkan-Headers that contain the
+stabilized Vulkan AV1 decoding definitions.
+
+Compilation fails currently as the AV1 header is getting included
+via hwcontext_vulkan.h ->  -> vulkan_core.h, which
+finally includes vk_video/vulkan_video_codec_av1std.h and the decode
+header, leading to the bundled header to never defining anything
+due to the inclusion define being the same.
+
+This fix is imperfect, as it leads to additional re-definition
+warnings for things such as
+VK_STD_VULKAN_VIDEO_CODEC_AV1_DECODE_SPEC_VERSION. , but it is
+not clear how to otherwise have the bundled version trump the
+actually standardized one for a short-term compilation fix.
+
+(cherry picked from commit e06ce6d2b45edac4a2df04f304e18d4727417d24)
+---
+ libavcodec/Makefile   | 4 ++--
+ libavcodec/vulkan_video.h | 4 ++--
+ ...v1std_decode.h => vulkan_video_codec_av1std_decode_mesa.h} | 4 ++--
+ ..._video_codec_av1std.h => vulkan_video_codec_av1std_mesa.h} | 4 ++--
+ tests/ref/fate/source | 4 ++--
+ 5 files changed, 10 insertions(+), 10 deletions(-)
+ rename libavcodec/{vulkan_video_codec_av1std_decode.h => 
vulkan_video_codec_av1std_decode_mesa.h} (89%)
+ rename libavcodec/{vulkan_video_codec_av1std.h => 
vulkan_video_codec_av1std_mesa.h} (99%)
+
+diff --git a/libavcodec/Makefile b/libavcodec/Makefile
+index ec57e53e30..eb25707ef5 100644
+--- a/libavcodec/Makefile
 b/libavcodec/Makefile
+@@ -1284,7 +1284,7 @@ SKIPHEADERS+= %_tablegen.h   
   \
+   aacenc_quantization.h \
+   aacenc_quantization_misc.h\
+   bitstream_template.h  \
+-  vulkan_video_codec_av1std.h   \
++  vulkan_video_codec_av1std_mesa.h \
+   $(ARCH)/vpx_arith.h  \
+ 
+ SKIPHEADERS-$(CONFIG_AMF)  += amfenc.h
+@@ -1306,7 +1306,7 @@ SKIPHEADERS-$(CONFIG_XVMC) += xvmc.h
+ SKIPHEADERS-$(CONFIG_VAAPI)+= vaapi_decode.h vaapi_hevc.h 
vaapi_encode.h
+ SKIPHEADERS-$(CONFIG_VDPAU)+= vdpau.h vdpau_internal.h
+ SKIPHEADERS-$(CONFIG_VIDEOTOOLBOX) += videotoolbox.h vt_internal.h
+-SKIPHEADERS-$(CONFIG_VULKAN)   += vulkan.h vulkan_video.h 
vulkan_decode.h vulkan_video_codec_av1std_decode.h
++SKIPHEADERS-$(CONFIG_VULKAN)   += vulkan.h vulkan_video.h 
vulkan_decode.h vulkan_video_codec_av1std_decode_mesa.h
+ SKIPHEADERS-$(CONFIG_V4L2_M2M) += v4l2_buffers.h v4l2_context.h 
v4l2_m2m.h
+ SKIPHEADERS-$(CONFIG_ZLIB) += zlib_wrapper.h
+ 
+diff --git a/libavcodec/vulkan_video.h b/libavcodec/vulkan_video.h
+index 

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

2024-04-09 Thread Ionen Wolkens
commit: f8c28803daec106ef1dc253c975a8c5870a4a8b2
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Apr 10 01:26:12 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Apr 10 01:40:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c28803

profiles/base: force USE=zstd for qtbase:6

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

 profiles/base/package.use.force | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 440df6153693..878eedb0489f 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,20 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ionen Wolkens  (2024-04-10)
+# Flipping the zstd USE state is unsafe and can break *tons* of Qt revdeps
+# including many KDE packages and Qt itself without rebuilds due to losing
+# the qt_resourceFeatureZstd@Qt_6 (non-private) symbol making it irrealistic
+# to have [zstd=] everywhere.
+#
+# Given prebuilt revdeps may also need this and that it may speed up
+# resources usage, picking to always enable rather than disable.
+#
+# If *really* want to un-force and disable this, please rebuild all
+# qtbase revdeps after.
+dev-qt/qtbase:6 zstd
+dev-qt/qttools:6 zstd
+
 # Matt Turner  (2024-02-28)
 # A large number of packages still need /usr/bin/pkg-config
 # including meson.eclass consumers.



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

2024-04-09 Thread Craig Andrews
commit: af7ad7e60c64950abed05a5e7710a7a264702167
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Apr 10 01:30:06 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Apr 10 01:30:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7ad7e6

www-apps/sonarr-bin: add 4.0.3.1465

Signed-off-by: Craig Andrews  gentoo.org>

 www-apps/sonarr-bin/Manifest |  5 ++
 www-apps/sonarr-bin/sonarr-bin-4.0.3.1465.ebuild | 74 
 2 files changed, 79 insertions(+)

diff --git a/www-apps/sonarr-bin/Manifest b/www-apps/sonarr-bin/Manifest
index 89cf9fb8be2a..49c848f19042 100644
--- a/www-apps/sonarr-bin/Manifest
+++ b/www-apps/sonarr-bin/Manifest
@@ -3,3 +3,8 @@ DIST Sonarr.develop.4.0.3.1442.linux-arm64.tar.gz 94536705 
BLAKE2B 806521cf8eb8d
 DIST Sonarr.develop.4.0.3.1442.linux-musl-arm64.tar.gz 94606653 BLAKE2B 
6991a7dc8286040173fb4ef3722541b515e5ac15fb609f938206a452387653537edd3e73502805967c1d8848106afc6b62909e3b2be652afc6a7cb4d44a50590
 SHA512 
b73f30599c1cb48f1faa3967a93a1ad8bf7b54ca4e8212e636b34b27421136e7262d93f45d74b97fdc6e06a387eef09bc6b36f945aa05fef2c17f3f2bb71efe7
 DIST Sonarr.develop.4.0.3.1442.linux-musl-x64.tar.gz 99536849 BLAKE2B 
78313767522e139e3d0b2a579bab23c545a576404644fcc80a6ecb4d8c6d2a7962360dc0710fafe0ecfe0844e683d1d20723107d51d37d7b90c030e4455940fe
 SHA512 
99977925bd5bdb1b84f49b6f3848fe2fff2c019efcc3243ca967094b05c579780e091f3838117966db7c13a8b71b7f3cf0a87a8d55bd7da7da4b26bf48f13a70
 DIST Sonarr.develop.4.0.3.1442.linux-x64.tar.gz 100463669 BLAKE2B 
5a96f429a090fa5ff304912ac7d2f556db95223ea94b2d3e36f744d97569f902df8e0107116d19c8cf289429f4d913fb903a3c5d2b8b79fb50361cbab06ce0c6
 SHA512 
d2d13a71221638759d4f387b2028c0e159bc948b13c80235cfd0a7733f4af66453bc2bd5c1c6638cbc0734cf228f09814c41df0207ae8227327f159493e8b41f
+DIST Sonarr.develop.4.0.3.1465.linux-arm.tar.gz 94831426 BLAKE2B 
df647c58bca85cb8ba799a285fdd98ccb052f2a2163e88ab4de1ebc0b43524c85e0a3f6413a6afb5b2704fb105fba9c61a2062c75ab129e541678f80999bdc2c
 SHA512 
8938d17b913332a95baeeb4c5e5a76aa09d09f24299134877e84ae4084731454b9e5b9d66adb4725ed051bb745b2da6a2e9d41b6c5eb930ce44a7d4d68d2
+DIST Sonarr.develop.4.0.3.1465.linux-arm64.tar.gz 94545819 BLAKE2B 
e84f853c87db2c6822506644f648f0f95ed709b654ad3aa31bc0ef708412c37d8d0cb9932bad92de5375df09f9bbbcd042fffbe61770db48bd04cde2c935eb5b
 SHA512 
af13bc7cba22e7dbe4640ac8063732b7c538088c01e0182923aae5efb4555a25b1e2f060513ba1a3c84bf99ade5cc0e5bf87e6fedf61ddb746a51b1234dbabac
+DIST Sonarr.develop.4.0.3.1465.linux-musl-arm64.tar.gz 94610477 BLAKE2B 
6412852acc04e52369869dbd6adf4aca3f12559093d5359eda9e081afbb915a8b817a82fa80004dfe8554119a2d58178e18a6f872f2739728b9fe53c5e8d9969
 SHA512 
e4c3c15fde65ad2f18fc78e2da6b339e35b8c4cc3678b8341a5f68adb5d085aab05cca3fc63df805af4f0b42893c4e1069011be2e84652f23d8d513ab13bb8bf
+DIST Sonarr.develop.4.0.3.1465.linux-musl-x64.tar.gz 99539510 BLAKE2B 
1f675baace48c12e9ad1307b1cb861e9aeaea740526b873a4134235318908cee3b8d2cd6e52625643ea80246d4d7b3981e9ee826b80afedbe301d475f354f3bb
 SHA512 
59ccd455c839738c914fee58bd2b775740e9401fa2581630be8db3d38e7fccb64a1b541aec19e1cce3f9f3b3c5a36bede3854817c347df06c7d9ff8345bb
+DIST Sonarr.develop.4.0.3.1465.linux-x64.tar.gz 100474331 BLAKE2B 
51e2fd0a4a7a9a9d12cf1147dd98d7da53e0cfb9a2eb87b97ae956199cc19857f08f7b45812db2ffab3fd52b5dab7b55a401f01688cf84b7ee0bf48c1f031be5
 SHA512 
337add09cfd4d7fa8ccf7b094014ecdeba362576faa41bed24884e2e6541e96250e49aadce3704de535f8adf50c18524c7c94d9e5035efe38e3a7acc42557c5f

diff --git a/www-apps/sonarr-bin/sonarr-bin-4.0.3.1465.ebuild 
b/www-apps/sonarr-bin/sonarr-bin-4.0.3.1465.ebuild
new file mode 100644
index ..f10489599d33
--- /dev/null
+++ b/www-apps/sonarr-bin/sonarr-bin-4.0.3.1465.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="Sonarr is a Smart PVR for newsgroup and bittorrent users"
+HOMEPAGE="https://www.sonarr.tv;
+
+SRC_URI="
+   amd64? (
+   elibc_glibc? (
+   
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-x64.tar.gz
+   )
+   elibc_musl? (
+   
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-musl-x64.tar.gz
+   )
+   )
+   arm? (
+   elibc_glibc? (
+   
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-arm.tar.gz
+   )
+   )
+   arm64? (
+   elibc_glibc? (
+   
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-arm64.tar.gz
+   )
+   elibc_musl? (
+   
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-musl-arm64.tar.gz
+   )
+   )
+"

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

2024-04-09 Thread Craig Andrews
commit: 5d29062b7aa354f4f551318e9b94fa78b019623a
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Apr 10 01:30:13 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Apr 10 01:30:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d29062b

www-apps/sonarr-bin: drop 4.0.3.1442

Signed-off-by: Craig Andrews  gentoo.org>

 www-apps/sonarr-bin/Manifest |  5 --
 www-apps/sonarr-bin/sonarr-bin-4.0.3.1442.ebuild | 74 
 2 files changed, 79 deletions(-)

diff --git a/www-apps/sonarr-bin/Manifest b/www-apps/sonarr-bin/Manifest
index 49c848f19042..0f54a160d8e3 100644
--- a/www-apps/sonarr-bin/Manifest
+++ b/www-apps/sonarr-bin/Manifest
@@ -1,8 +1,3 @@
-DIST Sonarr.develop.4.0.3.1442.linux-arm.tar.gz 94829508 BLAKE2B 
46551bef5f5efe7f0bf9e10c740b67ebd68509e774ddd42b260bd85574743851da64393cb83c4ea110685ef4c1106514a826cbd6f1d9bebcd9fa8cd378490bdc
 SHA512 
625892cb168664ddb605f147864898cdf33bc2465cd3ac6d5b1040c8c31a7d1d9cb401dc77443e2db961cf6053ef16af6c5ec750a7608d0e1ee4dde73cb24730
-DIST Sonarr.develop.4.0.3.1442.linux-arm64.tar.gz 94536705 BLAKE2B 
806521cf8eb8d3cfaec0c0cf8eca8bd56ceaa7b245e7acb48b466a11f9eee25efd118fba3e11c14e002554593b23ea07dd45f9193806da26553dea72ea3a958b
 SHA512 
be8d5ed1adc348c38bde0c8a991bd60e0bb0b918b549077a8d42ef49b0bca13221a06b29b3032eb4a70f9132d2331b3b2fe1b1c2bad7b68c244796faa3ed97ab
-DIST Sonarr.develop.4.0.3.1442.linux-musl-arm64.tar.gz 94606653 BLAKE2B 
6991a7dc8286040173fb4ef3722541b515e5ac15fb609f938206a452387653537edd3e73502805967c1d8848106afc6b62909e3b2be652afc6a7cb4d44a50590
 SHA512 
b73f30599c1cb48f1faa3967a93a1ad8bf7b54ca4e8212e636b34b27421136e7262d93f45d74b97fdc6e06a387eef09bc6b36f945aa05fef2c17f3f2bb71efe7
-DIST Sonarr.develop.4.0.3.1442.linux-musl-x64.tar.gz 99536849 BLAKE2B 
78313767522e139e3d0b2a579bab23c545a576404644fcc80a6ecb4d8c6d2a7962360dc0710fafe0ecfe0844e683d1d20723107d51d37d7b90c030e4455940fe
 SHA512 
99977925bd5bdb1b84f49b6f3848fe2fff2c019efcc3243ca967094b05c579780e091f3838117966db7c13a8b71b7f3cf0a87a8d55bd7da7da4b26bf48f13a70
-DIST Sonarr.develop.4.0.3.1442.linux-x64.tar.gz 100463669 BLAKE2B 
5a96f429a090fa5ff304912ac7d2f556db95223ea94b2d3e36f744d97569f902df8e0107116d19c8cf289429f4d913fb903a3c5d2b8b79fb50361cbab06ce0c6
 SHA512 
d2d13a71221638759d4f387b2028c0e159bc948b13c80235cfd0a7733f4af66453bc2bd5c1c6638cbc0734cf228f09814c41df0207ae8227327f159493e8b41f
 DIST Sonarr.develop.4.0.3.1465.linux-arm.tar.gz 94831426 BLAKE2B 
df647c58bca85cb8ba799a285fdd98ccb052f2a2163e88ab4de1ebc0b43524c85e0a3f6413a6afb5b2704fb105fba9c61a2062c75ab129e541678f80999bdc2c
 SHA512 
8938d17b913332a95baeeb4c5e5a76aa09d09f24299134877e84ae4084731454b9e5b9d66adb4725ed051bb745b2da6a2e9d41b6c5eb930ce44a7d4d68d2
 DIST Sonarr.develop.4.0.3.1465.linux-arm64.tar.gz 94545819 BLAKE2B 
e84f853c87db2c6822506644f648f0f95ed709b654ad3aa31bc0ef708412c37d8d0cb9932bad92de5375df09f9bbbcd042fffbe61770db48bd04cde2c935eb5b
 SHA512 
af13bc7cba22e7dbe4640ac8063732b7c538088c01e0182923aae5efb4555a25b1e2f060513ba1a3c84bf99ade5cc0e5bf87e6fedf61ddb746a51b1234dbabac
 DIST Sonarr.develop.4.0.3.1465.linux-musl-arm64.tar.gz 94610477 BLAKE2B 
6412852acc04e52369869dbd6adf4aca3f12559093d5359eda9e081afbb915a8b817a82fa80004dfe8554119a2d58178e18a6f872f2739728b9fe53c5e8d9969
 SHA512 
e4c3c15fde65ad2f18fc78e2da6b339e35b8c4cc3678b8341a5f68adb5d085aab05cca3fc63df805af4f0b42893c4e1069011be2e84652f23d8d513ab13bb8bf

diff --git a/www-apps/sonarr-bin/sonarr-bin-4.0.3.1442.ebuild 
b/www-apps/sonarr-bin/sonarr-bin-4.0.3.1442.ebuild
deleted file mode 100644
index f10489599d33..
--- a/www-apps/sonarr-bin/sonarr-bin-4.0.3.1442.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="Sonarr is a Smart PVR for newsgroup and bittorrent users"
-HOMEPAGE="https://www.sonarr.tv;
-
-SRC_URI="
-   amd64? (
-   elibc_glibc? (
-   
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-x64.tar.gz
-   )
-   elibc_musl? (
-   
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-musl-x64.tar.gz
-   )
-   )
-   arm? (
-   elibc_glibc? (
-   
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-arm.tar.gz
-   )
-   )
-   arm64? (
-   elibc_glibc? (
-   
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-arm64.tar.gz
-   )
-   elibc_musl? (
-   
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-musl-arm64.tar.gz
-   )
-   )
-"
-S="${WORKDIR}/Sonarr"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="bindist strip 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL/files/, dev-perl/PDL/

2024-04-09 Thread Sam James
commit: 95b7c07b2a05902b8002a4f7ab91034247fdb810
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 10 00:30:27 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 10 00:56:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b7c07b

dev-perl/PDL: add 2.87.0

* Drop USE=threads. Tests fail to compile with USE=-threads with:
  ```
  Basic/SourceFilter/../../blib/arch/auto/PDL/Core/Core.so: undefined symbol: 
pdl_pthread_free at /usr/lib64/perl5/5.38/x86_64-linux/DynaLoader.pm line 206.
  ```

  and configure loudly warns too:
  ```
pthread disabled in perldl.conf
PDL will be built without POSIX thread support.
==> *NOTE*: PDL threads are unrelated to perl threads (usethreads=y)!
==> Enabling perl threads will not help!
  ```

  Just drop it. I don't see the value in it here. See net-misc/curl's
  bd4d42f83c774c36bf879a5b7ec89d373546743e for the general rationale in killing
  USE=threads.

* Drop now-obsolete LTO filtering as it was fixed in the last release after
  Eli reported it upstream, yay!

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

 dev-perl/PDL/Manifest   |   1 +
 dev-perl/PDL/PDL-2.87.0.ebuild  | 140 
 dev-perl/PDL/files/PDL-2.87.0-fortran.patch |  26 ++
 3 files changed, 167 insertions(+)

diff --git a/dev-perl/PDL/Manifest b/dev-perl/PDL/Manifest
index 720e78ada332..64e2a2275716 100644
--- a/dev-perl/PDL/Manifest
+++ b/dev-perl/PDL/Manifest
@@ -1 +1,2 @@
 DIST PDL-2.063.tar.gz 2813482 BLAKE2B 
eff1737c2d27a51b911f8dd32095bb3016cddf52a93242ddad9fad3e179cd499d84b17ef1fbed4e11bdc759823032636cc32994eea2b8c91c6adda7cb1f15ef9
 SHA512 
dfb776103fa98da990cc30939e218b392c7c25c8c645230a71c7e881cf5325c97f855fe46e9bc093c7517883f78457f67eee14012fa5b39790b8dfcfa1ec08c9
+DIST PDL-2.087.tar.gz 2980457 BLAKE2B 
8a29b78e49bff5f682e460abf452f725b811ec0929bf8419050d62c868b51007a2d234c171b6a4435fa0c0f9e10f41e15dfc7507f9eabac7fc00f0d44a28ea36
 SHA512 
3c046cff3cba25d14b062041b3abc195a2995473b3e3e97428db0a06d5b9630079f7d9d12288aa1f2f95f9c562ee3079a7f17703abe947fb8bab5f0a5282e609

diff --git a/dev-perl/PDL/PDL-2.87.0.ebuild b/dev-perl/PDL/PDL-2.87.0.ebuild
new file mode 100644
index ..879802e954cd
--- /dev/null
+++ b/dev-perl/PDL/PDL-2.87.0.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETJ
+DIST_VERSION=2.087
+DIST_EXAMPLES=( "Example/*" )
+
+FORTRAN_NEEDED=fortran
+
+inherit perl-module fortran-2
+
+DESCRIPTION="Perl Data Language for scientific computing"
+
+LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+badval doc fortran gd gsl hdf netpbm pdl2 pgplot test"
+
+RDEPEND="
+   sys-libs/ncurses:=
+   app-arch/sharutils
+   dev-perl/Astro-FITS-Header
+   dev-perl/Convert-UU
+   >=virtual/perl-Data-Dumper-2.121.0
+   >=dev-perl/File-Map-0.570.0
+   >=virtual/perl-Filter-Simple-0.880.0
+   dev-perl/Filter
+   dev-perl/File-Which
+   >=dev-perl/Inline-0.830.0
+   >=dev-perl/Inline-C-0.620.0
+   >=virtual/perl-Scalar-List-Utils-1.330.0
+   virtual/perl-Math-Complex
+   dev-perl/Module-Compile
+   >=dev-perl/OpenGL-0.700.0
+   dev-perl/OpenGL-GLUT
+   >=dev-perl/TermReadKey-2.340.0
+   || ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu )
+   >=virtual/perl-Data-Dumper-2.121.0
+   dev-perl/Pod-Parser
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   virtual/perl-Filter-Simple
+   virtual/perl-Storable
+   >=virtual/perl-Text-Balanced-2.50.0
+   fortran? ( >=dev-perl/ExtUtils-F77-1.260.0 )
+   gd? ( media-libs/gd )
+   gsl? ( sci-libs/gsl )
+   hdf? (
+   sci-libs/hdf
+   dev-perl/Alien-HDF4
+   )
+   netpbm? (
+   media-libs/netpbm
+   media-video/ffmpeg
+   )
+   pdl2? (
+   >=dev-perl/Devel-REPL-1.3.11
+   || ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu )
+   )
+   pgplot? ( dev-perl/PGPLOT )
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+BDEPEND="
+   ${RDEPEND}
+   >=virtual/perl-Carp-1.200.0
+   >=dev-perl/Devel-CheckLib-1.10.0
+   >=dev-perl/ExtUtils-Depends-0.402.0
+   >=virtual/perl-ExtUtils-MakeMaker-7.120.0
+   >=virtual/perl-ExtUtils-ParseXS-3.10.0
+   virtual/perl-File-Path
+   fortran? ( >=dev-perl/ExtUtils-F77-1.130.0 )
+   test? (
+   dev-perl/Test-Exception
+   dev-perl/Test-Warn
+   dev-perl/Test-Deep
+   )
+"
+
+mydoc="BUGS DEPENDENCIES DEVELOPMENT Known_problems MANIFEST* Release_Notes"
+
+PATCHES=(
+   # Respect user choice for fortran compiler+flags, add pic
+   "${FILESDIR}"/${PN}-2.87.0-fortran.patch
+)
+
+pkg_setup() {
+   perl_set_version
+   use 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/OpenGL-GLUT/, dev-perl/OpenGL-GLUT/files/

2024-04-09 Thread Sam James
commit: 6c82e2f4d3719294e85e9d58f98d2a2561023d39
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 10 00:55:24 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 10 00:56:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c82e2f4

dev-perl/OpenGL-GLUT: new package, add 0.720.0

New dep of dev-perl/PDL, split out from dev-perl/OpenGL I think.

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

 dev-perl/OpenGL-GLUT/Manifest  |  1 +
 dev-perl/OpenGL-GLUT/OpenGL-GLUT-0.720.0.ebuild| 38 +++
 .../files/OpenGL-GLUT-0.720.0-no-display.patch | 55 ++
 dev-perl/OpenGL-GLUT/metadata.xml  | 23 +
 4 files changed, 117 insertions(+)

diff --git a/dev-perl/OpenGL-GLUT/Manifest b/dev-perl/OpenGL-GLUT/Manifest
new file mode 100644
index ..34e41b734d43
--- /dev/null
+++ b/dev-perl/OpenGL-GLUT/Manifest
@@ -0,0 +1 @@
+DIST OpenGL-GLUT-0.72.tar.gz 481377 BLAKE2B 
ab17aeca021a9a52e1af2362602abb357f09215468f545e2639ef7e1225375dd88d9f5d367ef59713d479e2b907b00d67242ff8e91d187931c538b82804354ad
 SHA512 
ade45f62e83ea279f9dabc03fa802cd401577a04f708293d829ca8a4b7fd5369579a010a018e45fce0d472e70b725222301f242bc48cf859c8a8430e68f43149

diff --git a/dev-perl/OpenGL-GLUT/OpenGL-GLUT-0.720.0.ebuild 
b/dev-perl/OpenGL-GLUT/OpenGL-GLUT-0.720.0.ebuild
new file mode 100644
index ..1ec605acc121
--- /dev/null
+++ b/dev-perl/OpenGL-GLUT/OpenGL-GLUT-0.720.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETJ
+DIST_VERSION=0.72
+
+inherit perl-module
+
+DESCRIPTION="Perl bindings to GLUT/FreeGLUT GUI toolkit"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   media-libs/freeglut:=
+   x11-libs/libICE:=
+   x11-libs/libXext:=
+   x11-libs/libXi:=
+   x11-libs/libXmu:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.720.0-no-display.patch
+)
+
+src_prepare() {
+   # Per Fedora, "This is basically not a test, but an interactive demo"
+   mv test.pl demo.pl || die
+
+   # Unbundle GL headers
+   find include -type f -delete || die
+
+   perl-module_src_prepare
+}

diff --git a/dev-perl/OpenGL-GLUT/files/OpenGL-GLUT-0.720.0-no-display.patch 
b/dev-perl/OpenGL-GLUT/files/OpenGL-GLUT-0.720.0-no-display.patch
new file mode 100644
index ..17e2c1bd422b
--- /dev/null
+++ b/dev-perl/OpenGL-GLUT/files/OpenGL-GLUT-0.720.0-no-display.patch
@@ -0,0 +1,55 @@
+https://src.fedoraproject.org/rpms/perl-OpenGL-GLUT/blob/f39/f/OpenGL-GLUT-0.72-Don-t-check-current-display-for-extensions.patch
+--- a/Makefile.PL.orig
 b/Makefile.PL
+@@ -567,6 +567,7 @@ my $build_config =
+ {
+   'NAME'  => 'OpenGL::GLUT',
+   'VERSION_FROM'=> 'lib/OpenGL/GLUT.pm',
++  'PM'=> { 'lib/OpenGL/GLUT.pm' => 'blib/lib/OpenGL/GLUT.pm' },
+   PREREQ_PM => {
+ 'OpenGL' => '0.70',
+   },
+@@ -604,9 +605,9 @@ my $build_config =
+   {
+ FILES =>
+   "utils/glversion.txt ".
+-  "gl_exclude.h ".
+-  "utils/glversion$Config{exe_ext} ".
+-  "utils/glversion$Config{obj_ext}"
++  "gl_exclude.h "
++  #"utils/glversion$Config{exe_ext} ".
++  #"utils/glversion$Config{obj_ext}"
+   }
+ };
+ 
+@@ -825,6 +826,7 @@ sub get_extensions
+ print "GLUT not found\n";
+   }
+ 
++=cut
+   # Platform-specific makefiles for glversion
+   my $make_ver;
+   if ($IS_STRAWBERRY)
+@@ -883,6 +885,8 @@ sub get_extensions
+   die "get_extensions: no extensions found in $glv_file\n" if !keys %$gldata;
+ 
+   print "This looks like OpenGL Version: $gldata->{VERSION}\n";
++=cut
++  my $gldata = { };
+ 
+   # Parse glext_procs.h file
+   open GLEXT, "glext_procs.h" or die "get_extensions: could not open 
glext_procs.h: $!\n";
+@@ -901,11 +905,12 @@ sub get_extensions
+ 
+   # Create gl_exclude.h
+   die "Unable to write to $exc_file\n" if (!open(GLEXC,">$exc_file"));
++=cut
+   print GLEXC "// OpenGL Extension Exclusions - may be modified before 
building.\n";
+   print GLEXC "//\n";
+   print GLEXC "// Generated for ".$gldata->{VENDOR}.", 
".$gldata->{RENDERER}."\n";
+   print GLEXC "// OpenGL v".$gldata->{VERSION}.", using ";
+-
++=cut
+   # Fix GLUT flags based on results
+   if ($gldata->{FREEGLUT})
+   {

diff --git a/dev-perl/OpenGL-GLUT/metadata.xml 
b/dev-perl/OpenGL-GLUT/metadata.xml
new file mode 100644
index ..41c6c925b1d3
--- /dev/null
+++ b/dev-perl/OpenGL-GLUT/metadata.xml
@@ -0,0 +1,23 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  s...@gentoo.org
+  Gentoo Science Project
+
+
+  p...@gentoo.org
+  Gentoo Perl Project
+
+
+  OpenGL is a Perl module that provides an interface to most of Open Graphics
+  Library, API versions 1.0, 1.1 and 1.2. There is full support for the Utility
+  Toolkit (GLUT) up to version 3 and provides some additional functionality via
+  partial support for the Utility Library (GLU). It 

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

2024-04-09 Thread Anna Vyalkova
commit: 85c69e3127d08180af3f8f7d2ae8dc5f0c94bde8
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Apr 10 00:38:34 2024 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Wed Apr 10 00:38:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85c69e31

net-im/beeper: new package, add 3.102.16

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

 net-im/beeper/Manifest   |  1 +
 net-im/beeper/beeper-3.102.16.ebuild | 96 
 net-im/beeper/metadata.xml   |  8 +++
 3 files changed, 105 insertions(+)

diff --git a/net-im/beeper/Manifest b/net-im/beeper/Manifest
new file mode 100644
index 00..0278a8ee93
--- /dev/null
+++ b/net-im/beeper/Manifest
@@ -0,0 +1 @@
+DIST beeper-3.102.16-build-2404092haaf1gp0-amd64.deb 126671552 BLAKE2B 
384f2e3c54c74561dbc0445ee45ca0bbab6f20cbb35b8ab544b6c47bc24aae8a21b69131eacabbf7a37a18b6fe352a73c32ad8fa0641e9383b7d67c64f8a92d6
 SHA512 
20cefc4ccc0288b19b7bb53420c974aaabf65fee2f98566cbdb7ab4d48e4f2dcc4a8e5e8d706ca80c465c86d59180d52e5576ab32c9009481a8e78a5cae34754

diff --git a/net-im/beeper/beeper-3.102.16.ebuild 
b/net-im/beeper/beeper-3.102.16.ebuild
new file mode 100644
index 00..b904a89e26
--- /dev/null
+++ b/net-im/beeper/beeper-3.102.16.ebuild
@@ -0,0 +1,96 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu 
he hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 desktop unpacker xdg
+
+BUILD_ID="2404092haaf1gp0"
+DESCRIPTION="Beeper: Unified Messenger"
+HOMEPAGE="https://www.beeper.com/;
+SRC_URI="https://download.todesktop.com/2003241lzgn20jd/${P}-build-${BUILD_ID}-amd64.deb;
+S="${WORKDIR}"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+IUSE="appindicator"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-core:2
+   app-crypt/libsecret
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libdrm
+   x11-libs/libnotify
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/pango
+   x11-misc/xdg-utils
+   appindicator? ( dev-libs/libayatana-appindicator )
+"
+
+QA_PREBUILT="*"
+
+pkg_pretend() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_prepare() {
+   default
+
+   cd opt/Beeper/locales || die
+   chromium_remove_language_paks
+}
+
+src_install() {
+   domenu usr/share/applications/beeper.desktop
+   for size in {16,32,48,64,128,256,512,1024}; do
+   doicon -s ${size} 
usr/share/icons/hicolor/${size}x${size}/apps/beeper.png
+   done
+
+   local DESTDIR="/opt/Beeper"
+   cd opt/Beeper || die
+
+   exeinto "${DESTDIR}"
+   doexe beeper chrome-sandbox *.so*
+   [[ -x chrome_crashpad_handler ]] && \
+   doexe chrome_crashpad_handler
+
+   insinto "${DESTDIR}"
+   doins *.pak *.bin *.json *.dat
+   insopts -m0755
+   doins -r locales resources
+
+   # Chrome-sandbox requires the setuid bit to be specifically set.
+   # see https://github.com/electron/electron/issues/17972
+   fperms 4755 "${DESTDIR}"/chrome-sandbox
+
+   # https://bugs.gentoo.org/898912
+   if use appindicator; then
+   dosym -r /usr/lib64/libayatana-appindicator3.so 
"${DESTDIR}"/libappindicator3.so
+   fi
+}

diff --git a/net-im/beeper/metadata.xml b/net-im/beeper/metadata.xml
new file mode 100644
index 00..7ebbd03347
--- /dev/null
+++ b/net-im/beeper/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+



[gentoo-commits] repo/proj/guru:master commit in: dev-embedded/qdl/

2024-04-09 Thread Julien Roy
commit: 1e8c38d7068855ecddc789d870536839193072a7
Author: Quincy Fleming  protonmail  com>
AuthorDate: Tue Apr  9 22:32:39 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr  9 22:32:39 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e8c38d7

dev-embedded/qdl: removed double empty line

Signed-off-by: Quincy Fleming  protonmail.com>

 dev-embedded/qdl/qdl-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-embedded/qdl/qdl-.ebuild b/dev-embedded/qdl/qdl-.ebuild
index bd1405bbb4..b2fce77dfc 100644
--- a/dev-embedded/qdl/qdl-.ebuild
+++ b/dev-embedded/qdl/qdl-.ebuild
@@ -17,7 +17,6 @@ BDEPEND="virtual/libudev
dev-libs/libxml2
 "
 
-
 src_compile() {
PKG_CONFIG=$(tc-getPKG_CONFIG)
emake CC=$(tc-getCC) \



[gentoo-commits] repo/proj/guru:master commit in: gui-wm/phoc/

2024-04-09 Thread Julien Roy
commit: cad5efb068d031d70f6913133f75ab62d40b6fd5
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Apr  9 20:19:58 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr  9 20:19:58 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cad5efb0

gui-wm/phoc: remove coredump (added by mistake)

Thanks @MrRoy for noticing, but this is really embarassing and grew
repository size by 9.21 MB :(

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

 gui-wm/phoc/core | Bin 9658368 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gui-wm/phoc/core b/gui-wm/phoc/core
deleted file mode 100644
index f9577c86dd..00
Binary files a/gui-wm/phoc/core and /dev/null differ



[gentoo-commits] repo/proj/guru:master commit in: dev-embedded/qdl/files/, dev-embedded/qdl/

2024-04-09 Thread Julien Roy
commit: 4772891540f5809a3318c8bee143729a1c80b2a5
Author: Quincy Fleming  protonmail  com>
AuthorDate: Tue Apr  9 22:30:30 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr  9 22:30:30 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47728915

dev-embedded/qdl: update HOMEPAGE

Signed-off-by: Quincy Fleming  protonmail.com>

 dev-embedded/qdl/files/makefile.patch | 17 -
 dev-embedded/qdl/qdl-2024.4.9.ebuild  | 14 +++---
 dev-embedded/qdl/qdl-.ebuild  | 13 +++--
 3 files changed, 14 insertions(+), 30 deletions(-)

diff --git a/dev-embedded/qdl/files/makefile.patch 
b/dev-embedded/qdl/files/makefile.patch
deleted file mode 100644
index a24de2b5c3..00
--- a/dev-embedded/qdl/files/makefile.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-#Created by Quincy Fleming
-#CFLAGS and LDFLAGS were not being respected
-#Bug links: https://bugs.gentoo.org/910480 https://bugs.gentoo.org/910481
 a/Makefile
-+++ b/Makefile
-@@ -1,8 +1,8 @@
- OUT := qdl
- 
--CFLAGS := -O2 -Wall -g `pkg-config --cflags libxml-2.0`
--LDFLAGS := `pkg-config --libs libxml-2.0 libudev`
--prefix := /usr/local
-+CFLAGS += `${PKG_CONFIG} --cflags libxml-2.0`
-+LDFLAGS += `${PKG_CONFIG} --libs libxml-2.0 libudev`
-+prefix = ${EPREFIX}/usr
- 
- SRCS := firehose.c qdl.c sahara.c util.c patch.c program.c ufs.c
- OBJS := $(SRCS:.c=.o)

diff --git a/dev-embedded/qdl/qdl-2024.4.9.ebuild 
b/dev-embedded/qdl/qdl-2024.4.9.ebuild
index dcba98c9b0..604b7390c4 100644
--- a/dev-embedded/qdl/qdl-2024.4.9.ebuild
+++ b/dev-embedded/qdl/qdl-2024.4.9.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms"
 COMMIT_ID="a629f43428ebd17080f55543f893d45694234f75"
-HOMEPAGE="https://github.com/andersson/qdl;
+HOMEPAGE="https://github.com/linux-msm/qdl;
 SRC_URI="https://github.com/linux-msm/qdl/archive/${COMMIT_ID}.tar.gz -> 
${P}.tar.gz"
 
 S="${WORKDIR}/${PN}-${COMMIT_ID}"
@@ -21,16 +21,16 @@ BDEPEND="virtual/libudev
dev-libs/libxml2
 "
 
-PATCHES=(
-   "${FILESDIR}/makefile.patch"
-)
-
 src_compile() {
-   emake CC=$(tc-getCC) PKG_CONFIG=$(tc-getPKG_CONFIG)
+   PKG_CONFIG=$(tc-getPKG_CONFIG)
+   emake CC=$(tc-getCC) \
+   "CFLAGS=${CFLAGS} `${PKG_CONFIG} --cflags libxml-2.0`" \
+   "LDFLAGS=${LDFLAGS} `${PKG_CONFIG} --libs libxml-2.0 libudev`"
 }
 
 src_install() {
-   default
+   emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install
insinto "/usr/share/${PN}"
doins LICENSE
+   dodoc README
 }

diff --git a/dev-embedded/qdl/qdl-.ebuild b/dev-embedded/qdl/qdl-.ebuild
index 748d9684f1..bd1405bbb4 100644
--- a/dev-embedded/qdl/qdl-.ebuild
+++ b/dev-embedded/qdl/qdl-.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit git-r3 toolchain-funcs
 
 DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms"
-HOMEPAGE="https://github.com/andersson/qdl;
+HOMEPAGE="https://github.com/linux-msm/qdl;
 EGIT_REPO_URI="https://github.com/andersson/qdl.git;
 
 LICENSE="BSD"
@@ -17,16 +17,17 @@ BDEPEND="virtual/libudev
dev-libs/libxml2
 "
 
-PATCHES=(
-   "${FILESDIR}/makefile.patch"
-)
 
 src_compile() {
-   emake CC=$(tc-getCC) PKG_CONFIG=$(tc-getPKG_CONFIG)
+   PKG_CONFIG=$(tc-getPKG_CONFIG)
+   emake CC=$(tc-getCC) \
+   "CFLAGS=${CFLAGS} `${PKG_CONFIG} --cflags libxml-2.0`" \
+   "LDFLAGS=${LDFLAGS} `${PKG_CONFIG} --libs libxml-2.0 libudev`"
 }
 
 src_install() {
-   default
+   emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install
insinto "/usr/share/${PN}"
doins LICENSE
+   dodoc README
 }



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

2024-04-09 Thread Julien Roy
commit: c73aae6736344a181114488e0a95456a2a1c36a8
Author: Kyle Elbert  gmail  com>
AuthorDate: Tue Apr  9 20:35:54 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr  9 20:39:10 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c73aae67

dev-python/cloudflare: mark newly failing test xfail

Test started failing with a 500 internal server error on their end
They're also working on a revamp and new major version.

Signed-off-by: Kyle Elbert  gmail.com>

 dev-python/cloudflare/cloudflare-2.19.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/cloudflare/cloudflare-2.19.2.ebuild 
b/dev-python/cloudflare/cloudflare-2.19.2.ebuild
index a78d730013..c4a3c1cb13 100644
--- a/dev-python/cloudflare/cloudflare-2.19.2.ebuild
+++ b/dev-python/cloudflare/cloudflare-2.19.2.ebuild
@@ -29,7 +29,9 @@ python_prepare_all() {
sed -i -e "s/'cli4', 'examples'/'cli4'/" \
-e "s#'CloudFlare/tests',##" \
 setup.py || die
-
+   sed -i -e "/def 
test_ips7_should_fail():/i...@pytest.mark.xfail(reason='Now fails upstream')" \
+   -e "2s/^/import pytest/" \
+   CloudFlare/tests/test_cloudflare_calls.py || die
distutils-r1_python_prepare_all
 }
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/

2024-04-09 Thread Sam James
commit: df523208fa8693f7a79da43a7d2283414c7ba9b4
Author: Eli Schwartz  gmail  com>
AuthorDate: Tue Apr  9 22:32:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 23:00:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df523208

media-gfx/blender: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/859607
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 media-gfx/blender/blender-3.3.15.ebuild   | 5 +
 media-gfx/blender/blender-3.3.6-r1.ebuild | 5 +
 media-gfx/blender/blender-3.3.8.ebuild| 5 +
 media-gfx/blender/blender-3.6.0.ebuild| 5 +
 media-gfx/blender/blender-3.6.5.ebuild| 5 +
 media-gfx/blender/blender-3.6.8.ebuild| 5 +
 media-gfx/blender/blender-4.0.1-r1.ebuild | 5 +
 media-gfx/blender/blender-4.0.2.ebuild| 5 +
 media-gfx/blender/blender-.ebuild | 5 +
 9 files changed, 45 insertions(+)

diff --git a/media-gfx/blender/blender-3.3.15.ebuild 
b/media-gfx/blender/blender-3.3.15.ebuild
index 30eb3d17cd54..ff1e6ffd66d6 100644
--- a/media-gfx/blender/blender-3.3.15.ebuild
+++ b/media-gfx/blender/blender-3.3.15.ebuild
@@ -214,6 +214,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=odr, -Werror=lto-type-mismatch
+   # https://bugs.gentoo.org/859607
+   # https://projects.blender.org/blender/blender/issues/120444
+   filter-lto
+
# Workaround for bug #922600
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
 

diff --git a/media-gfx/blender/blender-3.3.6-r1.ebuild 
b/media-gfx/blender/blender-3.3.6-r1.ebuild
index aa9fecc21155..d74d8aa14fc9 100644
--- a/media-gfx/blender/blender-3.3.6-r1.ebuild
+++ b/media-gfx/blender/blender-3.3.6-r1.ebuild
@@ -214,6 +214,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=odr, -Werror=lto-type-mismatch
+   # https://bugs.gentoo.org/859607
+   # https://projects.blender.org/blender/blender/issues/120444
+   filter-lto
+
# Workaround for bug #922600
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
 

diff --git a/media-gfx/blender/blender-3.3.8.ebuild 
b/media-gfx/blender/blender-3.3.8.ebuild
index c8e316c77c10..a6bf20c9427b 100644
--- a/media-gfx/blender/blender-3.3.8.ebuild
+++ b/media-gfx/blender/blender-3.3.8.ebuild
@@ -214,6 +214,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=odr, -Werror=lto-type-mismatch
+   # https://bugs.gentoo.org/859607
+   # https://projects.blender.org/blender/blender/issues/120444
+   filter-lto
+
# Workaround for bug #922600
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
 

diff --git a/media-gfx/blender/blender-3.6.0.ebuild 
b/media-gfx/blender/blender-3.6.0.ebuild
index d31784b69cc7..1178dfac92bf 100644
--- a/media-gfx/blender/blender-3.6.0.ebuild
+++ b/media-gfx/blender/blender-3.6.0.ebuild
@@ -224,6 +224,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=odr, -Werror=lto-type-mismatch
+   # https://bugs.gentoo.org/859607
+   # https://projects.blender.org/blender/blender/issues/120444
+   filter-lto
+
# Workaround for bug #922600
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
 

diff --git a/media-gfx/blender/blender-3.6.5.ebuild 
b/media-gfx/blender/blender-3.6.5.ebuild
index 22136fab3ffc..d3624ee81240 100644
--- a/media-gfx/blender/blender-3.6.5.ebuild
+++ b/media-gfx/blender/blender-3.6.5.ebuild
@@ -222,6 +222,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=odr, -Werror=lto-type-mismatch
+   # https://bugs.gentoo.org/859607
+   # https://projects.blender.org/blender/blender/issues/120444
+   filter-lto
+
# Workaround for bug #922600
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
 

diff --git a/media-gfx/blender/blender-3.6.8.ebuild 
b/media-gfx/blender/blender-3.6.8.ebuild
index 22136fab3ffc..d3624ee81240 100644
--- a/media-gfx/blender/blender-3.6.8.ebuild
+++ b/media-gfx/blender/blender-3.6.8.ebuild
@@ -222,6 +222,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=odr, -Werror=lto-type-mismatch
+   # https://bugs.gentoo.org/859607
+   # https://projects.blender.org/blender/blender/issues/120444
+   filter-lto
+
# Workaround for bug #922600
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
 

diff --git a/media-gfx/blender/blender-4.0.1-r1.ebuild 
b/media-gfx/blender/blender-4.0.1-r1.ebuild
index f13df05fbed5..aa0d93cd840f 100644
--- a/media-gfx/blender/blender-4.0.1-r1.ebuild
+++ b/media-gfx/blender/blender-4.0.1-r1.ebuild
@@ -240,6 +240,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=odr, -Werror=lto-type-mismatch
+   # https://bugs.gentoo.org/859607
+   # https://projects.blender.org/blender/blender/issues/120444
+   filter-lto
+
# Workaround for bug #922600
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
 

diff --git 

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

2024-04-09 Thread Sam James
commit: 4bfca838a2c9ec52a87e6a5d63db2c61421544c6
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:46:52 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:46:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfca838

dev-libs/imath: Stabilize 3.1.11 arm64, #928994

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

 dev-libs/imath/imath-3.1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/imath/imath-3.1.11.ebuild 
b/dev-libs/imath/imath-3.1.11.ebuild
index 48df613d83e6..6da867303ab9 100644
--- a/dev-libs/imath/imath-3.1.11.ebuild
+++ b/dev-libs/imath/imath-3.1.11.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="3/29"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="doc large-stack python test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



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

2024-04-09 Thread Sam James
commit: 51e0c01334bbba5affbf5534239a6a26fa442420
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e0c013

media-sound/mac: Stabilize 10.53 ppc, #928925

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

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

diff --git a/media-sound/mac/mac-10.53.ebuild b/media-sound/mac/mac-10.53.ebuild
index 7c52eb41c645..1eb6fd8c4351 100644
--- a/media-sound/mac/mac-10.53.ebuild
+++ b/media-sound/mac/mac-10.53.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip 
-> ${P}.zip"
 
 LICENSE="BSD"
 SLOT="0/10"
-KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="app-arch/unzip"
 



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

2024-04-09 Thread Sam James
commit: 8a90b91a1ac38713c58a4a034b5678eca339103f
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a90b91a

gnome-extra/libgsf: Stabilize 1.14.52 ppc, #928805

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

 gnome-extra/libgsf/libgsf-1.14.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.52.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
index ccf6fc85d954..d1e9a4ea0801 100644
--- a/gnome-extra/libgsf/libgsf-1.14.52.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.52.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf;
 
 LICENSE="LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/

2024-04-09 Thread Sam James
commit: b57211a6f0361ac70bccd29f767d84bf0f93635b
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:20 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57211a6

gnome-base/gvfs: Stabilize 1.52.2 ppc, #928829

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

 gnome-base/gvfs/gvfs-1.52.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gvfs/gvfs-1.52.2.ebuild 
b/gnome-base/gvfs/gvfs-1.52.2.ebuild
index 70933b4e91f5..6766ed301cc7 100644
--- a/gnome-base/gvfs/gvfs-1.52.2.ebuild
+++ b/gnome-base/gvfs/gvfs-1.52.2.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="
mtp? ( udev )
udisks? ( udev )
 "
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-libs/glib-2.70.0:2



[gentoo-commits] repo/gentoo:master commit in: media-fonts/noto/

2024-04-09 Thread Sam James
commit: 90a5460ef1996bffd629d31cfd0876223d064020
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:27 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a5460e

media-fonts/noto: Stabilize 20240229 ppc, #928891

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

 media-fonts/noto/noto-20240229.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/noto/noto-20240229.ebuild 
b/media-fonts/noto/noto-20240229.ebuild
index eb7c9b30e582..af47a03a43b0 100644
--- a/media-fonts/noto/noto-20240229.ebuild
+++ b/media-fonts/noto/noto-20240229.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/notofonts/notofonts.github.io/archive/${COMMIT}.tar.
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
 # Extra allows to optionally reduce disk usage even returning to tofu
 # issue as described in https://fonts.google.com/noto
 IUSE="cjk +extra"



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

2024-04-09 Thread Sam James
commit: 05aa851bb0629f92e2ae4f2c8f11c907a070e607
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05aa851b

media-libs/libgphoto2: Stabilize 2.5.31-r1 ppc, #928801

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

 media-libs/libgphoto2/libgphoto2-2.5.31-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libgphoto2/libgphoto2-2.5.31-r1.ebuild 
b/media-libs/libgphoto2/libgphoto2-2.5.31-r1.ebuild
index c39a65429fc7..57a79b08f9a2 100644
--- a/media-libs/libgphoto2/libgphoto2-2.5.31-r1.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.5.31-r1.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 # FIXME: should we also bump for libgphoto2_port.so soname version?
 SLOT="0/6" # libgphoto2.so soname version
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples exif gd jpeg nls serial"
 
 # By default, drivers for all supported cameras will be compiled.



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

2024-04-09 Thread Sam James
commit: 2ec36f07eaea6d1d014356cb0bb331bfc607ad87
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec36f07

dev-python/miniupnpc: Stabilize 2.2.7 ppc, #928690

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

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

diff --git a/dev-python/miniupnpc/miniupnpc-2.2.7.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.2.7.ebuild
index 93e71a7eed10..b0d7355441a8 100644
--- a/dev-python/miniupnpc/miniupnpc-2.2.7.ebuild
+++ b/dev-python/miniupnpc/miniupnpc-2.2.7.ebuild
@@ -26,7 +26,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 DEPEND="
>=net-libs/miniupnpc-${PV}:0=



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

2024-04-09 Thread Sam James
commit: c38df1a48ed05728ec582390cacd192cc676dd45
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38df1a4

dev-util/itstool: Stabilize 2.0.7-r2 ppc, #928833

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

 dev-util/itstool/itstool-2.0.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/itstool/itstool-2.0.7-r2.ebuild 
b/dev-util/itstool/itstool-2.0.7-r2.ebuild
index ee3acae5f75b..230db8aa9905 100644
--- a/dev-util/itstool/itstool-2.0.7-r2.ebuild
+++ b/dev-util/itstool/itstool-2.0.7-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2;
 # files in /usr/share/itstool/its are under a special exception || GPL-3+
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2024-04-09 Thread Sam James
commit: eb27f1bbe505650cd91a39bf1bb1185eb18c4d30
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:18 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb27f1bb

dev-libs/libsigc++: Stabilize 3.6.0 ppc, #928817

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

 dev-libs/libsigc++/libsigc++-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libsigc++/libsigc++-3.6.0.ebuild 
b/dev-libs/libsigc++/libsigc++-3.6.0.ebuild
index 046f44aa0736..38c4be7f1d0c 100644
--- a/dev-libs/libsigc++/libsigc++-3.6.0.ebuild
+++ b/dev-libs/libsigc++/libsigc++-3.6.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://libsigcplusplus.github.io/libsigcplusplus/
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="gtk-doc test"
 RESTRICT="!test? ( test )"
 



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

2024-04-09 Thread Sam James
commit: ababe1358eb34148f3b90fe82ed38331a6657701
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:25 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ababe135

dev-cpp/cairomm: Stabilize 1.18.0 ppc, #928840

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

 dev-cpp/cairomm/cairomm-1.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/cairomm/cairomm-1.18.0.ebuild 
b/dev-cpp/cairomm/cairomm-1.18.0.ebuild
index a37ce17f45dc..11ec3b96345a 100644
--- a/dev-cpp/cairomm/cairomm-1.18.0.ebuild
+++ b/dev-cpp/cairomm/cairomm-1.18.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz;
 
 LICENSE="LGPL-2+"
 SLOT="1.16"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="gtk-doc test X"
 RESTRICT="!test? ( test )"
 



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

2024-04-09 Thread Sam James
commit: 9f6d52b7497c85a2df3eb067e020613856db07a9
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:24 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6d52b7

gui-libs/libwpe: Stabilize 1.14.2 ppc, #928837

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

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

diff --git a/gui-libs/libwpe/libwpe-1.14.2.ebuild 
b/gui-libs/libwpe/libwpe-1.14.2.ebuild
index 96f672ff5d70..66597342d603 100644
--- a/gui-libs/libwpe/libwpe-1.14.2.ebuild
+++ b/gui-libs/libwpe/libwpe-1.14.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz;
 LICENSE="BSD-2"
 SLOT="1.0"
 
-KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
media-libs/mesa[egl(+)]



[gentoo-commits] repo/gentoo:master commit in: net-libs/libcloudproviders/

2024-04-09 Thread Sam James
commit: 9fa5fdfda387eea886b32dddf564d0ba5893ff61
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa5fdfd

net-libs/libcloudproviders: Stabilize 0.3.6 ppc, #928836

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

 net-libs/libcloudproviders/libcloudproviders-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libcloudproviders/libcloudproviders-0.3.6.ebuild 
b/net-libs/libcloudproviders/libcloudproviders-0.3.6.ebuild
index a459745ef553..9ae5a267cd4a 100644
--- a/net-libs/libcloudproviders/libcloudproviders-0.3.6.ebuild
+++ b/net-libs/libcloudproviders/libcloudproviders-0.3.6.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 IUSE="gtk-doc +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
 
 DEPEND="
>=dev-libs/glib-2.56:2[${MULTILIB_USEDEP}]



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

2024-04-09 Thread Sam James
commit: 47f51d1f320215c1e4c78a854ed0d1228a2a1bf9
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:04 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f51d1f

dev-cpp/glibmm: Stabilize 2.78.1 ppc, #928787

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

 dev-cpp/glibmm/glibmm-2.78.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/glibmm/glibmm-2.78.1.ebuild 
b/dev-cpp/glibmm/glibmm-2.78.1.ebuild
index 47edd3541e72..447b4cd169cb 100644
--- a/dev-cpp/glibmm/glibmm-2.78.1.ebuild
+++ b/dev-cpp/glibmm/glibmm-2.78.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gtkmm.org 
https://gitlab.gnome.org/GNOME/glibmm;
 
 LICENSE="LGPL-2.1+"
 SLOT="2.68"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="gtk-doc debug test"
 RESTRICT="!test? ( test )"
 



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

2024-04-09 Thread Sam James
commit: 0c44d217d0416c9e9acf765559fde216b7246196
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:26 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c44d217

dev-libs/gjs: Stabilize 1.78.5 ppc, #928841

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

 dev-libs/gjs/gjs-1.78.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gjs/gjs-1.78.5.ebuild b/dev-libs/gjs/gjs-1.78.5.ebuild
index 0266c267beac..805b43049029 100644
--- a/dev-libs/gjs/gjs-1.78.5.ebuild
+++ b/dev-libs/gjs/gjs-1.78.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs 
https://gitlab.gnome.org/GNOME/gjs
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples readline sysprof test"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 RESTRICT="!test? ( test )"
 
 RDEPEND="



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

2024-04-09 Thread Sam James
commit: 9f0b1bceefddde23c927b19ff1f4a2a984978c64
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0b1bce

gnome-extra/gucharmap: Stabilize 15.1.2 ppc, #928812

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

 gnome-extra/gucharmap/gucharmap-15.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gucharmap/gucharmap-15.1.2.ebuild 
b/gnome-extra/gucharmap/gucharmap-15.1.2.ebuild
index f9fe613e61b8..ed141d2ccaf2 100644
--- a/gnome-extra/gucharmap/gucharmap-15.1.2.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-15.1.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2;
 
 LICENSE="GPL-3+"
 SLOT="2.90"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 
 UNICODE_VERSION="15.1.0"
 



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

2024-04-09 Thread Sam James
commit: a7c599baa8ce0adab6cedc78953839a2e4ec3384
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:17 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c599ba

x11-misc/colord: Stabilize 1.4.7-r1 ppc, #928814

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

 x11-misc/colord/colord-1.4.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/colord/colord-1.4.7-r1.ebuild 
b/x11-misc/colord/colord-1.4.7-r1.ebuild
index 35454fec5db0..ed40a24f368b 100644
--- a/x11-misc/colord/colord-1.4.7-r1.ebuild
+++ b/x11-misc/colord/colord-1.4.7-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/colord/releases/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0/2" # subslot = libcolord soname version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86"
 
 IUSE="gtk-doc argyllcms examples extra-print-profiles +introspection scanner 
selinux systemd test vala"
 RESTRICT="!test? ( test ) test" # Tests try to read and write files in /tmp



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

2024-04-09 Thread Sam James
commit: 9b2b4744539d66d1a388e3b9d971c54be9aea0bf
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2b4744

dev-libs/libmanette: Stabilize 0.2.7 ppc, #928832

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

 dev-libs/libmanette/libmanette-0.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmanette/libmanette-0.2.7.ebuild 
b/dev-libs/libmanette/libmanette-0.2.7.ebuild
index a9d17b353db1..10c2fcc7c933 100644
--- a/dev-libs/libmanette/libmanette-0.2.7.ebuild
+++ b/dev-libs/libmanette/libmanette-0.2.7.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/aplazas/libmanette;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 IUSE="gtk-doc +introspection +udev +vala test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="vala? ( introspection )"



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

2024-04-09 Thread Sam James
commit: 33f3a155c111cbac3278bf68f72228f0b8e1ded8
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:19 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f3a155

dev-libs/gmime: Stabilize 3.2.14 ppc, #928818

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

 dev-libs/gmime/gmime-3.2.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gmime/gmime-3.2.14.ebuild 
b/dev-libs/gmime/gmime-3.2.14.ebuild
index 08702f44412b..209667ccf128 100644
--- a/dev-libs/gmime/gmime-3.2.14.ebuild
+++ b/dev-libs/gmime/gmime-3.2.14.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jstedfast/${PN}/releases/download/${PV}/${P}.tar.xz;
 
 SLOT="3.0"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="crypt doc idn test +vala"
 RESTRICT="!test? ( test )"
 



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

2024-04-09 Thread Sam James
commit: e6d73e4369c5bdb02f26e51155be9fc8634f759b
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d73e43

app-text/enchant: Stabilize 2.6.1 ppc, #928799

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

 app-text/enchant/enchant-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/enchant/enchant-2.6.1.ebuild 
b/app-text/enchant/enchant-2.6.1.ebuild
index 258714f1f9ba..9e29da6bb928 100644
--- a/app-text/enchant/enchant-2.6.1.ebuild
+++ b/app-text/enchant/enchant-2.6.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 IUSE="aspell +hunspell nuspell test voikko"
 RESTRICT="!test? ( test )"



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

2024-04-09 Thread Sam James
commit: a47f759effdb4fcd9e25e904eead9535d5b62cbf
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:14 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47f759e

dev-libs/libgusb: Stabilize 0.4.8 ppc, #928811

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

 dev-libs/libgusb/libgusb-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgusb/libgusb-0.4.8.ebuild 
b/dev-libs/libgusb/libgusb-0.4.8.ebuild
index f01bba9c02bf..2e3f280bb735 100644
--- a/dev-libs/libgusb/libgusb-0.4.8.ebuild
+++ b/dev-libs/libgusb/libgusb-0.4.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/hughsie/libgusb/releases/download/${PV}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc ~x86"
 
 IUSE="gtk-doc +introspection test +vala"
 REQUIRED_USE="



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

2024-04-09 Thread Sam James
commit: 1b2d71b56077c5220224f8d11b2d9d1fd2111e7e
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2d71b5

dev-libs/totem-pl-parser: Stabilize 3.26.6-r1 ppc, #928790

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

 dev-libs/totem-pl-parser/totem-pl-parser-3.26.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6-r1.ebuild 
b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6-r1.ebuild
index a01aeee64b33..e0c1d14df6fc 100644
--- a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6-r1.ebuild
+++ b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6-r1.ebuild
@@ -11,7 +11,7 @@ LICENSE="LGPL-2+"
 SLOT="0/18"
 IUSE="archive crypt gtk-doc +introspection test +uchardet"
 RESTRICT="!test? ( test )"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.56:2



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

2024-04-09 Thread Sam James
commit: fb9f8a8162df42e7e704cf25f3e128c7bf647828
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9f8a81

dev-libs/vala-common: Stabilize 0.56.16 ppc, #928793

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

 dev-libs/vala-common/vala-common-0.56.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/vala-common/vala-common-0.56.16.ebuild 
b/dev-libs/vala-common/vala-common-0.56.16.ebuild
index 06bb063e75af..5e273520cc06 100644
--- a/dev-libs/vala-common/vala-common-0.56.16.ebuild
+++ b/dev-libs/vala-common/vala-common-0.56.16.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala 
https://gitlab.gnome.org/GNOME/va
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 
 RDEPEND=""
 DEPEND=""



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

2024-04-09 Thread Sam James
commit: 79415119d9c420ed6e27cb9f2c4747d040d44634
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79415119

x11-libs/pango: Stabilize 1.52.1 ppc, #928795

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

 x11-libs/pango/pango-1.52.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/pango/pango-1.52.1.ebuild 
b/x11-libs/pango/pango-1.52.1.ebuild
index 55bf2d98ad0c..2f372f469195 100644
--- a/x11-libs/pango/pango-1.52.1.ebuild
+++ b/x11-libs/pango/pango-1.52.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/$(ver_cut 1-2)/${P}.tar.xz
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 IUSE="debug +introspection sysprof test X"
 RESTRICT="!test? ( test )"



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

2024-04-09 Thread Sam James
commit: c44315e836a9dee36b530d981f87c746f280e4a7
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:07 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c44315e8

dev-lang/vala: Stabilize 0.56.16 ppc, #928793

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

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

diff --git a/dev-lang/vala/vala-0.56.16.ebuild 
b/dev-lang/vala/vala-0.56.16.ebuild
index 6fff2101836e..b9c3c1b71920 100644
--- a/dev-lang/vala/vala-0.56.16.ebuild
+++ b/dev-lang/vala/vala-0.56.16.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala 
https://gitlab.gnome.org/GNOME/va
 
 LICENSE="LGPL-2.1+"
 SLOT="0.56"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 



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

2024-04-09 Thread Sam James
commit: 54a311eb568400862acf36a6f3c99f7748dbeb22
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a311eb

dev-libs/libpwquality: Stabilize 1.4.5-r1 ppc, #928789

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

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

diff --git a/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild 
b/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild
index dfee57909142..f4eb2d415180 100644
--- a/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild
+++ b/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="pam python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-update-icon-cache/

2024-04-09 Thread Sam James
commit: a280e8e6cfbd252149a1334cd08476b14e0d3bf0
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:03 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a280e8e6

dev-util/gtk-update-icon-cache: Stabilize 3.24.40 ppc, #928776

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

 dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.40.ebuild 
b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.40.ebuild
index 7a5614642456..4eef55ebee6f 100644
--- a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.40.ebuild
+++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.40.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.gnome.org/Community/gentoo/${PN}/-/archive/${PV}/${P}.ta
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 
 # man page was previously installed by gtk+:3 ebuild
 RDEPEND="



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

2024-04-09 Thread Sam James
commit: 5d43599359d124a9e4c7f2c9c575883d13b386dc
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:34:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:34:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d435993

profiles/releases/23.0: enable zstd for sys-devel/lld too

It has to match LLVM or we get autounmask hell.

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

 profiles/releases/23.0/package.use | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/releases/23.0/package.use 
b/profiles/releases/23.0/package.use
index 2c78142ab564..c7d461f9ed5d 100644
--- a/profiles/releases/23.0/package.use
+++ b/profiles/releases/23.0/package.use
@@ -8,3 +8,4 @@
 sys-devel/gcc zstd
 sys-devel/binutils zstd
 sys-devel/llvm zstd
+sys-devel/lld zstd



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

2024-04-09 Thread Quincy Fleming
commit: 1e8c38d7068855ecddc789d870536839193072a7
Author: Quincy Fleming  protonmail  com>
AuthorDate: Tue Apr  9 22:32:39 2024 +
Commit: Quincy Fleming  protonmail  com>
CommitDate: Tue Apr  9 22:32:39 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e8c38d7

dev-embedded/qdl: removed double empty line

Signed-off-by: Quincy Fleming  protonmail.com>

 dev-embedded/qdl/qdl-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-embedded/qdl/qdl-.ebuild b/dev-embedded/qdl/qdl-.ebuild
index bd1405bbb4..b2fce77dfc 100644
--- a/dev-embedded/qdl/qdl-.ebuild
+++ b/dev-embedded/qdl/qdl-.ebuild
@@ -17,7 +17,6 @@ BDEPEND="virtual/libudev
dev-libs/libxml2
 "
 
-
 src_compile() {
PKG_CONFIG=$(tc-getPKG_CONFIG)
emake CC=$(tc-getCC) \



[gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/qdl/, dev-embedded/qdl/files/

2024-04-09 Thread Quincy Fleming
commit: 4772891540f5809a3318c8bee143729a1c80b2a5
Author: Quincy Fleming  protonmail  com>
AuthorDate: Tue Apr  9 22:30:30 2024 +
Commit: Quincy Fleming  protonmail  com>
CommitDate: Tue Apr  9 22:30:30 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47728915

dev-embedded/qdl: update HOMEPAGE

Signed-off-by: Quincy Fleming  protonmail.com>

 dev-embedded/qdl/files/makefile.patch | 17 -
 dev-embedded/qdl/qdl-2024.4.9.ebuild  | 14 +++---
 dev-embedded/qdl/qdl-.ebuild  | 13 +++--
 3 files changed, 14 insertions(+), 30 deletions(-)

diff --git a/dev-embedded/qdl/files/makefile.patch 
b/dev-embedded/qdl/files/makefile.patch
deleted file mode 100644
index a24de2b5c3..00
--- a/dev-embedded/qdl/files/makefile.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-#Created by Quincy Fleming
-#CFLAGS and LDFLAGS were not being respected
-#Bug links: https://bugs.gentoo.org/910480 https://bugs.gentoo.org/910481
 a/Makefile
-+++ b/Makefile
-@@ -1,8 +1,8 @@
- OUT := qdl
- 
--CFLAGS := -O2 -Wall -g `pkg-config --cflags libxml-2.0`
--LDFLAGS := `pkg-config --libs libxml-2.0 libudev`
--prefix := /usr/local
-+CFLAGS += `${PKG_CONFIG} --cflags libxml-2.0`
-+LDFLAGS += `${PKG_CONFIG} --libs libxml-2.0 libudev`
-+prefix = ${EPREFIX}/usr
- 
- SRCS := firehose.c qdl.c sahara.c util.c patch.c program.c ufs.c
- OBJS := $(SRCS:.c=.o)

diff --git a/dev-embedded/qdl/qdl-2024.4.9.ebuild 
b/dev-embedded/qdl/qdl-2024.4.9.ebuild
index dcba98c9b0..604b7390c4 100644
--- a/dev-embedded/qdl/qdl-2024.4.9.ebuild
+++ b/dev-embedded/qdl/qdl-2024.4.9.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms"
 COMMIT_ID="a629f43428ebd17080f55543f893d45694234f75"
-HOMEPAGE="https://github.com/andersson/qdl;
+HOMEPAGE="https://github.com/linux-msm/qdl;
 SRC_URI="https://github.com/linux-msm/qdl/archive/${COMMIT_ID}.tar.gz -> 
${P}.tar.gz"
 
 S="${WORKDIR}/${PN}-${COMMIT_ID}"
@@ -21,16 +21,16 @@ BDEPEND="virtual/libudev
dev-libs/libxml2
 "
 
-PATCHES=(
-   "${FILESDIR}/makefile.patch"
-)
-
 src_compile() {
-   emake CC=$(tc-getCC) PKG_CONFIG=$(tc-getPKG_CONFIG)
+   PKG_CONFIG=$(tc-getPKG_CONFIG)
+   emake CC=$(tc-getCC) \
+   "CFLAGS=${CFLAGS} `${PKG_CONFIG} --cflags libxml-2.0`" \
+   "LDFLAGS=${LDFLAGS} `${PKG_CONFIG} --libs libxml-2.0 libudev`"
 }
 
 src_install() {
-   default
+   emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install
insinto "/usr/share/${PN}"
doins LICENSE
+   dodoc README
 }

diff --git a/dev-embedded/qdl/qdl-.ebuild b/dev-embedded/qdl/qdl-.ebuild
index 748d9684f1..bd1405bbb4 100644
--- a/dev-embedded/qdl/qdl-.ebuild
+++ b/dev-embedded/qdl/qdl-.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit git-r3 toolchain-funcs
 
 DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms"
-HOMEPAGE="https://github.com/andersson/qdl;
+HOMEPAGE="https://github.com/linux-msm/qdl;
 EGIT_REPO_URI="https://github.com/andersson/qdl.git;
 
 LICENSE="BSD"
@@ -17,16 +17,17 @@ BDEPEND="virtual/libudev
dev-libs/libxml2
 "
 
-PATCHES=(
-   "${FILESDIR}/makefile.patch"
-)
 
 src_compile() {
-   emake CC=$(tc-getCC) PKG_CONFIG=$(tc-getPKG_CONFIG)
+   PKG_CONFIG=$(tc-getPKG_CONFIG)
+   emake CC=$(tc-getCC) \
+   "CFLAGS=${CFLAGS} `${PKG_CONFIG} --cflags libxml-2.0`" \
+   "LDFLAGS=${LDFLAGS} `${PKG_CONFIG} --libs libxml-2.0 libudev`"
 }
 
 src_install() {
-   default
+   emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install
insinto "/usr/share/${PN}"
doins LICENSE
+   dodoc README
 }



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

2024-04-09 Thread Andreas K. Hüttel
commit: bbe2b57efbc894c3a06c283927ae245d0d1b6454
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Apr  9 21:44:36 2024 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Apr  9 21:48:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe2b57e

profiles, 23.0: Undo USE="lzma zstd", except for toolchain where zstd makes 
sense

As discussed on gentoo-dev and in toolchain / base-system teams.

Closes: https://bugs.gentoo.org/928932
Closes: https://bugs.gentoo.org/928933
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/releases/23.0/make.defaults |  9 +++--
 profiles/releases/23.0/package.use   | 10 ++
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/profiles/releases/23.0/make.defaults 
b/profiles/releases/23.0/make.defaults
index 9680364430cf..ddff032c125c 100644
--- a/profiles/releases/23.0/make.defaults
+++ b/profiles/releases/23.0/make.defaults
@@ -1,14 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # See also 
 # https://wiki.gentoo.org/wiki/Project:Toolchain/23.0_profile_transition
 
-# This just makes sense nowadays, if only for distfiles...
-USE="lzma zstd"
-
 # make sure toolchain has sane defaults 
-USE="${USE} openmp"
+USE="openmp"
 
 # bug 818376 (only on specific arches)
 LDFLAGS="-Wl,-O1 -Wl,--as-needed"
@@ -19,5 +16,5 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed"
 UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /bin /lib /lib32 /lib64 /libx32 /sbin 
/usr/sbin"
 UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /usr/lib/modules/*"
 
-# needed for llvm profiles
+# needed for llvm profiles, we may want to solve this in releng.git instead
 BOOTSTRAP_USE="${BOOTSTRAP_USE} zstd"

diff --git a/profiles/releases/23.0/package.use 
b/profiles/releases/23.0/package.use
new file mode 100644
index ..2c78142ab564
--- /dev/null
+++ b/profiles/releases/23.0/package.use
@@ -0,0 +1,10 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Andreas K. Hüttel  (2024-04-10)
+# We want the toolchain to use zstd compression for LTO objects and
+# debug information
+#
+sys-devel/gcc zstd
+sys-devel/binutils zstd
+sys-devel/llvm zstd



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

2024-04-09 Thread Kyle Elbert
commit: c73aae6736344a181114488e0a95456a2a1c36a8
Author: Kyle Elbert  gmail  com>
AuthorDate: Tue Apr  9 20:35:54 2024 +
Commit: Kyle Elbert  gmail  com>
CommitDate: Tue Apr  9 20:39:10 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c73aae67

dev-python/cloudflare: mark newly failing test xfail

Test started failing with a 500 internal server error on their end
They're also working on a revamp and new major version.

Signed-off-by: Kyle Elbert  gmail.com>

 dev-python/cloudflare/cloudflare-2.19.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/cloudflare/cloudflare-2.19.2.ebuild 
b/dev-python/cloudflare/cloudflare-2.19.2.ebuild
index a78d730013..c4a3c1cb13 100644
--- a/dev-python/cloudflare/cloudflare-2.19.2.ebuild
+++ b/dev-python/cloudflare/cloudflare-2.19.2.ebuild
@@ -29,7 +29,9 @@ python_prepare_all() {
sed -i -e "s/'cli4', 'examples'/'cli4'/" \
-e "s#'CloudFlare/tests',##" \
 setup.py || die
-
+   sed -i -e "/def 
test_ips7_should_fail():/i...@pytest.mark.xfail(reason='Now fails upstream')" \
+   -e "2s/^/import pytest/" \
+   CloudFlare/tests/test_cloudflare_calls.py || die
distutils-r1_python_prepare_all
 }
 python_test() {



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

2024-04-09 Thread Anna Vyalkova
commit: cad5efb068d031d70f6913133f75ab62d40b6fd5
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Apr  9 20:19:58 2024 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Apr  9 20:19:58 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cad5efb0

gui-wm/phoc: remove coredump (added by mistake)

Thanks @MrRoy for noticing, but this is really embarassing and grew
repository size by 9.21 MB :(

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

 gui-wm/phoc/core | Bin 9658368 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gui-wm/phoc/core b/gui-wm/phoc/core
deleted file mode 100644
index f9577c86dd..00
Binary files a/gui-wm/phoc/core and /dev/null differ



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

2024-04-09 Thread Ulrich Müller
commit: a1f28063e0ba2192a120d15fd82a2d59ae10c892
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jan  8 14:11:17 2024 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Apr  9 20:03:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f28063

eutils.eclass: Mark as DEAD

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

 eclass/eutils.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index b48c18f97904..bdcc7e110fd5 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: eutils.eclass
@@ -7,6 +7,7 @@
 # @SUPPORTED_EAPIS: 6
 # @BLURB: many extra (but common) functions that are used in ebuilds
 # @DEPRECATED: native package manager functions, more specific eclasses
+# @DEAD
 
 if [[ -z ${_EUTILS_ECLASS} ]]; then
 _EUTILS_ECLASS=1



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

2024-04-09 Thread Andreas Sturmlechner
commit: c14946a549091199104c42df022ee990b19c3e99
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  9 19:50:38 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  9 20:01:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14946a5

app-office/libreoffice: drop 7.6.5.2

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

 app-office/libreoffice/Manifest   |   2 -
 app-office/libreoffice/libreoffice-7.6.5.2.ebuild | 668 --
 2 files changed, 670 deletions(-)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index 73d79b952f62..d88204750c21 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -21,12 +21,10 @@ DIST 
f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip 211919 BLAKE2B 2c7
 DIST frozen-1.1.1.tar.gz 186589 BLAKE2B 
5f103311c49777d0d284cabe026fae55f09bd24b2227d56133c48b9f9f0542361f3e007687089145939c12fc6a1af8baf1c76ba76176bdddec3d726e45d705d1
 SHA512 
e22561a4e634e388e11f95b3005bc711e543013d314f6aaeda34befb2c673aea2d71a717d8822bc8fa85bdc8409945ba2ad91a1bac4f8cb5303080de01a5f60e
 DIST libreoffice-24.2.2.2.tar.xz 280611816 BLAKE2B 
db0f141f93ae5d43b0c4ae363560770a98930ebe2fbbe8ab44909bc57d9d88bcb0d4476e374e1af1e4d6e38b4167d6d50a28719fecee69f61483f34522be57d2
 SHA512 
a05b8ea123b687dc27b9e9919814581efc155a075d797d1ddf2e2565dd029f82e09efe52b0c4082dde6156704023b6262c91ef356e6f4794250dfd133759cb29
 DIST libreoffice-7.6.4.1.tar.xz 281547116 BLAKE2B 
55712cf41e38373476dbc3d6a6f244dc0ba9222caf587c5d8a56c5f952e064e815d752a786d6770891775dc2a43739ae05fb94935006c005b41b3aeca229a866
 SHA512 
dbfc0cc8aa68e26c89da12156046ccf18201759c0e67757ce259a1150934ad7e2d914837701731fbe00aeab9a2f8c996619eb0892b7907de8012fdd7421da0f6
-DIST libreoffice-7.6.5.2.tar.xz 281916516 BLAKE2B 
b0e21dbc9a1c76027065862ca7ea24eba21ffe5dc1862ff50941644f291122396fbf94141cdbed84c54b0251f3c4452db1e4714ec30c35e416a6450a6caf7f2f
 SHA512 
b6289b1c9b7d363a04f8f63b16994a1820468cb4b270a639279046965b8b773cd9aec40eca57528b17990679a6e8a29a17c5e643b50fe5a5c971928904472602
 DIST libreoffice-7.6.6.3.tar.xz 282144120 BLAKE2B 
8d6f39046c9793c8dc5e2667e684c32f61b475b83787c75eeacf441a636c7244b032ae2cd7dac75c3077de63c68382e63bb834f69986ef788d78542df087b19b
 SHA512 
822584e1a191aac08f3141ba2dc2b91b0cbd50635a8506e9f3d00e224c997e1ec83957dd8a7dbede28a0ba28e1a8658d7e0b526bf796db286210393a326e6ca3
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B 
f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883
 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
 DIST libreoffice-help-24.2.2.2.tar.xz 167069856 BLAKE2B 
1d3524ea1db78420b0f5df54d58517bd7f1419dd125086bc1e36851250062f3ed5dd14793f1bee0017220c007b5e624b5e0baf8aa6c83ff0a18381c5ed6d547e
 SHA512 
c05f87a24b511ad34ce7c8bb02e90034848a6297033e3d1f2ea14f2d8686ba5e01547031960f214c215e41e9aa105dd6c52ace29e4807dcca92fd4297230598c
 DIST libreoffice-help-7.6.4.1.tar.xz 166959028 BLAKE2B 
fadcd32c50af1d4607ecd20ef7640cfbd1912361a792c324540dee1b5ee78c5f622b8363a5b96a1afb8256618573a0bb6f919a144de98fe88a1331d9241612f0
 SHA512 
0f72cd933ab7b897ec36f7b29bc5e568be289ea50ae0844e6083ff4957eab3cd313b39ffbda2e58f59de7962a05b371d8d61043d80323bb474e5436d23d3a859
-DIST libreoffice-help-7.6.5.2.tar.xz 166958152 BLAKE2B 
440a268b8a5ea13abc553a0154f56c39eaec88024e268b1a40f016fb53f368df7610b0e53cbf3a6b9ca87ca7c753d086ad1944b48bab11d1861862c1b345e61c
 SHA512 
f7b2a068f0bfcb35f3ad521c3c41ce26dd0f1abcc2c002e654ea951131b60451b81af964bf8c870615d14c8330bcd1c6d0b941caba390aa86ec6fb53dfe200c3
 DIST libreoffice-help-7.6.6.3.tar.xz 166956596 BLAKE2B 
217b32cf9d1882b2a60e436bb6319be5c60807bd7bb8ce373a6a2ecbd8d6f2537bd2a13d58ea14f47532a5a780df1815457adc473e2b0107e5e510db144d90a4
 SHA512 
07ed22d2161770a39e618075aadc5b42f8f5c436938a0aa29351628e61572e6e1d03642d45541dcfebf57dfdd1e558b23a8d596025fb45a1771652ad2860583f
 DIST skia-m111-a31e897fb3dcbc96b2b40999751611d029bf5404.tar.xz 10693272 
BLAKE2B 
67f2bd33d58c58c59f1ee5fb693a6a7e6a1ace52f269ae0fa6617027e93131031b0af9d44c36e371fe5a38c5b7519a61f9bcf4286a13ef5b06ea7e7eb5cb0a0f
 SHA512 
58d50fdd19cc5df640244e0c765aec6addc3e552701b201772584e8bea7cda12047e4a6af41452c6669aadfc026de29a4a4e7c6b31c7dfff30e29e50ed46fe3d
 DIST skia-m116-2ddcf183eb260f63698aa74d1bb380f247ad7ccd.tar.xz 10868024 
BLAKE2B 
ce8247de4cd6939b0593adf1c3dc6b78cdf4220fbcd2dfb2b9cf6d80d42f9c49f4d93fbe3cff68d079f04cc5801daf20999b288f7fdc85b58e32035151a3616a
 SHA512 
6c10785ed9ab8cdf3385ebd3f3d13a64b850df9cc7a12e513326a84c7a3e6f6235f9f4dbce128eac2e43a2707fe6a6011716de5985adf4742d55879210bf32e9

diff --git a/app-office/libreoffice/libreoffice-7.6.5.2.ebuild 
b/app-office/libreoffice/libreoffice-7.6.5.2.ebuild
deleted file mode 100644
index f13092052517..
--- 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/, x11-misc/sddm/files/

2024-04-09 Thread Andreas Sturmlechner
commit: 74fd8aa97757eb583822d3f4bb0ea9d8d03b4828
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  9 19:48:01 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  9 20:01:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fd8aa9

x11-misc/sddm: drop 0.20.0-r1

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

 x11-misc/sddm/Manifest |   2 -
 x11-misc/sddm/files/sddm-0.18.1-Xsession.patch |  24 -
 x11-misc/sddm/sddm-0.20.0-r1.ebuild| 143 -
 3 files changed, 169 deletions(-)

diff --git a/x11-misc/sddm/Manifest b/x11-misc/sddm/Manifest
index 62a7a158873c..8d6ee0946cd6 100644
--- a/x11-misc/sddm/Manifest
+++ b/x11-misc/sddm/Manifest
@@ -1,6 +1,4 @@
 DIST sddm-0.18.1-patchset.tar.xz 7860 BLAKE2B 
b79738c58f19ebac24dd790ba7613d85ae78bc0c5161d35249e13ddbac3acefff2753b8d92fa47a73a607b3105310ea5d05e1a5a170068030fe28420ffee88b1
 SHA512 
30ca961f065188d570b1498f9eea5aeafb31ab53b7e9ce41e98e26cba12f8c16a245fffb25ea4d84c6fb9037a24523cd41acc9a8b140a1420282435c9497d9b4
 DIST sddm-0.18.1.tar.xz 3402972 BLAKE2B 
99ab43d374e9a3d318f692a6d496d8a6d68927af3c8e8fc2208d7355ec90649a14758b39f5733dd32f942ed569de88085576d4f5f8666f4f97079e0fb6dcb99e
 SHA512 
ff0637600cda2f4da1f643f047f8ee822bd9651ae4ccbb614b9804175c97360ada7af93e07a7b63832f014ef6e7d1b5380ab2b8959f8024ea520fa5ff17efd60
-DIST sddm-0.20.0-patchset.tar.xz 4024 BLAKE2B 
cb138568a158fb1070c3f4ed4182867973abef257e7b551a373a5d17adf19c15474cff27a3662de9fa674da218e9b04374802d0f1813569ce2966257903ac791
 SHA512 
fe07102ac4e41cc9e212f795405db8e4dac342c1dde2ec3b47002aaf251fc6a7641af4226f4729ef3325f070a77d6448602fffe7b5ff775b9dbfb57db9004d3c
-DIST sddm-0.20.0.tar.gz 3552722 BLAKE2B 
8086c9555d5ce1598db3279353de077d51adbcc5222a929750e8558a1bcdad395a411f90608bffdc6e1ca7e7ac2b8325e25cf04cbf8476698d787ce7e60c2105
 SHA512 
0f64b405f1451873a01a2210530feb6f4cbbdea17be9d039c105088963a48322968db7b60c0d20ac5d97c8ec2a19e5130f0a74c0f9de58c61453d8ce8bb6272a
 DIST sddm-0.21.0-pam.tar.xz 676 BLAKE2B 
06a79f74a5833eca9877df4be8639311382d13061b21aa3627e6c4b07725878ded62221fca943440bacc143f6be2a23b2e0a2124012ff2c9fac82e1eded11144
 SHA512 
6d91eef2434346f7707122454522cf19f104994ac95d562417f6060a92b4e6c9792bebcccabac8290479200b4ba02fc4d92c6098c435c7ceda796d619d8913c2
 DIST sddm-0.21.0.tar.gz 3557266 BLAKE2B 
849cb8b06b9510e5366ea28ef322c242db7d5a77d94c0a5a727f468209880a717055ad8b0c2f5a857852202a4d6bc1f68281fe0e0ab3c6a32327b5a4219af3a0
 SHA512 
2e8e460e7f318f20a406dcbb1a9fa1dc78b6a5b8d888bfbbaae22b9c642dbc49cf2ac682b4ea9ed847bbafa9bdc361ba08795e59cad970088b370c70f458

diff --git a/x11-misc/sddm/files/sddm-0.18.1-Xsession.patch 
b/x11-misc/sddm/files/sddm-0.18.1-Xsession.patch
deleted file mode 100644
index e1e3c1527be7..
--- a/x11-misc/sddm/files/sddm-0.18.1-Xsession.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 a/data/scripts/Xsession
-+++ b/data/scripts/Xsession
-@@ -50,6 +50,10 @@
- ;;
- esac
- 
-+# Make D-Bus start properly, see:
-+# /etc/X11/xinit/xinitrc.d/80-dbus
-+command="$@"
-+
- [ -f /etc/xprofile ] && . /etc/xprofile
- [ -f $HOME/.xprofile ] && . $HOME/.xprofile
- 
-@@ -94,8 +98,8 @@
-   . "$USERXSESSION"
- fi
- 
--if [ -z "$*" ]; then
-+if [ -z "$command" ]; then
- exec xmessage -center -buttons OK:0 -default OK "Sorry, $DESKTOP_SESSION 
is no valid session."
- else
--exec $@
-+exec $command
- fi

diff --git a/x11-misc/sddm/sddm-0.20.0-r1.ebuild 
b/x11-misc/sddm/sddm-0.20.0-r1.ebuild
deleted file mode 100644
index 813a5d7bf9e0..
--- a/x11-misc/sddm/sddm-0.20.0-r1.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PATCHSET="${P}-patchset"
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-QTMIN=5.15.2
-inherit cmake linux-info optfeature systemd tmpfiles
-
-DESCRIPTION="Simple Desktop Display Manager"
-HOMEPAGE="https://github.com/sddm/sddm;
-SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz;
-
-LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain"
-SLOT="0"
-IUSE="+elogind systemd test"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   acct-group/sddm
-   acct-user/sddm
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   sys-libs/pam
-   x11-libs/libXau
-   x11-libs/libxcb:=
-   elogind? ( sys-auth/elogind[pam] )
-   systemd? ( sys-apps/systemd:=[pam] )
-   !systemd? ( sys-power/upower )
-"
-DEPEND="${COMMON_DEPEND}
-   test? ( 

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

2024-04-09 Thread Andreas Sturmlechner
commit: 4276b0a9f9dbc8b6bf4695250f1d2b3773c36db3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  7 10:41:49 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  9 20:01:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4276b0a9

sci-astronomy/kstars: drop 3.6.7

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

 sci-astronomy/kstars/Manifest|   1 -
 sci-astronomy/kstars/kstars-3.6.7.ebuild | 102 ---
 2 files changed, 103 deletions(-)

diff --git a/sci-astronomy/kstars/Manifest b/sci-astronomy/kstars/Manifest
index 97048f018ee4..0a1b6e03ea48 100644
--- a/sci-astronomy/kstars/Manifest
+++ b/sci-astronomy/kstars/Manifest
@@ -1,2 +1 @@
 DIST kstars-2.6.9.tar.xz 150693400 BLAKE2B 
5f1efb2f3ac4a8067504cbe3f595b646c54e5d86256f64c2a325db3da43dcd8b454504ca430defa3f7b8f0cfb5d5be4b95bd8af837b3446f91b0b51d5306a3d7
 SHA512 
58f33a83d6be4ee3bd93f0e12e9fce2d4cbec25e8382a2f6f45f09b67dc4c254b629683e5fac7838af21310b9c89fd1a61b89e2021136804689e7c426bea6038
-DIST kstars-3.6.7.tar.xz 138532496 BLAKE2B 
173cea5d81b72a181dd7c17ea8159d739675fe60bfab3fb9ccd0a47b32a7f2e2231d5eaa26074eb6d2479b1f62a3c5236494763d82370d844dfaebbc14adc3a0
 SHA512 
bfefad8c3cd55a2b01e8be240ede7c2ea7cadf99d44c9558e56ac0b0d890c96c3392a6de4c062341f3aff994fc7e95b79a69454a436bc8bce760942cd42f80cd

diff --git a/sci-astronomy/kstars/kstars-3.6.7.ebuild 
b/sci-astronomy/kstars/kstars-3.6.7.ebuild
deleted file mode 100644
index b2dd1f0a3e55..
--- a/sci-astronomy/kstars/kstars-3.6.7.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm kde.org optfeature
-
-DESCRIPTION="Desktop Planetarium"
-HOMEPAGE="https://apps.kde.org/kstars/ https://edu.kde.org/kstars/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="5"
-IUSE="+password raw wcs"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
-   >=dev-qt/qtdatavis3d-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwebsockets-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kplotting-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   sci-libs/cfitsio:=
-   sci-libs/gsl:=
-   >=sci-libs/indilib-2.0.2
-   sci-libs/libnova:=
-   >=sci-libs/stellarsolver-2.2
-   sys-libs/zlib
-   password? ( dev-libs/qtkeychain:=[qt5(+)] )
-   raw? ( media-libs/libraw:= )
-   wcs? ( sci-astronomy/wcslib:= )
-"
-# TODO: Add back when re-enabled by upstream
-#  opengl? (
-#  >=dev-qt/qtopengl-${QTMIN}:5
-#  virtual/opengl
-#  )
-DEPEND="${COMMON_DEPEND}
-   dev-cpp/eigen:3
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtpositioning-${QTMIN}:5
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_PYKSTARS=OFF
-   -DCMAKE_DISABLE_FIND_PACKAGE_LibXISF=ON # not packaged
-   -DBUILD_DOC=$(usex handbook)
-   $(cmake_use_find_package password Qt5Keychain)
-   $(cmake_use_find_package raw LibRaw)
-   $(cmake_use_find_package wcs WCSLIB)
-   )
-
-   ecm_src_configure
-}
-
-src_test() {
-   # bug 842768, test declared unstable by upstream
-   local myctestargs=(
-   -E "(TestKSPaths)"
-   )
-
-   ecm_src_test
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Display 'current' pictures of planets" 
x11-misc/xplanet
-   fi
-   ecm_pkg_postinst
-}



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

2024-04-09 Thread Andreas Sturmlechner
commit: a5157390413674f4b98921fe8817f04b3a768c52
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  9 19:58:11 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  9 20:01:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5157390

app-office/skrooge: add 2.32.0

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

 app-office/skrooge/Manifest  |  1 +
 app-office/skrooge/skrooge-2.32.0.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/app-office/skrooge/Manifest b/app-office/skrooge/Manifest
index 7c38776a2c68..7919c5992c01 100644
--- a/app-office/skrooge/Manifest
+++ b/app-office/skrooge/Manifest
@@ -1 +1,2 @@
 DIST skrooge-2.31.0.tar.xz 22372292 BLAKE2B 
3eafe194a9783ae2f3841f6c32211cdf3c425033b63084bf47e526482830d1d53ae66446aa04f0d93497a59054e229bbadd6f46ec0782e4ab05d902d0e809596
 SHA512 
3a09b9e6017b0ebce7170285a8ca6a27c8942f16c310450e76dc9deb87e0d016edb49b74c8ea784bed5f9b5a10ed515016266584f53fc0144f4bf02bc7769be1
+DIST skrooge-2.32.0.tar.xz 22945360 BLAKE2B 
d567aedb958c8dc7e49ca3d3c6d78d9e0b9b1a520bf0202fda145f75a4bfb82ae1afe9278524aa4693944a98f46cbe14bfde10a202fbdb2532dbb1421ec29262
 SHA512 
e39ddcf498281e0ac402a2bad0a858a5d14c9d17fd01185954de2b0c8d0cc9768762a33b846db94824f5640ccdc063cf055d46ef0b90b03615209a0c2f4bed6c

diff --git a/app-office/skrooge/skrooge-2.32.0.ebuild 
b/app-office/skrooge/skrooge-2.32.0.ebuild
new file mode 100644
index ..b8f8179fb41b
--- /dev/null
+++ b/app-office/skrooge/skrooge-2.32.0.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KFMIN=5.115.0
+QTMIN=5.15.12
+inherit ecm kde.org
+
+DESCRIPTION="Personal finances manager, aiming at being simple and intuitive"
+HOMEPAGE="https://skrooge.org/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="activities kde ofx"
+
+# hangs + installs files (also requires KF5DesignerPlugin)
+RESTRICT="test"
+
+COMMON_DEPEND="
+   >=app-crypt/qca-2.3.0:2[qt5(+)]
+   dev-db/sqlcipher
+   dev-libs/grantlee:5
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtscript-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5=
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=dev-qt/qtxmlpatterns-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/knotifyconfig-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   activities? ( >=kde-plasma/plasma-activities-${KFMIN}:5 )
+   kde? ( >=kde-frameworks/krunner-${KFMIN}:5 )
+   ofx? ( dev-libs/libofx:= )
+"
+DEPEND="${COMMON_DEPEND}
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+RDEPEND="${COMMON_DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+"
+BDEPEND="
+   dev-libs/libxslt
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DSKG_WEBENGINE=ON
+   -DSKG_WEBKIT=OFF
+   -DSKG_DESIGNER=OFF
+   $(cmake_use_find_package activities KF5Activities)
+   $(cmake_use_find_package kde KF5Runner)
+   $(cmake_use_find_package ofx LibOfx)
+   -DSKG_BUILD_TEST=$(usex test)
+   )
+
+   ecm_src_configure
+}
+
+src_test() {
+   local mycmakeargs=(
+   -DSKG_BUILD_TEST=ON
+   )
+   ecm_src_test
+}



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

2024-04-09 Thread Andreas Sturmlechner
commit: 15a96acf1e4e54a0fc68b41ce3a8d0bd10dd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  9 19:51:28 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  9 20:01:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a96acf

app-office/libreoffice-l10n: drop 7.6.5.2

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

 app-office/libreoffice-l10n/Manifest   | 183 -
 .../libreoffice-l10n-7.6.5.2.ebuild|  91 --
 2 files changed, 274 deletions(-)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index ef7d65014833..dea9457a329c 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -364,189 +364,6 @@ DIST 
LibreOffice_7.6.4.1_Linux_x86-64_rpm_langpack_xh.tar.gz 235072 BLAKE2B 6033
 DIST LibreOffice_7.6.4.1_Linux_x86-64_rpm_langpack_zh-CN.tar.gz 929110 BLAKE2B 
dae1dd9c0bf6436d9bcbdaff88fabc96d9b54bf8f5f0e20b55464a2b31e4128f22702e43c1e00a62001a9c7557d688b38967d2dfeb0e437a9e5e2a45a03f3dce
 SHA512 
d8e41d6e457ca8954e8476b6da23dbc332c84833dbfd9c90b2644cb0c9e02e1069ca174b7d580ad3d924ec8923a21424e4452b74eb5847a1d7d8db8d7e539389
 DIST LibreOffice_7.6.4.1_Linux_x86-64_rpm_langpack_zh-TW.tar.gz 948538 BLAKE2B 
6358244a979f57d994066d7e519762f77a3145e54897cca9cc61a9b0a00afa8802db1ddb040b59fcc75cf5a76b929c033bb69837d0272bc5eebff123e18c7af5
 SHA512 
15c0ba3c367e570715811b30afe5590bac66097d2f9305a4d0e1551a1b06498f55f373902121ae420494b69a13998245cb6f4ff338f9d54f2d623ba91ae8194d
 DIST LibreOffice_7.6.4.1_Linux_x86-64_rpm_langpack_zu.tar.gz 258588 BLAKE2B 
3fe65d84aa359035a67d70dcc8dd5a29430da70b6deb10fb4c40e9adfc8b7e182de173b1f5a5e51e94995cc9a8b00336f55fd7b3b8035db52acc868d14436bc8
 SHA512 
64cd74e6b6af1a50380fc1b4f29e556a22a59823ac4a0b3109585d801eddba1f414314ddc0e757f9044207366618f536c8ea982139dcfe0f588edf5a7940cd9d
-DIST LibreOffice_7.6.5.2_Linux_x86-64_rpm_helppack_am.tar.gz 3249951 BLAKE2B 
2d1f2f1d7a4dc81a611f4429975805b5aa64f3951841a51c532c4b33def34bbc358334c6cba13778338be553e0afb3d8771ef68fc80a586cb32967d3fbc96370
 SHA512 
dcc7b2ea4ee2f79bf2af01d005e015d1a7a6cc5643b4acedbf3f72668cd2456cfe73915b1220165569ca5f33e5670f3799b79c08e432f5f2fbe642108fb31b76
-DIST LibreOffice_7.6.5.2_Linux_x86-64_rpm_helppack_ar.tar.gz 2940161 BLAKE2B 
fba8d6aad1007eda49439dabd95b365375daf47046313c77753336eaa92569b515bca13cd001ca9f003e4b08a924eb600fd6e9b5b2efb8667b2e1f9b5f602724
 SHA512 
667cee3b98c44e3c5ea4cf3a702b427f9f6e9bbdf4aa4ddb7f1623e708a72e9d62783b74f0133de6b703fb0f2057ffc8d3b05ac108c2baea23d962de42f74e80
-DIST LibreOffice_7.6.5.2_Linux_x86-64_rpm_helppack_ast.tar.gz 3110742 BLAKE2B 
dee2e42f5c211c7e079270d7aff42423c5e87dbdaea48e46539a97a5ad7e417b8b3781cae21362efa6592b71d4c6f7453b56018ad9d382189a7546f3317b1300
 SHA512 
8c4209761397cf84cab81f89588ceba9c552832a212b70926d8d8eb5d9cd739d77365c93e851450ed51a29e6a7774f96a2d642bd08af12280f07e0fd76aee3f2
-DIST LibreOffice_7.6.5.2_Linux_x86-64_rpm_helppack_bg.tar.gz 3410938 BLAKE2B 
e38b3d974b8b9291de9dcbc2169fd4c380b826c4afa73682ac24f6223abcde7556031c88ec8cd7333bd807ad1bcd033606845d14bc4d87f7d13427cb35ca5fb8
 SHA512 
3224bc29aaead196b48a774399970bed93bb9ada2cde1133a97b6fdea4fd795951509feb20e21453d324323493ee37bf63a0ab57cc56703ec08c8b39a92753b9
-DIST LibreOffice_7.6.5.2_Linux_x86-64_rpm_helppack_bn-IN.tar.gz 3408662 
BLAKE2B 
77bf31e68304c0ad8cfd16d5ba1fd39e24e4875a824f98e667925ff42d80822dfed709adbcbb8635734b3799f499de6a12b3017bfeac5708c8a40497445fc502
 SHA512 
fb7ad238612fa58c6355b1eb436d6b6f77dd4c2403308480e03fa058303940f6492d2a48ee922ad54810ef958d0dc8141e67bb2800476f9d22ae5d303afba906
-DIST LibreOffice_7.6.5.2_Linux_x86-64_rpm_helppack_bn.tar.gz 3220946 BLAKE2B 
62d03cafcaa0c3c11165e86167b8dcfbb61dc51d5a9dfc92ac601e7f1e717723bf234b1a43749b171322657c766f63b9705e47e1f553104283a6894169c1558b
 SHA512 
66b306162763e6471414996fd848bcd3568cfa7e430ec7da2107d80c43f2d09462d2c38d24e1c348c98919afbc7ca290a665bfaba12edc5424ee00ad4c71a232
-DIST LibreOffice_7.6.5.2_Linux_x86-64_rpm_helppack_bo.tar.gz 3218799 BLAKE2B 
22cbf5fc8d43fb6e940ece3dc2c66eba5ac9dd7da40428883547d754bed6c1695797323174c156c193fd7b480f65e71d827ba871f014ab1bf3facdc7827fe1e6
 SHA512 
53f6e763d64f9228345cd8d849940f3388edab23c3dbafb2ceb21af0c0af32231fe8ba1f729d07c89580da011b851908b1ac4724c5e14839483e1c3c97598ef2
-DIST LibreOffice_7.6.5.2_Linux_x86-64_rpm_helppack_bs.tar.gz 3025151 BLAKE2B 
9af0c4d508e41e572092ff3eb0a51e9fd483b928ac73ca64319810d5aae4486242e8c4d8f73be7e421ee652a583a6aa2aab527fbdb888980ae126eb04f75a9b6
 SHA512 
a187f7093857a8db8be53e3cecaa18b00ec7918af3a5bbabc43d12f2bd591c981e9fec3a5af68d79ba99334c69677b6040b3c2f4b29abc08dfd4ae193f276f4e
-DIST LibreOffice_7.6.5.2_Linux_x86-64_rpm_helppack_ca-valencia.tar.gz 3133056 
BLAKE2B 
82aedb5bf587205a7f4e9438853574ae83c51b16c76e063d0c7554a62aa5ca4b6752fea373374abe4a3fbe318a455a2a323b3a8f16e9ea0722129882bf0992f4
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/files/, media-gfx/exiv2/

2024-04-09 Thread Andreas Sturmlechner
commit: d6aee3e115eda4618765835194dc9dc766473cc1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  9 19:49:27 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  9 20:01:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6aee3e1

media-gfx/exiv2: drop 0.28.1-r2

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

 media-gfx/exiv2/Manifest  |   1 -
 media-gfx/exiv2/exiv2-0.28.1-r2.ebuild| 133 --
 media-gfx/exiv2/files/exiv2-0.28.1-exiv2lib.patch |  31 -
 3 files changed, 165 deletions(-)

diff --git a/media-gfx/exiv2/Manifest b/media-gfx/exiv2/Manifest
index 0d500799da92..4e187fdd9709 100644
--- a/media-gfx/exiv2/Manifest
+++ b/media-gfx/exiv2/Manifest
@@ -1,2 +1 @@
-DIST exiv2-0.28.1.tar.gz 45225200 BLAKE2B 
a26f8e54cf6284c56ff429c13d5a8985dc6181a36b4c13ea6f2e59bc00016a2a8d915ddbc0cedb441b8283e30f18312a500900ffd89ca984006ac84807a03852
 SHA512 
7b872a3c0cbe343014b1ca4618cecaf6ee8d78dec7ef83accfce95cb8eadc6b52116977a41e1f1be5c6149a47bdd9457fadc08d73708aa2a6ab69795fd3de23b
 DIST exiv2-0.28.2.tar.gz 45224206 BLAKE2B 
9d1d05c99804032dfb9b740e543d1e3cceae011b17853c8565ccad87e726ce1d0f410c13bf4fa8839bc8e0fecdf170a3acac568f14aad4628b3b844f6c21dd7e
 SHA512 
197cc607c0271b5731714713283756250031cef81ba7ed5d9c3e222b4c2397966cc2bbdbceaae706598329dde6f8a9729597d0ae4c36ac264c76546942e4e37b

diff --git a/media-gfx/exiv2/exiv2-0.28.1-r2.ebuild 
b/media-gfx/exiv2/exiv2-0.28.1-r2.ebuild
deleted file mode 100644
index bd92d0fbec8b..
--- a/media-gfx/exiv2/exiv2-0.28.1-r2.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-inherit cmake-multilib python-any-r1
-
-DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility"
-HOMEPAGE="https://exiv2.org/;
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/Exiv2/exiv2.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/Exiv2/exiv2/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-fi
-
-LICENSE="GPL-2"
-# Upstream hope to have stable ABI in 1.0. Until then, go off ${PV}.
-# We may be able to change it to $(ver_cut 1-2) once e.g.
-# https://github.com/Exiv2/exiv2/pull/917 is merged.
-SLOT="0/$(ver_cut 1-2)"
-IUSE="+bmff doc examples nls +png test webready +xmp"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/inih[${MULTILIB_USEDEP}]
-   >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
-   nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
-   png? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
-   webready? (
-   net-misc/curl[${MULTILIB_USEDEP}]
-   )
-   xmp? ( dev-libs/expat[${MULTILIB_USEDEP}] )
-"
-DEPEND="
-   ${DEPEND}
-   test? ( dev-cpp/gtest )
-"
-BDEPEND="
-   doc? (
-   ${PYTHON_DEPS}
-   app-text/doxygen
-   dev-libs/libxslt
-   media-gfx/graphviz
-   virtual/pkgconfig
-   )
-   test? ( ${PYTHON_DEPS} )
-   nls? ( sys-devel/gettext )
-"
-
-DOCS=( README.md doc/ChangeLog doc/cmd.txt )
-
-# https://github.com/Exiv2/exiv2/pull/2832
-PATCHES=( "${FILESDIR}/${P}-exiv2lib.patch" ) # bug 917483
-
-pkg_setup() {
-   if use doc || use test ; then
-   python-any-r1_pkg_setup
-   fi
-}
-
-src_prepare() {
-   # FIXME @upstream:
-   einfo "Converting doc/cmd.txt to UTF-8"
-   iconv -f LATIN1 -t UTF-8 doc/cmd.txt > doc/cmd.txt.tmp || die
-   mv -f doc/cmd.txt.tmp doc/cmd.txt || die
-
-   cmake_src_prepare
-
-   sed -e "/^include.*compilerFlags/s/^/#DONT /" -i CMakeLists.txt || die
-}
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DEXIV2_BUILD_SAMPLES=NO
-   -DEXIV2_ENABLE_BROTLI=OFF
-   -DEXIV2_ENABLE_NLS=$(usex nls)
-   -DEXIV2_ENABLE_PNG=$(usex png)
-   -DEXIV2_ENABLE_CURL=$(usex webready)
-   -DEXIV2_ENABLE_INIH=ON # must be enabled (bug #921937)
-   -DEXIV2_ENABLE_WEBREADY=$(usex webready)
-   -DEXIV2_ENABLE_XMP=$(usex xmp)
-   -DEXIV2_ENABLE_BMFF=$(usex bmff)
-
-   # We let users control this.
-   -DBUILD_WITH_CCACHE=OFF
-   # Our toolchain sets this by default.
-   -DBUILD_WITH_STACK_PROTECTOR=OFF
-
-   $(multilib_is_native_abi || echo -DEXIV2_BUILD_EXIV2_COMMAND=NO)
-   $(multilib_is_native_abi && echo -DEXIV2_BUILD_DOC=$(usex doc))
-   $(multilib_is_native_abi && echo 
-DEXIV2_BUILD_UNIT_TESTS=$(usex test))
-   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-   )
-
-   if use doc || use test ; then
-  

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

2024-04-09 Thread Andreas Sturmlechner
commit: edd1e950a5fa4cb2be9a41dfc73dfb250d81a191
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  7 10:42:08 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  9 20:01:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd1e950

sci-libs/indilib: drop 2.0.4

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

 sci-libs/indilib/Manifest |  1 -
 sci-libs/indilib/indilib-2.0.4.ebuild | 81 ---
 2 files changed, 82 deletions(-)

diff --git a/sci-libs/indilib/Manifest b/sci-libs/indilib/Manifest
index 98702a4e9a27..2b5df8d200b3 100644
--- a/sci-libs/indilib/Manifest
+++ b/sci-libs/indilib/Manifest
@@ -1,2 +1 @@
-DIST indilib-2.0.4.tar.gz 2778082 BLAKE2B 
21573abeb054f6693d29e5e67908be8be06246c138dba7dd8815c80d338fe8dbc202b103454f8e9a0b97e0fa05d5464547f32a2aa6bc0fa6189ddabd1f67428c
 SHA512 
cb8c05ed2d814350e8357dfb3fd42ce5f2db88a0d150b0feb63fcb85cadd70369bfce1600a60837e242e5815ad076923428c456f4b331ffe1a22a2c02e11ced4
 DIST indilib-2.0.6.tar.gz 2793169 BLAKE2B 
ebbbc40074df8ea77b781d09d802506003e3f71ee9450730b145ff9d190d9a0d41bcb7db4449fb05f138d536b811d7fcbfd095516b2f73a163bd110335d3d14d
 SHA512 
e00ca31f4bc2298529586e5c1cc35389e9dcc72f9b93a1c5a4594c4c3d11f72a63e02d228a582f4ee08b7986a8eed6ebe53cb19b25fa05ebe53243708d2a8ff5

diff --git a/sci-libs/indilib/indilib-2.0.4.ebuild 
b/sci-libs/indilib/indilib-2.0.4.ebuild
deleted file mode 100644
index e12626c36f03..
--- a/sci-libs/indilib/indilib-2.0.4.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic udev
-
-DESCRIPTION="INDI Astronomical Control Protocol library"
-HOMEPAGE="https://www.indilib.org/;
-SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${P/lib/}"
-
-LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+"
-SLOT="0/1"
-KEYWORDS="amd64 ~ppc ppc64 ~riscv ~x86"
-IUSE="ogg rtlsdr test websocket"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/libev
-   media-libs/libjpeg-turbo:=
-   net-misc/curl
-   sci-libs/cfitsio:=
-   sci-libs/fftw:3.0=
-   sci-libs/gsl:=
-   sci-libs/libnova:=
-   sys-libs/zlib
-   virtual/libusb:1
-   ogg? (
-   media-libs/libogg
-   media-libs/libtheora
-   )
-   rtlsdr? ( net-wireless/rtl-sdr )
-   websocket? ( dev-libs/boost:= )
-"
-DEPEND="${RDEPEND}
-   kernel_linux? ( sys-kernel/linux-headers )
-   test? ( >=dev-cpp/gtest-1.8.0 )
-   websocket? ( dev-cpp/websocketpp )
-"
-
-src_configure() {
-   # -Werror=odr
-   # https://bugs.gentoo.org/878525
-   # https://github.com/indilib/indi/issues/2023
-   filter-lto
-
-   local mycmakeargs=(
-   -DINDI_BUILD_QT5_CLIENT=OFF
-   -DINDI_BUILD_SHARED=ON
-   -DINDI_BUILD_STATIC=OFF
-   -DINDI_BUILD_XISF=OFF # not packaged
-   -DUDEVRULES_INSTALL_DIR="${EPREFIX}$(get_udevdir)"/rules.d
-   $(cmake_use_find_package ogg OggTheora)
-   $(cmake_use_find_package rtlsdr RTLSDR)
-   -DINDI_BUILD_UNITTESTS=$(usex test)
-   -DINDI_BUILD_INTEGTESTS=$(usex test)
-   -DINDI_BUILD_WEBSOCKET=$(usex websocket)
-   )
-
-   cmake_src_configure
-}
-
-src_test() {
-   # Unit tests
-   BUILD_DIR="${BUILD_DIR}"/test cmake_src_test
-
-   # Integration tests
-   # They fail in parallel because they try to bind to the same port more
-   # than once.
-   BUILD_DIR="${BUILD_DIR}"/integs cmake_src_test -j1
-}
-
-pkg_postinst() {
-   udev_reload
-}
-
-pkg_postrm() {
-   udev_reload
-}



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

2024-04-09 Thread Arthur Zamarin
commit: 39b192fa76b7dab156214144cb71b14df5b0038b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 19:59:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 19:59:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b192fa

dev-libs/glib: Stabilize 2.78.4-r1 ppc, #928842

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

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

diff --git a/dev-libs/glib/glib-2.78.4-r1.ebuild 
b/dev-libs/glib/glib-2.78.4-r1.ebuild
index 87da23b245a5..f1a94faa0074 100644
--- a/dev-libs/glib/glib-2.78.4-r1.ebuild
+++ b/dev-libs/glib/glib-2.78.4-r1.ebuild
@@ -16,7 +16,7 @@ IUSE="dbus debug +elf gtk-doc +mime selinux static-libs 
sysprof systemtap test u
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( test )" # Bug #777636
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 # * elfutils (via libelf) does not build on Windows. gresources are not 
embedded
 # within ELF binaries on that platform anyway and inspecting ELF binaries from



[gentoo-commits] repo/gentoo:master commit in: net-libs/glib-networking/

2024-04-09 Thread Arthur Zamarin
commit: bbf916fd63aa61ec74596dc8b97a4968a0009186
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 19:59:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 19:59:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf916fd

net-libs/glib-networking: Stabilize 2.78.1 ppc, #928842

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

 net-libs/glib-networking/glib-networking-2.78.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/glib-networking/glib-networking-2.78.1.ebuild 
b/net-libs/glib-networking/glib-networking-2.78.1.ebuild
index b911e6ef5d3e..cae1f296350f 100644
--- a/net-libs/glib-networking/glib-networking-2.78.1.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.78.1.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+gnome +libproxy +ssl test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.73.3:2[${MULTILIB_USEDEP}]



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

2024-04-09 Thread Arthur Zamarin
commit: a0259428ed6ba980d3b4744a73612b28f8f9165f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 19:59:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 19:59:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0259428

dev-util/glib-utils: Stabilize 2.78.4 ppc, #928842

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

 dev-util/glib-utils/glib-utils-2.78.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glib-utils/glib-utils-2.78.4.ebuild 
b/dev-util/glib-utils/glib-utils-2.78.4.ebuild
index 77241b6573aa..ce9abacdf40e 100644
--- a/dev-util/glib-utils/glib-utils-2.78.4.ebuild
+++ b/dev-util/glib-utils/glib-utils-2.78.4.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"



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

2024-04-09 Thread Arthur Zamarin
commit: 6cbad3ecff584aa436aabd8f780f8b157559e4d8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 19:59:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 19:59:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbad3ec

dev-util/gdbus-codegen: Stabilize 2.78.4-r1 ppc, #928842

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

 dev-util/gdbus-codegen/gdbus-codegen-2.78.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.78.4-r1.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.78.4-r1.ebuild
index 7b89a322951b..7b46a6afbd87 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.78.4-r1.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.78.4-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.gtk.org/;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
${PYTHON_DEPS}



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

2024-04-09 Thread Arthur Zamarin
commit: 6b3278d73cffaf6af5d03f0889689b16b43d4abe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 19:59:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 19:59:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3278d7

x11-libs/gtk+: Stabilize 3.24.41 ppc, #928844

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

 x11-libs/gtk+/gtk+-3.24.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+/gtk+-3.24.41.ebuild 
b/x11-libs/gtk+/gtk+-3.24.41.ebuild
index c0ed5922ca67..1e1bfd79460d 100644
--- a/x11-libs/gtk+/gtk+-3.24.41.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.41.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
 "
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 
 COMMON_DEPEND="

>=app-accessibility/at-spi2-core-2.46.0[introspection?,${MULTILIB_USEDEP}]



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

2024-04-09 Thread Arthur Zamarin
commit: 6d2e436d4942b92a4ad939aff5c7a3df6c7d9020
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 19:59:03 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 19:59:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2e436d

net-misc/networkmanager: Stabilize 1.46.0-r1 ppc, #928792

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

 net-misc/networkmanager/networkmanager-1.46.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/networkmanager/networkmanager-1.46.0-r1.ebuild 
b/net-misc/networkmanager/networkmanager-1.46.0-r1.ebuild
index 9c76756961f8..32c5c1fee3e8 100644
--- a/net-misc/networkmanager/networkmanager-1.46.0-r1.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.46.0-r1.ebuild
@@ -30,7 +30,7 @@ REQUIRED_USE="
?? ( syslog systemd )
 "
 
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 
 COMMON_DEPEND="
sys-apps/util-linux[${MULTILIB_USEDEP}]



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

2024-04-09 Thread Arthur Zamarin
commit: 18cdc33738c7e5ca026fa30fd3d5344bd7fc3ca0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 19:59:04 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 19:59:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18cdc337

gui-libs/libadwaita: Stabilize 1.4.4 ppc, #928826

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

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

diff --git a/gui-libs/libadwaita/libadwaita-1.4.4.ebuild 
b/gui-libs/libadwaita/libadwaita-1.4.4.ebuild
index 49157238d709..4856b19e694c 100644
--- a/gui-libs/libadwaita/libadwaita-1.4.4.ebuild
+++ b/gui-libs/libadwaita/libadwaita-1.4.4.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+introspection test +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-libs/glib-2.76:2



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

2024-04-09 Thread Ulrich Müller
commit: 6de57e2d99ae4fb6d4bb279c9dfb0e4b11914bbe
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Apr  9 19:57:39 2024 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Apr  9 19:57:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de57e2d

gnustep-libs/renaissance: drop EAPI 6 ebuild 0.9.0-r1

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

 gnustep-libs/renaissance/renaissance-0.9.0-r1.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/gnustep-libs/renaissance/renaissance-0.9.0-r1.ebuild 
b/gnustep-libs/renaissance/renaissance-0.9.0-r1.ebuild
deleted file mode 100644
index 3b3a87fae083..
--- a/gnustep-libs/renaissance/renaissance-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnustep-2
-
-DESCRIPTION="GNUstep Renaissance allows to describe user interfaces XML files"
-HOMEPAGE="http://www.gnustep.it/Renaissance/index.html;
-SRC_URI="http://www.gnustep.it/Renaissance/Download/${P/r/R}.tar.gz;
-
-KEYWORDS="amd64 ppc x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-S=${WORKDIR}/${P/r/R}
-
-PATCHES=( "${FILESDIR}"/${PN}-0.8.1_pre20070522-docpath.patch )



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

2024-04-09 Thread William Hubbs
commit: 3cfc9ff79c88c0a25e4ea604dbe592e8412a77a8
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Apr  9 19:49:29 2024 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Apr  9 19:49:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfc9ff7

dev-lang/go: stabilize 1.21.9 for amd64, #929011

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/dev-lang/go/go-1.21.9.ebuild b/dev-lang/go/go-1.21.9.ebuild
index 9243d205ad13..0c272fe43c05 100644
--- a/dev-lang/go/go-1.21.9.ebuild
+++ b/dev-lang/go/go-1.21.9.ebuild
@@ -23,7 +23,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2024-04-09 Thread William Hubbs
commit: 036c425e2593e525fe641f27a089e048209b69bf
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Apr  9 19:50:38 2024 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Apr  9 19:50:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036c425e

dev-lang/go: stabilize 1.22.2 for amd64, #929011

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/dev-lang/go/go-1.22.2.ebuild b/dev-lang/go/go-1.22.2.ebuild
index 7651d068be42..a665e6fc2359 100644
--- a/dev-lang/go/go-1.22.2.ebuild
+++ b/dev-lang/go/go-1.22.2.ebuild
@@ -23,7 +23,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



  1   2   3   4   >