[gentoo-commits] repo/gentoo:master commit in: net-print/epson-inkjet-printer-escpr/

2024-03-16 Thread Mike Pagano
commit: df357a514f58db4431bde73bf04190a897a7fd75
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Mar 16 23:05:32 2024 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Mar 16 23:05:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df357a51

net-print/epson-inkjet-printer-escpr: add 1.8.5

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

 net-print/epson-inkjet-printer-escpr/Manifest  |  1 +
 .../epson-inkjet-printer-escpr-1.8.5.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/net-print/epson-inkjet-printer-escpr/Manifest 
b/net-print/epson-inkjet-printer-escpr/Manifest
index 263649d30d5c..f38129586062 100644
--- a/net-print/epson-inkjet-printer-escpr/Manifest
+++ b/net-print/epson-inkjet-printer-escpr/Manifest
@@ -1,3 +1,4 @@
 DIST epson-inkjet-printer-escpr-1.8.3-1.src.rpm 5127233 BLAKE2B 
f00ec01459411100c0502afbda4d9b3449af80ac4517e4288c3861558eef6ec946f4a6c04ea4e22818a455befa652d7135a5d2bce5e3941284f16862ebc4546f
 SHA512 
d4cbf8342e5c664c7473c43f00739bc5ea5f6ccdb818893338bab103cee77630aaf33c1714313e4ae79687a152f8389d9a68faff685d63a35888c28d9abce9dc
 DIST epson-inkjet-printer-escpr-1.8.4-1.tar.gz 5595766 BLAKE2B 
9baba92331d0f55a6831d23a7b9b2824b5f33392d41f6ef0e2c45a4df7b54503d16b14dccc5dcc0d9b163f2677ba473b502e605f2f9509a1fc8c6c3095bbe858
 SHA512 
548b0cc27ab91c19b1d4fad79e3c3cacfb821b7c3156d8f1f3aafd31b94405794a86ff8b6abf5e56fb6692a471d96b5665a006cdc748d8de83c2ebadb0f634bc
+DIST epson-inkjet-printer-escpr-1.8.5-1.tar.gz 5666905 BLAKE2B 
549c948709993779b5615b501038fdceb6c3d6f173709b8cf99459346fff89923bdbe1babe34ee98eed4e1ebbd7a4b5962ddbc9cec9711aa15ff2056fec3d436
 SHA512 
4117b1efe903e4f506bbc67c45079f1d467ff6527691308734e55d32feeda3ec44b2dd85361e0243114f924eef04a91b0a5e86b5008f0a32ef323989b3d2896f
 DIST epson-inkjet-printer-escpr2-1.2.9-1.tar.gz 5367737 BLAKE2B 
6868569a6bed622e2f50619a36ffb0a0f7e834fd8a794ae3bc906d971db26b0c86386c9545190ec384027d0b8e8f62ddda6cb24f1e3f60b9c535a1eeddff4332
 SHA512 
70ff744d42fac4c79d2994648763b0b3970ee5463a7a310a0721a63735d536cb9a0499c894289d946b30e6f564f9bf60aa61801580ab6635af211d50867921a1

diff --git 
a/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.5.ebuild 
b/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.5.ebuild
new file mode 100644
index ..051693641546
--- /dev/null
+++ 
b/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Epson Inkjet Printer Driver (ESC/P-R)"
+HOMEPAGE="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX";
+
+# https://support.epson.net/linux/Printer/LSB_distribution_pages/en/escpr.php
+# Use the "source package for arm CPU" to get a tarball instead of an srpm.
+SRC_URI="https://download3.ebz.epson.net/dsc/f/03/00/15/68/89/fbff579f15226ffcc4a16895bd6bce6842277802/${P}-1.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+DEPEND="net-print/cups"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/1.6.5-warnings.patch"
+   "${FILESDIR}/${PN}-1.7.7-fnocommon.patch"
+   "${FILESDIR}/${P}-1-missing-include.patch"
+)
+
+src_configure() {
+   econf --disable-shared
+
+   # Makefile calls ls to generate a file list which is included in 
Makefile.am
+   # Set the collation to C to avoid automake being called automatically
+   unset LC_ALL
+   export LC_COLLATE=C
+}
+
+src_install() {
+   emake -C ppd DESTDIR="${D}" install
+   emake -C src DESTDIR="${D}" install
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-core/

2024-03-16 Thread Mart Raudsepp
commit: 26c7120d7a11517595bff584d61186d5c98d9535
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 16 22:42:32 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 16 22:46:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c7120d

app-accessibility/at-spi2-core: add 2.50.2

Signed-off-by: Mart Raudsepp  gentoo.org>

 app-accessibility/at-spi2-core/Manifest|  1 +
 .../at-spi2-core/at-spi2-core-2.50.2.ebuild| 76 ++
 2 files changed, 77 insertions(+)

diff --git a/app-accessibility/at-spi2-core/Manifest 
b/app-accessibility/at-spi2-core/Manifest
index fe691a490137..a089d62360c6 100644
--- a/app-accessibility/at-spi2-core/Manifest
+++ b/app-accessibility/at-spi2-core/Manifest
@@ -1 +1,2 @@
 DIST at-spi2-core-2.50.1.tar.xz 567836 BLAKE2B 
88916f322efa547be2249388a5f7b698ff7fb9464bc98fa929524616d0d25237328c10678df800b9ce325a3050804e9b0044a43024d06b71381dfc32917700a3
 SHA512 
d0b342a1ff2a3dd91aa87663412289d1616906c14a37e81b8514882d44981092356dc8a5d5c66b6d980d2cdf22128fff74651a4af6cad73cb62fd3154c5bbeae
+DIST at-spi2-core-2.50.2.tar.xz 569124 BLAKE2B 
7a69dbeb68b674d5b4e458dc10ba0e266583216f6a45f1924dee28e848bc124802f5181b0b1cc969eae2dfbb13df56b0c87bb1f347f6e323f6474d02a3543664
 SHA512 
a1c9ca77d34801b421c13f66d72e6101b23896dd210efbd7931ac0778e30c51a20759796a8c121946f57c1683626fd3ef34f88e5ad6495c20f6ac79fd0a96aa4

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.50.2.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.50.2.ebuild
new file mode 100644
index ..af495ba597c9
--- /dev/null
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.50.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib systemd virtualx xdg
+
+DESCRIPTION="D-Bus accessibility specifications and registration daemon"
+HOMEPAGE="https://wiki.gnome.org/Accessibility 
https://gitlab.gnome.org/GNOME/at-spi2-core";
+
+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 ~x64-macos"
+IUSE="X dbus-broker gtk-doc +introspection systemd"
+REQUIRED_USE="
+   dbus-broker? ( systemd )
+   gtk-doc? ( X )
+"
+
+DEPEND="
+   >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.67.4:2[${MULTILIB_USEDEP}]
+   >=dev-libs/libxml2-2.9.1:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
+   systemd? ( sys-apps/systemd[${MULTILIB_USEDEP}] )
+   X? (
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXtst[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   )
+
+   !

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

2024-03-16 Thread Mart Raudsepp
commit: 7e2b40a4514bca5146939426c32b8f5c5f8daa0d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 16 22:35:17 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 16 22:46:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2b40a4

gnome-base/gnome-shell: add 45.5

Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-shell/Manifest|   1 +
 gnome-base/gnome-shell/gnome-shell-45.5.ebuild | 188 +
 2 files changed, 189 insertions(+)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index 3c5c2bddbd8f..9063a41f0140 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-45.2.tar.xz 2017124 BLAKE2B 
b1ee0ecb7babadad1b9abed3c9bb2fda4c47e5bff080cfd92db35530b211449a9e3c8db0f63ccf87ae9df05337b9a69546b880c71d7a4a1fca08b773490bbce1
 SHA512 
d88cb7e385f69416863a5b1299fdd18f228a6f951ee084e0ae79ed668c856e50f19c537d7b40eaf93b9166fa5ef7797b9babc3b8d4f80941e15d53d862734aec
 DIST gnome-shell-45.4.tar.xz 2016708 BLAKE2B 
1bbc4bc0d5652a3c9332a2f072437919c2cdb3fdf546913d00b65d5806bd7c7f7d7e8f0886fba1b8a6a776598b358882f6285c55f68ec217eb5ac378b73580a3
 SHA512 
127031302c4f606353292ab2ca2ab7b4c1000eba11bccd30cefb6a0c4a316aac1203d021d713716ad6036e451971d564545978f83b1e24668b166dcd66ba
+DIST gnome-shell-45.5.tar.xz 2016720 BLAKE2B 
a6c28a698a59724ef2381546110caeafd7d9a4541e8046e1d562bc2762660a979fb3b83d0823690fba912ebd2240df746f83e37b2fd722c9a54e038776afbef7
 SHA512 
4c463635cff3b640ed88f9ada542c98ea6f803c31bce6f67dca2e054ea8cdc1de764d7695bd9365b97d59bd04ad54043b858f26b4553f7a7eff9943d2ffb995b

diff --git a/gnome-base/gnome-shell/gnome-shell-45.5.ebuild 
b/gnome-base/gnome-shell/gnome-shell-45.5.ebuild
new file mode 100644
index ..92b6670d0970
--- /dev/null
+++ b/gnome-base/gnome-shell/gnome-shell-45.5.ebuild
@@ -0,0 +1,188 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg
+
+DESCRIPTION="Provides core UI functions for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell 
https://gitlab.gnome.org/GNOME/gnome-shell";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="elogind gtk-doc +ibus +networkmanager pipewire systemd test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   ?? ( elogind systemd )"
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+# libXfixes-5.0 needed for pointer barriers and #include 

+DEPEND="
+   >=gnome-extra/evolution-data-server-3.46.0:=
+   >=app-crypt/gcr-3.90.0:4=[introspection]
+   >=dev-libs/glib-2.68:2
+   >=dev-libs/gobject-introspection-1.49.1:=
+   >=dev-libs/gjs-1.73.1[cairo]
+   >=gui-libs/gtk-4:4[introspection]
+   >=x11-wm/mutter-45.0:0/13[introspection,test?]
+   >=sys-auth/polkit-0.120_p20220509[introspection]
+   >=gnome-base/gsettings-desktop-schemas-42_beta[introspection]
+   >=x11-libs/startup-notification-0.11
+   >=app-i18n/ibus-1.5.19
+   >=gnome-base/gnome-desktop-40.0:4=
+   networkmanager? (
+   >=net-misc/networkmanager-1.10.4[introspection]
+   net-libs/libnma[introspection]
+   >=app-crypt/libsecret-0.18
+   )
+   pipewire? ( >=media-video/pipewire-0.3.49:= )
+   systemd? (
+   >=sys-apps/systemd-246:=
+   >=gnome-base/gnome-desktop-3.34.2:3=[systemd]
+   )
+   elogind? ( >=sys-auth/elogind-237 )
+
+   app-arch/gnome-autoar
+   dev-libs/json-glib
+
+   >=app-accessibility/at-spi2-core-2.46:2[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   dev-libs/libxml2:2
+   x11-libs/libX11
+
+   >=media-libs/libpulse-2[glib]
+   dev-libs/libical:=
+   >=x11-libs/libXfixes-5.0
+
+   gui-libs/gtk:4[introspection]
+
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   media-libs/libglvnd[X]
+"
+# Runtime-only deps are probably incomplete and approximate.
+# Introspection deps generated from inspection of the output of:
+#  for i in `rg -INUo 'const(?s).*imports.gi' |cut -d= -f1 |cut -c7- |sort 
-u`; do echo $i ;done |cut -d, -f1 |sort -u
+# or
+#  rg -INUo 'const(?s).*imports.gi' |cut -d= -f1 |cut -c7- | sed -e 
's:[{}]::g' | awk '{$1=$1; print}' | awk -F',' '{$1=$1;print}' | tr ' ' '\n' | 
sort -u | sed -e 's/://g'
+# These will give a lot of unnecessary things due to greedy matching (TODO), 
and `(?s).*?` doesn't seem to work as desired.
+# Compare with `grep -rhI 'imports.gi.versions' |sort -u` for any SLOT 
requirements
+# Each block:
+# 1. Introspection stuff needed via imports.gi (those that build time check 
may be listed above already)
+# 2. gnome-session needed for shutdown/reboot/inhi

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

2024-03-16 Thread Mart Raudsepp
commit: 99f837f6760c8c05385d29dddaaf3a4b0ef16298
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 16 22:21:05 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 16 22:46:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f837f6

x11-wm/mutter: add 45.5, require rtkit

mutter uses rtkit to get realtime priority for its input thread.
This is rather important for a good user experience.

Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-wm/mutter/Manifest   |   1 +
 x11-wm/mutter/mutter-45.5.ebuild | 237 +++
 2 files changed, 238 insertions(+)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index e8639746..76126015fe2f 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,3 +1,4 @@
 DIST mutter-45.2-r1-patchset.tar.xz 21864 BLAKE2B 
c09566f75a816f6599ac4bf99879cc0e3bb78220c56cc4bd64edabf00e533a5feb4decdaa75ef5ae7ade911ec266ba6dd4641f1cbcd2c3145c10d5a8d327d653
 SHA512 
dd953afb97c4cdd9e24b2eab6636472e526042eb768c23e0d5bd49cd3ceb3a5cebd3ff396d014bdf168de81f810cef754efbb1739350fc09f6d196461de41ea4
 DIST mutter-45.2.tar.xz 2884940 BLAKE2B 
c4107840b8bd0f75a9c76300f324bfff6aac3195f526ab88102c831df693cb8dfa5b55bb1590a54e68f41eab392e69bb833221480578a2fba4b1e4bdc5ed030d
 SHA512 
2111ad0645d2da58dedb30d94e99b52045f38b31a9de7314a5d8b41a5525612d88d2fbaafd3658eb6f734c143ad12176367c26533237199d9a5c1ad3dea743c7
 DIST mutter-45.4.tar.xz 2886300 BLAKE2B 
62fe0c08e92f8cab0bcf64a52a9d1bdf16754deae5fb00018f29c596ab2e26a5b75eee46f1c0206ae1773fe5b7ed48abc755b6070d35dc22536dcb11e8955e95
 SHA512 
3fdd44dfcb504a84d402065987fb8bdec84d639260c66c0cb2e88ef2deb56fadf2ae91bdeae782793728e54803a455ab38943b68693124d728b0c52ba8698e3c
+DIST mutter-45.5.tar.xz 2886412 BLAKE2B 
b5534943d41500a165de5242f73b9da145dd52a4b5168e863843ca5b08a6d726be9b7a94b94763e6b4c10b48355ed845accd9ae63704aefaf3f8e2bb361855b8
 SHA512 
15fb5589e2b971ac94b3d8f549643f2998375943c419114907c317761c8250089751dea65c35be44435350e6bb02bb238fcf2eef17bf7d6a5b41053a64ffba05

diff --git a/x11-wm/mutter/mutter-45.5.ebuild b/x11-wm/mutter/mutter-45.5.ebuild
new file mode 100644
index ..07a8127817ee
--- /dev/null
+++ b/x11-wm/mutter/mutter-45.5.ebuild
@@ -0,0 +1,237 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
+
+DESCRIPTION="GNOME compositing window manager based on Clutter"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/";
+LICENSE="GPL-2+"
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/mutter.git";
+   SRC_URI=""
+   SLOT="0/13" # This can get easily out of date, but better than 9967
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   SLOT="0/$(($(ver_cut 1) - 32))" # 0/libmutter_api_version - ONLY 
gnome-shell (or anything using mutter-clutter-.pc) should use the 
subslot
+fi
+
+IUSE="debug elogind gnome gtk-doc input_devices_wacom +introspection 
screencast sysprof systemd test udev wayland video_cards_nvidia"
+# native backend requires gles3 for hybrid graphics blitting support, udev and 
a logind provider
+REQUIRED_USE="
+   gtk-doc? ( introspection )
+   wayland? ( ^^ ( elogind systemd ) udev )
+   test? ( wayland )"
+RESTRICT="!test? ( test )"
+
+# gnome-settings-daemon is build checked, but used at runtime only for 
org.gnome.settings-daemon.peripherals.keyboard gschema
+# USE=libei was first introduced in xwayland-23.2.1; we min dep on that to 
ensure the [libei(+)] works right, as missing USE flag with
+# previous versions meant that it's not there, while the intention seems to be 
to make it always enabled without USE flag in the future;
+# this ensures have_enable_ei_portal is always there in xwayland.pc, which 
affects how Xwayland is launched, thus if it were toggled off
+# in Xwayland after mutter is installed, Xwayland would fail to be started by 
mutter. mutter already hard-depends on libei, so there's
+# really no extra deps here (besides xdg-desktop-portal, but we want that too, 
anyhow).
+# v3.32.2 has many excessive or unused *_req variables declared, thus 
currently the dep order ignores those and goes via dependency() call order
+DEPEND="
+   >=media-libs/graphene-1.10.2[introspection?]
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/pango-1.46[introspection?]
+   >=x11-libs/cairo-1.14[X]
+   >=dev-libs/fribidi-1.0.0
+   >=gnome-base/gsettings-desktop-schemas-42.0[introspection?]
+   >=dev-libs/glib-2.75.1:2
+   gnome-base/gnome-settings-daemon
+   >=dev-libs/json-glib-0.12.0[introspection?]
+   >=x11-libs/libxkbcommon-0.4.3
+   x11-libs/libICE
+   >=app-accessibility/at-spi2-core-2.46:2[introspection?]
+   sys-apps/dbus
+   >=x11-misc/colord-1.4.5:=
+   >=media-libs/lcms-2.6:2
+   >=media-

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

2024-03-16 Thread Mart Raudsepp
commit: 34c9f6d6994b04c87d1445c7d6a667fd175c091f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 16 22:36:53 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 16 22:46:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c9f6d6

media-gfx/eog: add 45.3

Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-45.3.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index caee486e88d0..67cef3131c72 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-45.2.tar.xz 4656440 BLAKE2B 
70d022ded08363f4719339b7307bbc539bdc78e586b41c3336af26b06f3555aefb77b4fb1db6f40081819cefd8076afb22b6908e0c9f13e15fc610ea5439334f
 SHA512 
17cc55103ed0ac8b7c187997b67e871203348bb4f684e4e70bb917faa0cf3a44f2abd5f69af7a49326ce46df81be31e962d5271d49ee1c4de1ab3b4c02292058
+DIST eog-45.3.tar.xz 4656744 BLAKE2B 
ceebd9890da926ec7caea916ce2e4483fb398f1b5270f0a210bfc97fb844669ca8416a10cc020f145f8e0b1d2e5e2fd85dcaa4d948312e42b40c0850d657f988
 SHA512 
21693d659a5eb25bdec968266d7e6a1a6988bcec0bf5c3d914b098001ed4a8e64d7ff628181072fb1aabec1b89b56ed5e7c85e3b06ec79be1c9d7cf1c57d3145

diff --git a/media-gfx/eog/eog-45.3.ebuild b/media-gfx/eog/eog-45.3.ebuild
new file mode 100644
index ..a389452b6194
--- /dev/null
+++ b/media-gfx/eog/eog-45.3.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog";
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="
+   exif? ( jpeg )
+   gtk-doc? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.73.2:2
+   >=dev-libs/libpeas-0.7.4:0[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: www-servers/caddy/

2024-03-16 Thread Zac Medico
commit: d101be0ef15dbc2dc92b22b15f41d4c8861c32dd
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Fri Mar 15 13:26:54 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 16 22:26:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d101be0e

www-servers/caddy: add 2.7.6-r2 with new USE, security

* Adds `security` module
https://caddyserver.com/docs/modules/security

* Significantly reducing size of deps' tarball from 125MiB => 8MiB

Steps to package this:
1. `go get` all extra modules
2. import all extra modules in cmd/caddy/main.go
3. `go mod vendor`
4. create tarball with patch (of go.mod and go.sum) and vendor/

Closes: https://bugs.gentoo.org/926873
Signed-off-by: Rahil Bhimjiani  rahil.rocks>
Closes: https://github.com/gentoo/gentoo/pull/35773
Signed-off-by: Zac Medico  gentoo.org>

 www-servers/caddy/Manifest |  1 +
 .../{caddy-.ebuild => caddy-2.7.6-r2.ebuild}   | 46 +++---
 www-servers/caddy/caddy-.ebuild| 44 +++--
 www-servers/caddy/metadata.xml |  5 +++
 4 files changed, 53 insertions(+), 43 deletions(-)

diff --git a/www-servers/caddy/Manifest b/www-servers/caddy/Manifest
index 4c5c94fe3f66..7c07f276e8f8 100644
--- a/www-servers/caddy/Manifest
+++ b/www-servers/caddy/Manifest
@@ -1,4 +1,5 @@
 DIST caddy-2.7.6-deps.tar.xz 128958740 BLAKE2B 
ffbe682df64a88dac9f50e9712f1d6697e58f2d9854c270321f7a0325f0b5ead7f93316756136a4435b70c5e08742c7130ce507ee4aa4696f4fb906f4eba8754
 SHA512 
f467144e235e09a7718cffe5ed3c40ec2d63038a6a948fe4f85d34717877af8a9959ef7e2c3ac32fd0cce522d693ccac883877f061f5cefc9512f7eed556b336
 DIST caddy-2.7.6-docs.tar.gz 24583 BLAKE2B 
d3dbbb701d86cbfaf538f10911fdd3613b8c3c0f49ef9e229487d2a4fcef9eff79b56e9852d5c1ccd5a8d1d1898861fc8183c343c129901562b03a9092af9e61
 SHA512 
62e534d41e714b47265fd8089ad9e03a1a89903460976d8af27fa5f71173e076bab8574282213595e495be701b769e1a70ff9e7ec9576fbf8e821e672207faa5
 DIST caddy-2.7.6-r1-deps.tar.xz 129331604 BLAKE2B 
50b83c012c70637936c83ec765758cdcd80014ca224d76a746de8640a6b36ae15ce11ec57d9fdb20a5f7b3add946209c6dde7bb4e4bd4a47ffe3ffc8971725db
 SHA512 
a4bc56de4f7ec8e9967dde3d7ca4cbb74cba9ce0b8906ffe16f8dae3f52fff1164827942df8154eadbae80cce3ee603535b9135cf8a5126d84a9017e8aece078
+DIST caddy-2.7.6-r2-deps.tar.xz 8511804 BLAKE2B 
ad3c78ee483474754ad83284fabf249c376423217c2929740cd171446d0e755f121e380130c80f291422d39ca69ea7e6ac52f5ce5cdec740616099b665cef5af
 SHA512 
c48d299d9a0b27ebe467f64dc433625de26293674d8153122ad6798a6b95ed4fe55f764a18d3e9211a8e2f966724d20996f1789e2e84dbb0181cfcf5340303fb
 DIST caddy-2.7.6.tar.gz 606077 BLAKE2B 
1237edc164ec6095c9dff27c332925c4ce9d91a60e629770463bbffb1503b8b11e36033e852df3eb5bb69ffa448833b6ee2891dc0ba6dc9b43b6cce27d492179
 SHA512 
ef0cb6fd7f6f2a296290b4bb520300e043ad31cc612e734632ffa25cdaa23fd7d601ac4ceaa1c76285d54a07ee773360f795103ef3c2ec79516a4f18a5e844b5

diff --git a/www-servers/caddy/caddy-.ebuild 
b/www-servers/caddy/caddy-2.7.6-r2.ebuild
similarity index 75%
copy from www-servers/caddy/caddy-.ebuild
copy to www-servers/caddy/caddy-2.7.6-r2.ebuild
index daa4e4571bd8..50d3df3618b5 100644
--- a/www-servers/caddy/caddy-.ebuild
+++ b/www-servers/caddy/caddy-2.7.6-r2.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]]; then
 else
SRC_URI="
https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz
 -> ${P}-deps.tar.xz
+   
https://github.com/rahilarious/gentoo-distfiles/releases/download/${PF}/deps.tar.xz
 -> ${PF}-deps.tar.xz

https://github.com/caddyserver/dist/archive/refs/tags/v${PV}.tar.gz -> 
${P}-docs.tar.gz
 "
KEYWORDS="~amd64 ~arm64 ~loong ~riscv"
@@ -26,7 +26,7 @@ LICENSE="Apache-2.0"
 LICENSE+=" BSD ECL-2.0 MIT CC0-1.0"
 SLOT="0"
 
-IUSE='events-handlers-exec'
+IUSE='events-handlers-exec security'
 RESTRICT="test"
 
 RDEPEND="
@@ -44,22 +44,29 @@ PATCHES=(
 
 # takes a module as an only arg
 add_custom_module() {
-   local LINE_NO=$(grep -n 'plug in Caddy modules here' cmd/caddy/main.go 
| awk -F: '{print $1;}')
+   local LINE_NO=$(grep -n 'plug in Caddy modules here' cmd/caddy/main.go 
| awk -F: '{print $1;}' || die)
sed -i -e "${LINE_NO:?}a \_ \"$1\"" cmd/caddy/main.go || die
 }
 
 src_unpack() {
+   declare -A MOOMODULES || die
+
+   use events-handlers-exec && { 
MOOMODULES[exec]="github.com/mholt/caddy-events-exec" || die ; }
+   use security && { MOOMODULES[sec]="github.com/greenpau/caddy-security" 
|| die ; }
+
+   export MY_MODULES="${MOOMODULES[@]}" || die
+
if [[ "${PV}" == * ]]; then
# clone main git repo
git-r3_src_unpack
 
# get extra modules
-   if use events-handlers-exec; then
-   pushd "${P}"
-   add_custom_m

[gentoo-commits] repo/gentoo:master commit in: www-servers/caddy/

2024-03-16 Thread Zac Medico
commit: 797ef6dda662a1423a506d73ee70192abc364713
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 16 22:33:50 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 16 22:34:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797ef6dd

www-servers/caddy: Copy deps tarball to dev space

Signed-off-by: Zac Medico  gentoo.org>

 www-servers/caddy/caddy-2.7.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/caddy/caddy-2.7.6-r2.ebuild 
b/www-servers/caddy/caddy-2.7.6-r2.ebuild
index 50d3df3618b5..00c08cad4d9f 100644
--- a/www-servers/caddy/caddy-2.7.6-r2.ebuild
+++ b/www-servers/caddy/caddy-2.7.6-r2.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]]; then
 else
SRC_URI="
https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/rahilarious/gentoo-distfiles/releases/download/${PF}/deps.tar.xz
 -> ${PF}-deps.tar.xz
+   https://dev.gentoo.org/~zmedico/dist/${PF}-deps.tar.xz

https://github.com/caddyserver/dist/archive/refs/tags/v${PV}.tar.gz -> 
${P}-docs.tar.gz
 "
KEYWORDS="~amd64 ~arm64 ~loong ~riscv"



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

2024-03-16 Thread Mart Raudsepp
commit: 36bae5c1a5ea87aad0072f6b5f38de561540b884
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 16 21:58:09 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 16 22:06:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bae5c1

net-misc/networkmanager: disable ebpf due to problems for some, filter lto for 
clang

Both bugs left open on purpose as ebpf would hopefully be fixed and re-enabled
and LTO should be fine for clang but build system issues force us to filter it
temporarily until a proper fix.

Bug: https://bugs.gentoo.org/926943
Bug: https://bugs.gentoo.org/926694
Signed-off-by: Mart Raudsepp  gentoo.org>

 ...etworkmanager-1.46.0.ebuild => networkmanager-1.46.0-r1.ebuild} | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-misc/networkmanager/networkmanager-1.46.0.ebuild 
b/net-misc/networkmanager/networkmanager-1.46.0-r1.ebuild
similarity index 98%
rename from net-misc/networkmanager/networkmanager-1.46.0.ebuild
rename to net-misc/networkmanager/networkmanager-1.46.0-r1.ebuild
index 06d5ab263971..1bc89e1e14e6 100644
--- a/net-misc/networkmanager/networkmanager-1.46.0.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.46.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 GNOME_ORG_MODULE="NetworkManager"
 PYTHON_COMPAT=( python3_{10..12} )
 
-inherit gnome.org linux-info meson-multilib flag-o-matic python-any-r1 
readme.gentoo-r1 systemd udev vala virtualx
+inherit gnome.org linux-info meson-multilib flag-o-matic python-any-r1 
readme.gentoo-r1 systemd toolchain-funcs udev vala virtualx
 
 DESCRIPTION="A set of co-operative tools that make networking simple and 
straightforward"
 HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager";
@@ -170,6 +170,8 @@ meson_nm_native_program() {
 multilib_src_configure() {
# Workaround for LLD 17 (bug #915819)
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
+   # Build system requires -flto-partition=none support for LTO
+   tc-is-clang && filter-lto
 
local emesonargs=(
--localstatedir="${EPREFIX}/var"
@@ -207,7 +209,8 @@ multilib_src_configure() {
$(meson_native_use_bool tools nmtui)
$(meson_native_use_bool tools nm_cloud_setup)
$(meson_native_use_bool bluetooth bluez5_dun)
-   -Debpf=true
+   # ebpf is problematic in at least v1.46.0, bug #926943
+   -Debpf=false
 
-Dconfig_wifi_backend_default=$(multilib_native_usex iwd iwd 
default)
-Dconfig_plugins_default=keyfile



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

2024-03-16 Thread Mart Raudsepp
commit: 4682908b4ab386eadbcb7e923ac4d6f136dd9ce4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 16 18:21:26 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 16 22:06:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4682908b

dev-libs/folks: add 0.15.7, fix tests handling

Intentionally not yet 0.15.8 as upstream mirrored tarball was accidentally
made bad and equals 0.15.7 tag instead of the 0.15.8 tag.
Fix tests passing when they shouldn't (missing die), avoid bogus warnings
in tests when flatpak is installed and fix tests (that now would fail due
to the fix to make them fail when they don't pass) with
python-dbusmock-0.30.1 or newer.

Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/folks/Manifest|   1 +
 .../files/0.15.7-bluez-tests-dbusmock-0.30.1.patch |  28 ++
 dev-libs/folks/folks-0.15.7.ebuild | 106 +
 3 files changed, 135 insertions(+)

diff --git a/dev-libs/folks/Manifest b/dev-libs/folks/Manifest
index 74f84e9500ed..2959c442751f 100644
--- a/dev-libs/folks/Manifest
+++ b/dev-libs/folks/Manifest
@@ -1 +1,2 @@
 DIST folks-0.15.6.tar.xz 497968 BLAKE2B 
bb9237fae05a748a18a85d29034e879947c4ffcc1d3dbe7277c8e1f41e6e9c9ec27170e9e7d2ccb6dcc89789d331f7f320648620636e1ee54685906fc67ba4f9
 SHA512 
8d77c3b4c963d88877798b24da9edd977b3ac4b18568ed75885fa87bf81e0e8f29dc8232352e3fefc0bf2c9bb8ca6cea984d87d946a3892963a158bd4f45dc30
+DIST folks-0.15.7.tar.xz 502128 BLAKE2B 
b93146b216dd31dbc07cf770130593f830c01568aff3424bf4d0d8588ac651ea225ed6d3b38b9855d82dbef168605145a3a3de49706dd2ab31a4d368636dddf0
 SHA512 
52657b45678aa2418a44b0c8d332ac207eff18b02ca5c0d1491bdf8bae6552f30f2b6435804adc2a5fa66997f2cea09bdfe399dfaf52f3d8b7a5bde11b137c35

diff --git a/dev-libs/folks/files/0.15.7-bluez-tests-dbusmock-0.30.1.patch 
b/dev-libs/folks/files/0.15.7-bluez-tests-dbusmock-0.30.1.patch
new file mode 100644
index ..7ab37e0b1bc2
--- /dev/null
+++ b/dev-libs/folks/files/0.15.7-bluez-tests-dbusmock-0.30.1.patch
@@ -0,0 +1,28 @@
+From 9c3212cd6c3f4157e1b9afa5c90d054de1418acf Mon Sep 17 00:00:00 2001
+From: Niels De Graef 
+Date: Fri, 12 Jan 2024 22:57:42 +0100
+Subject: [PATCH] Revert "tests/bluez: Follow PairDevice() API change"
+
+This reverts commit b6b7d41aad9e36e0d0e6ec9822ed2e310923c8fd.
+
+See https://github.com/martinpitt/python-dbusmock/pull/192
+---
+ tests/lib/bluez/backend.vala | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/lib/bluez/backend.vala b/tests/lib/bluez/backend.vala
+index 72c688d3..023117e6 100644
+--- a/tests/lib/bluez/backend.vala
 b/tests/lib/bluez/backend.vala
+@@ -39,7 +39,7 @@ namespace org
+ 
+ [DBus (name = "PairDevice")]
+ public abstract void pair_device (string adapter_device_name,
+-string device_address, int class_=5898764) throws GLib.Error;
++string device_address) throws GLib.Error;
+ 
+ [DBus (name = "BlockDevice")]
+ public abstract void block_device (string adapter_device_name,
+-- 
+GitLab
+

diff --git a/dev-libs/folks/folks-0.15.7.ebuild 
b/dev-libs/folks/folks-0.15.7.ebuild
new file mode 100644
index ..321ca83f3284
--- /dev/null
+++ b/dev-libs/folks/folks-0.15.7.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
+
+DESCRIPTION="Library for aggregating people from multiple sources"
+HOMEPAGE="https://wiki.gnome.org/Projects/Folks 
https://gitlab.gnome.org/GNOME/folks";
+
+LICENSE="LGPL-2.1+"
+SLOT="0/26" # subslot = libfolks soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~x86-linux"
+
+IUSE="bluetooth eds telepathy test utils"
+REQUIRED_USE="bluetooth? ( eds )"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.58:2
+   >=dev-libs/libgee-0.10:0.8[introspection]
+   >=dev-libs/gobject-introspection-1.54:=
+   telepathy? (
+   >=net-libs/telepathy-glib-0.19.9
+   dev-libs/dbus-glib
+   )
+   eds? ( >=gnome-extra/evolution-data-server-3.38:= )
+   dev-libs/libxml2:2
+   utils? ( sys-libs/readline:0= )
+"
+# telepathy-mission-control needed at runtime; it is used by the telepathy
+# backend via telepathy-glib's AccountManager binding.
+RDEPEND="${DEPEND}
+   bluetooth? ( >=net-wireless/bluez-5[obex] )
+   telepathy? ( net-im/telepathy-mission-control )
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+   telepathy? ( net-libs/telepathy-glib[vala] )
+   eds? ( gnome-extra/evolution-data-server[vala] )
+   test? (
+   sys-apps/dbus
+   bluetooth? (
+   $(python_gen_any_dep '
+

[gentoo-commits] repo/gentoo:master commit in: net-im/swift/, net-im/swift/files/

2024-03-16 Thread Conrad Kostecki
commit: 6ae8f0c2bc5a33b534d1f73cbf09f32940d02057
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Mar 16 20:49:27 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Mar 16 20:49:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae8f0c2

net-im/swift: fix compilation with libxml2-2.12

Closes: https://bugs.gentoo.org/923288
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../swift/files/swift-4.0.3-libxml2-2.12-compatibility.patch  | 11 +++
 net-im/swift/swift-4.0.3-r2.ebuild|  1 +
 2 files changed, 12 insertions(+)

diff --git a/net-im/swift/files/swift-4.0.3-libxml2-2.12-compatibility.patch 
b/net-im/swift/files/swift-4.0.3-libxml2-2.12-compatibility.patch
new file mode 100644
index ..b08a480835f3
--- /dev/null
+++ b/net-im/swift/files/swift-4.0.3-libxml2-2.12-compatibility.patch
@@ -0,0 +1,11 @@
+--- a/Swiften/Parser/LibXMLParser.cpp
 b/Swiften/Parser/LibXMLParser.cpp
+@@ -97,7 +97,7 @@
+ if (xmlParseChunk(p->context_, data.c_str(), 
boost::numeric_cast(data.size()), false) == XML_ERR_OK) {
+ return true;
+ }
+-xmlError* error = xmlCtxtGetLastError(p->context_);
++const xmlError* error = xmlCtxtGetLastError(p->context_);
+ if (error->code == XML_WAR_NS_URI || error->code == 
XML_WAR_NS_URI_RELATIVE) {
+ xmlCtxtResetLastError(p->context_);
+ p->context_->errNo = XML_ERR_OK;

diff --git a/net-im/swift/swift-4.0.3-r2.ebuild 
b/net-im/swift/swift-4.0.3-r2.ebuild
index 686e9cf6c7c7..792b487871ed 100644
--- a/net-im/swift/swift-4.0.3-r2.ebuild
+++ b/net-im/swift/swift-4.0.3-r2.ebuild
@@ -58,6 +58,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.0.2-boost-1.69-compatibility.patch
"${FILESDIR}"/${PN}-4.0.2-qt-5.15-compatibility.patch
"${FILESDIR}"/${PN}-4.0.3-gcc11-compatibility.patch
+   "${FILESDIR}"/${PN}-4.0.3-libxml2-2.12-compatibility.patch
"${WORKDIR}"/${PN}-4.0.3-python3-compatibility.patch
"${FILESDIR}"/${PN}-4.0.3-reproducible-build.patch
 )



[gentoo-commits] repo/gentoo:master commit in: app-metrics/carbonapi-web/

2024-03-16 Thread Fabian Groffen
commit: 4fbc67a6178f3d9513d46d98155a4715506b7ad0
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Mar 16 20:34:38 2024 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Mar 16 20:35:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbc67a6

app-metrics/carbonapi-web-1.1: version bump

Signed-off-by: Fabian Groffen  gentoo.org>

 app-metrics/carbonapi-web/Manifest  | 2 +-
 .../{carbonapi-web-1.0.ebuild => carbonapi-web-1.1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-metrics/carbonapi-web/Manifest 
b/app-metrics/carbonapi-web/Manifest
index a61f570231b9..9e84439323d9 100644
--- a/app-metrics/carbonapi-web/Manifest
+++ b/app-metrics/carbonapi-web/Manifest
@@ -1 +1 @@
-DIST carbonapi-web-1.0.tar.gz 1026954 BLAKE2B 
e482565b103b7afcfb7e2d778e57b24610713568f7ec079247b8dbd9f1f46668f0487eefef6d34e27bb0985bf5bc9bb6edb1a1d22652ff0db575b32099586c5f
 SHA512 
56a048d414aae2db99a29aca46ebe0c58e738acdae44ffa0b82478559dd0e2327767682941e69d5cda0c716cf7121c2f90d40b9866943b735d424c4b5b283e5c
+DIST carbonapi-web-1.1.tar.gz 1027235 BLAKE2B 
be56d94b680282618c74b3b332cbd85de2e7430831c1de3242b99e061f6232f404c15045b3e4990e51b20f3193564a9fa9c324774ee46abeecad084b4dc9fc79
 SHA512 
b60ba3d23d84051f9b5e6445117a425f36a5740e3758555c08dfe0c6b1bebb06ad665e057c570a55f6d3ab9073930026b614740cde4fe57b15b06f56f33cc042

diff --git a/app-metrics/carbonapi-web/carbonapi-web-1.0.ebuild 
b/app-metrics/carbonapi-web/carbonapi-web-1.1.ebuild
similarity index 100%
rename from app-metrics/carbonapi-web/carbonapi-web-1.0.ebuild
rename to app-metrics/carbonapi-web/carbonapi-web-1.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-wlr/

2024-03-16 Thread Arthur Zamarin
commit: d3ec21174a6c3cf5ccf66b3e2f88a69aba3bb210
Author: Michael Vetter  iodoru  org>
AuthorDate: Tue Jan 30 05:53:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 20:33:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ec2117

gui-libs/xdg-desktop-portal-wlr: add 0.7.1

Signed-off-by: Michael Vetter  iodoru.org>
Closes: https://github.com/gentoo/gentoo/pull/35087
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-libs/xdg-desktop-portal-wlr/Manifest   |  1 +
 .../xdg-desktop-portal-wlr-0.7.1.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/gui-libs/xdg-desktop-portal-wlr/Manifest 
b/gui-libs/xdg-desktop-portal-wlr/Manifest
index 2b9eeb83d000..dfc624ad5d02 100644
--- a/gui-libs/xdg-desktop-portal-wlr/Manifest
+++ b/gui-libs/xdg-desktop-portal-wlr/Manifest
@@ -1,3 +1,4 @@
 DIST xdg-desktop-portal-wlr-0.5.0.tar.gz 31622 BLAKE2B 
9314a1bfd121f25c6f615e1cfaa62d071224b5da9373bb3a954a06aa7ef9527617e34ae29192e25ca9c13c53eb77eb137fbaa1b121c9365397d64845c0cc3e36
 SHA512 
9ece46f2381e83cac8002a8175a13b0c29c0a2dab49cf11ed5ffa3448f176802b9d324b7e4fe9c15d3fb65087be42299f21a0ef505088e6281787f4067d256ac
 DIST xdg-desktop-portal-wlr-0.6.0.tar.gz 35654 BLAKE2B 
1c213e9789db14366639d924d673fd05d94463f7fda8f3afb03f74269162f00e986c157d9741cb6b243d79e04230399b0bbc400f1d1e2bb72c9f53a9d6bc1e15
 SHA512 
e325c2de2a98ffc4612da3492138843b6c9927e536f52f7a87e794380c099f84ab8d344ee989bf88e71faaad2e5300fc31ac74058cea5040654ac74ce270ee53
 DIST xdg-desktop-portal-wlr-0.7.0.tar.gz 37812 BLAKE2B 
6f8a8f5e8bc5d60df8f7bddce3a5da2ef9a4b74b490595b73b925f177ee28467bba3738d8c5b0852754bc702ca950f657c58b735b5775d0b07e906547419f79f
 SHA512 
7efb3b66130f2f8ef8538ced3a9785bbae8382bbb9171fb4b6496567e39a69cd8b6e687f1b18b5eb90be175bf7c0737c3a51daa3eef784f88c4ee0bf70ad6d87
+DIST xdg-desktop-portal-wlr-0.7.1.tar.gz 38849 BLAKE2B 
41bbb177dc4df65f9ca5bc8a6c18775357e71948026864b3ca157d3d0834b41cfd4188bd1d4d2417973cac434b1b7f2a2e6b4a2fec45cd2d8b36b8a8f55a498a
 SHA512 
87aa5255d3de3203c2bfa6986c2acbffbfd414d12fb72aeca25249d3b528ffb948858a787c9c4206b18faaddd6ce09c95c257e969cc3cfeee8e376c3846f2b9d

diff --git 
a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.1.ebuild 
b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.1.ebuild
new file mode 100644
index ..305cb089f788
--- /dev/null
+++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="xdg-desktop-portal backend for wlroots"
+HOMEPAGE="https://github.com/emersion/xdg-desktop-portal-wlr";
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/emersion/${PN}.git";
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz";
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="elogind systemd"
+REQUIRED_USE="?? ( elogind systemd )"
+
+DEPEND="
+   >=media-video/pipewire-0.3.62:=
+   dev-libs/inih
+   dev-libs/wayland
+   media-libs/mesa
+   x11-libs/libdrm
+   || (
+   systemd? ( >=sys-apps/systemd-237 )
+   elogind? ( >=sys-auth/elogind-237 )
+   sys-libs/basu
+   )
+"
+# mesa is needed for gbm dep (which it hards sets to 'on')
+RDEPEND="
+   ${DEPEND}
+   sys-apps/xdg-desktop-portal
+"
+BDEPEND="
+   >=dev-libs/wayland-protocols-1.24
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=()
+
+   if use systemd; then
+   emesonargs+=(-Dsd-bus-provider=libsystemd)
+   elif use elogind; then
+   emesonargs+=(-Dsd-bus-provider=libelogind)
+   else
+   emesonargs+=(-Dsd-bus-provider=basu)
+   fi
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+
+   # bug #915702
+   insinto /usr/share/xdg-desktop-portal/portals
+   doins "${WORKDIR}/${P}/contrib/wlroots-portals.conf"
+}



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

2024-03-16 Thread Arthur Zamarin
commit: bd81d0c891ad9a8917cacff518f8d6b82d73722d
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Mar 16 19:05:36 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 20:33:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd81d0c8

gui-apps/waybar: sync live

Signed-off-by: Julien Roy  jroy.ca>
Closes: https://github.com/gentoo/gentoo/pull/35788
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-apps/waybar/waybar-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gui-apps/waybar/waybar-.ebuild 
b/gui-apps/waybar/waybar-.ebuild
index 9878369eda3e..3410acbd246e 100644
--- a/gui-apps/waybar/waybar-.ebuild
+++ b/gui-apps/waybar/waybar-.ebuild
@@ -44,7 +44,7 @@ RDEPEND="
>=dev-libs/spdlog-1.10.0:=
dev-libs/date:=
dev-libs/wayland
-   >=gui-libs/gtk-layer-shell-0.6.0:=
+   gui-libs/gtk-layer-shell
gui-libs/wlroots:=
x11-libs/gtk+:3[wayland]
x11-libs/libxkbcommon
@@ -88,6 +88,7 @@ src_configure() {
$(meson_feature network libnl)
$(meson_feature pulseaudio)
$(meson_feature pipewire wireplumber)
+   $(meson_feature pipewire)
$(meson_feature sndio)
$(meson_feature systemd)
$(meson_feature test tests)



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

2024-03-16 Thread Arthur Zamarin
commit: 83bcf53c7f37cfe1b79066f1beff3dbb9347a771
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Mar 16 19:05:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 20:33:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bcf53c

gui-apps/waybar: add 0.10.0

Bug: https://bugs.gentoo.org/922689
Signed-off-by: Julien Roy  jroy.ca>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-apps/waybar/Manifest |   1 +
 gui-apps/waybar/metadata.xml |   8 +--
 gui-apps/waybar/waybar-0.10.0.ebuild | 102 +++
 3 files changed, 107 insertions(+), 4 deletions(-)

diff --git a/gui-apps/waybar/Manifest b/gui-apps/waybar/Manifest
index a51deb8753ce..197aa202e1cf 100644
--- a/gui-apps/waybar/Manifest
+++ b/gui-apps/waybar/Manifest
@@ -1,2 +1,3 @@
+DIST waybar-0.10.0.tar.gz 297669 BLAKE2B 
f27a61662444cb0d91ecb5c860271939ba81813af4d005a3297f9996fab5edd54df2e4a126aa33edf9049e2d91d301a03f6352e25eb9c86ffb003b0b238e9015
 SHA512 
89d5ee6fb52438aadfcad8929940b2f2c4a469f7f07331fa5dff77997e1dedb6b3b020c2c2f809687993a7da2571b9f08768e92172d08bfb3d4b66db2d20d61f
 DIST waybar-0.9.22.tar.gz 255896 BLAKE2B 
51ad09f401a871f4b17552c85b838be950d52ebab6b2230619cfa95acbbc2f6cbc5ae1cb1228ca4207052397090f9fd4470388808cc81954b59c16f5cc25ed9e
 SHA512 
0cd2d4fdf51528d1246da756ec1d4be5dd897208f4ec1aef5ab2d2801ab72145bcccef68fa62e55f0b1bb9913d471ce5c748de97f9d785d55c06a5f6717c9849
 DIST waybar-0.9.24.tar.gz 275416 BLAKE2B 
15774a78f2f7bb85d497e7f80a968b775bb42d285d0950e8e384962c6b947ea895eea2b30c0aba7ca671595ce59acd65e66cf8b67f2478ecad7564de50e4bfe6
 SHA512 
13177fbc2c537cd903294ab708ae46307a785c524cbdbca06abe869af1f7ccc866ce38b6fbc2b3769cd95f458c46296b4c88ee927cabe890692e78b999143f0e

diff --git a/gui-apps/waybar/metadata.xml b/gui-apps/waybar/metadata.xml
index 3d66b6c8fda4..5ec5d9be1f68 100644
--- a/gui-apps/waybar/metadata.xml
+++ b/gui-apps/waybar/metadata.xml
@@ -1,14 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   gen...@jonas-toth.eu
-   Jonas Toth
-   

jul...@jroy.ca
Julien Roy

+   
+   gen...@jonas-toth.eu
+   Jonas Toth
+   

proxy-ma...@gentoo.org
Proxy Maintainers

diff --git a/gui-apps/waybar/waybar-0.10.0.ebuild 
b/gui-apps/waybar/waybar-0.10.0.ebuild
new file mode 100644
index ..3410acbd246e
--- /dev/null
+++ b/gui-apps/waybar/waybar-0.10.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Highly customizable Wayland bar for Sway and Wlroots based 
compositors"
+HOMEPAGE="https://github.com/Alexays/Waybar";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Alexays/${PN^}.git";
+else
+   SRC_URI="https://github.com/Alexays/${PN^}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN^}-${PV}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="evdev experimental jack +libinput +logind mpd mpris network pipewire 
pulseaudio sndio systemd test tray +udev upower wifi"
+REQUIRED_USE="
+   mpris? ( logind )
+   upower? ( logind )
+"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   >=app-text/scdoc-1.9.2
+   dev-util/gdbus-codegen
+   virtual/pkgconfig
+"
+RDEPEND="
+   dev-cpp/cairomm:0
+   dev-cpp/glibmm:2
+   dev-cpp/gtkmm:3.0
+   dev-libs/glib:2
+   dev-libs/jsoncpp:=
+   dev-libs/libinput:=
+   dev-libs/libsigc++:2
+   >=dev-libs/libfmt-8.1.1:=
+   >=dev-libs/spdlog-1.10.0:=
+   dev-libs/date:=
+   dev-libs/wayland
+   gui-libs/gtk-layer-shell
+   gui-libs/wlroots:=
+   x11-libs/gtk+:3[wayland]
+   x11-libs/libxkbcommon
+   evdev? ( dev-libs/libevdev:= )
+   jack? ( virtual/jack )
+   libinput? ( dev-libs/libinput:= )
+   logind? (
+   || ( sys-apps/systemd
+sys-auth/elogind )
+   )
+   mpd? ( media-libs/libmpdclient )
+   mpris? ( >=media-sound/playerctl-2 )
+   network? ( dev-libs/libnl:3 )
+   pipewire? ( media-video/wireplumber:0/0.4 )
+   pulseaudio? ( media-libs/libpulse )
+   sndio? ( media-sound/sndio:= )
+   systemd? ( sys-apps/systemd:= )
+   tray? (
+   dev-libs/libdbusmenu[gtk3]
+   dev-libs/libayatana-appindicator
+   )
+   udev? ( virtual/libudev:= )
+   upower? ( sys-power/upower )
+   wifi? ( sys-apps/util-linux )
+"
+DEPEND="${RDEPEND}
+   dev-libs/wayland-protocols
+   test? ( dev-cpp/catch:0 )
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dman-pages=enabled
+   -Dcava=disabled
+   $(meson_feature evdev libevdev)
+   $(meson_feature jack)
+   $(meson_feature libin

[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_jk/files/, www-apache/mod_jk/

2024-03-16 Thread Conrad Kostecki
commit: 330b772dc0b59671cb55ed36856d876868bc94b7
Author: orbea  riseup  net>
AuthorDate: Sat Mar 16 15:32:32 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Mar 16 20:25:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330b772d

www-apache/mod_jk: fix global symbols

The libtool -export-symbols-regex flag controls which symbols are
exported globally in the library, but GNU libtool silently drops many
unknown flags...

Closes: https://bugs.gentoo.org/914237
Upstream-Commit: 
https://github.com/apache/tomcat-connectors/commit/ecd005d0792441c4510dc4c2d9348979ab71ddcc
Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35781
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/mod_jk-1.2.49-export-symbols-regex.patch | 40 ++
 ...od_jk-1.2.49.ebuild => mod_jk-1.2.49-r1.ebuild} |  5 ++-
 2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/www-apache/mod_jk/files/mod_jk-1.2.49-export-symbols-regex.patch 
b/www-apache/mod_jk/files/mod_jk-1.2.49-export-symbols-regex.patch
new file mode 100644
index ..1dd05d9c70ed
--- /dev/null
+++ b/www-apache/mod_jk/files/mod_jk-1.2.49-export-symbols-regex.patch
@@ -0,0 +1,40 @@
+https://bugs.gentoo.org/914237
+https://github.com/apache/tomcat-connectors/commit/ecd005d0792441c4510dc4c2d9348979ab71ddcc
+
+From ecd005d0792441c4510dc4c2d9348979ab71ddcc Mon Sep 17 00:00:00 2001
+From: Rainer Jung 
+Date: Fri, 10 Nov 2023 11:38:04 +0100
+Subject: [PATCH] BZ 68117: Fix typo and escaping in libtool flag introduced in
+ 1.2.49.
+
+---
+ apache-2.0/Makefile.apxs.in | 2 +-
+ apache-2.0/Makefile.in  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/apache-2.0/Makefile.apxs.in b/apache-2.0/Makefile.apxs.in
+index 36aeada1c..161616502 100644
+--- a/apache-2.0/Makefile.apxs.in
 b/apache-2.0/Makefile.apxs.in
+@@ -21,7 +21,7 @@ top_builddir=@top_builddir@
+ APXS=@APXS@
+ APXSCFLAGS=@APXSCFLAGS@
+ APXSLDFLAGS=@APXSLDFLAGS@
+-JKLDFLAGS=-export-symbols-regex ^jk_module$
++JKLDFLAGS=-export-symbols-regex ^jk_module\$$
+ 
+ COMMON=common
+ JK_INCL=-DUSE_APACHE_MD5 -I${top_builddir}/${COMMON} -I 
${top_srcdir}/${COMMON}
+diff --git a/apache-2.0/Makefile.in b/apache-2.0/Makefile.in
+index e63f5c921..a9327743b 100644
+--- a/apache-2.0/Makefile.in
 b/apache-2.0/Makefile.in
+@@ -23,7 +23,7 @@ MKDIR=@MKDIR@
+ APXSCFLAGS=@APXSCFLAGS@
+ APXSCPPFLAGS=@APXSCPPFLAGS@
+ APXSLDFLAGS=@APXSLDFLAGS@
+-JKLDFLAGS=-export-symbols-regexp ^jk_module$
++JKLDFLAGS=-export-symbols-regex ^jk_module\$$
+ 
+ CC=@CC@
+ SHELL=@SHELL@

diff --git a/www-apache/mod_jk/mod_jk-1.2.49.ebuild 
b/www-apache/mod_jk/mod_jk-1.2.49-r1.ebuild
similarity index 94%
rename from www-apache/mod_jk/mod_jk-1.2.49.ebuild
rename to www-apache/mod_jk/mod_jk-1.2.49-r1.ebuild
index f11868d35b60..4356eed57aec 100644
--- a/www-apache/mod_jk/mod_jk-1.2.49.ebuild
+++ b/www-apache/mod_jk/mod_jk-1.2.49-r1.ebuild
@@ -24,7 +24,10 @@ BDEPEND="
verify-sig? ( sec-keys/openpgp-keys-apache-tomcat-connectors )
 "
 
-PATCHES=( "${FILESDIR}/${PN}-1.2.49-musl.patch" )
+PATCHES=(
+   "${FILESDIR}/${PN}-1.2.49-export-symbols-regex.patch" #914237
+   "${FILESDIR}/${PN}-1.2.49-musl.patch"
+)
 
 APACHE2_MOD_FILE="${S}/apache-2.0/${PN}.so"
 APACHE2_MOD_DEFINE="JK"



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

2024-03-16 Thread Conrad Kostecki
commit: 13bd5b6ecc9ff8645e51f1839d41385e714c2bf9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Mar 16 20:17:07 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Mar 16 20:17:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bd5b6e

app-misc/kryoflux-dtc: call udev_reload

Closes: https://bugs.gentoo.org/924874
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild | 15 +--
 app-misc/kryoflux-dtc/kryoflux-dtc-3.00.ebuild   |  4 ++--
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild 
b/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild
index 59dfb7d11bf7..206c1cc0e6dc 100644
--- a/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild
+++ b/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,9 +16,9 @@ SRC_URI="
 "
 S="${WORKDIR}/${MY_P}"
 
-KEYWORDS="-* amd64 x86"
 LICENSE="SPS"
 SLOT="0"
+KEYWORDS="-* amd64 x86"
 IUSE="demos doc fast-firmware gui static"
 
 RDEPEND="
@@ -94,6 +94,8 @@ pkg_postinst() {
elog "If you want to access your Kryoflux without root access,"
elog "please add yourself to the floppy group."
 
+   udev_reload
+
if use fast-firmware; then
elog ""
elog "You have enabled the fast firmware. Please keep in mind,"
@@ -105,3 +107,12 @@ pkg_postinst() {
xdg_mimeinfo_database_update
fi
 }
+
+pkg_postrm() {
+   udev_reload
+
+   if use gui; then
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   fi
+}

diff --git a/app-misc/kryoflux-dtc/kryoflux-dtc-3.00.ebuild 
b/app-misc/kryoflux-dtc/kryoflux-dtc-3.00.ebuild
index 4f0411445ae3..48383872ffef 100644
--- a/app-misc/kryoflux-dtc/kryoflux-dtc-3.00.ebuild
+++ b/app-misc/kryoflux-dtc/kryoflux-dtc-3.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,9 +15,9 @@ HOMEPAGE="https://www.kryoflux.com";
 SRC_URI="https://www.kryoflux.com/download/${MY_P}.tgz";
 S="${WORKDIR}/${MY_P}"
 
-KEYWORDS="-* amd64 ~arm64"
 LICENSE="SPS"
 SLOT="0"
+KEYWORDS="-* amd64 ~arm64"
 IUSE="demos doc gui"
 
 RDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: app-misc/vrms-gentoo/

2024-03-16 Thread Julien Roy
commit: 57a0b163da251520b1a4a373eecec7f255f499d8
Author: Sergey Alirzaev  riseup  net>
AuthorDate: Sat Mar 16 19:35:47 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Mar 16 19:35:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57a0b163

app-misc/vrms-gentoo: pick pkgcheck nits

Signed-off-by: Sergey Alirzaev  riseup.net>

 app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild 
b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
index b414db9c8d..fd1a0b1b8f 100644
--- a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
+++ b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
@@ -5,21 +5,19 @@ EAPI="7"
 
 COMMIT="4fd604c4816d620be3cf9c5e9dd578b2c30c21bc"
 
-SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 DESCRIPTION="vrms clone for Gentoo Linux"
 HOMEPAGE="https://github.com/z411/vrms-gentoo";
+SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND=""
 RDEPEND="
dev-lang/perl
 "
 
-S="${WORKDIR}/${PN}-${COMMIT}"
-
 src_install() {
default
 



[gentoo-commits] repo/proj/guru:master commit in: app-misc/vrms-gentoo/

2024-03-16 Thread Julien Roy
commit: 406322bcb210c1359b0dfb28fdd2edd517f9a79b
Author: Sergey Alirzaev  riseup  net>
AuthorDate: Sat Mar 16 16:47:15 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Mar 16 16:47:15 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=406322bc

app-misc/vrms-gentoo: add myself as a maintainer

Signed-off-by: Sergey Alirzaev  riseup.net>

 app-misc/vrms-gentoo/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/vrms-gentoo/metadata.xml 
b/app-misc/vrms-gentoo/metadata.xml
index afd9a96d63..7602184c04 100644
--- a/app-misc/vrms-gentoo/metadata.xml
+++ b/app-misc/vrms-gentoo/metadata.xml
@@ -3,8 +3,8 @@
 

co-maintainers welcome
-   lssndrbarbi...@gmail.com
-   Alessandro Barbieri
+   l2...@riseup.net
+   Sergey Alirzaev


z411/vrms-gentoo



[gentoo-commits] repo/proj/guru:master commit in: net-voip/baresip/, net-voip/re/

2024-03-16 Thread Julien Roy
commit: cf80e0b70a21d45575b0a4ab829f6f04138d0059
Author: Dale Showers  fictx  com>
AuthorDate: Sat Mar 16 15:35:43 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Mar 16 15:35:43 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf80e0b7

net-voip/*: baresip/re 3.10.0 3.10.1

Signed-off-by: Dale Showers  fictx.com>

 net-voip/baresip/Manifest  |  2 ++
 net-voip/baresip/baresip-3.10.0.ebuild | 53 
 net-voip/baresip/baresip-3.10.1.ebuild | 55 ++
 net-voip/re/Manifest   |  1 +
 net-voip/re/re-3.10.0.ebuild   | 14 +
 5 files changed, 125 insertions(+)

diff --git a/net-voip/baresip/Manifest b/net-voip/baresip/Manifest
index 4564890f92..4ca401e1b6 100644
--- a/net-voip/baresip/Manifest
+++ b/net-voip/baresip/Manifest
@@ -1,3 +1,5 @@
+DIST baresip-3.10.0.tar.gz 1167280 BLAKE2B 
b75558f75c1842361a795645ed67fbf1f121bf76a98f9590984da754bc3171a6e8c5feaee1b45afd90960e8444f2ff5b5fbbb314ee2fa268239bccd481c79236
 SHA512 
62c977e4af72a401fc8d52a52afc7f3750070f539af8b41098c92dd5e1b6ed1e654bd7d35dda8704c255fbc13a5b2c75bb441818b86f4cf8ff95c1ffd87a0a8a
+DIST baresip-3.10.1.tar.gz 1166742 BLAKE2B 
01ff2fef17b805b79ab4cd85b90ea092384c467191b152dd8edbfb8f2c82f2334b1a8afbc812e9e724b8f863caa85d6cf86de303b2ce303165c88ecda3e4effb
 SHA512 
71853ab11895b9ce85a6f57400e570b353d594f8a0e6697368088cc393b14970401165b89cf3bc2d0392199cef76eca246a0c934014a726c5261dce65243bae4
 DIST baresip-3.7.0.tar.gz 1156270 BLAKE2B 
48d9f2762739f023dfe8597921de1bfcd355ce4d6e403a77c6fd2f95a88970538208e5aae5f2cd2ed98767f5b1c17e0740f3298faaf7056cd7e89906e22d67b8
 SHA512 
f3497a903fa67c8ecfb90cd63f9f2bdc376d98ea28a71ea64b042b3641628126fac5ff8afe8539f98f51a54aa4ef1304d22c0b83edc3e91767f8bf35310621c3
 DIST baresip-3.8.0.tar.gz 1158645 BLAKE2B 
e7badad42dde5e0cbd0fa090654b6559f7cf2f6c1dcc458290a43c72b26b0aa2fe40c92f4335ed72c4a2f85ec20d9bfb45f8059bc179cbd47b26867bf7612ccf
 SHA512 
12ff9aaedcc3bc19a38235f5abc955aa1a64db47827895b95ca55329cb29acef353ee0871e888f12f0a9ea5a2ac0b3a34c278115c05e9f55d055638b5e13f852
 DIST baresip-3.9.0.tar.gz 1163327 BLAKE2B 
c994a6ca16610936887f9bfbfb776e155ad9418fb46387af899044e8237e1e7662e62b697408c7c0a47849bbc8ce078122b9290afd868aa9974ad50c9a7b68dd
 SHA512 
7e6bf2c68ae4dec60da7692527d511b7acf373e14c67c96591b7a5e02af7275ff7adde8a8c07af6ed98474b87357b734aae17fb337d4fad8353c253de56dc534

diff --git a/net-voip/baresip/baresip-3.10.0.ebuild 
b/net-voip/baresip/baresip-3.10.0.ebuild
new file mode 100644
index 00..d1e006f926
--- /dev/null
+++ b/net-voip/baresip/baresip-3.10.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Baresip is a portable and modular SIP User-Agent"
+HOMEPAGE="https://github.com/baresip/baresip";
+SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64"
+
+IUSE="aac alsa amr aptx aom codec2 ffmpeg gst gtk3 jack mqtt mpa opus ssl png 
portaudio pulseaudio pipewire sdl sndfile spandsp vpx X"
+
+DEPEND="
+   ~net-voip/re-${PV}
+   aac? ( media-libs/fdk-aac )
+   alsa? ( media-libs/alsa-lib )
+   amr? ( media-libs/opencore-amr )
+   aptx? ( media-libs/libopenaptx )
+   aom? ( media-libs/libaom )
+   codec2? ( media-libs/codec2 )
+   ffmpeg? ( media-video/ffmpeg )
+   gst? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   )
+   gtk3? ( x11-libs/gtk+:3 )
+   jack? ( virtual/jack )
+   mqtt? ( app-misc/mosquitto )
+   mpa? (
+   media-sound/twolame
+   media-sound/mpg123
+   media-libs/speexdsp
+   )
+   ssl? ( dev-libs/openssl:0= )
+   opus? ( media-libs/opus )
+   png? ( media-libs/libpng )
+   portaudio? ( media-libs/portaudio )
+   pulseaudio? ( media-libs/libpulse )
+   pipewire? ( media-video/pipewire )
+   sdl? ( media-libs/libsdl2 )
+   sndfile? ( media-libs/libsndfile )
+   spandsp? ( media-libs/spandsp )
+   vpx? ( media-libs/libvpx )
+   X? ( x11-libs/libX11 )
+   "
+
+RDEPEND="${DEPEND}"

diff --git a/net-voip/baresip/baresip-3.10.1.ebuild 
b/net-voip/baresip/baresip-3.10.1.ebuild
new file mode 100644
index 00..a21a8f9169
--- /dev/null
+++ b/net-voip/baresip/baresip-3.10.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Baresip is a portable and modular SIP User-Agent"
+HOMEPAGE="https://github.com/baresip/baresip";
+SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64"
+
+IUSE="aac alsa amr aptx aom codec2 ffmpeg gst gtk3 jack mqtt mpa opu

[gentoo-commits] repo/proj/guru:master commit in: app-misc/vrms-gentoo/

2024-03-16 Thread Julien Roy
commit: e09fdc5617f1edfbd74377282c7788f312c2b971
Author: Sergey Alirzaev  riseup  net>
AuthorDate: Sat Mar 16 19:33:24 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Mar 16 19:33:24 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e09fdc56

app-misc/vrms-gentoo: change maintainer e-mail

https://github.com/gentoo/guru/commit/406322bcb210c1359b0dfb28fdd2edd517f9a79b#commitcomment-139867274

Signed-off-by: Sergey Alirzaev  riseup.net>

 app-misc/vrms-gentoo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/vrms-gentoo/metadata.xml 
b/app-misc/vrms-gentoo/metadata.xml
index 7602184c04..fbe253c241 100644
--- a/app-misc/vrms-gentoo/metadata.xml
+++ b/app-misc/vrms-gentoo/metadata.xml
@@ -3,7 +3,7 @@
 

co-maintainers welcome
-   l2...@riseup.net
+   zl2...@gmail.com
Sergey Alirzaev





[gentoo-commits] repo/proj/guru:master commit in: net-p2p/monero/

2024-03-16 Thread Julien Roy
commit: 07ab1b9fe1f1cec736beb0355818235220f529f5
Author: Sergey Alirzaev  riseup  net>
AuthorDate: Sat Mar 16 13:19:33 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Mar 16 13:19:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07ab1b9f

net-p2p/monero: add 0.18.3.3, drop 0.18.3.2

Signed-off-by: Sergey Alirzaev  riseup.net>

 net-p2p/monero/Manifest   | 2 +-
 net-p2p/monero/{monero-0.18.3.2.ebuild => monero-0.18.3.3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/monero/Manifest b/net-p2p/monero/Manifest
index deea35528b..394d1ed3b7 100644
--- a/net-p2p/monero/Manifest
+++ b/net-p2p/monero/Manifest
@@ -6,5 +6,5 @@ DIST monero-0.18.1.2.tar.gz 11609034 BLAKE2B 
3186a1038e9dd8f204a506df28c526bf3e0
 DIST monero-0.18.2.0.tar.gz 11624875 BLAKE2B 
e8dc2e89c664cb218d900ce0803dd1716f1ee363bbddb232fbd22570818c9a9ca307df04808ffef1eb30ee6097fbe243f6977dfad181f57b9169f22d4819f145
 SHA512 
19625d8e6ee3e9f27ba06eb6027ef21571a2ae8261c9e32f6e74d2f7adf8c73e9dfe34516cd456426274c41ce941e1e5b7eba9f9d20492b99decbd9262aec434
 DIST monero-0.18.2.2.tar.gz 11640001 BLAKE2B 
04b19e760b09636d7862af2a071128a28006d2829f08039cf55cfa1fd7d054b1382dbbcfc7f0ed381fcbd358e75ec437467349c7f250510e99e06527d1209da6
 SHA512 
78d4f7fee4eb37ba4837bc392c5869e21c9ea1e9bd9e95f768003bc833302935121c315fb3b4fcbe8f07a9513f928e9e9146dc7ca8892a3db2eb14cfe1371727
 DIST monero-0.18.3.1.tar.gz 14005197 BLAKE2B 
169d876caf94090894c9a2bd9d07b71e46411971b06da0f51fc57f01396de4f5f770062e08cbebf702b6b49dbcd47923675d2375795969f5673bf2091a7da742
 SHA512 
b29d25043d50fa30459e59e0c82627cc3dc4a7e2e28a727a353915a32cf5e70e36f548bda152dee13329cb2d09a978ff45c2121f8bf7acc8966957a53e772f03
-DIST monero-0.18.3.2.tar.gz 14024322 BLAKE2B 
abba3ef7896101d8730963dad588b0314decbcbd949bae63a796f828ade2e94c62620d5920fe7d08f2afe3ae06bf52e9f570749ac380322d46a58a146fa1380a
 SHA512 
90acaf32e4dce753dc01e391cfe626611a31c3b024547f512d43a8e490814c5234f4ded57c7dd4c735cd8f60e545364618f0b8e6bfd5271660dcc89eb735d74c
+DIST monero-0.18.3.3.tar.gz 14028018 BLAKE2B 
07c3272175fb05645a2f5f7ce6cef4d65054ba1d80994c4dc8445ec4df13aebe2b268d5b4be49db0cdd35dcdce1bbd33874111e21503839d63fae70ea30b0dff
 SHA512 
26aaa02be4d1109dfdae08981b9fee16a10c358030ba99ae809eb241e805c50edc8ad10b1a375cd02e3160fa3de8ae6773cca55618d39ca30614f1d6662c18e5
 DIST monero-8682.patch 1053 BLAKE2B 
6252ee36961d41e6c7161004f2b3ddb0916a2dc91b91eed0e500a9681040366eb7e696abc91b138484bc735da5eb13f0a79ec1ded6f3c36dd3c8f8565113d7cf
 SHA512 
2960a937ec04bc96a3564d2c730ca53cd1369f26d47567cd08c8e90abaf126f336a083e297b4240b5fae22ab3ad3cb45d741f2f48364d30f1442df393109a6eb

diff --git a/net-p2p/monero/monero-0.18.3.2.ebuild 
b/net-p2p/monero/monero-0.18.3.3.ebuild
similarity index 97%
rename from net-p2p/monero/monero-0.18.3.2.ebuild
rename to net-p2p/monero/monero-0.18.3.3.ebuild
index 567c589b39..f3aeedc2c5 100644
--- a/net-p2p/monero/monero-0.18.3.2.ebuild
+++ b/net-p2p/monero/monero-0.18.3.3.ebuild
@@ -114,7 +114,7 @@ pkg_postinst() {
elog
elog "Run monerod status as any user to get sync status and 
other stats."
elog
-   elog "The Monero blockchain can take up a lot of space (80 GiB) 
and is stored"
+   elog "The Monero blockchain can take up a lot of space (200 
GiB) and is stored"
elog "in /var/lib/monero by default. You may want to enable 
pruning by adding"
elog "'prune-blockchain=1' to /etc/monero/monerod.conf to prune 
the blockchain"
elog "or move the data directory to another disk."



[gentoo-commits] repo/proj/guru:master commit in: net-misc/commons-downloader/

2024-03-16 Thread Julien Roy
commit: 33045e3fdd51ef8efbffc8fb296f10a4a8b54f7b
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sat Mar 16 17:15:55 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Mar 16 17:15:55 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33045e3f

net-misc/commons-downloader: add

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

 .../commons-downloader-.ebuild | 29 ++
 net-misc/commons-downloader/metadata.xml   | 14 +++
 2 files changed, 43 insertions(+)

diff --git a/net-misc/commons-downloader/commons-downloader-.ebuild 
b/net-misc/commons-downloader/commons-downloader-.ebuild
new file mode 100644
index 00..513bfbc241
--- /dev/null
+++ b/net-misc/commons-downloader/commons-downloader-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker git-r3
+
+DESCRIPTION="A shell script to bulk download files from Wikimedia Commons, by 
category"
+HOMEPAGE="https://git.sr.ht/~nytpu/commons-downloader";
+EGIT_REPO_URI="https://git.sr.ht/~nytpu/commons-downloader";
+
+LICENSE="CC0-1.0"
+SLOT=0
+QA_PREBUILT="*"
+
+RDEPEND="
+   net-misc/curl
+   net-misc/wget
+   app-misc/jq
+"
+
+src_install() {
+   dobin ${PN}
+}
+
+pkg_postinst() {
+   einfo "See documentation at https://git.sr.ht/~nytpu/commons-downloader";
+   einfo "Example how to download a category to the current folder: 
commons-downloader -c 'My category name'"
+}

diff --git a/net-misc/commons-downloader/metadata.xml 
b/net-misc/commons-downloader/metadata.xml
new file mode 100644
index 00..e5525790d7
--- /dev/null
+++ b/net-misc/commons-downloader/metadata.xml
@@ -0,0 +1,14 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   Vitaly Zdanevich
+   zdanevich.vit...@ya.ru
+   
+   
+   
https://sr.ht/~nytpu/commons-downloader/feed
+   https://sr.ht/~nytpu/commons-downloader
+   https://lists.sr.ht/~nytpu/public-inbox
+   ~nytpu/commons-downloader
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/

2024-03-16 Thread Sergey Alirzaev
commit: 57a0b163da251520b1a4a373eecec7f255f499d8
Author: Sergey Alirzaev  riseup  net>
AuthorDate: Sat Mar 16 19:35:47 2024 +
Commit: Sergey Alirzaev  gmail  com>
CommitDate: Sat Mar 16 19:35:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57a0b163

app-misc/vrms-gentoo: pick pkgcheck nits

Signed-off-by: Sergey Alirzaev  riseup.net>

 app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild 
b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
index b414db9c8d..fd1a0b1b8f 100644
--- a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
+++ b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
@@ -5,21 +5,19 @@ EAPI="7"
 
 COMMIT="4fd604c4816d620be3cf9c5e9dd578b2c30c21bc"
 
-SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 DESCRIPTION="vrms clone for Gentoo Linux"
 HOMEPAGE="https://github.com/z411/vrms-gentoo";
+SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND=""
 RDEPEND="
dev-lang/perl
 "
 
-S="${WORKDIR}/${PN}-${COMMIT}"
-
 src_install() {
default
 



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/

2024-03-16 Thread Sergey Alirzaev
commit: e09fdc5617f1edfbd74377282c7788f312c2b971
Author: Sergey Alirzaev  riseup  net>
AuthorDate: Sat Mar 16 19:33:24 2024 +
Commit: Sergey Alirzaev  gmail  com>
CommitDate: Sat Mar 16 19:33:24 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e09fdc56

app-misc/vrms-gentoo: change maintainer e-mail

https://github.com/gentoo/guru/commit/406322bcb210c1359b0dfb28fdd2edd517f9a79b#commitcomment-139867274

Signed-off-by: Sergey Alirzaev  riseup.net>

 app-misc/vrms-gentoo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/vrms-gentoo/metadata.xml 
b/app-misc/vrms-gentoo/metadata.xml
index 7602184c04..fbe253c241 100644
--- a/app-misc/vrms-gentoo/metadata.xml
+++ b/app-misc/vrms-gentoo/metadata.xml
@@ -3,7 +3,7 @@
 

co-maintainers welcome
-   l2...@riseup.net
+   zl2...@gmail.com
Sergey Alirzaev





[gentoo-commits] repo/gentoo:master commit in: gui-libs/neatvnc/, gui-libs/neatvnc/files/

2024-03-16 Thread Arthur Zamarin
commit: a6cb268c1175a8302bf048593db53e06c3bcc16d
Author: Alfred Wingate  protonmail  com>
AuthorDate: Sun Feb 25 17:36:20 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:31:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cb268c

gui-libs/neatvnc: add 0.8.0

Bug: https://bugs.gentoo.org/902141
Closes: https://bugs.gentoo.org/925498
Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-libs/neatvnc/Manifest  |  1 +
 ...vnc-0.8.0-fix-tracing-undeclared-variable.patch | 26 ++
 .../{neatvnc-.ebuild => neatvnc-0.8.0.ebuild}  | 26 +-
 gui-libs/neatvnc/neatvnc-.ebuild   | 22 +-
 4 files changed, 73 insertions(+), 2 deletions(-)

diff --git a/gui-libs/neatvnc/Manifest b/gui-libs/neatvnc/Manifest
index fbd029cfd3d7..fb744fdd0e24 100644
--- a/gui-libs/neatvnc/Manifest
+++ b/gui-libs/neatvnc/Manifest
@@ -1,2 +1,3 @@
 DIST neatvnc-0.6.0.tar.gz 578084 BLAKE2B 
63a064054a61996bd09064e4684d6d4e836290b9c0a097138a8dbefc3615b8d22f1932caef3b147bf3a12fa14ef808d314016d53411e2d461e775e1a34522e15
 SHA512 
7fc38aa36faba227e37ec241b874f7c83e7bb912b22cb1f2198622a0bb314566bf58b3f9e376b0d03f04b667ba94f2e60f7f5e886c141178a874c820ea91
 DIST neatvnc-0.7.0.tar.gz 660642 BLAKE2B 
ae14f3d35839ae141d6cce760c118f6605b66c16e3d8e6fae4606deaa63adacab13d3c8dbc001a3937f4f1f6f9c908607176ea36a914d39a126730c77f3470c7
 SHA512 
79abf2f6d5676e1d8dc9f70a341ae0247ae20dd95f8724d27c667ae42d45c8b5f4de2321c0dad6278e0eebefbcda0a512da917fa6e5def801f938875bdab18d0
+DIST neatvnc-0.8.0.tar.gz 661726 BLAKE2B 
075831ad8f2a4e209b316b848ac2f5b2dbcd0ecf36e2ecc2b264be255ca0250d9a61ae5df1c522c310459cc2a536958cb01567ee640fca52db3966329d89cd09
 SHA512 
bd5bfbcec88711a64eb45c12cad208d594f24e3812d98ccb9eb3a3f8a933df3040fcb21e4bdf0df3ea44332096b6f0bca6dcb8f4be15d42541ab98b2295d4091

diff --git 
a/gui-libs/neatvnc/files/neatvnc-0.8.0-fix-tracing-undeclared-variable.patch 
b/gui-libs/neatvnc/files/neatvnc-0.8.0-fix-tracing-undeclared-variable.patch
new file mode 100644
index ..72bf4285d9fd
--- /dev/null
+++ b/gui-libs/neatvnc/files/neatvnc-0.8.0-fix-tracing-undeclared-variable.patch
@@ -0,0 +1,26 @@
+https://bugs.gentoo.org/902141
+https://github.com/any1/neatvnc/pull/110
+
+From ce654aaf8b680768c4c51bef858e16f0db895814 Mon Sep 17 00:00:00 2001
+From: Alfred Wingate 
+Date: Sun, 25 Feb 2024 19:31:47 +0200
+Subject: [PATCH] server: remove undeclared variable from tracing macro
+
+* 3647457f6d769fe3c9518078008ef56be58b70b1 accidentally referred to
+  an nonexistant variable.
+
+Signed-off-by: Alfred Wingate 
+--- a/src/server.c
 b/src/server.c
+@@ -2109,7 +2109,7 @@ static void complete_fb_update(struct nvnc_client* 
client)
+   client->current_fb = NULL;
+   process_fb_update_requests(client);
+   client_unref(client);
+-  DTRACE_PROBE2(neatvnc, update_fb_done, client, pts);
++  DTRACE_PROBE1(neatvnc, update_fb_done, client);
+ }
+ 
+ static void on_write_frame_done(void* userdata, enum stream_req_status status)
+-- 
+2.43.2
+

diff --git a/gui-libs/neatvnc/neatvnc-.ebuild 
b/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
similarity index 70%
copy from gui-libs/neatvnc/neatvnc-.ebuild
copy to gui-libs/neatvnc/neatvnc-0.8.0.ebuild
index 64004b4ea3b4..45912b2bf4d3 100644
--- a/gui-libs/neatvnc/neatvnc-.ebuild
+++ b/gui-libs/neatvnc/neatvnc-0.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/any1/neatvnc.git";
 else
SRC_URI="https://github.com/any1/neatvnc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="ISC"
@@ -26,6 +26,9 @@ RDEPEND="
=dev-libs/aml-0.3*
sys-libs/zlib
x11-libs/pixman
+   examples? (
+   media-libs/libpng:=
+   )
gbm? ( media-libs/mesa )
h264? (
media-video/ffmpeg:=
@@ -47,6 +50,17 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   "${FILESDIR}/neatvnc-0.8.0-fix-tracing-undeclared-variable.patch"
+)
+
+src_prepare() {
+   default
+
+   # useful soname
+   sed -i -e "s/'0.0.0'/meson.project_version()/" meson.build || die
+}
+
 src_configure() {
local emesonargs=(
$(meson_use examples)
@@ -60,3 +74,13 @@ src_configure() {
)
meson_src_configure
 }
+
+src_install() {
+   meson_src_install
+   einstalldocs
+
+   if use examples; then
+   newbin "${BUILD_DIR}"/examples/draw neatvnc-example-draw
+   newbin "${BUILD_DIR}"/examples/png-server 
neatvnc-example-png-server
+   fi
+}

diff --git a/gui-libs/neatvnc/neatvnc-.ebuild 
b/gui-libs/neatvnc/neatvnc-.ebuild
index 64004b4ea3b4..6e2c4493b97e 100644
--- a/gui-libs/neatvnc/neatvnc-.ebuild
++

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

2024-03-16 Thread Arthur Zamarin
commit: 76234af3eb28bf7f2b4f3830ca23345f046839e8
Author: Alfred Wingate  protonmail  com>
AuthorDate: Sun Feb 25 18:01:53 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:31:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76234af3

gui-libs/neatvnc: drop 0.6.0

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-libs/neatvnc/Manifest |  1 -
 gui-libs/neatvnc/neatvnc-0.6.0.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/gui-libs/neatvnc/Manifest b/gui-libs/neatvnc/Manifest
index fb744fdd0e24..2551f90ce196 100644
--- a/gui-libs/neatvnc/Manifest
+++ b/gui-libs/neatvnc/Manifest
@@ -1,3 +1,2 @@
-DIST neatvnc-0.6.0.tar.gz 578084 BLAKE2B 
63a064054a61996bd09064e4684d6d4e836290b9c0a097138a8dbefc3615b8d22f1932caef3b147bf3a12fa14ef808d314016d53411e2d461e775e1a34522e15
 SHA512 
7fc38aa36faba227e37ec241b874f7c83e7bb912b22cb1f2198622a0bb314566bf58b3f9e376b0d03f04b667ba94f2e60f7f5e886c141178a874c820ea91
 DIST neatvnc-0.7.0.tar.gz 660642 BLAKE2B 
ae14f3d35839ae141d6cce760c118f6605b66c16e3d8e6fae4606deaa63adacab13d3c8dbc001a3937f4f1f6f9c908607176ea36a914d39a126730c77f3470c7
 SHA512 
79abf2f6d5676e1d8dc9f70a341ae0247ae20dd95f8724d27c667ae42d45c8b5f4de2321c0dad6278e0eebefbcda0a512da917fa6e5def801f938875bdab18d0
 DIST neatvnc-0.8.0.tar.gz 661726 BLAKE2B 
075831ad8f2a4e209b316b848ac2f5b2dbcd0ecf36e2ecc2b264be255ca0250d9a61ae5df1c522c310459cc2a536958cb01567ee640fca52db3966329d89cd09
 SHA512 
bd5bfbcec88711a64eb45c12cad208d594f24e3812d98ccb9eb3a3f8a933df3040fcb21e4bdf0df3ea44332096b6f0bca6dcb8f4be15d42541ab98b2295d4091

diff --git a/gui-libs/neatvnc/neatvnc-0.6.0.ebuild 
b/gui-libs/neatvnc/neatvnc-0.6.0.ebuild
deleted file mode 100644
index d773faec3821..
--- a/gui-libs/neatvnc/neatvnc-0.6.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Liberally licensed VNC server library with a clean interface"
-HOMEPAGE="https://github.com/any1/neatvnc/";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/any1/neatvnc.git";
-else
-   SRC_URI="https://github.com/any1/neatvnc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="examples gbm h264 jpeg ssl test tracing"
-REQUIRED_USE="h264? ( gbm )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   =dev-libs/aml-0.3*
-   sys-libs/zlib
-   x11-libs/pixman
-   gbm? ( media-libs/mesa )
-   h264? (
-   media-video/ffmpeg:=
-   x11-libs/libdrm
-   )
-   jpeg? ( media-libs/libjpeg-turbo:= )
-   ssl? ( net-libs/gnutls:= )
-   tracing? ( dev-debug/systemtap )
-"
-DEPEND="
-   ${RDEPEND}
-   x11-libs/libdrm
-"
-BDEPEND="
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use examples)
-   $(meson_use test tests)
-   $(meson_feature jpeg)
-   $(meson_feature ssl tls)
-   $(meson_use tracing systemtap)
-   $(meson_feature gbm)
-   $(meson_feature h264)
-   )
-   meson_src_configure
-}



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

2024-03-16 Thread Arthur Zamarin
commit: 1840be633e2bc2cf0b28c726b88a848714087b22
Author: Alfred Wingate  protonmail  com>
AuthorDate: Sun Feb 25 18:16:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:31:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1840be63

gui-apps/wayvnc: add 0.8.0

Closes: https://bugs.gentoo.org/925499
Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35524
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-apps/wayvnc/Manifest   |  1 +
 .../wayvnc/{wayvnc-.ebuild => wayvnc-0.8.0.ebuild} | 14 +-
 gui-apps/wayvnc/wayvnc-.ebuild | 14 +-
 3 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/gui-apps/wayvnc/Manifest b/gui-apps/wayvnc/Manifest
index 22d08d70cfdd..f7e62e9d5925 100644
--- a/gui-apps/wayvnc/Manifest
+++ b/gui-apps/wayvnc/Manifest
@@ -1 +1,2 @@
 DIST wayvnc-0.7.2.tar.gz 89948 BLAKE2B 
09e3e266619d796b9bac5e566c4b9bc3a51ce49f96485a56500524bda504aefe20b1f8d747cdbd29b1e295a72aa8bc719af8770818bf64e1c22ead1b88750fac
 SHA512 
2c37c8b20d24ace47c73ad552dbb812601657ae7c699f0a3e9319eff486c8157f6a1fcb072b5badd323c1886723dd0e720bbcdbdfc7091f3706f7283ad240d14
+DIST wayvnc-0.8.0.tar.gz 101120 BLAKE2B 
c4d6a338bdc4d6672e6238f4d0364294a29c69e2b034ea03c90b36f6280fc8f6d2a35101fa5650a75be4b2d360b402d913c787e86088bd11188e8e38f4380873
 SHA512 
88971d276cf6695a446fc746fa1eae1f4df2b5ba42cabf7b7c57481a89af95fe60fce5e1c92bc10e4c871bf561da0d9bb2117418e971a9b4bc6f46b9e53db74d

diff --git a/gui-apps/wayvnc/wayvnc-.ebuild 
b/gui-apps/wayvnc/wayvnc-0.8.0.ebuild
similarity index 87%
copy from gui-apps/wayvnc/wayvnc-.ebuild
copy to gui-apps/wayvnc/wayvnc-0.8.0.ebuild
index 9cd27cb65ace..5c0626f790cf 100644
--- a/gui-apps/wayvnc/wayvnc-.ebuild
+++ b/gui-apps/wayvnc/wayvnc-0.8.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -24,17 +24,21 @@ RDEPEND="
=dev-libs/aml-0.3*
dev-libs/jansson:=
dev-libs/wayland
-   =gui-libs/neatvnc-0.7*[tracing?]
-   media-libs/mesa:=[egl(+),gles2,gbm(+)?]
+   =gui-libs/neatvnc-0.8*
+   media-libs/mesa[egl(+),gles2,gbm(+)?]
+   x11-libs/libdrm
x11-libs/libxkbcommon
x11-libs/pixman
pam? ( sys-libs/pam )
tracing? ( dev-debug/systemtap )
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/wayland-protocols
+"
 BDEPEND="
app-text/scdoc
-   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
virtual/pkgconfig
 "
 

diff --git a/gui-apps/wayvnc/wayvnc-.ebuild 
b/gui-apps/wayvnc/wayvnc-.ebuild
index 9cd27cb65ace..5c0626f790cf 100644
--- a/gui-apps/wayvnc/wayvnc-.ebuild
+++ b/gui-apps/wayvnc/wayvnc-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -24,17 +24,21 @@ RDEPEND="
=dev-libs/aml-0.3*
dev-libs/jansson:=
dev-libs/wayland
-   =gui-libs/neatvnc-0.7*[tracing?]
-   media-libs/mesa:=[egl(+),gles2,gbm(+)?]
+   =gui-libs/neatvnc-0.8*
+   media-libs/mesa[egl(+),gles2,gbm(+)?]
+   x11-libs/libdrm
x11-libs/libxkbcommon
x11-libs/pixman
pam? ( sys-libs/pam )
tracing? ( dev-debug/systemtap )
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/wayland-protocols
+"
 BDEPEND="
app-text/scdoc
-   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
virtual/pkgconfig
 "
 



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

2024-03-16 Thread Julien Roy
commit: 052d057df28ee905ae5119e2a8be1dba1c67b62c
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Mar 16 19:08:34 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Mar 16 19:08:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=052d057d

dev-python/restrictedpython: treeclean

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

 dev-python/restrictedpython/Manifest   |  2 --
 dev-python/restrictedpython/metadata.xml   | 22 --
 .../restrictedpython/restrictedpython-6.2.ebuild   | 27 --
 .../restrictedpython/restrictedpython-7.0.ebuild   | 27 --
 4 files changed, 78 deletions(-)

diff --git a/dev-python/restrictedpython/Manifest 
b/dev-python/restrictedpython/Manifest
deleted file mode 100644
index 959d4c633a..00
--- a/dev-python/restrictedpython/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST restrictedpython-6.2.gh.tar.gz 442788 BLAKE2B 
cac63465192d425dc2b18a787fe4e75749f19768bbcb3be921512ccf0558e30f8ab3f8a89c36b77d370ae2c160b5aba4e9481ad66c36909b7189559c20a532fe
 SHA512 
a9947830b66e449881b7d22e4716adb863f20726a6e1f61f4f84396ae88b2c461c084f56ca78c3aa072953c53ba776788aa41ec8415714ba02b1b4c8370bf6fb
-DIST restrictedpython-7.0.gh.tar.gz 440788 BLAKE2B 
c71a70ce4f71b92d87e2bdab157cba4327227da6f1be226df573c25268cbd1afbde608ffcc5d8deb6cbe063244d7611bc8792c6e17ce495c50c5812527674e2e
 SHA512 
844614071e5bdbdd2646160207d4f5452305620930e0b260a1ba9c39f76672f26a16b7ce16f21186d9cfddc12f367758bec09c4cac40f4f4fc8f9164278631e9

diff --git a/dev-python/restrictedpython/metadata.xml 
b/dev-python/restrictedpython/metadata.xml
deleted file mode 100644
index bcedbcaa78..00
--- a/dev-python/restrictedpython/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   Julien Roy
-   jul...@jroy.ca
-   
-   
-   RestrictedPython is a tool that helps to define a subset of the 
Python language which allows to provide a program input into a trusted 
environment. RestrictedPython is not a sandbox system or a secured environment, 
but it helps to define a trusted environment and execute untrusted code inside 
of it.
-   
-   
-   
-   Zope Foundation and Contributors
-   zope-...@zope.org
-   
-   
https://github.com/zopefoundation/RestrictedPython/issues
-   
https://github.com/zopefoundation/RestrictedPython/blob/master/CHANGES.rst
-   http://restrictedpython.readthedocs.io
-   zopefoundation/RestrictedPython
-   RestrictedPython
-   
-

diff --git a/dev-python/restrictedpython/restrictedpython-6.2.ebuild 
b/dev-python/restrictedpython/restrictedpython-6.2.ebuild
deleted file mode 100644
index 2f057f27b5..00
--- a/dev-python/restrictedpython/restrictedpython-6.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A restricted execution environment for Python to run untrusted 
code"
-HOMEPAGE="https://github.com/zopefoundation/RestrictedPython";
-SRC_URI="https://github.com/zopefoundation/RestrictedPython/archive/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-S="${WORKDIR}/RestrictedPython-${PV}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   doc? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest

diff --git a/dev-python/restrictedpython/restrictedpython-7.0.ebuild 
b/dev-python/restrictedpython/restrictedpython-7.0.ebuild
deleted file mode 100644
index 2f057f27b5..00
--- a/dev-python/restrictedpython/restrictedpython-7.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A restricted execution environment for Python to run untrusted 
code"
-HOMEPAGE="https://github.com/zopefoundation/RestrictedPython";
-SRC_URI="https://github.com/zopefoundation/RestrictedPython/archive/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-S="${WORKDIR}/RestrictedPython-${PV}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   doc? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: app-containers/pods/

2024-03-16 Thread Julien Roy
commit: 1032ad959ce5f3c74a5867bcb1c3cb16e1c3
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Mar 16 19:29:41 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Mar 16 19:32:11 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1032ad95

app-containers/pods: add missing dependencies

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

 app-containers/pods/Manifest   |  2 +-
 ...1.0_pre20240215.ebuild => pods-2.1.0_pre20240215-r1.ebuild} | 10 ++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/app-containers/pods/Manifest b/app-containers/pods/Manifest
index 23030d6c0e..652eff57d4 100644
--- a/app-containers/pods/Manifest
+++ b/app-containers/pods/Manifest
@@ -183,7 +183,7 @@ DIST piper-0.2.1.crate 15878 BLAKE2B 
bf63206c72b08a87da7ec5949124bb2742ec0aadb11
 DIST pkg-config-0.3.30.crate 20613 BLAKE2B 
e14dd544612f74b038bc7d279d629034237946c261e3e97621d6ac910a12f4fa4e75932dbd5d3339e62325d0ccf33002b07f04b0523f93d2bd3b1a919841ba66
 SHA512 
e4bce232e1e1cbb17d1c08c3de4dd12613f5a5238f831c2a765b6ede9b494e647d2416a7d9a0c926104e24066dd1b38df8df98a6c55d62f25060f80eb33d064d
 DIST podman-api-rs-f35e6f9f9fdb9d9023aed341252c16c0ad9796d1.gh.tar.gz 120206 
BLAKE2B 
5cd864be50faca984a88b097ce0a016bb05c313224dd0576ac345a335f46b42236a2f206084ce2b349e8af1c2223d8fb6e59145b9f45cdd903a44235d53d173a
 SHA512 
432d8e9414935ce971f59aa9f04dbaf38761fe7263164e07a0d6b8e91485427e603bfe54d0386a594d19b726408154e852c372c6fa73cf1134523b93accf9ed7
 DIST podman-api-stubs-0.9.0.crate 53878 BLAKE2B 
acb91b7ed3541a539a434afe9866dc2b14bf7a028db301619bda495c181a9d06db7700d82aa507a2cbf9e30264d113be696c086fdc8a48c6314478d7a9ead763
 SHA512 
448cb1f8d1b65aeed809f70777363636f348802edbcddc4dc93be152851065e4b443dbf069d513da5a2bd4dec1bb38bf4101686e68657fdabb7bc21abcad5b4c
-DIST pods-2.1.0_pre20240215.gh.tar.gz 1529740 BLAKE2B 
feadb6a92bdf32fcb46314ad678eab237ac036f09c09cd03a3ecd32290f3db2dcd4e8abc036ccd755f68a32c22caa331ffd5f85f537bc660ab8d213bd7a9a471
 SHA512 
ad042f0cc83972e34e77107d3c3ba88152bb817ba849f4d55c2c260c3196eb6fc93d51a46dfe943b487c3ac57285cdb63438aca3671c0b5b65daabd8b791e213
+DIST pods-2.1.0_pre20240215-r1.gh.tar.gz 1529740 BLAKE2B 
feadb6a92bdf32fcb46314ad678eab237ac036f09c09cd03a3ecd32290f3db2dcd4e8abc036ccd755f68a32c22caa331ffd5f85f537bc660ab8d213bd7a9a471
 SHA512 
ad042f0cc83972e34e77107d3c3ba88152bb817ba849f4d55c2c260c3196eb6fc93d51a46dfe943b487c3ac57285cdb63438aca3671c0b5b65daabd8b791e213
 DIST polling-2.8.0.crate 43554 BLAKE2B 
8fc5986db7c34989954bbe84bd69d1f61c59b890d4e5fd21a20f3861bad750aafe2d1a89b3181df97f3659f1a6c980a92e43dcb9ef9e1de3881518024caa6f58
 SHA512 
c22dc35f39f374f21483c987d43108472dbfc291508e3f5e1d76e2c466f40b396b1ba7c222db5e5a2c0e670e83b4c34e0fbb5c3e93d86435b8a2ebb0890471a2
 DIST polling-3.4.0.crate 56336 BLAKE2B 
a6dd890abdc3d62587c79188db6e4a50b6af4544df10ae93fa8301595a3679bf482ec5c4f280cd6a313ce67b8ee28cf931d557021efac1a3ebd8c7cd75454c6f
 SHA512 
3e62fa4f498d386dd6710bb14474e6e5e3aa6a4759b45cee16051945fce9710068eb7d36171c6d8108c75b394c01531b031461e8254131b36a5deead1d153842
 DIST powerfmt-0.2.0.crate 15165 BLAKE2B 
a3e1ce63f5866f75526eeb749bec6607e42cb495bbb953082cde7e98e6aa429ecaa41889d98ff7ed4cf5031258b4f7e0553ff8fc435b3b6f8b4ef2b6d53d9b61
 SHA512 
0623f92e4d6ab284b3f6dae58220d79d9185df4a738999d68040c50d72fe0380d70358cb622f079c629bab53bb03c6e085e165d5bddfbeea84245864fed90029

diff --git a/app-containers/pods/pods-2.1.0_pre20240215.ebuild 
b/app-containers/pods/pods-2.1.0_pre20240215-r1.ebuild
similarity index 98%
rename from app-containers/pods/pods-2.1.0_pre20240215.ebuild
rename to app-containers/pods/pods-2.1.0_pre20240215-r1.ebuild
index 181e6c9a60..034f144801 100644
--- a/app-containers/pods/pods-2.1.0_pre20240215.ebuild
+++ b/app-containers/pods/pods-2.1.0_pre20240215-r1.ebuild
@@ -343,6 +343,16 @@ LICENSE+="
 SLOT="0"
 KEYWORDS="~amd64"
 
+RDEPEND="
+   gui-libs/gtksourceview
+   gui-libs/vte
+"
+DEPEND="
+   dev-libs/glib
+   gui-libs/gtk
+   gui-libs/libadwaita
+"
+
 # Rust
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 



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

2024-03-16 Thread Julien Roy
commit: 8ab83526bae0db51406bf6e1f4f2f2b01fa3df20
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Mar 16 19:24:02 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Mar 16 19:24:02 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ab83526

dev-python/tulir-telethon: add 1.35.0_alpha1

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

 dev-python/tulir-telethon/Manifest |  1 +
 .../tulir-telethon-1.35.0_alpha1.ebuild| 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/tulir-telethon/Manifest 
b/dev-python/tulir-telethon/Manifest
index 893459c3f4..1010d67be6 100644
--- a/dev-python/tulir-telethon/Manifest
+++ b/dev-python/tulir-telethon/Manifest
@@ -1,2 +1,3 @@
 DIST tulir-telethon-1.34.0a2.tar.gz 575337 BLAKE2B 
e76172e38ab22383a584e18ac376cf1aaf5f9ae54428ed09e9cd99f7707b45aa11f5f2da5e601baa998d75e2df6fc036fb03516cf911d80241c3d82f83c439e4
 SHA512 
bc20db27b4d32675e38386a95b610be21ba83dead18a27907ff0673afc5f2d93002a4e79e62d7ac1f8d18d784c3e0904c760ea9b7fc93f88417c04197d5d7ab6
 DIST tulir-telethon-1.34.0a3.tar.gz 577740 BLAKE2B 
2759d72ff83ee27e7f22b756099d9fd312026e6c28417a3a9243f8be941ff01997a2794324ecee8d71864c240ea7adc9770c04b12b0302c4d3b5a34ec26e3dd5
 SHA512 
f197a8b6192266da628750776863fda125d29530ce7bdfda1f65845ba8b6bcb95fa32cfb810e4b72b6c1825b20f9e2d794b3b5d2226a91589c4f03493ee3d490
+DIST tulir-telethon-1.35.0a1.tar.gz 590359 BLAKE2B 
e145d6c89f7c465c308994c3646fcdd2e99941c37b3ba0be170f8784b0d8e18b5b513fad9b52e8d706532e359649d3368759f6d4676438c200882902a8a5be83
 SHA512 
17199aea16ede2051583cac857bac65b23301273f64e157c29acca142c7fe4bb9d3ea8d147c121a095b7a30c0bb92eab83aee3946093168ca5096fa84c9d4167

diff --git a/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild 
b/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild
new file mode 100644
index 00..4e216ff22c
--- /dev/null
+++ b/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYPI_NO_NORMALIZE=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+MY_PV="${PV/_alph/}"
+DESCRIPTION="Pure Python 3 MTProto API Telegram client library, for bots too!"
+HOMEPAGE="https://github.com/tulir/Telethon/";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/cryptg[${PYTHON_USEDEP}]
+   dev-python/hachoir[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyaes[${PYTHON_USEDEP}]
+   dev-python/PySocks[${PYTHON_USEDEP}]
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2024-03-16 Thread Arthur Zamarin
commit: 2c73b05b79a373ac28c0882fbd88ff7c5404059c
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:43:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c73b05b

gui-apps/wf-shell: add 0.8.1

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-apps/wf-shell/Manifest  |  1 +
 gui-apps/wf-shell/wf-shell-0.8.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/gui-apps/wf-shell/Manifest b/gui-apps/wf-shell/Manifest
index b85a8c694114..68143c24636f 100644
--- a/gui-apps/wf-shell/Manifest
+++ b/gui-apps/wf-shell/Manifest
@@ -1,2 +1,3 @@
 DIST wf-shell-0.7.0.tar.xz 9014840 BLAKE2B 
f2e1ffb76de79db580227ddefc10c9f3431c92f77e6519da1102e7c4456bb30c4f25c82570a5b2796985dac00be65f9428ac6682e80920ed22359f63e3e6a84d
 SHA512 
3d72c5d399280ee9da841a417faf696f8baa40edc1040bc1f354f113a8e431dbab428c93928b1d3faa520e35211345cabb5c70f55e10cfb7a4c321a6db19df90
 DIST wf-shell-0.8.0.tar.xz 9100508 BLAKE2B 
0867f9968fca25d183fb912e01afc55ae6c9e3a0645eb63b2622ed53bb5d6538827a8e1bb6c68be4885f0c1513e76f0fd8f580402885bfa49dcbc7a0b8b02b49
 SHA512 
cdaebb4aabcfcb4a4d2ef0f7845348892e5731cc44417861b958d3f067f19b6bab002845d7663ef50f57e462664ff1ca0cdab74257109211db8fa20a47ef53ae
+DIST wf-shell-0.8.1.tar.xz 9161772 BLAKE2B 
d778b2ed214dbb1b072400a85021d3ef4e590bc707417cf2de486c9211fdf3d1fa1c14d786363bc7dd4daeeb39406d6aa2e2c3c0b607cb9b6c87151d330a3983
 SHA512 
b0d283dee712ed01bdabb373f8144e6c231aa68669be8851e6603678972d9f2bdcadda773df49510c902f8e8845fdb767f9da65356640fe37843dd92d0c240f2

diff --git a/gui-apps/wf-shell/wf-shell-0.8.1.ebuild 
b/gui-apps/wf-shell/wf-shell-0.8.1.ebuild
new file mode 100644
index ..dfc67326dbca
--- /dev/null
+++ b/gui-apps/wf-shell/wf-shell-0.8.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Compiz like 3D wayland compositor"
+HOMEPAGE="https://github.com/WayfireWM/wf-shell";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/WayfireWM/wf-shell.git";
+   SLOT="0/0.8"
+else
+   
SRC_URI="https://github.com/WayfireWM/wf-shell/releases/download/v${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   SLOT="0/$(ver_cut 1-2)"
+fi
+
+LICENSE="MIT"
+IUSE="+pulseaudio"
+
+# no tests
+RESTRICT="test"
+
+DEPEND="
+   dev-cpp/gtkmm:3.0[wayland]
+   dev-libs/gobject-introspection
+   dev-libs/libdbusmenu[gtk3]
+   >=gui-libs/gtk-layer-shell-0.6
+   dev-libs/wayland
+   >=gui-libs/wf-config-0.8.0
+   gui-wm/wayfire
+   pulseaudio? ( media-libs/libpulse )
+"
+RDEPEND="${DEPEND}
+   gui-apps/wayland-logout
+"
+BDEPEND="
+   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
+   virtual/pkgconfig
+"
+
+src_configure () {
+   local emesonargs=(
+   "$(meson_feature pulseaudio pulse)"
+   -Dwayland-logout=false
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/

2024-03-16 Thread Arthur Zamarin
commit: 4afb75c3e499e6957e81aaca2cfa1f9312b453aa
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:51:21 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afb75c3

gui-libs/wayfire-plugins-extra: update live ebuild

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../wayfire-plugins-extra-.ebuild   | 17 +
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-.ebuild 
b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-.ebuild
index 245409005bf2..72311100c56b 100644
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-.ebuild
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,10 +11,10 @@ 
HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra";
 if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git";
-   SLOT="0/"
+   SLOT="0/0.9"
 else

SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64"
SLOT="0/$(ver_cut 1-2)"
 fi
 
@@ -23,12 +23,21 @@ LICENSE="MIT"
 # no tests
 RESTRICT="test"
 
+WAYFIRE_REVDEP="
+   dev-libs/glib:2
+   dev-libs/libsigc++:2
+   gui-libs/wf-config:=
+   gui-libs/wlroots:=
+   x11-libs/cairo
+"
+
 DEPEND="
+   ${WAYFIRE_REVDEP}
dev-cpp/glibmm:2
dev-cpp/nlohmann_json
dev-libs/libevdev
dev-libs/wayland
-   gui-wm/wayfire:${SLOT}
+   >=gui-wm/wayfire-0.9.0
 "
 RDEPEND="${DEPEND}"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/

2024-03-16 Thread Arthur Zamarin
commit: 538da4725a2ca2c9a29638d8c8cda4ed6f388cfe
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:49:34 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538da472

gui-libs/wayfire-plugins-extra: drop 0.7.5

Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35748
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-libs/wayfire-plugins-extra/Manifest|  1 -
 .../wayfire-plugins-extra-0.7.5.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/gui-libs/wayfire-plugins-extra/Manifest 
b/gui-libs/wayfire-plugins-extra/Manifest
index 7f5dba79ed57..65a399352a88 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1,3 +1,2 @@
-DIST wayfire-plugins-extra-0.7.5.tar.xz 75136 BLAKE2B 
7ffbb73f09175cc92f09b8a3f0493942741564278f95ff1d80066044b02ce4ceb925919ddb54fc6a37676b925d95ea7f93d09c6b0ccd448c6e9b821106d6e3ea
 SHA512 
9cc816c3c727b0093fd15ef52dea215598b4c49ef96c098f53938c041b3908b30f4dd616be4b459b7382d630a47b36baf845c24de84f35670ba2912711205911
 DIST wayfire-plugins-extra-0.8.0.tar.xz 70324 BLAKE2B 
f8f46782e31f170eb566567f50d302df4db23fbeb29c71569624a7f79c2bbcfcf48b070e7b55bf1880a9cd02afe78783d6680c457e466d765eb0db72f4b1f61b
 SHA512 
8105fea3d8405a88d8c872c1012dadfab55f987a8ff8401f5caeec155214727021cbc7cfaba71c5ee3bc869caf136dcd78c189921c2f41a938b8552962f1597c
 DIST wayfire-plugins-extra-0.8.1.tar.xz 75908 BLAKE2B 
65c14281fd9738864f2d63f01250e6384cdf46929ee6df653a5614805b89686f0020799246d6caf16b8d45aa16a66f314e705ae96c37188d892d339875ed4c03
 SHA512 
ebe12545b0a0ca1c443f334b9bfa31d1f446636dbef2b91c280715ad58d8802ab129f6894959727c0b872558f799c973a158e679683f915a5ef89b67087eed01

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild 
b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
deleted file mode 100644
index c0a8a93d13b4..
--- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="extra plugins for wayfire"
-HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git";
-else
-   
SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
-   dev-cpp/glibmm:2
-   x11-libs/pixman
-   gnome-base/librsvg
-   >=gui-libs/wlroots-0.16.0:0/16
-   =gui-wm/wayfire-0.7.5
-   x11-libs/cairo
-   x11-libs/pixman
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-libs/wayland-protocols
-   virtual/pkgconfig
-"



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

2024-03-16 Thread Arthur Zamarin
commit: b028d744e65694a4f24440fcbf559bb0d3d98e65
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:35:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b028d744

gui-libs/wf-config: bump live subslot

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/gui-libs/wf-config/wf-config-.ebuild 
b/gui-libs/wf-config/wf-config-.ebuild
index 45a7d00fb05c..d01859840af0 100644
--- a/gui-libs/wf-config/wf-config-.ebuild
+++ b/gui-libs/wf-config/wf-config-.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/WayfireWM/wf-config";
 if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git";
-   SLOT="0/"
+   SLOT="0/0.9"
 else

SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"



[gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/

2024-03-16 Thread Arthur Zamarin
commit: 610f9d51123e6a2e6628f66bb9cd6a4993d24e8e
Author: Alfred Wingate  protonmail  com>
AuthorDate: Fri Mar 15 13:43:35 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610f9d51

gui-libs/wayfire-plugins-extra: add 0.8.1

* Drop ~x86 due to wayfire-0.8.1 wlroots drm backend requirement.

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-libs/wayfire-plugins-extra/Manifest|  1 +
 .../wayfire-plugins-extra-0.8.1.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/gui-libs/wayfire-plugins-extra/Manifest 
b/gui-libs/wayfire-plugins-extra/Manifest
index 2ea1d46e714f..7f5dba79ed57 100644
--- a/gui-libs/wayfire-plugins-extra/Manifest
+++ b/gui-libs/wayfire-plugins-extra/Manifest
@@ -1,2 +1,3 @@
 DIST wayfire-plugins-extra-0.7.5.tar.xz 75136 BLAKE2B 
7ffbb73f09175cc92f09b8a3f0493942741564278f95ff1d80066044b02ce4ceb925919ddb54fc6a37676b925d95ea7f93d09c6b0ccd448c6e9b821106d6e3ea
 SHA512 
9cc816c3c727b0093fd15ef52dea215598b4c49ef96c098f53938c041b3908b30f4dd616be4b459b7382d630a47b36baf845c24de84f35670ba2912711205911
 DIST wayfire-plugins-extra-0.8.0.tar.xz 70324 BLAKE2B 
f8f46782e31f170eb566567f50d302df4db23fbeb29c71569624a7f79c2bbcfcf48b070e7b55bf1880a9cd02afe78783d6680c457e466d765eb0db72f4b1f61b
 SHA512 
8105fea3d8405a88d8c872c1012dadfab55f987a8ff8401f5caeec155214727021cbc7cfaba71c5ee3bc869caf136dcd78c189921c2f41a938b8552962f1597c
+DIST wayfire-plugins-extra-0.8.1.tar.xz 75908 BLAKE2B 
65c14281fd9738864f2d63f01250e6384cdf46929ee6df653a5614805b89686f0020799246d6caf16b8d45aa16a66f314e705ae96c37188d892d339875ed4c03
 SHA512 
ebe12545b0a0ca1c443f334b9bfa31d1f446636dbef2b91c280715ad58d8802ab129f6894959727c0b872558f799c973a158e679683f915a5ef89b67087eed01

diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild 
b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild
new file mode 100644
index ..9a4704dc5c89
--- /dev/null
+++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="extra plugins for wayfire"
+HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git";
+   SLOT="0/0.8"
+else
+   
SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm64"
+   SLOT="0/$(ver_cut 1-2)"
+fi
+
+LICENSE="MIT"
+
+# no tests
+RESTRICT="test"
+
+WAYFIRE_REVDEP="
+   dev-libs/glib:2
+   dev-libs/libsigc++:2
+   gui-libs/wf-config:=
+   gui-libs/wlroots:=
+   x11-libs/cairo
+"
+
+DEPEND="
+   ${WAYFIRE_REVDEP}
+   dev-cpp/glibmm:2
+   dev-cpp/nlohmann_json
+   dev-libs/libevdev
+   dev-libs/wayland
+   >=gui-wm/wayfire-0.8.1
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=dev-libs/wayland-protocols-1.12
+   dev-util/wayland-scanner
+   virtual/pkgconfig
+"



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

2024-03-16 Thread Arthur Zamarin
commit: 973b3b148edc278adfda1fa473a033a1f420f5a1
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:53:19 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973b3b14

gui-apps/wcm: update live ebuild

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-apps/wcm/wcm-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gui-apps/wcm/wcm-.ebuild b/gui-apps/wcm/wcm-.ebuild
index 20dc340547dc..17a78aa75ac6 100644
--- a/gui-apps/wcm/wcm-.ebuild
+++ b/gui-apps/wcm/wcm-.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/WayfireWM/wcm";
 if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git";
-   SLOT="0/"
+   SLOT="0/0.9"
 else

SRC_URI="https://github.com/WayfireWM/wcm/releases/download/v${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~arm64 ~x86"
@@ -27,9 +27,9 @@ CDEPEND="
dev-libs/libxml2
dev-libs/wayland
dev-cpp/gtkmm:3.0[wayland]
-   gui-apps/wf-shell:${SLOT}
-   gui-libs/wf-config:${SLOT}
-   gui-wm/wayfire:${SLOT}
+   gui-apps/wf-shell
+   >=gui-libs/wf-config-0.6.0
+   gui-wm/wayfire
x11-libs/libxkbcommon
 "
 RDEPEND="${CDEPEND}"



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

2024-03-16 Thread Arthur Zamarin
commit: 25e6c5f39257e9bbfb166f763a2c18000c0fc1b6
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:47:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e6c5f3

gui-wm/wayfire: drop 0.7.5-r1, 0.8.0

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-wm/wayfire/Manifest|   1 -
 gui-wm/wayfire/files/wayfire-0.7.5-gcc13.patch |  25 
 gui-wm/wayfire/wayfire-0.7.5-r1.ebuild | 116 ---
 gui-wm/wayfire/wayfire-0.8.0.ebuild| 153 -
 4 files changed, 295 deletions(-)

diff --git a/gui-wm/wayfire/Manifest b/gui-wm/wayfire/Manifest
index 60931f638e27..45e2431c82bb 100644
--- a/gui-wm/wayfire/Manifest
+++ b/gui-wm/wayfire/Manifest
@@ -1,3 +1,2 @@
-DIST wayfire-0.7.5.tar.xz 781952 BLAKE2B 
10f4927d793ad2f8047ab5608db72bb5988fbb4df805dc65a87b011453729109ca0b3a92cf89e867266fae52268e1e2ac452bbd6efcc81e8f1a0c0640008adc1
 SHA512 
fce6d4c81fa3675df1e656f8bf504f7fc9d1b7104687bcc6d669950582f46bd0ad084c6a487434077df029438243cd91cf6ec60dc7d584b40bfd7a4c8d069f53
 DIST wayfire-0.8.0.tar.xz 828576 BLAKE2B 
4d80a0d43061a4564d45f7c077fd97737b426c4036c12f004815dbad120f51b38b2fac9a010e2df27a6a96205cd0dcceb81864bdccbd6e337d81f6c37926e019
 SHA512 
fab55f6112c462312edf43d41b29f476d493449eca8f0c5cfee8f3aae73dcb98be46c589fc23d10d961f738bdf6d1fe78286b4c96e1dfdc8b1b898d998a9
 DIST wayfire-0.8.1.tar.xz 856364 BLAKE2B 
1b596b28878789ca26eeb57c6c24e0b69508731de2144e1477f8071b41f17757b2125f2f4f99670ca8b7f85172a9f641b9be1f9190eeff5b261bcc2df1bec4ab
 SHA512 
7bce5656b6a7a7fe53b37492465dee3e591eb38fdd3d6876f4a589f059510fb2d0c0a326df260ca6a293edf4ba43bb55f813e85d4d2d38d6ef1319280254

diff --git a/gui-wm/wayfire/files/wayfire-0.7.5-gcc13.patch 
b/gui-wm/wayfire/files/wayfire-0.7.5-gcc13.patch
deleted file mode 100644
index 0ee64c93..
--- a/gui-wm/wayfire/files/wayfire-0.7.5-gcc13.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-https://github.com/WayfireWM/wf-utils/pull/5
-
-From 57460e364f6a1e5bdbad424e8cc576e346c8b7b6 Mon Sep 17 00:00:00 2001
-From: Sam James 
-Date: Tue, 18 Apr 2023 08:26:50 +0100
-Subject: [PATCH] Fix build with GCC 13
-
-GCC 13 (as usual for new compiler releases) shuffles around some internal 
includes so some
-are no longer transitively included.
-
-See https://gnu.org/software/gcc/gcc-13/porting_to.html.
-
-Bug: https://bugs.gentoo.org/895570
-Closes: https://github.com/WayfireWM/wayfire/issues/1758
 a/subprojects/wf-utils/wayfire/rule/lambda_rule.cpp
-+++ b/subprojects/wf-utils/wayfire/rule/lambda_rule.cpp
-@@ -1,6 +1,7 @@
- #include "wayfire/rule/lambda_rule.hpp"
- #include "wayfire/condition/condition.hpp"
- #include 
-+#include 
- #include 
- #include 
- #include 
-

diff --git a/gui-wm/wayfire/wayfire-0.7.5-r1.ebuild 
b/gui-wm/wayfire/wayfire-0.7.5-r1.ebuild
deleted file mode 100644
index eed7d341eeca..
--- a/gui-wm/wayfire/wayfire-0.7.5-r1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="compiz like 3D wayland compositor"
-HOMEPAGE="https://github.com/WayfireWM/wayfire";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git";
-else
-   
SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+gles +system-wfconfig +system-wlroots X"
-
-DEPEND="
-   dev-libs/libinput:=
-   dev-libs/wayland
-   gui-libs/gtk-layer-shell
-   media-libs/glm
-   media-libs/mesa:=[gles2,wayland,X?]
-   media-libs/libglvnd[X?]
-   media-libs/libjpeg-turbo:=
-   media-libs/libpng:=
-   media-libs/freetype:=[X?]
-   x11-libs/libdrm
-   x11-libs/gtk+:3=[wayland,X?]
-   x11-libs/cairo[X?,svg(+)]
-   x11-libs/libxkbcommon[X?]
-   x11-libs/pango
-   x11-libs/pixman
-   X? (
-   x11-base/xwayland
-   x11-libs/libxcb
-   )
-"
-
-if [[ ${PV} ==  ]] ; then
-   DEPEND+="
-   system-wfconfig? ( ~gui-libs/wf-config-:= )
-   !system-wfconfig? ( !gui-libs/wf-config )
-   system-wlroots? ( 
~gui-libs/wlroots-:=[drm(+),libinput(+),x11-backend,X?] )
-   !system-wlroots? ( !gui-libs/wlroots )
-   "
-else
-   DEPEND+="
-   system-wfconfig? (
-   >=gui-libs/wf-config-0.7.1
-   =gui-libs/wlroots-0.16.0:0/16[drm(+),libinput(+),x11-backend,X?]
-   )
-   !system-wlroots? ( !gui-libs/wlroots )
-   "
-fi
-
-RDEPEND="
-   ${DEPEND}
-   x11-misc/xkeyboard-config
-"
-
-BDEPEND="
-   dev-libs/wayland-protocols
-   virt

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

2024-03-16 Thread Arthur Zamarin
commit: 4432f49d20c562877f92bddef6f60121517792cf
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:51:59 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4432f49d

gui-apps/wcm: drop 0.7.5

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-apps/wcm/Manifest |  1 -
 gui-apps/wcm/wcm-0.7.5.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/wcm/Manifest b/gui-apps/wcm/Manifest
index 835c3c6d5818..d76c7232f96b 100644
--- a/gui-apps/wcm/Manifest
+++ b/gui-apps/wcm/Manifest
@@ -1,2 +1 @@
-DIST wcm-0.7.5.tar.xz 394096 BLAKE2B 
cf0fe0d1c1e1fa2660a28a61cd9d52ac6fa3c9cceab43788b75f4359e1495dd2ddd767cb1f030afec4dadc2b7ef3c260ba83566a70a794dee8d3bb34427754fd
 SHA512 
d41def6cd002405c5fe81502cd19fb958399d25709e35fd5ffdfb862d6c5011f75c9ddf9110b40519a570457870ed2290c92c96f29a3be7db1e7802e122ebbe2
 DIST wcm-0.8.0.tar.xz 430960 BLAKE2B 
4d845edc631bda6b3fbee181d64897b366f4e73af7fef0e912f0a5dc9c7db4dc731319b6c25ce3e2206cc05c908ee402e01ed914cba4ccc63b0d52b9980b7414
 SHA512 
43d863cfd44dc10874f6ac0c511cd07d84721c53955315fb6eed54ba5f6ac9ebcdcf19e515639deafb333d8e45d95ce8e5222ce1d3344fc7d72f09b018bf517e

diff --git a/gui-apps/wcm/wcm-0.7.5.ebuild b/gui-apps/wcm/wcm-0.7.5.ebuild
deleted file mode 100644
index 148198d43d91..
--- a/gui-apps/wcm/wcm-0.7.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="Wayfire Config Manager"
-HOMEPAGE="https://github.com/WayfireWM/wcm";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git";
-else
-   
SRC_URI="https://github.com/WayfireWM/wcm/releases/download/v${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
-   dev-libs/libevdev
-   dev-libs/libxml2
-   dev-cpp/gtkmm:3.0[wayland]
-   >=gui-wm/wayfire-${PV%.*}
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   dev-libs/wayland-protocols
-   virtual/pkgconfig
-"



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

2024-03-16 Thread Arthur Zamarin
commit: e312ad721e81fe2929a97e4819ef4440afaa93d5
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:22:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e312ad72

gui-wm/wayfire: add 0.8.1

* Remove system-wfconfig and system-wlroots use flags, the default will
  be to use system wf-config and system wlroots. Now that upstream is more
  active and targets specific wlroots major releases the point of
  system-wlroots has gone. wf-config has the same upstream so using a
  bundled version doesn't have much rationale.
* Drop x86 keyword, wlroots-17 drm backend is unavailable for x86 and wayfire
  expects the backend unconditionally in its api.

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-wm/wayfire/Manifest |   1 +
 gui-wm/wayfire/wayfire-0.8.1.ebuild | 105 
 2 files changed, 106 insertions(+)

diff --git a/gui-wm/wayfire/Manifest b/gui-wm/wayfire/Manifest
index a9f7fe0b996e..60931f638e27 100644
--- a/gui-wm/wayfire/Manifest
+++ b/gui-wm/wayfire/Manifest
@@ -1,2 +1,3 @@
 DIST wayfire-0.7.5.tar.xz 781952 BLAKE2B 
10f4927d793ad2f8047ab5608db72bb5988fbb4df805dc65a87b011453729109ca0b3a92cf89e867266fae52268e1e2ac452bbd6efcc81e8f1a0c0640008adc1
 SHA512 
fce6d4c81fa3675df1e656f8bf504f7fc9d1b7104687bcc6d669950582f46bd0ad084c6a487434077df029438243cd91cf6ec60dc7d584b40bfd7a4c8d069f53
 DIST wayfire-0.8.0.tar.xz 828576 BLAKE2B 
4d80a0d43061a4564d45f7c077fd97737b426c4036c12f004815dbad120f51b38b2fac9a010e2df27a6a96205cd0dcceb81864bdccbd6e337d81f6c37926e019
 SHA512 
fab55f6112c462312edf43d41b29f476d493449eca8f0c5cfee8f3aae73dcb98be46c589fc23d10d961f738bdf6d1fe78286b4c96e1dfdc8b1b898d998a9
+DIST wayfire-0.8.1.tar.xz 856364 BLAKE2B 
1b596b28878789ca26eeb57c6c24e0b69508731de2144e1477f8071b41f17757b2125f2f4f99670ca8b7f85172a9f641b9be1f9190eeff5b261bcc2df1bec4ab
 SHA512 
7bce5656b6a7a7fe53b37492465dee3e591eb38fdd3d6876f4a589f059510fb2d0c0a326df260ca6a293edf4ba43bb55f813e85d4d2d38d6ef1319280254

diff --git a/gui-wm/wayfire/wayfire-0.8.1.ebuild 
b/gui-wm/wayfire/wayfire-0.8.1.ebuild
new file mode 100644
index ..a5e655f6d398
--- /dev/null
+++ b/gui-wm/wayfire/wayfire-0.8.1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="compiz like 3D wayland compositor"
+HOMEPAGE="https://github.com/WayfireWM/wayfire";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git";
+   SLOT="0/0.8"
+else
+   
SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm64 ~riscv"
+   SLOT="0/$(ver_cut 1-2)"
+fi
+
+LICENSE="MIT"
+IUSE="+gles test X"
+RESTRICT="!test? ( test )"
+
+# bundled wlroots has the following dependency string according to included 
headers.
+# wlroots[drm,gles2-renderer,libinput,x11-backend?,X?]
+# enable x11-backend with X and vice versa
+CDEPEND="
+   dev-cpp/nlohmann_json
+   dev-libs/glib:2
+   dev-libs/libevdev
+   >=dev-libs/libinput-1.7.0:=
+   dev-libs/wayland
+   >=dev-libs/wayland-protocols-1.12
+   gui-libs/wf-config:${SLOT}
+   gui-libs/wlroots:0/17[drm(+),libinput(+),x11-backend,X?]
+   media-libs/glm
+   media-libs/libglvnd
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   x11-libs/cairo
+   x11-libs/libxkbcommon
+   x11-libs/pango
+   x11-libs/pixman
+   X? (
+   x11-libs/libxcb:=
+   )
+"
+
+RDEPEND="
+   ${CDEPEND}
+   x11-misc/xkeyboard-config
+"
+DEPEND="
+   ${CDEPEND}
+   test? ( dev-cpp/doctest )
+"
+BDEPEND="
+   dev-util/wayland-scanner
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   sed -e "s:@EPREFIX@:${EPREFIX}:" \
+   "${FILESDIR}"/wayfire-session > "${T}"/wayfire-session || die
+   sed -e "s:@EPREFIX@:${EPREFIX}:" \
+   "${FILESDIR}"/wayfire-session.desktop > 
"${T}"/wayfire-session.desktop || die
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature test tests)
+   $(meson_feature X xwayland)
+   $(meson_use gles enable_gles32)
+   -Duse_system_wfconfig=enabled
+   -Duse_system_wlroots=enabled
+   )
+
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   dobin "${T}"/wayfire-session
+
+   insinto "/usr/share/wayland-sessions/"
+   insopts -m644
+   doins wayfire.desktop
+   doins "${T}"/wayfire-session.desktop
+
+   insinto "/usr/share/wayfire/"
+   doins wayfire.ini
+}
+
+pkg_postinst() {
+   if [ -z "${REPLACING_VERSIONS}" ]; then
+   elog "Wayfire has been installed but the session cannot b

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

2024-03-16 Thread Arthur Zamarin
commit: 4652f3ad0abf7b039c765a2f98b107dd7005c0f0
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:49:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4652f3ad

gui-libs/wf-config: drop 0.7.1-r1

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-libs/wf-config/Manifest  |  1 -
 gui-libs/wf-config/wf-config-0.7.1-r1.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/gui-libs/wf-config/Manifest b/gui-libs/wf-config/Manifest
index 1959ca230d3e..9dd8238bdd6b 100644
--- a/gui-libs/wf-config/Manifest
+++ b/gui-libs/wf-config/Manifest
@@ -1,2 +1 @@
-DIST wf-config-0.7.1.tar.xz 39120 BLAKE2B 
b18048334df12b002391fe4a74529cb61df76a0678c9052f8ac91d777e8a48dae46b87680fb44630ebfb9a350dbac36b15bc81850341fa4cd6299c12f6fa057d
 SHA512 
d535a09a3465a54a607df7b8764ee6818ab8b83536d68c85167b282b95a176636e4bf5cda6c0d1638c07721a1f4208203e9d41b83675038fb590a535314df719
 DIST wf-config-0.8.0.tar.xz 41200 BLAKE2B 
d56cd04c18c2cd8c0bac86493ad662244bde0e9cce1caf81d0fff34d9f2df2470c1aa8c95fead9e91dd5793d570b01dc6ef99b1986b8658b06ef93156a1526f8
 SHA512 
79cca2429a39ee81f853043698c57fc08025634926773253cff73fc564dcf203335b4b861d82b60a769bbab7b07be6a7e181c9ea29ad98ce930de20f9723893f

diff --git a/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild 
b/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild
deleted file mode 100644
index a223d4b9907c..
--- a/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="library for managing wayfire configuration files"
-HOMEPAGE="https://github.com/WayfireWM/wf-config";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git";
-else
-   
SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-libs/libevdev
-   dev-libs/libxml2
-   media-libs/glm
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-libs/wayland-protocols
-   virtual/pkgconfig
-   test? ( dev-cpp/doctest )
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_feature test tests)
-   )
-
-   meson_src_configure
-}



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

2024-03-16 Thread Arthur Zamarin
commit: 94685761b3c93b2dfd40a8f90fe68b19ebefdf3b
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:47:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94685761

gui-apps/wf-shell: drop 0.7.0-r1

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-apps/wf-shell/Manifest |  1 -
 gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/gui-apps/wf-shell/Manifest b/gui-apps/wf-shell/Manifest
index 68143c24636f..f3a2a29bed5a 100644
--- a/gui-apps/wf-shell/Manifest
+++ b/gui-apps/wf-shell/Manifest
@@ -1,3 +1,2 @@
-DIST wf-shell-0.7.0.tar.xz 9014840 BLAKE2B 
f2e1ffb76de79db580227ddefc10c9f3431c92f77e6519da1102e7c4456bb30c4f25c82570a5b2796985dac00be65f9428ac6682e80920ed22359f63e3e6a84d
 SHA512 
3d72c5d399280ee9da841a417faf696f8baa40edc1040bc1f354f113a8e431dbab428c93928b1d3faa520e35211345cabb5c70f55e10cfb7a4c321a6db19df90
 DIST wf-shell-0.8.0.tar.xz 9100508 BLAKE2B 
0867f9968fca25d183fb912e01afc55ae6c9e3a0645eb63b2622ed53bb5d6538827a8e1bb6c68be4885f0c1513e76f0fd8f580402885bfa49dcbc7a0b8b02b49
 SHA512 
cdaebb4aabcfcb4a4d2ef0f7845348892e5731cc44417861b958d3f067f19b6bab002845d7663ef50f57e462664ff1ca0cdab74257109211db8fa20a47ef53ae
 DIST wf-shell-0.8.1.tar.xz 9161772 BLAKE2B 
d778b2ed214dbb1b072400a85021d3ef4e590bc707417cf2de486c9211fdf3d1fa1c14d786363bc7dd4daeeb39406d6aa2e2c3c0b607cb9b6c87151d330a3983
 SHA512 
b0d283dee712ed01bdabb373f8144e6c231aa68669be8851e6603678972d9f2bdcadda773df49510c902f8e8845fdb767f9da65356640fe37843dd92d0c240f2

diff --git a/gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild 
b/gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild
deleted file mode 100644
index c96b88373728..
--- a/gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Compiz like 3D wayland compositor"
-HOMEPAGE="https://github.com/WayfireWM/wf-shell";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git";
-else
-   
SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+pulseaudio"
-
-DEPEND="
-   dev-cpp/gtkmm:3.0=[wayland]
-   dev-libs/gobject-introspection
-   gui-libs/gtk-layer-shell
-   >=gui-wm/wayfire-${PV%.*}
-   pulseaudio? ( media-libs/libpulse )
-"
-RDEPEND="${DEPEND}
-   gui-apps/wayland-logout
-"
-BDEPEND="
-   dev-libs/wayland-protocols
-   dev-util/wayland-scanner
-   virtual/pkgconfig
-"
-
-src_configure () {
-   local emesonargs=(
-   "$(meson_feature pulseaudio pulse)"
-   -Dwayland-logout=false
-   )
-   meson_src_configure
-}



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

2024-03-16 Thread Arthur Zamarin
commit: 09aa05a51c3cab2b20c0eadebccae850368218a1
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:44:41 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09aa05a5

gui-apps/wf-shell: update live ebuild

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-apps/wf-shell/wf-shell-.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gui-apps/wf-shell/wf-shell-.ebuild 
b/gui-apps/wf-shell/wf-shell-.ebuild
index fb42dad6fb61..66866e0f3420 100644
--- a/gui-apps/wf-shell/wf-shell-.ebuild
+++ b/gui-apps/wf-shell/wf-shell-.ebuild
@@ -10,10 +10,10 @@ HOMEPAGE="https://github.com/WayfireWM/wf-shell";
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git";
-   SLOT="0/"
+   EGIT_REPO_URI="https://github.com/WayfireWM/wf-shell.git";
+   SLOT="0/0.8"
 else
-   
SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz";
+   
SRC_URI="https://github.com/WayfireWM/wf-shell/releases/download/v${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~arm64 ~x86"
SLOT="0/$(ver_cut 1-2)"
 fi
@@ -30,8 +30,8 @@ DEPEND="
dev-libs/libdbusmenu[gtk3]
>=gui-libs/gtk-layer-shell-0.6
dev-libs/wayland
-   gui-libs/wf-config:${SLOT}
-   gui-wm/wayfire:${SLOT}
+   >=gui-libs/wf-config-0.7.0
+   gui-wm/wayfire
pulseaudio? ( media-libs/libpulse )
 "
 RDEPEND="${DEPEND}



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

2024-03-16 Thread Arthur Zamarin
commit: 49e20c85ca4aada2f761df4c74cc7b2087d49b45
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Mar 14 11:37:48 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:18:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e20c85

gui-wm/wayfire: update live ebuild

* Remove system-wfconfig and system-wlroots use flags, the default will
  be to use system wf-config and system wlroots. Now that upstream is more
  active and targets specific wlroots major releases the point of
  system-wlroots has gone. wf-config has the same upstream so using a
  bundled version doesn't have much rationale.
* Remove dependency on wlroots- and instead require a specific major
  release of wlroots that could be updated as seen fit.

Closes: https://bugs.gentoo.org/916431
Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-wm/wayfire/wayfire-.ebuild | 79 --
 1 file changed, 15 insertions(+), 64 deletions(-)

diff --git a/gui-wm/wayfire/wayfire-.ebuild 
b/gui-wm/wayfire/wayfire-.ebuild
index d1cadbe72df8..0666f1cd607d 100644
--- a/gui-wm/wayfire/wayfire-.ebuild
+++ b/gui-wm/wayfire/wayfire-.ebuild
@@ -11,120 +11,71 @@ HOMEPAGE="https://github.com/WayfireWM/wayfire";
 if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git";
-   SLOT="0/"
+   SLOT="0/0.9"
 else

SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm64 ~riscv"
SLOT="0/$(ver_cut 1-2)"
 fi
 
 LICENSE="MIT"
-IUSE="+gles +system-wfconfig +system-wlroots test X"
+IUSE="+gles test X"
 RESTRICT="!test? ( test )"
 
 # bundled wlroots has the following dependency string according to included 
headers.
 # wlroots[drm,gles2-renderer,libinput,x11-backend?,X?]
 # enable x11-backend with X and vice versa
-WLROOTS_CDEPEND="
-   >=dev-libs/libinput-1.14.0:=
-   >=dev-libs/wayland-1.22
-   media-libs/libdisplay-info
-   media-libs/libglvnd
-   media-libs/mesa[egl(+),gles2]
-   sys-apps/hwdata:=
-   sys-auth/seatd:=
-   >=x11-libs/libdrm-2.4.114:=
-   x11-libs/libxkbcommon
-   >=x11-libs/pixman-0.42.0
-   virtual/libudev
-   X? (
-   x11-base/xwayland
-   x11-libs/libxcb:0=
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-renderutil
-   x11-libs/xcb-util-wm
-   )
-"
-WLROOTS_DEPEND="
-   >=dev-libs/wayland-protocols-1.32
-"
-WLROOTS_BDEPEND="
-   dev-util/glslang
-   dev-util/wayland-scanner
-"
-
 CDEPEND="
dev-cpp/nlohmann_json
+   dev-libs/glib:2
dev-libs/libevdev
-   >=dev-libs/libinput-1.7.0
+   >=dev-libs/libinput-1.7.0:=
dev-libs/wayland
>=dev-libs/wayland-protocols-1.12
+   gui-libs/wf-config:${SLOT}
+   gui-libs/wlroots:0/17[drm(+),libinput(+),x11-backend,X?]
media-libs/glm
media-libs/libglvnd
-   media-libs/libjpeg-turbo
-   media-libs/libpng
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
x11-libs/cairo
-   x11-libs/libdrm
x11-libs/libxkbcommon
x11-libs/pango
x11-libs/pixman
-   system-wfconfig? ( gui-libs/wf-config:${SLOT} )
-   !system-wfconfig? ( dev-libs/libxml2 )
-   !system-wlroots? ( ${WLROOTS_CDEPEND} )
+   X? (
+   x11-libs/libxcb:=
+   )
 "
 
-if [[ ${PV} ==  ]] ; then
-   CDEPEND+="
-   system-wlroots? ( 
gui-libs/wlroots:0/[drm(+),libinput(+),x11-backend,X?] )
-   "
-else
-   CDEPEND+="
-   system-wlroots? ( 
gui-libs/wlroots:0/16[drm(+),libinput(+),x11-backend,X?] )
-   "
-fi
-
 RDEPEND="
${CDEPEND}
x11-misc/xkeyboard-config
-   !system-wfconfig? ( !gui-libs/wf-config )
-   !system-wlroots? ( !gui-libs/wlroots )
 "
 DEPEND="
${CDEPEND}
-   !system-wlroots? ( ${WLROOTS_DEPEND} )
test? ( dev-cpp/doctest )
 "
 BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
-   !system-wlroots? ( ${WLROOTS_BDEPEND} )
 "
 
 src_prepare() {
-   eapply_user
+   default
 
sed -e "s:@EPREFIX@:${EPREFIX}:" \
"${FILESDIR}"/wayfire-session > "${T}"/wayfire-session || die
sed -e "s:@EPREFIX@:${EPREFIX}:" \
"${FILESDIR}"/wayfire-session.desktop > 
"${T}"/wayfire-session.desktop || die
-
-   if [[ "${PV}" !=  ]]; then
-   # Don't run git if git is installed and its not a git dir
-   sed -i \
-   -e "/git = find_program/ifs = import\('fs'\)" \
-   -e "s/if git.found()/if git.found() and 
fs.is_dir('.git')/" \
-   meson.build || die
-   fi
-
 }
 
 src_configure() {
local emesonargs=(
-

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

2024-03-16 Thread Arthur Zamarin
commit: c8476ab909422e6728fa83e0adf959335bb02490
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun Mar  3 05:42:41 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 19:16:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8476ab9

gui-apps/wmenu: add 0.1.7

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/35606
Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-apps/wmenu/Manifest   |  1 +
 gui-apps/wmenu/wmenu-0.1.7.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/gui-apps/wmenu/Manifest b/gui-apps/wmenu/Manifest
index 898b17be80eb..aaede6e988c8 100644
--- a/gui-apps/wmenu/Manifest
+++ b/gui-apps/wmenu/Manifest
@@ -1 +1,2 @@
 DIST wmenu-0.1.6.tar.gz 17447 BLAKE2B 
f624773e29c751cb0d890d428482019bab35af1d3f540a53233307d30955dd5936a3eab483be7dac471aab6a85a4cd1953d9a75f095130316a13f96684d52477
 SHA512 
d3b802c0bab2ee5ffbbf9b0bf0708cff842346cc88e5b005090fd1a891e2e8e3f2d0aa8e2fd9b4d661d9a0ce7797f7142ca38afdee9ae1e86098a50dcd25b30a
+DIST wmenu-0.1.7.tar.gz 19052 BLAKE2B 
7aa1ccc5a8f4ea4fd0252ce6fe31168fb8346558093df0a72d29023fa2e8c38cec9562f1d4bb733abc3b00ba4bf952dc29ef22dba373db01a05229b420791a7f
 SHA512 
2e949bc1b14e74b65aafa523a01acda3cb7b546dbd0fb4d6561ae0fbae9a017eaf15962e6231b9cd81df22f870477725c2279c2cb1f3d99ac802701b788a306e

diff --git a/gui-apps/wmenu/wmenu-0.1.7.ebuild 
b/gui-apps/wmenu/wmenu-0.1.7.ebuild
new file mode 100644
index ..0bc6efb65db1
--- /dev/null
+++ b/gui-apps/wmenu/wmenu-0.1.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="dynamic menu for wlroots compositors, maintains the look and feel 
of dmenu"
+HOMEPAGE="https://sr.ht/~adnano/wmenu/";
+SRC_URI="https://git.sr.ht/~adnano/wmenu/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+BDEPEND="
+   app-text/scdoc
+   dev-util/wayland-scanner
+"
+RDEPEND="
+   x11-libs/cairo
+   x11-libs/pango
+   dev-libs/wayland
+   x11-libs/libxkbcommon
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/wayland-protocols
+"



[gentoo-commits] proj/sci:master commit in: dev-python/jacobi/

2024-03-16 Thread Alexander Puck Neuwirth
commit: ef9974941a17891d7023b2a1bff931ff60a198bc
Author: Alexander Puck Neuwirth  neuwirth-informatik  
de>
AuthorDate: Sat Mar 16 18:46:20 2024 +
Commit: Alexander Puck Neuwirth  neuwirth-informatik  
de>
CommitDate: Sat Mar 16 18:59:16 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ef997494

dev-python/jacobi: add 0.9.2

Closes: https://github.com/gentoo/sci/pull/1258
Signed-off-by: Alexander Puck Neuwirth  neuwirth-informatik.de>

 dev-python/jacobi/jacobi-0.9.2.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/jacobi/jacobi-0.9.2.ebuild 
b/dev-python/jacobi/jacobi-0.9.2.ebuild
new file mode 100644
index 0..f8605063c
--- /dev/null
+++ b/dev-python/jacobi/jacobi-0.9.2.ebuild
@@ -0,0 +1,26 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Numerical derivatives for analytic functions with arbitrary 
precision."
+HOMEPAGE="https://github.com/HDembinski/jacobi";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/numpy-1.10[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   tests/bench.py
+   )
+   epytest
+}



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

2024-03-16 Thread Patrick McLean
commit: d970c344c9ba3610a9e46e040e3b5ffcce4a8e95
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Mar 16 18:36:45 2024 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Mar 16 18:36:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d970c344

dev-debug/bpftrace: Fix typo

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

 dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild 
b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild
index d5ba361f5a2d..53f8faa529a0 100644
--- a/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild
+++ b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild
@@ -45,7 +45,7 @@ BDEPEND="
app-alternatives/lex
app-alternatives/yacc
test? (
-i  app-editors/vim-core
+   app-editors/vim-core
dev-util/pahole
)
virtual/pkgconfig



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

2024-03-16 Thread Patrick McLean
commit: f066d0c268fb20328959aed8a54a749f1ca636cd
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Mar 16 18:15:50 2024 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Mar 16 18:16:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f066d0c2

dev-debug/bpftrace: Change vim-core and pahole to tests

The ebuild is RESTRICT=test anyway, so no one should be hitting this issue.

Bug: https://bugs.gentoo.org/927141
Signed-off-by: Patrick McLean  gentoo.org>

 dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild 
b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild
index 3d446e62662b..d5ba361f5a2d 100644
--- a/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild
+++ b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild
@@ -44,8 +44,10 @@ BDEPEND="
app-arch/xz-utils
app-alternatives/lex
app-alternatives/yacc
-   app-editors/vim-core
-   dev-util/pahole
+   test? (
+i  app-editors/vim-core
+   dev-util/pahole
+   )
virtual/pkgconfig
 "
 



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

2024-03-16 Thread Michał Górny
commit: def898d4e28164540b57c266b44f1a758e8d5765
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 16 18:08:26 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 16 18:08:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def898d4

sci-mathematics/z3: Remove old

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

 sci-mathematics/z3/Manifest |   1 -
 sci-mathematics/z3/z3-4.12.5.ebuild | 119 
 2 files changed, 120 deletions(-)

diff --git a/sci-mathematics/z3/Manifest b/sci-mathematics/z3/Manifest
index 89468d2ba859..be73339fd4be 100644
--- a/sci-mathematics/z3/Manifest
+++ b/sci-mathematics/z3/Manifest
@@ -1,3 +1,2 @@
-DIST z3-4.12.5.tar.gz 5491803 BLAKE2B 
9ad626386c73dea23b4a304312d5381be76b4c6b9aab4850568e4badd2a404cc7bf3f379490577b3acf8935f5bf8b39e241a8f85ed02819eb6d43785a9286e4a
 SHA512 
b5055468d1380c54b959f826e10846c323c0ef73cf6bba0970e187c38cabd5869786261cd9b89a89d8369144417180870627782bf705e5494286dfe75053c9a7
 DIST z3-4.12.6.tar.gz 5492517 BLAKE2B 
721db0881ec77112ca0461897fa01f2b7e9f8748976f54d1b0c36acc583f74c175d0002cf46261f87c15b2614832700c1e5f94a199767a945041950cc3d9048d
 SHA512 
10883877d20adbd229ad4bf65a9b50660d93d85514f933865f06920efd697f51ce34e502fbe451d4c1b2251f13d597050b8277036d4011d9c0f196111d681f8f
 DIST z3-4.13.0.tar.gz 5520232 BLAKE2B 
0889c03991311c46c361f269b85fb316c0b4be5cee84f1bb420ef640876058431fe5ec00f58a3dc9377ed3a2ea1cd908a8d9731f9575cf0e4a819fe1f50be670
 SHA512 
8503787fe0b18592b5a131bcec2cacfa5f5096d76386a1c4fda7a836e472924b154433306d27600ff0d0758ddb710c965901fbfc2e5605919b624b9d4d1bc4fd

diff --git a/sci-mathematics/z3/z3-4.12.5.ebuild 
b/sci-mathematics/z3/z3-4.12.5.ebuild
deleted file mode 100644
index 64ffaff192f5..
--- a/sci-mathematics/z3/z3-4.12.5.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit cmake-multilib flag-o-matic java-pkg-opt-2 python-single-r1
-
-DESCRIPTION="An efficient theorem prover"
-HOMEPAGE="https://github.com/Z3Prover/z3/";
-SRC_URI="https://github.com/Z3Prover/z3/archive/${P}.tar.gz";
-S=${WORKDIR}/z3-${P}
-
-SLOT="0/$(ver_cut 1-2)"
-LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv sparc x86"
-IUSE="doc examples gmp isabelle java python"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   gmp? ( dev-libs/gmp:0=[cxx(+),${MULTILIB_USEDEP}] )
-"
-DEPEND="
-   ${RDEPEND}
-   java? ( >=virtual/jdk-1.8 )
-"
-BDEPEND="
-   doc? ( app-text/doxygen[dot] )
-"
-
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-src_prepare() {
-   cmake_src_prepare
-   java-pkg-opt-2_src_prepare
-}
-
-src_configure() {
-   # -Werror=strict-aliasing
-   # https://bugs.gentoo.org/879327
-   # https://github.com/Z3Prover/z3/issues/7143
-   #
-   # Do not trust it with LTO either.
-   append-flags -fno-strict-aliasing
-   filter-lto
-
-   cmake-multilib_src_configure
-}
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
-   -DZ3_USE_LIB_GMP=$(usex gmp)
-   -DZ3_ENABLE_EXAMPLE_TARGETS=OFF
-   -DZ3_BUILD_DOCUMENTATION=$(multilib_native_usex doc)
-   -DZ3_BUILD_PYTHON_BINDINGS=$(multilib_native_usex python)
-   -DZ3_BUILD_JAVA_BINDINGS=$(multilib_native_usex java)
-   -DZ3_INCLUDE_GIT_DESCRIBE=OFF
-   -DZ3_INCLUDE_GIT_HASH=OFF
-   )
-
-   multilib_is_native_abi && use java && mycmakeargs+=( 
-DJAVA_HOME="$(java-config -g JAVA_HOME )" )
-
-   cmake_src_configure
-}
-
-multilib_src_test() {
-   cmake_build test-z3
-   set -- "${BUILD_DIR}"/test-z3 /a
-   echo "${@}" >&2
-   "${@}" || die
-}
-
-multilib_src_install_all() {
-   dodoc README.md
-   use examples && dodoc -r examples
-   use python && python_optimize
-
-   if use isabelle; then
-   insinto /usr/share/Isabelle/contrib/${P}/etc
-   newins - settings <<-EOF
-   Z3_COMPONENT="\$COMPONENT"
-   Z3_HOME="${EPREFIX}/usr/bin"
-   Z3_SOLVER="${EPREFIX}/usr/bin/z3"
-   Z3_REMOTE_SOLVER="z3"
-   Z3_VERSION="${PV}"
-   Z3_INSTALLED="yes"
-   Z3_NON_COMMERCIAL="yes"
-   EOF
-   fi
-}
-
-pkg_postinst() {
-   if use isabelle; then
-   if [[ -f ${ROOT}/etc/isabelle/components ]]; then
-   sed -e "/contrib\/${PN}-[0-9.]*/d" \
-   -i "${ROOT}/etc/isabelle/components" || die
-   cat <<-EOF >> "${ROOT}/etc/isabelle/components" || die
-   contrib/${P}
-   EOF
-   fi
-   fi
-}

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

2024-03-16 Thread Michał Górny
commit: 20b26f5b9e50ec10c9b8baadde3e625ef1c997b3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 16 18:13:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 16 18:13:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b26f5b

dev-python/msgpack: Remove old

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

 dev-python/msgpack/Manifest|  1 -
 dev-python/msgpack/msgpack-1.0.5-r1.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/msgpack/Manifest b/dev-python/msgpack/Manifest
index df85c0832c8f..9568215623f3 100644
--- a/dev-python/msgpack/Manifest
+++ b/dev-python/msgpack/Manifest
@@ -1,3 +1,2 @@
-DIST msgpack-1.0.5.tar.gz 127834 BLAKE2B 
3dcf454630021e35d5c6d5ce850d7ac74a6d11d6fe7c7ed07040daa62585bd6b11dc0f68a5b4c4bf20346c25bc23017f79f2d1bad09f175008b184461d0eea5d
 SHA512 
bc3bf27ca7a9204c5ebc009e4a03db4fb48f6c2733bef393aed16652f07ac92c9400258818743245598343c86494d39b39017ab70d7563a5844091eca11a9faa
 DIST msgpack-1.0.7.tar.gz 166311 BLAKE2B 
8ddf2acf6bf81498d981c3ec83cbdffde1b1611f8ac23d3377f3f1541e679eda288b40b949bd586ca24a7059da3a0f73fa797a661375135ec092f408521c8527
 SHA512 
0ebd36f45b73106a4272588b55d55e72b6b8441be652b16f63f5547ae7ff1bc517a6b4549ef999ee63deb2856354a71ef37fd8d8829e516232518b046cf589c5
 DIST msgpack-1.0.8.tar.gz 167014 BLAKE2B 
714b0355941104e791c5a3b8ee2bd4f40b11484631a3bde63e7c0bdbb925a603c4704b037ab437c2330dc0d2e466d41ccfd50c6a45ef798e5cd34a87e4e3863f
 SHA512 
b739667d4384ba0e18a4e55de6033933822180eb5d28bd7f5ecd7e7da112a214f400740feb45de6f0873d12c8b062b1a8b9b9e5939c2961a8c9585f282645c5b

diff --git a/dev-python/msgpack/msgpack-1.0.5-r1.ebuild 
b/dev-python/msgpack/msgpack-1.0.5-r1.ebuild
deleted file mode 100644
index e8ffbf8bc579..
--- a/dev-python/msgpack/msgpack-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="MessagePack (de)serializer for Python"
-HOMEPAGE="
-   https://msgpack.org/
-   https://github.com/msgpack/msgpack-python/
-   https://pypi.org/project/msgpack/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc x86 ~x64-macos"
-IUSE="+native-extensions"
-
-# extension code is relying on CPython implementation details
-BDEPEND="
-   native-extensions? (
-   $(python_gen_cond_dep '
-   >=dev-python/cython-0.29.30[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Remove pre-generated cython files
-   rm msgpack/_cmsgpack.cpp || die
-
-   # native-extensions are always disabled on PyPy
-   # https://github.com/msgpack/msgpack-python/blob/main/setup.py#L76
-   if ! use native-extensions ; then
-   export MSGPACK_PUREPYTHON=1
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   rm -rf msgpack || die
-   epytest
-}



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

2024-03-16 Thread Michał Górny
commit: 9c2a95c26525a1917391eae1f7447eb27120cd70
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 16 18:08:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 16 18:08:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2a95c2

app-arch/xarchiver: Remove old

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

 app-arch/xarchiver/Manifest  |  1 -
 app-arch/xarchiver/xarchiver-0.5.4.22.ebuild | 61 
 2 files changed, 62 deletions(-)

diff --git a/app-arch/xarchiver/Manifest b/app-arch/xarchiver/Manifest
index 0b1cd4d49101..b9ac1aeed370 100644
--- a/app-arch/xarchiver/Manifest
+++ b/app-arch/xarchiver/Manifest
@@ -1,2 +1 @@
-DIST xarchiver-0.5.4.22.tar.gz 1125943 BLAKE2B 
545061ef8dda7b7d0bdf6025536310705548e48d7f60ba4484900882fb97b0c56f3faac97bb64516f6a919d04b8de082175c020951676ee4b4f59ebd1ca93a74
 SHA512 
e5c773fbe3d29d998e6aa10eca6cfda5a78defe8d4759d95c894b06f00c22900c8c5cca2ab39066904d19ec1c73fd7326ac16c09ca50c4520621e326f3717887
 DIST xarchiver-0.5.4.23.tar.gz 1126908 BLAKE2B 
09d2217aa77d553fd9f8436e1336f95160c366318b43ed22b9693f5dd510c59544d95f1cf643046ba443b44de84792a71d6eb115ad5bd04ab33e03c91e00afd4
 SHA512 
7459b14772205872de275c855c26a992a6a59e773cdaef25f95a44528baf1d1db7b1d1ef8540e0508babd35468f46c96db9610cc12746947ecccd9332bb69a71

diff --git a/app-arch/xarchiver/xarchiver-0.5.4.22.ebuild 
b/app-arch/xarchiver/xarchiver-0.5.4.22.ebuild
deleted file mode 100644
index 8a53c3d8b670..
--- a/app-arch/xarchiver/xarchiver-0.5.4.22.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A GTK+ archive manager that can be used with Thunar"
-HOMEPAGE="https://github.com/ib/xarchiver/";
-SRC_URI="
-   https://github.com/ib/xarchiver/archive/${PV}.tar.gz -> ${P}.tar.gz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="
-   >=dev-libs/glib-2:=
-   x11-libs/gtk+:3=
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   doc? (
-   app-text/docbook-xml-dtd
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxml2
-   dev-libs/libxslt
-   )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable doc)
-   )
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-
-   elog "You need external programs for some formats, including:"
-   elog "7zip - app-arch/p7zip"
-   elog "arj - app-arch/arj"
-   elog "lha - app-arch/lha"
-   elog "lzop - app-arch/lzop"
-   elog "rar - app-arch/unrar app-arch/rar"
-   elog "zip - app-arch/unzip app-arch/zip"
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2024-03-16 Thread Arthur Zamarin
commit: 2269569c1eeed9ee11af7773148fe8d6573ef8be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:34:24 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:34:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2269569c

dev-python/scrypt: Stabilize 0.8.24 x86, #927133

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

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

diff --git a/dev-python/scrypt/scrypt-0.8.24.ebuild 
b/dev-python/scrypt/scrypt-0.8.24.ebuild
index a142385421a6..f532adf465ad 100644
--- a/dev-python/scrypt/scrypt-0.8.24.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.24.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="dev-libs/openssl:0="
 DEPEND="${RDEPEND}"



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

2024-03-16 Thread Arthur Zamarin
commit: 91182de8edab257ae46bce380db75ec7af769f81
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:34:23 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:34:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91182de8

dev-python/pycurl: Stabilize 7.45.3 x86, #927128

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

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

diff --git a/dev-python/pycurl/pycurl-7.45.3.ebuild 
b/dev-python/pycurl/pycurl-7.45.3.ebuild
index 17e44b4b215e..bcd240613ecd 100644
--- a/dev-python/pycurl/pycurl-7.45.3.ebuild
+++ b/dev-python/pycurl/pycurl-7.45.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 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"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="curl_ssl_gnutls +curl_ssl_openssl examples ssl"
 
 # Depend on a curl with curl_ssl_* USE flags.



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

2024-03-16 Thread Arthur Zamarin
commit: 4f249671474f3814496e23799630ed9f7bff252e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:34:21 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:34:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f249671

dev-python/pyglet: Stabilize 2.0.12 amd64, #927120

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

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

diff --git a/dev-python/pyglet/pyglet-2.0.12.ebuild 
b/dev-python/pyglet/pyglet-2.0.12.ebuild
index 4841032e256e..10e149e7d85c 100644
--- a/dev-python/pyglet/pyglet-2.0.12.ebuild
+++ b/dev-python/pyglet/pyglet-2.0.12.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/pyglet/pyglet/archive/v${PV}.tar.gz -> ${P}.gh.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="examples image +sound"
 
 RDEPEND="



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

2024-03-16 Thread Arthur Zamarin
commit: 66bc849eec97cbed93d62ad226dabb619d045439
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:34:22 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:34:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bc849e

dev-python/msgpack: Stabilize 1.0.8 x86, #927122

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

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

diff --git a/dev-python/msgpack/msgpack-1.0.8.ebuild 
b/dev-python/msgpack/msgpack-1.0.8.ebuild
index ae7d16fd5ac2..56e869494e21 100644
--- a/dev-python/msgpack/msgpack-1.0.8.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.8.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc x86 ~x64-macos"
 IUSE="+native-extensions"
 
 # extension code is relying on CPython implementation details



[gentoo-commits] repo/gentoo:master commit in: dev-build/cmake/

2024-03-16 Thread Arthur Zamarin
commit: 1ac658188bf5b689050cb1087121dcabec70701a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:34:13 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:34:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac65818

dev-build/cmake: Stabilize 3.28.3 ppc, #925257

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

 dev-build/cmake/cmake-3.28.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-build/cmake/cmake-3.28.3.ebuild 
b/dev-build/cmake/cmake-3.28.3.ebuild
index 579ad492d4be..cdf93efc2e7c 100644
--- a/dev-build/cmake/cmake-3.28.3.ebuild
+++ b/dev-build/cmake/cmake-3.28.3.ebuild
@@ -48,7 +48,7 @@ else

https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt.asc
)"
 
-   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"
 
BDEPEND="verify-sig? ( 
>=sec-keys/openpgp-keys-bradking-20230817 )"
fi



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-clipman-plugin/

2024-03-16 Thread Arthur Zamarin
commit: 38f45cc239c46bb7e678de9139772ba4ce9a0629
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:34:19 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:34:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f45cc2

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.6 amd64, #927112

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

 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
index c1aef612c511..a569c38d3408 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="X qrcode wayland"
 
 DEPEND="



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

2024-03-16 Thread Arthur Zamarin
commit: fff8c7731160a57d15f6d7827e0b46302ec0f2b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:34:19 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:34:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff8c773

app-office/drawio-desktop-bin: Stabilize 23.1.5 amd64, #927034

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

 app-office/drawio-desktop-bin/drawio-desktop-bin-23.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/drawio-desktop-bin/drawio-desktop-bin-23.1.5.ebuild 
b/app-office/drawio-desktop-bin/drawio-desktop-bin-23.1.5.ebuild
index 7712b373496c..c58511abd23b 100644
--- a/app-office/drawio-desktop-bin/drawio-desktop-bin-23.1.5.ebuild
+++ b/app-office/drawio-desktop-bin/drawio-desktop-bin-23.1.5.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 "
 S="${WORKDIR}"
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 # These are the licenses used by node_modules packages, drawio and 
drawio-desktop repositories
 LICENSE="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-clipman-plugin/

2024-03-16 Thread Arthur Zamarin
commit: 255bdbf3d77f7a9eddad0582c75082654eb7b54e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:34:20 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:34:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255bdbf3

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.6 x86, #927112

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

 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
index a569c38d3408..2efd082259c0 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="X qrcode wayland"
 
 DEPEND="



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

2024-03-16 Thread Arthur Zamarin
commit: 139503880ee8065d441e8b93e2ba8d5921d09821
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:34:18 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:34:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13950388

dev-db/pgrouting: Stabilize 3.6.1 amd64, #926346

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

 dev-db/pgrouting/pgrouting-3.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/pgrouting/pgrouting-3.6.1.ebuild 
b/dev-db/pgrouting/pgrouting-3.6.1.ebuild
index dfac3a1976d6..9c53fe72688e 100644
--- a/dev-db/pgrouting/pgrouting-3.6.1.ebuild
+++ b/dev-db/pgrouting/pgrouting-3.6.1.ebuild
@@ -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
 
 EAPI=7
@@ -15,7 +15,7 @@ HOMEPAGE="https://pgrouting.org/";
 LICENSE="GPL-2 MIT Boost-1.0"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SRC_URI="https://github.com/pgRouting/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 IUSE=""
 



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

2024-03-16 Thread Patrick McLean
commit: 2cc780302cb92791bb3a23a30125dae21e742d78
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Mar 16 17:31:56 2024 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Mar 16 17:32:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc78030

sys-cluster/ceph: Add filter-lto (bug #927066)

Closes: https://bugs.gentoo.org/927066
Signed-off-by: Patrick McLean  gentoo.org>

 sys-cluster/ceph/ceph-16.2.15.ebuild   | 3 +++
 sys-cluster/ceph/ceph-17.2.6-r8.ebuild | 3 +++
 sys-cluster/ceph/ceph-17.2.7.ebuild| 3 +++
 sys-cluster/ceph/ceph-18.2.1.ebuild| 3 +++
 4 files changed, 12 insertions(+)

diff --git a/sys-cluster/ceph/ceph-16.2.15.ebuild 
b/sys-cluster/ceph/ceph-16.2.15.ebuild
index 0a7e20f913c0..b1cd72124475 100644
--- a/sys-cluster/ceph/ceph-16.2.15.ebuild
+++ b/sys-cluster/ceph/ceph-16.2.15.ebuild
@@ -362,6 +362,9 @@ ceph_src_configure() {
rm -f "${BUILD_DIR:-${S}}/CMakeCache.txt" \
|| die "failed to remove cmake cache"
 
+   # https://bugs.gentoo.org/927066
+   filter-lto
+
cmake_src_configure
 
# bug #630232

diff --git a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild 
b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild
index e9d12ff1cf46..ec78adf22305 100644
--- a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild
+++ b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild
@@ -382,6 +382,9 @@ ceph_src_configure() {
# hopefully this will not be necessary in the next release
use parquet && export 
ARROW_XSIMD_URL="file:///${DISTDIR}/ceph-xsimd-${PV}.tar.gz"
 
+   # https://bugs.gentoo.org/927066
+   filter-lto
+
cmake_src_configure
 
# bug #630232

diff --git a/sys-cluster/ceph/ceph-17.2.7.ebuild 
b/sys-cluster/ceph/ceph-17.2.7.ebuild
index ea040dd6b53a..8face2c0d114 100644
--- a/sys-cluster/ceph/ceph-17.2.7.ebuild
+++ b/sys-cluster/ceph/ceph-17.2.7.ebuild
@@ -384,6 +384,9 @@ ceph_src_configure() {
# hopefully this will not be necessary in the next release
use parquet && export 
ARROW_XSIMD_URL="file:///${DISTDIR}/ceph-xsimd-${PV}.tar.gz"
 
+   # https://bugs.gentoo.org/927066
+   filter-lto
+
cmake_src_configure
 
# bug #630232

diff --git a/sys-cluster/ceph/ceph-18.2.1.ebuild 
b/sys-cluster/ceph/ceph-18.2.1.ebuild
index e7b7cdfc84ec..38470ef0948a 100644
--- a/sys-cluster/ceph/ceph-18.2.1.ebuild
+++ b/sys-cluster/ceph/ceph-18.2.1.ebuild
@@ -380,6 +380,9 @@ ceph_src_configure() {
# hopefully this will not be necessary in the next release
use parquet && export 
ARROW_XSIMD_URL="file:///${DISTDIR}/ceph-xsimd-${PV}.tar.gz"
 
+   # https://bugs.gentoo.org/927066
+   filter-lto
+
cmake_src_configure
 
# bug #630232



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

2024-03-16 Thread Mike Gilbert
commit: aacba1cb1740336cfa3ee5581b6634684baf20c2
Author: FictitiousExistence  fictx  com>
AuthorDate: Thu Mar  7 22:10:05 2024 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar 16 17:18:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacba1cb

net-misc/freerdp: disable sample client

Closes: https://github.com/gentoo/gentoo/pull/35659
Signed-off-by: FictitiousExistence  fictx.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/freerdp/{freerdp-3.2.0.ebuild => freerdp-3.2.0-r1.ebuild} | 1 +
 net-misc/freerdp/{freerdp-3.4.0.ebuild => freerdp-3.4.0-r1.ebuild} | 1 +
 net-misc/freerdp/freerdp-.ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/net-misc/freerdp/freerdp-3.2.0.ebuild 
b/net-misc/freerdp/freerdp-3.2.0-r1.ebuild
similarity index 99%
rename from net-misc/freerdp/freerdp-3.2.0.ebuild
rename to net-misc/freerdp/freerdp-3.2.0-r1.ebuild
index 30a72c73cdb5..6063aa81da39 100644
--- a/net-misc/freerdp/freerdp-3.2.0.ebuild
+++ b/net-misc/freerdp/freerdp-3.2.0-r1.ebuild
@@ -116,6 +116,7 @@ src_configure() {
-DWITH_ALSA=$(usex alsa ON OFF)
-DWITH_CCACHE=OFF
-DWITH_CLIENT_SDL=$(usex sdl ON OFF)
+   -DWITH_SAMPLE=OFF
-DWITH_CUPS=$(usex cups ON OFF)
-DWITH_DEBUG_ALL=$(usex debug ON OFF)
-DWITH_MANPAGES=ON

diff --git a/net-misc/freerdp/freerdp-3.4.0.ebuild 
b/net-misc/freerdp/freerdp-3.4.0-r1.ebuild
similarity index 99%
rename from net-misc/freerdp/freerdp-3.4.0.ebuild
rename to net-misc/freerdp/freerdp-3.4.0-r1.ebuild
index 30a72c73cdb5..6063aa81da39 100644
--- a/net-misc/freerdp/freerdp-3.4.0.ebuild
+++ b/net-misc/freerdp/freerdp-3.4.0-r1.ebuild
@@ -116,6 +116,7 @@ src_configure() {
-DWITH_ALSA=$(usex alsa ON OFF)
-DWITH_CCACHE=OFF
-DWITH_CLIENT_SDL=$(usex sdl ON OFF)
+   -DWITH_SAMPLE=OFF
-DWITH_CUPS=$(usex cups ON OFF)
-DWITH_DEBUG_ALL=$(usex debug ON OFF)
-DWITH_MANPAGES=ON

diff --git a/net-misc/freerdp/freerdp-.ebuild 
b/net-misc/freerdp/freerdp-.ebuild
index 30a72c73cdb5..6063aa81da39 100644
--- a/net-misc/freerdp/freerdp-.ebuild
+++ b/net-misc/freerdp/freerdp-.ebuild
@@ -116,6 +116,7 @@ src_configure() {
-DWITH_ALSA=$(usex alsa ON OFF)
-DWITH_CCACHE=OFF
-DWITH_CLIENT_SDL=$(usex sdl ON OFF)
+   -DWITH_SAMPLE=OFF
-DWITH_CUPS=$(usex cups ON OFF)
-DWITH_DEBUG_ALL=$(usex debug ON OFF)
-DWITH_MANPAGES=ON



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

2024-03-16 Thread Arthur Zamarin
commit: 1dbd73f51f27c74ea61ea13fb315e0570115907d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:16:00 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:16:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbd73f5

sci-mathematics/z3: Stabilize 4.12.6 x86, #927109

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

 sci-mathematics/z3/z3-4.12.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.12.6.ebuild 
b/sci-mathematics/z3/z3-4.12.6.ebuild
index af41d0e98184..64ffaff192f5 100644
--- a/sci-mathematics/z3/z3-4.12.6.ebuild
+++ b/sci-mathematics/z3/z3-4.12.6.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/$(ver_cut 1-2)"
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv sparc x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/commons-downloader/

2024-03-16 Thread Vitaly Zdanevich
commit: 33045e3fdd51ef8efbffc8fb296f10a4a8b54f7b
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sat Mar 16 17:15:55 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sat Mar 16 17:15:55 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33045e3f

net-misc/commons-downloader: add

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

 .../commons-downloader-.ebuild | 29 ++
 net-misc/commons-downloader/metadata.xml   | 14 +++
 2 files changed, 43 insertions(+)

diff --git a/net-misc/commons-downloader/commons-downloader-.ebuild 
b/net-misc/commons-downloader/commons-downloader-.ebuild
new file mode 100644
index 00..513bfbc241
--- /dev/null
+++ b/net-misc/commons-downloader/commons-downloader-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker git-r3
+
+DESCRIPTION="A shell script to bulk download files from Wikimedia Commons, by 
category"
+HOMEPAGE="https://git.sr.ht/~nytpu/commons-downloader";
+EGIT_REPO_URI="https://git.sr.ht/~nytpu/commons-downloader";
+
+LICENSE="CC0-1.0"
+SLOT=0
+QA_PREBUILT="*"
+
+RDEPEND="
+   net-misc/curl
+   net-misc/wget
+   app-misc/jq
+"
+
+src_install() {
+   dobin ${PN}
+}
+
+pkg_postinst() {
+   einfo "See documentation at https://git.sr.ht/~nytpu/commons-downloader";
+   einfo "Example how to download a category to the current folder: 
commons-downloader -c 'My category name'"
+}

diff --git a/net-misc/commons-downloader/metadata.xml 
b/net-misc/commons-downloader/metadata.xml
new file mode 100644
index 00..e5525790d7
--- /dev/null
+++ b/net-misc/commons-downloader/metadata.xml
@@ -0,0 +1,14 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   Vitaly Zdanevich
+   zdanevich.vit...@ya.ru
+   
+   
+   
https://sr.ht/~nytpu/commons-downloader/feed
+   https://sr.ht/~nytpu/commons-downloader
+   https://lists.sr.ht/~nytpu/public-inbox
+   ~nytpu/commons-downloader
+   
+



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

2024-03-16 Thread Arthur Zamarin
commit: b6dbdbe91ffc64d802571bdea0a34198204e5778
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:16:01 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:16:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6dbdbe9

app-arch/xarchiver: Stabilize 0.5.4.23 x86, #927110

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

 app-arch/xarchiver/xarchiver-0.5.4.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild 
b/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild
index 2ec6f45994e0..8a53c3d8b670 100644
--- a/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild
+++ b/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 DEPEND="



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

2024-03-16 Thread Arthur Zamarin
commit: 3d5e2fe2f95928774ba9e6a1d951bf01326c9397
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:16:02 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:16:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5e2fe2

dev-python/scrypt: Stabilize 0.8.24 amd64, #927133

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

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

diff --git a/dev-python/scrypt/scrypt-0.8.24.ebuild 
b/dev-python/scrypt/scrypt-0.8.24.ebuild
index 8eddaeadc889..a142385421a6 100644
--- a/dev-python/scrypt/scrypt-0.8.24.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.24.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
 
 RDEPEND="dev-libs/openssl:0="
 DEPEND="${RDEPEND}"



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

2024-03-16 Thread Arthur Zamarin
commit: f57c54ee9d39e0bc19b79d9f0a07af1fdb463f03
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:11:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:11:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57c54ee

dev-python/msgpack: Stabilize 1.0.8 amd64, #927122

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

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

diff --git a/dev-python/msgpack/msgpack-1.0.8.ebuild 
b/dev-python/msgpack/msgpack-1.0.8.ebuild
index b2fdd0714e9e..ae7d16fd5ac2 100644
--- a/dev-python/msgpack/msgpack-1.0.8.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.8.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 IUSE="+native-extensions"
 
 # extension code is relying on CPython implementation details



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-taskmanager/

2024-03-16 Thread Michał Górny
commit: 3a1e95ed5d7a9fd606c140fcabf2a3844f62ba75
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 16 17:10:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 16 17:11:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1e95ed

xfce-extra/xfce4-taskmanager: Remove old

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

 xfce-extra/xfce4-taskmanager/Manifest  |  1 -
 .../xfce4-taskmanager-1.5.6-r1.ebuild  | 55 --
 2 files changed, 56 deletions(-)

diff --git a/xfce-extra/xfce4-taskmanager/Manifest 
b/xfce-extra/xfce4-taskmanager/Manifest
index 16739bfa4ebd..fe1578a61ba1 100644
--- a/xfce-extra/xfce4-taskmanager/Manifest
+++ b/xfce-extra/xfce4-taskmanager/Manifest
@@ -1,2 +1 @@
-DIST xfce4-taskmanager-1.5.6.tar.bz2 423948 BLAKE2B 
05ef840082589612b22aca76d826e2968b0402d0ef8a8d826e7ec4d51803a9414578b0014eba74f57fdbdda260fd6a7a2784a59b57d05e250b06382056ea1a4a
 SHA512 
49c6222f3dcab4767f356bb71bdb949f3cbb6e04a6969bf0b8757e7448066f3162b4b983c3ccb9b7b72d4d953eae2758c33f1e528b1bf730077171725110d2ff
 DIST xfce4-taskmanager-1.5.7.tar.bz2 425324 BLAKE2B 
fbd27c6ec1b6d499ccf39825e611bb62708de87a8348313867ded6ce22c319511c69effeac8db6ef8f0cd1267990890b20998450999843becb4b2e1d9f4374a3
 SHA512 
b9c8a3d088b116ba51e3db8685052f68702283509d7a7a9e7a54c079fcdfefa22b019bc0f1572546907da1c8fcd0a98ae4320f7b99a3e77f49ed1a8e86f41a80

diff --git a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.6-r1.ebuild 
b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.6-r1.ebuild
deleted file mode 100644
index 2991df58c3ff..
--- a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.6-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Easy to use task manager"
-HOMEPAGE="
-   https://docs.xfce.org/apps/xfce4-taskmanager/start
-   https://gitlab.xfce.org/apps/xfce4-taskmanager/
-"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
-IUSE="X"
-
-DEPEND="
-   >=dev-libs/glib-2.50.0
-   >=x11-libs/cairo-1.5.0
-   >=x11-libs/gtk+-3.22.0:3
-   >=x11-libs/libXmu-1.1.2
-   >=x11-libs/libwnck-3.2:3
-   >=xfce-base/libxfce4ui-4.14.0:=
-   >=xfce-base/xfconf-4.14.0:=
-   X? (
-   >=x11-libs/libX11-1.6.7
-   )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable X libx11)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



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

2024-03-16 Thread Michał Górny
commit: 1d0ce75df8416d3d334c66b44e9a8ae39921714b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 16 17:11:15 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 16 17:11:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0ce75d

dev-python/python-glanceclient: Remove old

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

 dev-python/python-glanceclient/Manifest|  1 -
 .../python-glanceclient-4.4.0-r1.ebuild| 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/python-glanceclient/Manifest 
b/dev-python/python-glanceclient/Manifest
index 1b1cc611a244..258aefeb919c 100644
--- a/dev-python/python-glanceclient/Manifest
+++ b/dev-python/python-glanceclient/Manifest
@@ -1,2 +1 @@
-DIST python-glanceclient-4.4.0.tar.gz 205612 BLAKE2B 
8a1e31eb8dbefe4b08e945377bb190264332cd01066b96ec061e8839a45294ed6cf5ab08fd89d97b57bc072987ce04d19f94a887d5e8eaa10760d996058122bf
 SHA512 
31d2994fef3298f790a3ec268b26d432602a6b73265277e961ff2b47df2a84028253da8b2090193e1e65c55ab6e4b40413a16d01a653b90cae926545ea4097ae
 DIST python-glanceclient-4.5.0.tar.gz 205909 BLAKE2B 
5e48abd2c869d4f3a0bfbfc593950754fd165bd36a98bc4358d88a1b64f6892b6633f10421999733c014fe8f1664d1181b5019739997139c1ef5d604194cfda8
 SHA512 
141f03fa55012981214283e961c4d4020a2fa4dc87b7cbc323d87c536b88e98f4798b59d83dc627a5846c5437fdac963fb34a3db444c20410a01441bf5838fa7

diff --git a/dev-python/python-glanceclient/python-glanceclient-4.4.0-r1.ebuild 
b/dev-python/python-glanceclient/python-glanceclient-4.4.0-r1.ebuild
deleted file mode 100644
index 3c609ea792f3..
--- a/dev-python/python-glanceclient/python-glanceclient-4.4.0-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A client for the OpenStack Glance API"
-HOMEPAGE="
-   https://opendev.org/openstack/python-glanceclient/
-   https://github.com/openstack/python-glanceclient/
-   https://pypi.org/project/python-glanceclient/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/keystoneauth1-3.6.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-17.1.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/warlock-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/ddt[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/tempest[${PYTHON_USEDEP}]
-   dev-python/testscenarios[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   

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

2024-03-16 Thread Michał Górny
commit: 9660bc70651457fec731c2878308142d29332255
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 16 17:10:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 16 17:11:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9660bc70

dev-python/pytest-testinfra: Remove old

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

 dev-python/pytest-testinfra/Manifest   |  1 -
 .../pytest-testinfra-10.0.0.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/pytest-testinfra/Manifest 
b/dev-python/pytest-testinfra/Manifest
index 853dc465e8f7..1d5362a19cbf 100644
--- a/dev-python/pytest-testinfra/Manifest
+++ b/dev-python/pytest-testinfra/Manifest
@@ -1,2 +1 @@
-DIST pytest-testinfra-10.0.0.tar.gz 84667 BLAKE2B 
10c62340af7cb0a07cbc3c8099f0d22bbf8e3623e8c5f80dd45acef23ec178a2b090aa012e5602c7b67d0ef61ca9922d05e412e8db62384589080455326c8abc
 SHA512 
3f289fccc3ba38ed1aa316adbb05ef74f51fbd1130ab7a39c5d56a11124de96c048aecef3a19438cd0d50d4891ed843671d9daf50fc5c3fb5c834164b276529d
 DIST pytest-testinfra-10.1.0.tar.gz 85117 BLAKE2B 
3db43661def60ef9627bd888b92f409886f2d6f1ae1306a8d46bbcbe3363cf5ae9e79f9fab49f0d0f8d6529d677a40db04fc68597d0d11e0285a7e27a01283fb
 SHA512 
98003ab250c06fc69ff015fc53af87aa642109866a86bdd679cc8876db614660f11f79c3146aef10c7b8f47723a13777cbad07276af661986129a5d0bfc11e1b

diff --git a/dev-python/pytest-testinfra/pytest-testinfra-10.0.0.ebuild 
b/dev-python/pytest-testinfra/pytest-testinfra-10.0.0.ebuild
deleted file mode 100644
index e16d835a1bb3..
--- a/dev-python/pytest-testinfra/pytest-testinfra-10.0.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Write unit tests in Python to test actual state of your servers"
-HOMEPAGE="
-   https://github.com/pytest-dev/pytest-testinfra/
-   https://pypi.org/project/pytest-testinfra/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-"
-# Ansible is called via its CLI
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   app-admin/ansible
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/pywinrm[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x EPYTEST_DESELECT=()
-
-   # This is the only test which actually fails if salt cannot be imported
-   if ! has_version "dev-python/salt[${PYTHON_USEDEP}]"; then
-   EPYTEST_DESELECT+=(
-   test/test_backends.py::test_backend_importables
-   )
-   fi
-
-   epytest
-}
-
-pkg_postinst() {
-   elog "For the list of available connection back-ends and their 
dependencies,"
-   elog "please consult 
https://testinfra.readthedocs.io/en/latest/backends.html";
-}



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

2024-03-16 Thread Arthur Zamarin
commit: 16db82d8ab2e8509c9d72b72cb390005e6d4776f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:09:09 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:09:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16db82d8

dev-python/python-glanceclient: Stabilize 4.5.0 ALLARCHES, #927131

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

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

diff --git a/dev-python/python-glanceclient/python-glanceclient-4.5.0.ebuild 
b/dev-python/python-glanceclient/python-glanceclient-4.5.0.ebuild
index 6930cb7e8b95..cb0f5137ac48 100644
--- a/dev-python/python-glanceclient/python-glanceclient-4.5.0.ebuild
+++ b/dev-python/python-glanceclient/python-glanceclient-4.5.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/keystoneauth1-3.6.2[${PYTHON_USEDEP}]



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

2024-03-16 Thread Michał Górny
commit: 2836fd63ef7c7b8756883bffd58e06392653f65d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 16 16:52:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 16 17:08:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2836fd63

sys-libs/libomp: Add slotted versions

Closes: https://bugs.gentoo.org/904140
Signed-off-by: Michał Górny  gentoo.org>

 ...-19.0.0..ebuild => libomp-15.0.7-r7.ebuild} | 61 +++---
 ...-19.0.0..ebuild => libomp-16.0.6-r1.ebuild} | 25 -
 ...-19.0.0..ebuild => libomp-17.0.6-r1.ebuild} | 25 -
 ...-19.0.0..ebuild => libomp-18.1.0-r1.ebuild} |  7 ++-
 sys-libs/libomp/libomp-19.0.0..ebuild  |  4 +-
 ebuild => libomp-19.0.0_pre20240316-r1.ebuild} |  4 +-
 6 files changed, 47 insertions(+), 79 deletions(-)

diff --git a/sys-libs/libomp/libomp-19.0.0..ebuild 
b/sys-libs/libomp/libomp-15.0.7-r7.ebuild
similarity index 68%
copy from sys-libs/libomp/libomp-19.0.0..ebuild
copy to sys-libs/libomp/libomp-15.0.7-r7.ebuild
index a40d0aed1c41..969100d279b4 100644
--- a/sys-libs/libomp/libomp-19.0.0..ebuild
+++ b/sys-libs/libomp/libomp-15.0.7-r7.ebuild
@@ -3,32 +3,30 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
-inherit flag-o-matic cmake-multilib linux-info llvm.org llvm-utils
-inherit python-single-r1 toolchain-funcs
+PYTHON_COMPAT=( python3_{10..11} )
+inherit flag-o-matic cmake-multilib linux-info llvm llvm.org python-any-r1
 
 DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
 HOMEPAGE="https://openmp.llvm.org";
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0/${LLVM_SOABI}"
+SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
 IUSE="
-   +debug gdb-plugin hwloc offload ompt test
+   debug hwloc offload ompt test
llvm_targets_AMDGPU llvm_targets_NVPTX
 "
-REQUIRED_USE="
-   gdb-plugin? ( ${PYTHON_REQUIRED_USE} )
-"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   gdb-plugin? ( ${PYTHON_DEPS} )
hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] )
offload? (
+   virtual/libelf:=[${MULTILIB_USEDEP}]
dev-libs/libffi:=[${MULTILIB_USEDEP}]
~sys-devel/llvm-${PV}[${MULTILIB_USEDEP}]
llvm_targets_AMDGPU? ( dev-libs/rocr-runtime:= )
)
+   !sys-libs/libomp:0
 "
 # tests:
 # - dev-python/lit provides the test runner
@@ -45,17 +43,19 @@ BDEPEND="
virtual/pkgconfig
)
test? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/lit[${PYTHON_USEDEP}]
-   ')
+   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
sys-devel/clang
)
 "
 
 LLVM_COMPONENTS=( openmp cmake llvm/include )
+LLVM_PATCHSET=15.0.7-r6
 llvm.org_set_globals
 
+python_check_deps() {
+   python_has_version "dev-python/lit[${PYTHON_USEDEP}]"
+}
+
 kernel_pds_check() {
if use kernel_linux && kernel_is -lt 4 15 && kernel_is -ge 4 13; then
local CONFIG_CHECK="~!SCHED_PDS"
@@ -74,40 +74,26 @@ pkg_pretend() {
 }
 
 pkg_setup() {
-   if use gdb-plugin || use test; then
-   python-single-r1_pkg_setup
-   fi
+   use offload && LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
+   use test && python-any-r1_pkg_setup
 }
 
 multilib_src_configure() {
-   use offload && llvm_prepend_path "${LLVM_MAJOR}"
-
# LTO causes issues in other packages building, #870127
filter-lto
 
# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"
 
-   local build_omptarget=OFF
-   # upstream disallows building libomptarget when sizeof(void*) != 8
-   if use offload &&
-   "$(tc-getCC)" ${CFLAGS} ${CPPFLAGS} -c -x c - -o /dev/null \
-   <<-EOF &>/dev/null
-   int test[sizeof(void *) == 8 ? 1 : -1];
-   EOF
-   then
-   build_omptarget=ON
-   fi
-
local libdir="$(get_libdir)"
local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/lib/llvm/${LLVM_MAJOR}"
-DOPENMP_LIBDIR_SUFFIX="${libdir#lib}"
 
-DLIBOMP_USE_HWLOC=$(usex hwloc)
-   -DLIBOMP_OMPD_GDB_SUPPORT=$(multilib_native_usex gdb-plugin)
-DLIBOMP_OMPT_SUPPORT=$(usex ompt)
 
-   -DOPENMP_ENABLE_LIBOMPTARGET=${build_omptarget}
+   -DOPENMP_ENABLE_LIBOMPTARGET=$(usex offload)
 
# do not install libgomp.so & libiomp5.so aliases
-DLIBOMP_INSTALL_ALIASES=OFF
@@ -115,22 +101,11 @@ multilib_src_configure() {
-DLIBOMP_COPY_EXPORTS=OFF
)
 
-   if [[ ${build_omptarget} == ON ]]; then
-   local ffi_cflags=$($(tc-getPKG_CONFIG) --cfl

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

2024-03-16 Thread Michał Górny
commit: d4a10a7e6bb4d32fe42936dc3e97cabae0ffe64b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 16 16:55:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 16 17:08:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a10a7e

sys-devel/clang-runtime: Account for slotted sys-libs/libomp

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

 .../clang-runtime/clang-runtime-15.0.7-r1.ebuild   | 26 ++
 .ebuild => clang-runtime-16.0.6-r1.ebuild} |  3 ++-
 .ebuild => clang-runtime-17.0.6-r1.ebuild} |  3 ++-
 .ebuild => clang-runtime-18.1.0-r1.ebuild} |  3 ++-
 .../clang-runtime/clang-runtime-19.0.0..ebuild |  2 +-
 ... => clang-runtime-19.0.0_pre20240316-r1.ebuild} |  2 +-
 6 files changed, 34 insertions(+), 5 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.7-r1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-15.0.7-r1.ebuild
new file mode 100644
index ..2c775a8cbbb8
--- /dev/null
+++ b/sys-devel/clang-runtime/clang-runtime-15.0.7-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-build
+
+DESCRIPTION="Meta-ebuild for clang runtime libraries"
+HOMEPAGE="https://clang.llvm.org/";
+
+LICENSE="metapackage"
+SLOT="$(ver_cut 1-3)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
+IUSE="+compiler-rt libcxx openmp +sanitize"
+REQUIRED_USE="sanitize? ( compiler-rt )"
+
+RDEPEND="
+   compiler-rt? (
+   
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
+   sanitize? (
+   
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
+   )
+   )
+   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
+   openmp? ( >=sys-libs/libomp-${PV}:${PV%%.*}[${MULTILIB_USEDEP}] )
+"

diff --git a/sys-devel/clang-runtime/clang-runtime-19.0.0..ebuild 
b/sys-devel/clang-runtime/clang-runtime-16.0.6-r1.ebuild
similarity index 87%
copy from sys-devel/clang-runtime/clang-runtime-19.0.0..ebuild
copy to sys-devel/clang-runtime/clang-runtime-16.0.6-r1.ebuild
index 323c0b62c062..04961060832f 100644
--- a/sys-devel/clang-runtime/clang-runtime-19.0.0..ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-16.0.6-r1.ebuild
@@ -10,6 +10,7 @@ HOMEPAGE="https://clang.llvm.org/";
 
 LICENSE="metapackage"
 SLOT="${PV%%.*}"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos"
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
 
@@ -21,7 +22,7 @@ RDEPEND="
)
)
libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
+   openmp? ( >=sys-libs/libomp-${PV}:${SLOT}[${MULTILIB_USEDEP}] )
 "
 
 pkg_pretend() {

diff --git a/sys-devel/clang-runtime/clang-runtime-19.0.0..ebuild 
b/sys-devel/clang-runtime/clang-runtime-17.0.6-r1.ebuild
similarity index 87%
copy from sys-devel/clang-runtime/clang-runtime-19.0.0..ebuild
copy to sys-devel/clang-runtime/clang-runtime-17.0.6-r1.ebuild
index 323c0b62c062..04961060832f 100644
--- a/sys-devel/clang-runtime/clang-runtime-19.0.0..ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-17.0.6-r1.ebuild
@@ -10,6 +10,7 @@ HOMEPAGE="https://clang.llvm.org/";
 
 LICENSE="metapackage"
 SLOT="${PV%%.*}"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos"
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
 
@@ -21,7 +22,7 @@ RDEPEND="
)
)
libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
+   openmp? ( >=sys-libs/libomp-${PV}:${SLOT}[${MULTILIB_USEDEP}] )
 "
 
 pkg_pretend() {

diff --git a/sys-devel/clang-runtime/clang-runtime-19.0.0..ebuild 
b/sys-devel/clang-runtime/clang-runtime-18.1.0-r1.ebuild
similarity index 87%
copy from sys-devel/clang-runtime/clang-runtime-19.0.0..ebuild
copy to sys-devel/clang-runtime/clang-runtime-18.1.0-r1.ebuild
index 323c0b62c062..04961060832f 100644
--- a/sys-devel/clang-runtime/clang-runtime-19.0.0..ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-18.1.0-r1.ebuild
@@ -10,6 +10,7 @@ HOMEPAGE="https://clang.llvm.org/";
 
 LICENSE="metapackage"
 SLOT="${PV%%.*}"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos"
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
 
@@ -21,7 +22,7 @@ RDEPEND="
)
)
libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
+   openmp? ( >=sys

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

2024-03-16 Thread Arthur Zamarin
commit: 61b9ccd8709dc7deb5763dee9ab0647563648748
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:08:22 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:08:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b9ccd8

sci-mathematics/z3: Stabilize 4.12.6 amd64, #927109

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

 sci-mathematics/z3/z3-4.12.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.12.6.ebuild 
b/sci-mathematics/z3/z3-4.12.6.ebuild
index 1c49cc7cd191..af41d0e98184 100644
--- a/sci-mathematics/z3/z3-4.12.6.ebuild
+++ b/sci-mathematics/z3/z3-4.12.6.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/$(ver_cut 1-2)"
 LICENSE="MIT"
-KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2024-03-16 Thread Arthur Zamarin
commit: c7c8d9aa23e7ae0f6cfb47a7541cb13d101025fd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:06:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:06:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c8d9aa

xfce-base/libxfce4ui: Stabilize 4.18.6 x86, #927111

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

 xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild 
b/xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild
index d309fb76bb4f..794d3e8f89b1 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="glade +introspection startup-notification system-info vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2024-03-16 Thread Arthur Zamarin
commit: 725ffa6cd10bde4efca90b0b56c7e49158eaa5db
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:06:26 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:06:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725ffa6c

app-arch/xarchiver: Stabilize 0.5.4.23 amd64, #927110

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

 app-arch/xarchiver/xarchiver-0.5.4.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild 
b/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild
index d8cd06a0d18b..2ec6f45994e0 100644
--- a/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild
+++ b/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-taskmanager/

2024-03-16 Thread Arthur Zamarin
commit: 21a4f4cf2c615ff69c1c23296f65f118136ebfb1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:06:29 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:06:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a4f4cf

xfce-extra/xfce4-taskmanager: Stabilize 1.5.7 ppc, #927113

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

 xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.7.ebuild 
b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.7.ebuild
index 454bda3a4fc3..5d105a4b116d 100644
--- a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.7.ebuild
+++ b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="X"
 
 DEPEND="



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

2024-03-16 Thread Arthur Zamarin
commit: 3f6af558510694a808e7dd06721a680af553571e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:06:32 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:06:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6af558

dev-python/pycurl: Stabilize 7.45.3 amd64, #927128

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

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

diff --git a/dev-python/pycurl/pycurl-7.45.3.ebuild 
b/dev-python/pycurl/pycurl-7.45.3.ebuild
index a50d1b916f76..17e44b4b215e 100644
--- a/dev-python/pycurl/pycurl-7.45.3.ebuild
+++ b/dev-python/pycurl/pycurl-7.45.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 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"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="curl_ssl_gnutls +curl_ssl_openssl examples ssl"
 
 # Depend on a curl with curl_ssl_* USE flags.



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

2024-03-16 Thread Arthur Zamarin
commit: b7cac3e63071e592736a686ac7c4432cc6aba86f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:06:30 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:06:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cac3e6

dev-python/pyglet: Stabilize 2.0.12 x86, #927120

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

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

diff --git a/dev-python/pyglet/pyglet-2.0.12.ebuild 
b/dev-python/pyglet/pyglet-2.0.12.ebuild
index 28c5feeacc17..4841032e256e 100644
--- a/dev-python/pyglet/pyglet-2.0.12.ebuild
+++ b/dev-python/pyglet/pyglet-2.0.12.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/pyglet/pyglet/archive/v${PV}.tar.gz -> ${P}.gh.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="examples image +sound"
 
 RDEPEND="



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

2024-03-16 Thread Arthur Zamarin
commit: abafb38eaad10310de6f0ecca92df19a5b988f52
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:06:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:06:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abafb38e

dev-python/msgpack: Stabilize 1.0.8 ppc, #927122

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

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

diff --git a/dev-python/msgpack/msgpack-1.0.8.ebuild 
b/dev-python/msgpack/msgpack-1.0.8.ebuild
index 1e88713c70d0..b2fdd0714e9e 100644
--- a/dev-python/msgpack/msgpack-1.0.8.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.8.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 IUSE="+native-extensions"
 
 # extension code is relying on CPython implementation details



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

2024-03-16 Thread Arthur Zamarin
commit: d206b780b52892abb624d5e6eb876cd7787ec588
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:06:30 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:06:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d206b780

dev-python/pytest-testinfra: Stabilize 10.1.0 amd64, #927115

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

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

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



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

2024-03-16 Thread Arthur Zamarin
commit: 83a4ea72037dd7c5eadcce51b501ff4cfb90bc86
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:06:28 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:06:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a4ea72

xfce-base/libxfce4ui: Stabilize 4.18.6 ppc, #927111

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

 xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild 
b/xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild
index 794d3e8f89b1..bc3c10b62bdf 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.18.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="glade +introspection startup-notification system-info vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2024-03-16 Thread Arthur Zamarin
commit: 7271a7d35cff9b6bfbf36a99dde60002a15fe846
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:06:26 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:06:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7271a7d3

app-arch/xarchiver: Stabilize 0.5.4.23 ppc, #927110

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

 app-arch/xarchiver/xarchiver-0.5.4.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild 
b/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild
index 8d94fab92ad0..d8cd06a0d18b 100644
--- a/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild
+++ b/app-arch/xarchiver/xarchiver-0.5.4.23.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-wireless/rtl-sdr/

2024-03-16 Thread Arthur Zamarin
commit: 6c3315b2f98e832fb5fb3a92d7f48c8c13d5e135
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:06:25 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:06:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3315b2

net-wireless/rtl-sdr: Stabilize 2.0.1 ppc, #926354

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

 net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild 
b/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
index 27fbfc30f2b9..be4305a53b0c 100644
--- a/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
+++ b/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
@@ -16,7 +16,7 @@ else
#SRC_URI="https://github.com/osmocom/rtl-sdr/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
#S="${WORKDIR}/${PN}-${COMMIT}"

SRC_URI="https://github.com/osmocom/rtl-sdr/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
 fi
 
 LICENSE="GPL-2+"



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

2024-03-16 Thread Patrick McLean
commit: b3580dab9d223beaa2ea1a41f313ce10cfa4a212
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Mar 16 17:03:49 2024 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Mar 16 17:04:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3580dab

dev-debug/bpftrace: Add missing BDEPENDs (bug #927141)

Closes: https://bugs.gentoo.org/927141
Signed-off-by: Patrick McLean  gentoo.org>

 .../bpftrace/{bpftrace-0.20.1-r1.ebuild => bpftrace-0.20.1-r2.ebuild}  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-debug/bpftrace/bpftrace-0.20.1-r1.ebuild 
b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild
similarity index 96%
rename from dev-debug/bpftrace/bpftrace-0.20.1-r1.ebuild
rename to dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild
index d4856d58d474..3d446e62662b 100644
--- a/dev-debug/bpftrace/bpftrace-0.20.1-r1.ebuild
+++ b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
>=sys-devel/clang-10


[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-taskmanager/

2024-03-16 Thread Arthur Zamarin
commit: c043494ac0e8b02494b097aff4bf0795e1a08813
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:58:03 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:58:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c043494a

xfce-extra/xfce4-taskmanager: Stabilize 1.5.7 x86, #927113

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

 xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.7.ebuild 
b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.7.ebuild
index 3a714870d81c..454bda3a4fc3 100644
--- a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.7.ebuild
+++ b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.5.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-wireless/rtl-sdr/

2024-03-16 Thread Arthur Zamarin
commit: 091661f09cc523dc41f201ee9626feeabbd6a0c7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:56:20 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:56:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091661f0

net-wireless/rtl-sdr: Stabilize 2.0.1 amd64, #926354

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

 net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild 
b/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
index d4574d6e0a27..27fbfc30f2b9 100644
--- a/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
+++ b/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
@@ -16,7 +16,7 @@ else
#SRC_URI="https://github.com/osmocom/rtl-sdr/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
#S="${WORKDIR}/${PN}-${COMMIT}"

SRC_URI="https://github.com/osmocom/rtl-sdr/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/rtl-sdr/

2024-03-16 Thread Arthur Zamarin
commit: 8909d3c2771852ca783f892b840443e24f709a13
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:56:19 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:56:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8909d3c2

net-wireless/rtl-sdr: Stabilize 2.0.1 x86, #926354

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

 net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild 
b/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
index 471ed51c10bc..d4574d6e0a27 100644
--- a/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
+++ b/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
@@ -16,7 +16,7 @@ else
#SRC_URI="https://github.com/osmocom/rtl-sdr/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
#S="${WORKDIR}/${PN}-${COMMIT}"

SRC_URI="https://github.com/osmocom/rtl-sdr/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="~amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: dev-build/cmake/

2024-03-16 Thread Arthur Zamarin
commit: 7715b32a2080d16bd4341154935d0fe7d9f47dd0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:56:18 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:56:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7715b32a

dev-build/cmake: Stabilize 3.28.3 x86, #925257

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

 dev-build/cmake/cmake-3.28.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-build/cmake/cmake-3.28.3.ebuild 
b/dev-build/cmake/cmake-3.28.3.ebuild
index bdd72442a16b..579ad492d4be 100644
--- a/dev-build/cmake/cmake-3.28.3.ebuild
+++ b/dev-build/cmake/cmake-3.28.3.ebuild
@@ -48,7 +48,7 @@ else

https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt.asc
)"
 
-   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"
 
BDEPEND="verify-sig? ( 
>=sec-keys/openpgp-keys-bradking-20230817 )"
fi



[gentoo-commits] repo/gentoo:master commit in: dev-build/cmake/

2024-03-16 Thread Arthur Zamarin
commit: 3f9082da868a648a94949de1ca68afa99869202a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:54:13 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:54:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9082da

dev-build/cmake: Stabilize 3.28.3 amd64, #925257

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

 dev-build/cmake/cmake-3.28.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-build/cmake/cmake-3.28.3.ebuild 
b/dev-build/cmake/cmake-3.28.3.ebuild
index ddd374c0b70b..bdd72442a16b 100644
--- a/dev-build/cmake/cmake-3.28.3.ebuild
+++ b/dev-build/cmake/cmake-3.28.3.ebuild
@@ -48,7 +48,7 @@ else

https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt.asc
)"
 
-   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"
 
BDEPEND="verify-sig? ( 
>=sec-keys/openpgp-keys-bradking-20230817 )"
fi



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

2024-03-16 Thread Arthur Zamarin
commit: 25f27c5aab69c3e2a87e4aa7b34eb1d11bb83927
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:54:14 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:54:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f27c5a

dev-python/pycurl: Stabilize 7.45.3 ppc, #927128

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

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

diff --git a/dev-python/pycurl/pycurl-7.45.3.ebuild 
b/dev-python/pycurl/pycurl-7.45.3.ebuild
index 8282cd72a64a..a50d1b916f76 100644
--- a/dev-python/pycurl/pycurl-7.45.3.ebuild
+++ b/dev-python/pycurl/pycurl-7.45.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 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"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="curl_ssl_gnutls +curl_ssl_openssl examples ssl"
 
 # Depend on a curl with curl_ssl_* USE flags.



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

2024-03-16 Thread Arthur Zamarin
commit: a697a3eefa4e077633da0b0dbdd9c8422b5a2c32
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:52:24 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:52:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a697a3ee

dev-python/scrypt: Stabilize 0.8.24 ppc, #927133

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

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

diff --git a/dev-python/scrypt/scrypt-0.8.24.ebuild 
b/dev-python/scrypt/scrypt-0.8.24.ebuild
index dd24f9c243d0..8eddaeadc889 100644
--- a/dev-python/scrypt/scrypt-0.8.24.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.24.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
 
 RDEPEND="dev-libs/openssl:0="
 DEPEND="${RDEPEND}"



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

2024-03-16 Thread Arthur Zamarin
commit: de4a589e0f47b70f56c671fa202138bc92382009
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:52:23 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:52:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4a589e

sci-mathematics/z3: Stabilize 4.12.6 arm, #927109

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

 sci-mathematics/z3/z3-4.12.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.12.6.ebuild 
b/sci-mathematics/z3/z3-4.12.6.ebuild
index dc028b9de0d9..1c49cc7cd191 100644
--- a/sci-mathematics/z3/z3-4.12.6.ebuild
+++ b/sci-mathematics/z3/z3-4.12.6.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/$(ver_cut 1-2)"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/rtl-sdr/

2024-03-16 Thread Arthur Zamarin
commit: ad930cf51ebff5408654a0bebc9c53f5f08b9fa6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:49:14 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:49:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad930cf5

net-wireless/rtl-sdr: Stabilize 2.0.1 arm, #926354

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

 net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild 
b/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
index 3005e1796833..471ed51c10bc 100644
--- a/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
+++ b/net-wireless/rtl-sdr/rtl-sdr-2.0.1.ebuild
@@ -16,7 +16,7 @@ else
#SRC_URI="https://github.com/osmocom/rtl-sdr/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
#S="${WORKDIR}/${PN}-${COMMIT}"

SRC_URI="https://github.com/osmocom/rtl-sdr/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc ~x86"
 fi
 
 LICENSE="GPL-2+"



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

2024-03-16 Thread Arthur Zamarin
commit: 137d56cad8928d8d01df278e17c49ab235f274d5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:48:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:48:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137d56ca

app-crypt/gnupg: Stabilize 2.2.42-r3 arm, #927097

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

 app-crypt/gnupg/gnupg-2.2.42-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gnupg/gnupg-2.2.42-r3.ebuild 
b/app-crypt/gnupg/gnupg-2.2.42-r3.ebuild
index 0b378f5585b6..1034d8d094e0 100644
--- a/app-crypt/gnupg/gnupg-2.2.42-r3.ebuild
+++ b/app-crypt/gnupg/gnupg-2.2.42-r3.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~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 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl test tofu tools usb 
user-socket wks-server"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/

2024-03-16 Thread Sergey Alirzaev
commit: 406322bcb210c1359b0dfb28fdd2edd517f9a79b
Author: Sergey Alirzaev  riseup  net>
AuthorDate: Sat Mar 16 16:47:15 2024 +
Commit: Sergey Alirzaev  gmail  com>
CommitDate: Sat Mar 16 16:47:15 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=406322bc

app-misc/vrms-gentoo: add myself as a maintainer

Signed-off-by: Sergey Alirzaev  riseup.net>

 app-misc/vrms-gentoo/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/vrms-gentoo/metadata.xml 
b/app-misc/vrms-gentoo/metadata.xml
index afd9a96d63..7602184c04 100644
--- a/app-misc/vrms-gentoo/metadata.xml
+++ b/app-misc/vrms-gentoo/metadata.xml
@@ -3,8 +3,8 @@
 

co-maintainers welcome
-   lssndrbarbi...@gmail.com
-   Alessandro Barbieri
+   l2...@riseup.net
+   Sergey Alirzaev


z411/vrms-gentoo



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

2024-03-16 Thread Arthur Zamarin
commit: 811031115449454b335f411d6518a7d98a8c31c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:45:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:45:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81103111

dev-python/msgpack: Stabilize 1.0.8 arm, #927122

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

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

diff --git a/dev-python/msgpack/msgpack-1.0.8.ebuild 
b/dev-python/msgpack/msgpack-1.0.8.ebuild
index d58a2fcfa89e..1e88713c70d0 100644
--- a/dev-python/msgpack/msgpack-1.0.8.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.8.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 IUSE="+native-extensions"
 
 # extension code is relying on CPython implementation details



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

2024-03-16 Thread Arthur Zamarin
commit: cbedcf19904d1e75aad82bde6eacd4ba82e1e05f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:45:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:45:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbedcf19

dev-python/pycurl: Stabilize 7.45.3 arm, #927128

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

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

diff --git a/dev-python/pycurl/pycurl-7.45.3.ebuild 
b/dev-python/pycurl/pycurl-7.45.3.ebuild
index 9ba2172564e6..8282cd72a64a 100644
--- a/dev-python/pycurl/pycurl-7.45.3.ebuild
+++ b/dev-python/pycurl/pycurl-7.45.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1"
 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"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="curl_ssl_gnutls +curl_ssl_openssl examples ssl"
 
 # Depend on a curl with curl_ssl_* USE flags.



[gentoo-commits] repo/gentoo:master commit in: dev-build/cmake/

2024-03-16 Thread Arthur Zamarin
commit: ecfe2c5996d21aafab14ea035bbe132884747dcd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:45:02 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:45:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfe2c59

dev-build/cmake: Stabilize 3.28.3 arm64, #925257

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

 dev-build/cmake/cmake-3.28.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-build/cmake/cmake-3.28.3.ebuild 
b/dev-build/cmake/cmake-3.28.3.ebuild
index 6f6b82dc0b61..f6416ad57500 100644
--- a/dev-build/cmake/cmake-3.28.3.ebuild
+++ b/dev-build/cmake/cmake-3.28.3.ebuild
@@ -48,7 +48,7 @@ else

https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt.asc
)"
 
-   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"
 
BDEPEND="verify-sig? ( 
>=sec-keys/openpgp-keys-bradking-20230817 )"
fi



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

2024-03-16 Thread Arthur Zamarin
commit: 3bd1edbf874b0ed8af2af7f26d77db4b231d5ca9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:45:03 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:45:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd1edbf

app-portage/elt-patches: Stabilize 20240213 arm, #927048

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

 app-portage/elt-patches/elt-patches-20240213.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/elt-patches/elt-patches-20240213.ebuild 
b/app-portage/elt-patches/elt-patches-20240213.ebuild
index 09f4fb92a0a5..e4f296996a88 100644
--- a/app-portage/elt-patches/elt-patches-20240213.ebuild
+++ b/app-portage/elt-patches/elt-patches-20240213.ebuild
@@ -19,7 +19,7 @@ else

https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
"
 
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-linux ~ppc64-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 ~arm64-linux ~ppc64-linux ~x86-linux 
~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-build/cmake/

2024-03-16 Thread Arthur Zamarin
commit: 01d15199e5b42e3ccc145d3cffb6c5e85690c646
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:45:02 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:45:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d15199

dev-build/cmake: Stabilize 3.28.3 arm, #925257

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

 dev-build/cmake/cmake-3.28.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-build/cmake/cmake-3.28.3.ebuild 
b/dev-build/cmake/cmake-3.28.3.ebuild
index f6416ad57500..ddd374c0b70b 100644
--- a/dev-build/cmake/cmake-3.28.3.ebuild
+++ b/dev-build/cmake/cmake-3.28.3.ebuild
@@ -48,7 +48,7 @@ else

https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt.asc
)"
 
-   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"
 
BDEPEND="verify-sig? ( 
>=sec-keys/openpgp-keys-bradking-20230817 )"
fi



<    1   2   3   4   5   >