[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/

2023-12-20 Thread Bernard Cafarelli
commit: a656c9a2fa9e18debe40387c39124d3745cf2d69
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Dec 21 07:57:54 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Dec 21 07:59:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a656c9a2

net-ftp/filezilla: add 3.66.4

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

 net-ftp/filezilla/Manifest|  1 +
 net-ftp/filezilla/filezilla-3.66.4.ebuild | 75 +++
 2 files changed, 76 insertions(+)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index b502419d11af..0c9d0b1876f9 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1,3 +1,4 @@
 DIST FileZilla_3.65.0_src.tar.xz 4055316 BLAKE2B 
4f702de98baeddda76ba0f3eaa5a06b49e863785980c8a57b84fdf7d3ce49f40b0ae123806c5e76693f19424696daf9ee044813c60bc4ec4216d19f2eccacf48
 SHA512 
8fb2862eaa7aa4331a095e67335f8e2805936f4866c49f617bdfb819638ecdcbc94e15e8810d90c2eb56e04f0100b8deeb5b691a45012896963ea4ba59644d04
 DIST FileZilla_3.66.0_src.tar.xz 4055872 BLAKE2B 
b6a66b156d14d012098d63e4bc91bbe3ed9d3b271774f4a169b2c240da67556f52a57b022852942ff3ab068ff4cfbfcc94f2b9681ad9c7cb7dadc362dc22afc0
 SHA512 
8772987ed0772cb23f2ff15f7a9d8b24d9086b6f24d83c9aa430cbbb7c3e3b8fe209116ae590836e708db1a985539d214cd219413485823a7cc031462e20326d
 DIST FileZilla_3.66.1_src.tar.xz 4056092 BLAKE2B 
43d7be5a6a1d3abc68e8d0e101b796fbe4183acbad2d9485db6ca8a027c82abdf3fba0887c31c911179205b7a774833da1a66d20f7bf12a2caa5e56772a2c1fd
 SHA512 
2c038bb179e29f96062ee1f871571ed2669689af470ab86ecf9eef8e76ff90c44dc9940506c6ab5b100453811e13546c6c25eb6389b0f7a7e2c61c21c36fdb34
+DIST FileZilla_3.66.4_src.tar.xz 4057952 BLAKE2B 
0286e3e23cbd3d0599b4fced535d5bfd89508bc5f02d726ec082ac435590e0a3a1e1d90e0a6d51b19ce673b07c8b599ecd03e904a394f8fd9e1fc7f6167944f6
 SHA512 
17c0655988229bcfb056fe86bf8d6a21ea961420cc0073b3c4416c7fda999edd8dff7c6fe6b2121afad12acc4e6e525474a24a253c2e5312b74539de4232ef6b

diff --git a/net-ftp/filezilla/filezilla-3.66.4.ebuild 
b/net-ftp/filezilla/filezilla-3.66.4.ebuild
new file mode 100644
index ..cb61885b28b4
--- /dev/null
+++ b/net-ftp/filezilla/filezilla-3.66.4.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER="3.2-gtk3"
+
+inherit autotools flag-o-matic wxwidgets xdg
+
+MY_PV="${PV/_/-}"
+MY_P="FileZilla_${MY_PV}"
+
+DESCRIPTION="FTP client with lots of useful features and an intuitive 
interface"
+HOMEPAGE="https://filezilla-project.org/;
+SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.xz;
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="cpu_flags_x86_sse2 dbus nls test"
+RESTRICT="!test? ( test )"
+
+# pugixml 1.7 minimal dependency is for c++11 proper configuration
+RDEPEND="
+   >=dev-libs/nettle-3.1:=
+   >=dev-db/sqlite-3.7
+   >=dev-libs/boost-1.76.0:=
+   >=dev-libs/libfilezilla-0.45.0:=
+   >=dev-libs/pugixml-1.7
+   >=net-libs/gnutls-3.5.7
+   x11-libs/wxGTK:${WX_GTK_VER}[X]
+   x11-misc/xdg-utils
+   dbus? ( sys-apps/dbus )"
+DEPEND="${RDEPEND}
+   test? ( >=dev-util/cppunit-1.13.0 )"
+BDEPEND="
+   virtual/pkgconfig
+   >=sys-devel/libtool-1.4
+   nls? ( >=sys-devel/gettext-0.11 )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.22.1-debug.patch
+   "${FILESDIR}"/${PN}-3.47.0-metainfo.patch
+   "${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
+   "${FILESDIR}"/${PN}-3.52.2-slibtool.patch
+   "${FILESDIR}"/${PN}-3.60.1-desktop.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   if use x86 && ! use cpu_flags_x86_sse2; then
+   append-cppflags -D_FORCE_SOFTWARE_SHA
+   fi
+   setup-wxwidgets
+
+   local myeconfargs=(
+   --disable-autoupdatecheck
+   --with-pugixml=system
+   $(use_enable nls locales)
+   $(use_with dbus)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   # no static archives
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/discord/

2023-12-20 Thread Sam James
commit: b2f7e6bae09f9bc7dc6476fa5944f4ac58b7a384
Author: Alfred Wingate  protonmail  com>
AuthorDate: Wed Dec 20 04:22:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 07:52:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f7e6ba

net-im/discord: add 0.0.39, drop 0.0.38

Closes: https://bugs.gentoo.org/920349
Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34379
Signed-off-by: Sam James  gentoo.org>

 net-im/discord/Manifest | 2 +-
 net-im/discord/{discord-0.0.38.ebuild => discord-0.0.39.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord/Manifest b/net-im/discord/Manifest
index 5a0e31a9e975..9c1567cd58bb 100644
--- a/net-im/discord/Manifest
+++ b/net-im/discord/Manifest
@@ -1 +1 @@
-DIST discord-0.0.38.tar.gz 92978140 BLAKE2B 
ee0e8b588011a72147fa836849df79c39b6b47313dbda25a65f470b256ba4d7ee73622fa0fb5915e6bedabff277719e69d5daefa612c26468582c3175d822423
 SHA512 
b526231453bd2eabacd8fd353a8cd33fbc2a3992f5a29a4f21dd32ad79a4caa16cda21652b7d7b261b3a0bf6276a8d443e75d4deca5f47fc25540dbe23996598
+DIST discord-0.0.39.tar.gz 92977064 BLAKE2B 
95f30148782de35e5c5798867f4433163d53ede9538e3c3e6198c20c754a6ffc8f012cd2b85ad47344664ebfbab2ef59f9cf6ebf520daa656d8f05f300ae8789
 SHA512 
9f18aea5d82f5db4efa9db9babbc440b24e47dc80df18df5cc58d99d677f1c0863df21ed96d69896785f8fbe0dc0ff1f7317398b8f39606289da79f5a38074f1

diff --git a/net-im/discord/discord-0.0.38.ebuild 
b/net-im/discord/discord-0.0.39.ebuild
similarity index 100%
rename from net-im/discord/discord-0.0.38.ebuild
rename to net-im/discord/discord-0.0.39.ebuild



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

2023-12-20 Thread Arthur Zamarin
commit: f21970211527999b314eb1c73821258b1f8c6cdb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:51:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:51:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2197021

net-p2p/transmission: Stabilize 4.0.4 x86, #918530

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

 net-p2p/transmission/transmission-4.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/transmission/transmission-4.0.4.ebuild 
b/net-p2p/transmission/transmission-4.0.4.ebuild
index 98c91b092d53..f9d4e2dcede6 100644
--- a/net-p2p/transmission/transmission-4.0.4.ebuild
+++ b/net-p2p/transmission/transmission-4.0.4.ebuild
@@ -13,7 +13,7 @@ else
MY_P="${PN}-${MY_PV}"
S="${WORKDIR}/${MY_P}"

SRC_URI="https://github.com/transmission/transmission/releases/download/${MY_PV}/${MY_P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="A fast, easy, and free BitTorrent client"



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

2023-12-20 Thread Arthur Zamarin
commit: 474c34cbcf7840a41d6899a42f70fdad38ff0226
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:51:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:51:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474c34cb

net-p2p/transmission: Stabilize 4.0.4 ppc64, #918530

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

 net-p2p/transmission/transmission-4.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/transmission/transmission-4.0.4.ebuild 
b/net-p2p/transmission/transmission-4.0.4.ebuild
index d11603ed4b9e..98c91b092d53 100644
--- a/net-p2p/transmission/transmission-4.0.4.ebuild
+++ b/net-p2p/transmission/transmission-4.0.4.ebuild
@@ -13,7 +13,7 @@ else
MY_P="${PN}-${MY_PV}"
S="${WORKDIR}/${MY_P}"

SRC_URI="https://github.com/transmission/transmission/releases/download/${MY_PV}/${MY_P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="A fast, easy, and free BitTorrent client"



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

2023-12-20 Thread Arthur Zamarin
commit: 1d9828a83295e5903af23d40dd29d508f81926ea
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:50:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:50:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9828a8

media-libs/libplacebo: Stabilize 6.338.1 ppc, #919770

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

 media-libs/libplacebo/libplacebo-6.338.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libplacebo/libplacebo-6.338.1.ebuild 
b/media-libs/libplacebo/libplacebo-6.338.1.ebuild
index 23720aed6e5b..998c264e826d 100644
--- a/media-libs/libplacebo/libplacebo-6.338.1.ebuild
+++ b/media-libs/libplacebo/libplacebo-6.338.1.ebuild
@@ -22,7 +22,7 @@ else
)
"
S="${WORKDIR}/${PN}-v${PV}"
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Reusable library for GPU-accelerated image processing primitives"



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

2023-12-20 Thread Arthur Zamarin
commit: c2c3e7b6ef19fe6a68cd2a4e4fb21b64304bc741
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:50:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:50:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c3e7b6

media-video/mpv: Stabilize 0.37.0 ppc, #919770

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

 media-video/mpv/mpv-0.37.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/mpv/mpv-0.37.0.ebuild 
b/media-video/mpv/mpv-0.37.0.ebuild
index 07592c56700a..4120f51db273 100644
--- a/media-video/mpv/mpv-0.37.0.ebuild
+++ b/media-video/mpv/mpv-0.37.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/mpv-player/mpv.git;
 else
SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86 ~amd64-linux"
+   KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux"
 fi
 
 DESCRIPTION="Media player for the command line"



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

2023-12-20 Thread Arthur Zamarin
commit: 7c69a35723920abb242a0b3ca9ecf56fbdb07a89
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:26:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:26:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c69a357

dev-libs/libxslt: Stabilize 1.1.39 x86, #920213

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

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

diff --git a/dev-libs/libxslt/libxslt-1.1.39.ebuild 
b/dev-libs/libxslt/libxslt-1.1.39.ebuild
index 49f60ec6d171..66926681eb9b 100644
--- a/dev-libs/libxslt/libxslt-1.1.39.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.39.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]] ; then
inherit autotools git-r3
 else
inherit libtool gnome.org
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 LICENSE="MIT"



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

2023-12-20 Thread Arthur Zamarin
commit: 6ddb00da12829c9be8ecf6655313b9c1ecc44e42
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:26:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:26:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddb00da

net-analyzer/wireshark: Stabilize 4.0.11 x86, #920211

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

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

diff --git a/net-analyzer/wireshark/wireshark-4.0.11.ebuild 
b/net-analyzer/wireshark/wireshark-4.0.11.ebuild
index 9be3c33a2f7a..f9e10855f568 100644
--- a/net-analyzer/wireshark/wireshark-4.0.11.ebuild
+++ b/net-analyzer/wireshark/wireshark-4.0.11.ebuild
@@ -23,7 +23,7 @@ else
S="${WORKDIR}/${P/_/}"
 
if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc64 ~riscv x86"
fi
 fi
 



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

2023-12-20 Thread Arthur Zamarin
commit: 69e7be71151fa62fd9ec1e1e12b0b7ccfad98080
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:26:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:26:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e7be71

dev-ruby/sqlite3: Stabilize 1.6.7 x86, #918716

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

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

diff --git a/dev-ruby/sqlite3/sqlite3-1.6.7.ebuild 
b/dev-ruby/sqlite3/sqlite3-1.6.7.ebuild
index 0a4e313ce37f..db6ff3bcadc9 100644
--- a/dev-ruby/sqlite3/sqlite3-1.6.7.ebuild
+++ b/dev-ruby/sqlite3/sqlite3-1.6.7.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="An extension library to access a SQLite database 
from Ruby"
 HOMEPAGE="https://github.com/sparklemotion/sqlite3-ruby;
 LICENSE="BSD"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 SLOT="0"
 IUSE=""
 



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

2023-12-20 Thread Arthur Zamarin
commit: 3f32a169bd6c917fe8a4e84eb7a150661f9ed496
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:26:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:26:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f32a169

xfce-base/tumbler: Stabilize 4.18.2 x86, #920434

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

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

diff --git a/xfce-base/tumbler/tumbler-4.18.2.ebuild 
b/xfce-base/tumbler/tumbler-4.18.2.ebuild
index a7353aa3cdc3..da34e40d3e5d 100644
--- a/xfce-base/tumbler/tumbler-4.18.2.ebuild
+++ b/xfce-base/tumbler/tumbler-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="curl epub ffmpeg gstreamer jpeg odf pdf raw"
 
 DEPEND="



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

2023-12-20 Thread Arthur Zamarin
commit: e2315caba8e9ad3391da68c662bb5c15d6467357
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:26:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:26:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2315cab

sys-fs/duperemove: Stabilize 0.14.1 x86, #920428

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

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

diff --git a/sys-fs/duperemove/duperemove-0.14.1.ebuild 
b/sys-fs/duperemove/duperemove-0.14.1.ebuild
index 6d5ab5301f32..8ce73d66e3e1 100644
--- a/sys-fs/duperemove/duperemove-0.14.1.ebuild
+++ b/sys-fs/duperemove/duperemove-0.14.1.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${P/_/.}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 DEPEND="
dev-db/sqlite:3



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

2023-12-20 Thread Arthur Zamarin
commit: f57619aa722ec12ff062186017cd86eaa840c5e3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:26:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:26:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57619aa

xfce-extra/xfce4-whiskermenu-plugin: Stabilize 2.8.2 x86, #920433

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

 .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.2.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.2.ebuild
index 37367803a0da..65837097c1fa 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.2.ebuild
+++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 IUSE="accountsservice wayland"
 
 DEPEND="



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

2023-12-20 Thread Arthur Zamarin
commit: 8f1836d3ccab6b7ab5576ed5eea3d009d49c4b58
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:26:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:26:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1836d3

sci-mathematics/z3: Stabilize 4.12.3 x86, #920427

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

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

diff --git a/sci-mathematics/z3/z3-4.12.3.ebuild 
b/sci-mathematics/z3/z3-4.12.3.ebuild
index 578fc1f057ef..370cea5f3867 100644
--- a/sci-mathematics/z3/z3-4.12.3.ebuild
+++ b/sci-mathematics/z3/z3-4.12.3.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: dev-libs/c-blosc2/

2023-12-20 Thread Arthur Zamarin
commit: e45f4a14338d13ad5fe803fef9d8a2458a8aab0d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:26:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:26:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45f4a14

dev-libs/c-blosc2: Stabilize 2.11.3 x86, #920430

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

 dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild 
b/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
index f1e7f1b08d2d..adf6d65c513f 100644
--- a/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
+++ b/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test +zlib +zstd"
 REQUIRED_USE="test? ( zlib zstd )"
 RESTRICT="!test? ( test )"



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

2023-12-20 Thread Arthur Zamarin
commit: 90859d04e98d8639726145e683d1ed6fc15fbc46
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 21 07:26:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 21 07:26:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90859d04

sec-keys/openpgp-keys-wireshark: Stabilize 20230903 x86, #920211

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

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

diff --git 
a/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild 
b/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild
index a6bcffe24568..137367ac0a7b 100644
--- a/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild
+++ b/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 
 src_install() {
local files=( ${A} )



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

2023-12-20 Thread Sam James
commit: da5616ec714f7d6b2817ad236e5aae557d4f55a3
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5616ec

dev-util/bindgen: Stabilize 0.68.1 amd64, #920298

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

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

diff --git a/dev-util/bindgen/bindgen-0.68.1.ebuild 
b/dev-util/bindgen/bindgen-0.68.1.ebuild
index 420a4fcfa6e6..2994b1726701 100644
--- a/dev-util/bindgen/bindgen-0.68.1.ebuild
+++ b/dev-util/bindgen/bindgen-0.68.1.ebuild
@@ -114,7 +114,7 @@ LICENSE="BSD"
 # Dependent crate licenses
 LICENSE+=" Apache-2.0 BSD ISC MIT Unicode-DFS-2016"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv"
 
 DEPEND="virtual/rust"
 RDEPEND="${DEPEND}



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

2023-12-20 Thread Sam James
commit: 18e54da42cda6f5b0fde427f76c2defd83dbfc8b
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:51:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:51:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e54da4

dev-python/pulsectl-asyncio: Stabilize 1.1.1 amd64, #920429

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

 dev-python/pulsectl-asyncio/pulsectl-asyncio-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pulsectl-asyncio/pulsectl-asyncio-1.1.1.ebuild 
b/dev-python/pulsectl-asyncio/pulsectl-asyncio-1.1.1.ebuild
index e374d5fdec49..3b6f81f6a6df 100644
--- a/dev-python/pulsectl-asyncio/pulsectl-asyncio-1.1.1.ebuild
+++ b/dev-python/pulsectl-asyncio/pulsectl-asyncio-1.1.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pulsectl-23.5.0[${PYTHON_USEDEP}]



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

2023-12-20 Thread Sam James
commit: c09ab41bd7c803e7b9d4449e054c7bc214261751
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:51:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:51:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09ab41b

x11-wm/qtile: Stabilize 0.23.0-r1 amd64, #920429

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

 x11-wm/qtile/qtile-0.23.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile/qtile-0.23.0-r1.ebuild 
b/x11-wm/qtile/qtile-0.23.0-r1.ebuild
index 14f94c0cf9de..3c59d06e2004 100644
--- a/x11-wm/qtile/qtile-0.23.0-r1.ebuild
+++ b/x11-wm/qtile/qtile-0.23.0-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 IUSE="pulseaudio wayland"
 
 RDEPEND="



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

2023-12-20 Thread Sam James
commit: 228dde83d043e1d7a61824fab74b8c844ee2c196
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:51:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:51:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228dde83

app-portage/pycargoebuild: Stabilize 0.12.1 amd64, #920426

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

 app-portage/pycargoebuild/pycargoebuild-0.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/pycargoebuild/pycargoebuild-0.12.1.ebuild 
b/app-portage/pycargoebuild/pycargoebuild-0.12.1.ebuild
index 9fa9539e5472..17c22b3d763f 100644
--- a/app-portage/pycargoebuild/pycargoebuild-0.12.1.ebuild
+++ b/app-portage/pycargoebuild/pycargoebuild-0.12.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64"
+KEYWORDS="amd64 ~arm64 ~loong ~ppc64"
 
 RDEPEND="
dev-python/license-expression[${PYTHON_USEDEP}]



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

2023-12-20 Thread Sam James
commit: 554537a3965a43f01a26e7afebd615cbeeabe66e
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:51:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:51:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554537a3

xfce-extra/xfce4-whiskermenu-plugin: Stabilize 2.8.2 amd64, #920433

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

 .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.2.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.2.ebuild
index 8594e3c7a453..37367803a0da 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.2.ebuild
+++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 IUSE="accountsservice wayland"
 
 DEPEND="



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

2023-12-20 Thread Sam James
commit: 49ca6b8992dd529350917cd8ffa68c7bd67a2b90
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ca6b89

sci-mathematics/z3: Stabilize 4.12.3 arm, #920427

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

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

diff --git a/sci-mathematics/z3/z3-4.12.3.ebuild 
b/sci-mathematics/z3/z3-4.12.3.ebuild
index e20c8740c7f1..beeaefe62f52 100644
--- a/sci-mathematics/z3/z3-4.12.3.ebuild
+++ b/sci-mathematics/z3/z3-4.12.3.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: dev-libs/libmirage/

2023-12-20 Thread Sam James
commit: 899ac5144a7bfa3a2baf79b0071ef61473020c2c
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:51:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:51:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899ac514

dev-libs/libmirage: Stabilize 3.2.7 amd64, #920425

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

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

diff --git a/dev-libs/libmirage/libmirage-3.2.7.ebuild 
b/dev-libs/libmirage/libmirage-3.2.7.ebuild
index 140e2f693518..e6c42012c342 100644
--- a/dev-libs/libmirage/libmirage-3.2.7.ebuild
+++ b/dev-libs/libmirage/libmirage-3.2.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.sourceforge.net/cdemu/libmirage/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0/11" # subslot = libmirage soname version
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc +introspection"
 
 RDEPEND=">=app-arch/bzip2-1:=



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

2023-12-20 Thread Sam James
commit: 5e689a25cec7e218595d0112f5700d56f072feac
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e689a25

xfce-base/tumbler: Stabilize 4.18.2 arm64, #920434

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

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

diff --git a/xfce-base/tumbler/tumbler-4.18.2.ebuild 
b/xfce-base/tumbler/tumbler-4.18.2.ebuild
index 68987ced04e2..a7353aa3cdc3 100644
--- a/xfce-base/tumbler/tumbler-4.18.2.ebuild
+++ b/xfce-base/tumbler/tumbler-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="curl epub ffmpeg gstreamer jpeg odf pdf raw"
 
 DEPEND="



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

2023-12-20 Thread Sam James
commit: 9ede34247353c7dd398789cd8c11e98507734f4e
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:51:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:51:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ede3424

dev-python/pulsectl: Stabilize 23.5.2-r1 amd64, #920429

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

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

diff --git a/dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild 
b/dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild
index 1cac1aaa8a2b..5c90035b5c49 100644
--- a/dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild
+++ b/dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RDEPEND="
media-libs/libpulse



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

2023-12-20 Thread Sam James
commit: 8cd6696991bcc7168521d8c27790311021f8f0f4
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:51:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:51:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd66969

sys-fs/duperemove: Stabilize 0.14.1 amd64, #920428

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

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

diff --git a/sys-fs/duperemove/duperemove-0.14.1.ebuild 
b/sys-fs/duperemove/duperemove-0.14.1.ebuild
index 70b420ad6623..6d5ab5301f32 100644
--- a/sys-fs/duperemove/duperemove-0.14.1.ebuild
+++ b/sys-fs/duperemove/duperemove-0.14.1.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${P/_/.}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND="
dev-db/sqlite:3



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

2023-12-20 Thread Sam James
commit: 0e655e0efc577123bc448b2976380cff96be5dc1
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e655e0e

xfce-base/tumbler: Stabilize 4.18.2 arm, #920434

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

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

diff --git a/xfce-base/tumbler/tumbler-4.18.2.ebuild 
b/xfce-base/tumbler/tumbler-4.18.2.ebuild
index 402db32888ec..68987ced04e2 100644
--- a/xfce-base/tumbler/tumbler-4.18.2.ebuild
+++ b/xfce-base/tumbler/tumbler-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="curl epub ffmpeg gstreamer jpeg odf pdf raw"
 
 DEPEND="



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

2023-12-20 Thread Sam James
commit: b199a3fd70b05348f3af2f564c865f605a5cb773
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b199a3fd

dev-libs/c-blosc2: Stabilize 2.11.3 arm64, #920430

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

 dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild 
b/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
index 05356d078656..f1e7f1b08d2d 100644
--- a/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
+++ b/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test +zlib +zstd"
 REQUIRED_USE="test? ( zlib zstd )"
 RESTRICT="!test? ( test )"



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

2023-12-20 Thread Sam James
commit: 22eb351037e206d489ca4d8818a4885d22874039
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22eb3510

xfce-base/tumbler: Stabilize 4.18.2 ppc64, #920434

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

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

diff --git a/xfce-base/tumbler/tumbler-4.18.2.ebuild 
b/xfce-base/tumbler/tumbler-4.18.2.ebuild
index 6e51686268f5..402db32888ec 100644
--- a/xfce-base/tumbler/tumbler-4.18.2.ebuild
+++ b/xfce-base/tumbler/tumbler-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="curl epub ffmpeg gstreamer jpeg odf pdf raw"
 
 DEPEND="



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

2023-12-20 Thread Sam James
commit: e08f91c627538cb83ec5bbc915c7d3a169a8144a
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08f91c6

xfce-extra/xfce4-cpugraph-plugin: Stabilize 1.2.10 arm, #920432

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

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

diff --git 
a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild 
b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild
index 0ec0a6e4a869..c1da39deb5d9 100644
--- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild
+++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="BSD-2 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"
 
 DEPEND="
>=dev-libs/glib-2.50



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

2023-12-20 Thread Sam James
commit: e17cbcf2efa8d7245d0807bc577931bbe7ee7d89
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17cbcf2

dev-libs/c-blosc2: Stabilize 2.11.3 amd64, #920430

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

 dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild 
b/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
index 15ee45b69056..ece808c07145 100644
--- a/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
+++ b/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test +zlib +zstd"
 REQUIRED_USE="test? ( zlib zstd )"
 RESTRICT="!test? ( test )"



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

2023-12-20 Thread Sam James
commit: b8be91e9d7630c8e7a035287f6d45d049e0ee48f
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8be91e9

xfce-base/tumbler: Stabilize 4.18.2 amd64, #920434

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

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

diff --git a/xfce-base/tumbler/tumbler-4.18.2.ebuild 
b/xfce-base/tumbler/tumbler-4.18.2.ebuild
index e1def53eb201..6e51686268f5 100644
--- a/xfce-base/tumbler/tumbler-4.18.2.ebuild
+++ b/xfce-base/tumbler/tumbler-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="curl epub ffmpeg gstreamer jpeg odf pdf raw"
 
 DEPEND="



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

2023-12-20 Thread Sam James
commit: 339d83ab460b88205c4d0e77b5cfa610e7d16d76
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339d83ab

xfce-extra/xfce4-cpugraph-plugin: Stabilize 1.2.10 amd64, #920432

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

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

diff --git 
a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild 
b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild
index 894630719613..0ec0a6e4a869 100644
--- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild
+++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.10.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="BSD-2 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"
 
 DEPEND="
>=dev-libs/glib-2.50



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

2023-12-20 Thread Sam James
commit: 7ab760463d525f4f413bb0e8368e229530430134
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab76046

dev-libs/c-blosc2: Stabilize 2.11.3 ppc64, #920430

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

 dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild 
b/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
index ece808c07145..05356d078656 100644
--- a/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
+++ b/dev-libs/c-blosc2/c-blosc2-2.11.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test +zlib +zstd"
 REQUIRED_USE="test? ( zlib zstd )"
 RESTRICT="!test? ( test )"



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

2023-12-20 Thread Sam James
commit: 7d3e7d6c6a3dbb38f989c55512db766223725c24
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3e7d6c

sci-mathematics/z3: Stabilize 4.12.3 arm64, #920427

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

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

diff --git a/sci-mathematics/z3/z3-4.12.3.ebuild 
b/sci-mathematics/z3/z3-4.12.3.ebuild
index beeaefe62f52..578fc1f057ef 100644
--- a/sci-mathematics/z3/z3-4.12.3.ebuild
+++ b/sci-mathematics/z3/z3-4.12.3.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: sci-mathematics/z3/

2023-12-20 Thread Sam James
commit: 52d1002db0b21ed32e70eb13708578a34678bda4
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d1002d

sci-mathematics/z3: Stabilize 4.12.3 ppc64, #920427

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

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

diff --git a/sci-mathematics/z3/z3-4.12.3.ebuild 
b/sci-mathematics/z3/z3-4.12.3.ebuild
index c3662f566d02..4650fe369b7a 100644
--- a/sci-mathematics/z3/z3-4.12.3.ebuild
+++ b/sci-mathematics/z3/z3-4.12.3.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: dev-util/scons/

2023-12-20 Thread Sam James
commit: 19252160b9634f53bc227e889ab79eea05db4604
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19252160

dev-util/scons: Stabilize 4.6.0 sparc, #920424

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

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

diff --git a/dev-util/scons/scons-4.6.0.ebuild 
b/dev-util/scons/scons-4.6.0.ebuild
index d48bc17cd7f4..a71996ce5fcc 100644
--- a/dev-util/scons/scons-4.6.0.ebuild
+++ b/dev-util/scons/scons-4.6.0.ebuild
@@ -32,7 +32,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2023-12-20 Thread Sam James
commit: ae966b8123528ff68c99ef75a56dc078db914f36
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae966b81

sci-mathematics/z3: Stabilize 4.12.3 sparc, #920427

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

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

diff --git a/sci-mathematics/z3/z3-4.12.3.ebuild 
b/sci-mathematics/z3/z3-4.12.3.ebuild
index 4650fe369b7a..2460ea79713d 100644
--- a/sci-mathematics/z3/z3-4.12.3.ebuild
+++ b/sci-mathematics/z3/z3-4.12.3.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: sci-mathematics/z3/

2023-12-20 Thread Sam James
commit: 3dc9dff42b2030677e627f7dea2c7797e2e35fc9
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc9dff4

sci-mathematics/z3: Stabilize 4.12.3 amd64, #920427

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

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

diff --git a/sci-mathematics/z3/z3-4.12.3.ebuild 
b/sci-mathematics/z3/z3-4.12.3.ebuild
index 2460ea79713d..e20c8740c7f1 100644
--- a/sci-mathematics/z3/z3-4.12.3.ebuild
+++ b/sci-mathematics/z3/z3-4.12.3.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: dev-util/scons/

2023-12-20 Thread Sam James
commit: c42e52b93b9a263d813f19431a70ce8ddabf68f9
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42e52b9

dev-util/scons: Stabilize 4.6.0 amd64, #920424

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

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

diff --git a/dev-util/scons/scons-4.6.0.ebuild 
b/dev-util/scons/scons-4.6.0.ebuild
index 405035ad7756..9060dca9d291 100644
--- a/dev-util/scons/scons-4.6.0.ebuild
+++ b/dev-util/scons/scons-4.6.0.ebuild
@@ -32,7 +32,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2023-12-20 Thread Sam James
commit: c82dcbc5daee1ca3d832adb2c297665f0a05bb33
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 21 06:50:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 06:50:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82dcbc5

dev-util/scons: Stabilize 4.6.0 ppc64, #920424

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

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

diff --git a/dev-util/scons/scons-4.6.0.ebuild 
b/dev-util/scons/scons-4.6.0.ebuild
index 9060dca9d291..d48bc17cd7f4 100644
--- a/dev-util/scons/scons-4.6.0.ebuild
+++ b/dev-util/scons/scons-4.6.0.ebuild
@@ -32,7 +32,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-proton/

2023-12-20 Thread Ionen Wolkens
commit: e7e8364422fcf15d1c5117447cf1e0d79d0e8f2d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Dec 21 06:32:40 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Dec 21 06:48:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e83644

app-emulation/wine-proton: update live

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

 app-emulation/wine-proton/wine-proton-8.0..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-proton/wine-proton-8.0..ebuild 
b/app-emulation/wine-proton/wine-proton-8.0..ebuild
index c41b7ac24d27..1d7cec5c26a9 100644
--- a/app-emulation/wine-proton/wine-proton-8.0..ebuild
+++ b/app-emulation/wine-proton/wine-proton-8.0..ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} )
 inherit autotools flag-o-matic multilib multilib-build prefix
 inherit python-any-r1 readme.gentoo-r1 toolchain-funcs wrapper
 
-WINE_GECKO=2.47.3
+WINE_GECKO=2.47.4
 WINE_MONO=8.1.0
 WINE_PV=$(ver_rs 2 -)
 



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

2023-12-20 Thread Hans de Graaff
commit: c6839d4505e333cd49300c3d25ad234586b0670a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 21 06:47:47 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 21 06:47:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6839d45

dev-ruby/recog: add 3.1.4

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/recog/Manifest   |  1 +
 dev-ruby/recog/recog-3.1.4.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/recog/Manifest b/dev-ruby/recog/Manifest
index 5bdbe67c6238..4dce26ae0421 100644
--- a/dev-ruby/recog/Manifest
+++ b/dev-ruby/recog/Manifest
@@ -2,3 +2,4 @@ DIST recog-2.3.23.gem 392704 BLAKE2B 
6b7ccfa2921fb7d643531c66970e757a01478b3990b
 DIST recog-3.1.1.gem 374272 BLAKE2B 
119c2f3cfcb81896ee9151a3504b1c3a451e7ef0bf2ecb4c018c2a1cae85c05737a47fe755ddbc7dd67778deefc341b113659095dc0095a2bf720625ad5f497a
 SHA512 
8110972a3942befac8be154ff83bf22d703ea21bbae60875c512d5e1c668df7dbf4acb00e2e6bc3cd2f9e163352ead24f3ffc80201c5cf376971560de233a6b5
 DIST recog-3.1.2.gem 376320 BLAKE2B 
3f066b735ca683aba72f3b877f91dade7aa356b07ca4ea6519283180e9b2a7a2dfa51410a8d7f673efeecce4a217c37f458f82ce3507213d149e141eb943dd82
 SHA512 
d705607064001c039221376b2912ab41ac90f9f2bd93459eedfe7a988f78687e63225d0d9c551bd7a19954eee88d7b95df893aca9bda8ef1e113d8840e1472d3
 DIST recog-3.1.3.gem 375808 BLAKE2B 
764b099fef0591d39155886683bc70b7a8b50907fa497c5a8ce63e74daf90b2ff202960b21915a85d823c1c7b56a7f890e386cb3884169151020f770612f2712
 SHA512 
1fbbeb35b1a57c66ff4a6f5b85b3165d23341b93f66461a90c3a353a8d4d4b5b8023043aecc6380994640ba1b0804af5c8cb24e896c5b25b634c01147213620f
+DIST recog-3.1.4.gem 375808 BLAKE2B 
59bfe273242ecad54ac1de6d3aaade86310dabfc252ac087734e867a762b287d31b9dd1669536ab3e59d18d2342b3ab070e2406b41ca9281cbb6e5b2a9270330
 SHA512 
6fe086b16f9b9ee3579bade83da815973f4043b49b9869db18677b6d8378efa1024b2ecf414172ea62f35160da2d080406fb0f9c2ae001a6748c29f33f505d83

diff --git a/dev-ruby/recog/recog-3.1.4.ebuild 
b/dev-ruby/recog/recog-3.1.4.ebuild
new file mode 100644
index ..5c67d5b524f1
--- /dev/null
+++ b/dev-ruby/recog/recog-3.1.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="recog"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Pattern recognition for hosts, services, and content"
+HOMEPAGE="https://github.com/rapid7/recog;
+
+LICENSE="BSD-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/nokogiri"
+
+ruby_add_bdepend "test? (
+   dev-ruby/regexp_parser
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+}



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

2023-12-20 Thread Hans de Graaff
commit: 7f8d55e7e3e2bb794d4f5747fc170e2287c13926
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 21 06:46:15 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 21 06:46:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8d55e7

dev-ruby/faraday: add 2.8.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/faraday/Manifest |  1 +
 dev-ruby/faraday/faraday-2.8.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-ruby/faraday/Manifest b/dev-ruby/faraday/Manifest
index 2e8cdf0092d0..9cbfe7c54507 100644
--- a/dev-ruby/faraday/Manifest
+++ b/dev-ruby/faraday/Manifest
@@ -3,3 +3,4 @@ DIST faraday-2.7.10.tar.gz 833034 BLAKE2B 
dca3ef6a48aa4d14f1717344c5ec85b1e9caf7
 DIST faraday-2.7.11.tar.gz 1029832 BLAKE2B 
fd5cc5a9fa0d8c40893600a89f71d906a9de0b800c9723d64e8dad5dac1bff4ec61ba2714347b38beeadafb42a29ed6fb217344ffdb122e137607ff140b6aed7
 SHA512 
eafbc0c88a94f03bfe659b10a86050d07e79c6c2fc81c16af9e2aad68bc5482748a4a41a0a7828b272a9e034cb77dab06e0a9a0e136a56c72b72ed97e5bad50c
 DIST faraday-2.7.12.tar.gz 1029923 BLAKE2B 
267880c4d35284c1eb2f894e9c2803662cf5a901417b5a8c6934b8cef3fe842924d945b64b6617dcd017cbfdc3c9be19271c7c295e2c39518215aba3ab8304bb
 SHA512 
e35aaa7096a77a3dc76aa0a2c262d6e83d894564474dd5b1414488615e54096e96fefa245d65804afa71fc22ef55748c18a32213ba6eaedb431246d5f8d382a1
 DIST faraday-2.7.6.tar.gz 832525 BLAKE2B 
6d53bcabbdc6ce67433e475e7ac83d08a65a3baffe81f89038af1609ba58c1efe6f7fbe4bb47768a73940cea791c864dc9f313fe3510f89ad36d9e7261b76de1
 SHA512 
2b0e80f685dc1b9e62955e87d226b9b63cf30fec6d5e9addada532e249bb13ef43db9933091d716df391a79493048aaabd845d3052d3ea3b6ed0e834ed2b4c8d
+DIST faraday-2.8.0.tar.gz 1030670 BLAKE2B 
b0dc09bb4b760e1e194276709f6d2fdc391af0422f2eeba1f07e8824bb02346dcbd05dd701cb5bfbdebd32ae77bb75914955061b43e85f5e47843b11d40e3b2b
 SHA512 
14aa19b24996140467e74abf35129d60781eefaf97fcc3eea7f83f9dd8db17318fbc57d263e1564f94cd9cd1a03129cef210b50190491e4e094092196c72aa67

diff --git a/dev-ruby/faraday/faraday-2.8.0.ebuild 
b/dev-ruby/faraday/faraday-2.8.0.ebuild
new file mode 100644
index ..a1d63144ce57
--- /dev/null
+++ b/dev-ruby/faraday/faraday-2.8.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_EXTRAINSTALL="spec"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="HTTP/REST API client library with pluggable components"
+HOMEPAGE="https://github.com/lostisland/faraday;
+SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+=" test? ( sys-process/lsof )"
+
+ruby_add_rdepend "
+   dev-ruby/base64
+   || ( =dev-ruby/faraday-net_http-3.0* dev-ruby/faraday-net_http:2 )
+   >=dev-ruby/ruby2_keywords-0.0.4
+"
+ruby_add_bdepend "test? (
+   >=dev-ruby/test-unit-2.4
+   >=dev-ruby/connection_pool-2.2.2
+   dev-ruby/rack:2.2
+   dev-ruby/webmock
+   )"
+
+all_ruby_prepare() {
+   # Remove bundler support.
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d ; 1irequire "yaml"' Rakefile || die
+   # Avoid loading all lib files since some of them require unpackaged 
dependencies.
+   sed -e '/[Cc]overall/ s:^:#:' \
+   -e '/lib\/\*\*/ s:^:#:' \
+   -e '/simplecov/ s:^:#:' \
+   -e '/SimpleCov/,/end/ s:^:#:' \
+   -e '/pry/ s:^:#:' \
+   -e '3igem "rack", "~> 2.2"' \
+   -i spec/spec_helper.rb || die
+
+   sed -e '/git ls-files/ s:^:#:' \
+   -e "s:_relative ': './:" \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   MT_NO_PLUGINS=true each_fakegem_test
+}



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

2023-12-20 Thread Hans de Graaff
commit: c6153c69550141770d45fb3ae111bdca50634249
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 21 06:47:02 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 21 06:47:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6153c69

dev-ruby/psych: add 5.1.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/psych/Manifest   |  1 +
 dev-ruby/psych/psych-5.1.2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
index 78d2320df7eb..c9090fc54232 100644
--- a/dev-ruby/psych/Manifest
+++ b/dev-ruby/psych/Manifest
@@ -1,3 +1,4 @@
 DIST psych-4.0.6.gem 93696 BLAKE2B 
f5bea8262b401c0c291514dbd5ddc4aff389aeadb0b6483901b70a9562d267460260ddc5991e1540e51fb371a79d3a4a831bfdb8cb0b5dd9bd53cac939287545
 SHA512 
31f0ff5cd48e80ae81977f9519aa7952685b2da4a88b202aeb7214a364932cb1ca256f0934bed158d44a7d4d6e8cbb34928d33e731d0a8ba1a9885733ed32cd1
 DIST psych-5.1.0.gem 39936 BLAKE2B 
f4d1b2b3699e36cf5f5101ad038ac3fd2e44b434df3e91516b850511684daeeb1eda32901ffbff870f533b8bda859b09bbd63e5ebe8a5ca3ce271ce869ef3a16
 SHA512 
94dd2a7b98d9d452fb24ba14d42d91969aa0d93f5737728e41a5032d76bad45d0e0b365f53447664cece448559d2e47ab35d95b4989016d9f0daf03b76d8a5cc
 DIST psych-5.1.1.tar.gz 84699 BLAKE2B 
5b45ddf8964c6bbbc7cac641d80c2967805125dfe338a2383a4f2c413b75b74d6ff5f2c0885ec1ad75c8f406afeaa5ba4fbf12e2bbc6abffb0d41cd88cc570a3
 SHA512 
a417459b038c1b9c66a93e7666c62c556ea0d2728405fb3ddde309ccd87a92992b82cca1f6be592395cfac75f6ac24e8ee52b8aa0c0cf28233e1cab0bf8a3a2f
+DIST psych-5.1.2.tar.gz 84689 BLAKE2B 
868b653f28aa158777db34f33a76059e3f9565293328874af72ead5c2495fcdfabc145acfa5da8aecb0f4549f1012ad54e126274a7b8623188542363616099f7
 SHA512 
ed5440088c50bab86757b642f444903c804628ec361d138f54d2416def9c9fdd9728ece61fd6b4b56f47b13ab604aa99afb5710f49fcee0cf4ca3492f8cd7013

diff --git a/dev-ruby/psych/psych-5.1.2.ebuild 
b/dev-ruby/psych/psych-5.1.2.ebuild
new file mode 100644
index ..43ecf2660829
--- /dev/null
+++ b/dev-ruby/psych/psych-5.1.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb)
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="psych.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A YAML parser and emitter"
+HOMEPAGE="https://github.com/ruby/psych;
+SRC_URI="https://github.com/ruby/psych/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+SLOT="$(ver_cut 1)"
+IUSE="test"
+
+RDEPEND+=" >=dev-libs/libyaml-0.2.5"
+BDEPEND+=" >=dev-libs/libyaml-0.2.5"
+
+ruby_add_rdepend "dev-ruby/stringio"
+
+ruby_add_bdepend "test? (
+   dev-ruby/test-unit
+   dev-ruby/test-unit-ruby-core
+)"
+
+all_ruby_prepare() {
+   sed -e 's/__dir__/"."/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC}
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'require "lib/helper"; 
Dir["test/**/test_*.rb"].each{|f| require f}' || die
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/open62541/

2023-12-20 Thread Viorel Munteanu
commit: 401dd762a67fe5bdd90010de6b3c7a90ec2e1d91
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Wed Dec 20 09:19:21 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Dec 20 09:19:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=401dd762

dev-libs/open62541: drop 1.3.8

Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-libs/open62541/Manifest   |  1 -
 dev-libs/open62541/open62541-1.3.8.ebuild | 89 ---
 2 files changed, 90 deletions(-)

diff --git a/dev-libs/open62541/Manifest b/dev-libs/open62541/Manifest
index d535aa4162..29c41e5d4c 100644
--- a/dev-libs/open62541/Manifest
+++ b/dev-libs/open62541/Manifest
@@ -1,2 +1 @@
-DIST open62541-1.3.8.tar.gz 3874185 BLAKE2B 
bce0d1c3dadff3cb34baceb6142f7b40a032fe602e8d8a6e35f24ea1d20bcfd8de655092eb77ac07bfcd98331c9de58ebe684929c82c35d499cb9615278a5a7f
 SHA512 
48ae61fd096c3a45f57ecc70bec9bb4223d046eed017532937c99883e4e92f79d7425b4db02c1a7e451764b787313efd76b2ae3cd3011d575154199d5350a790
 DIST open62541-1.3.9.tar.gz 3874701 BLAKE2B 
22fe64d02f900dfdb70013783727f0b6edf90e8637e57dce4b07f6b97d7fd33c36090f3d0be5af28d484e8654c3184d03df4c8438c27530d6e2be9c516b06b82
 SHA512 
8771a70d1f38f2a02f21281200d98fdd8d41d842cc82704155793529a1768beeb2583382f7547e6aaefdab4a17c3130779af792b2a59487889a3cdea4a2fa776

diff --git a/dev-libs/open62541/open62541-1.3.8.ebuild 
b/dev-libs/open62541/open62541-1.3.8.ebuild
deleted file mode 100644
index 63eaa15128..00
--- a/dev-libs/open62541/open62541-1.3.8.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="Open source C implementation of OPC UA"
-HOMEPAGE="https://www.open62541.org/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc encryption examples mbedtls pubsub openssl tools"
-# Requires network access
-RESTRICT="test"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   encryption? ( || ( mbedtls openssl ) )
-"
-
-BDEPEND="
-   ${PYTHON_DEPS}
-   virtual/pkgconfig
-   doc? (
-   media-gfx/graphviz
-   $(python_gen_cond_dep '
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
-   ')
-   )
-"
-DEPEND="
-   mbedtls? ( net-libs/mbedtls:= )
-   openssl? ( dev-libs/openssl:0= )
-"
-RDEPEND="
-   ${PYTHON_DEPS}
-   ${DEPEND}
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.3.5-disable-xdp.patch"
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=ON
-   -DOPEN62541_VERSION=v${PV}
-   -DUA_BUILD_EXAMPLES=OFF
-   -DUA_BUILD_TOOLS=$(usex tools)
-   -DUA_BUILD_UNIT_TESTS=OFF
-   -DUA_ENABLE_PUBSUB=$(usex pubsub)
-   -DUA_ENABLE_PUBSUB_ETH_UADP=$(usex pubsub)
-   -DUA_FORCE_WERROR=OFF
-   )
-
-   if use encryption; then
-   use mbedtls && mycmakeargs+=(-DUA_ENABLE_ENCRYPTION=MBEDTLS)
-   use openssl && mycmakeargs+=(-DUA_ENABLE_ENCRYPTION=OPENSSL)
-   fi
-
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-   use doc && cmake_build doc
-}
-
-src_install() {
-   use doc && local HTML_DOCS=( "${WORKDIR}"/${P}_build/doc/. )
-   cmake_src_install
-
-   if use examples; then
-   docompress -x /usr/share/doc/${PF}/examples
-   dodoc -r examples/
-   fi
-
-   python_fix_shebang "${ED}"
-}
-
-src_test() {
-   cmake_src_test -j1
-}



[gentoo-commits] repo/proj/guru:master commit in: net-wireless/rtl8821cu/

2023-12-20 Thread Viorel Munteanu
commit: 801b910cab373c1cad1badd195428bb87fa13302
Author: Aleksandr Batyuk  gmail  com>
AuthorDate: Wed Dec 20 03:24:30 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Dec 20 03:24:30 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=801b910c

net-wireless/rtl8821cu: Add support kernel 6.7

Signed-off-by: Aleksandr Batyuk  gmail.com>

 net-wireless/rtl8821cu/Manifest | 2 +-
 .../{rtl8821cu-0_pre20230925.ebuild => rtl8821cu-0_pre20231126.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/rtl8821cu/Manifest b/net-wireless/rtl8821cu/Manifest
index 71528c5ccb..282504f95a 100644
--- a/net-wireless/rtl8821cu/Manifest
+++ b/net-wireless/rtl8821cu/Manifest
@@ -1 +1 @@
-DIST rtl8821cu-0_pre20230925.tar.gz 13822406 BLAKE2B 
0e1fe8d2e3cbe7373884390151159b4be80a6d818a2822d2379c8526dc5b3c6b84b91c18d3a3aa4ffb862db7520387f5e5ece2afd66e98c22f7476ab425fcb5c
 SHA512 
99fe2264b21a2163f9d26264026bc36eafbabf1caa7ee78f897027a67d8bb36b325f3f87eb46a76ee6d285dee628f441d1eb5b2598599a0e77c4f9838a9ba8e6
+DIST rtl8821cu-0_pre20231126.tar.gz 13823204 BLAKE2B 
a19a88e10d6709c7ada9130392d2f173d8f7b303ea4c89b67e209e98e65c9ff3388e7416c021a0d3218428d0aa072660822414827d07eb6bc312fd4a660f1f6c
 SHA512 
d033fb81c1231a30a3440710edfce356d81262c070eb09569506042776c6cc37b8f2e5234772028c9d5d85fc22dd73a39efdae9ab4fa0943a6c2277f47ca87eb

diff --git a/net-wireless/rtl8821cu/rtl8821cu-0_pre20230925.ebuild 
b/net-wireless/rtl8821cu/rtl8821cu-0_pre20231126.ebuild
similarity index 92%
rename from net-wireless/rtl8821cu/rtl8821cu-0_pre20230925.ebuild
rename to net-wireless/rtl8821cu/rtl8821cu-0_pre20231126.ebuild
index c97883c774..907a4addac 100644
--- a/net-wireless/rtl8821cu/rtl8821cu-0_pre20230925.ebuild
+++ b/net-wireless/rtl8821cu/rtl8821cu-0_pre20231126.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit linux-mod-r1
 
 MY_PN="8821cu-20210916"
-COMMIT="8e300c0885835b079ad1a99cccd960754a4c849f"
+COMMIT="eb52ece92607394ecc22e96b41671ec3e5b1fa30"
 DESCRIPTION="Realtek 8821CU/RTL8811CU module for Linux kernel"
 HOMEPAGE="https://github.com/morrownr/8821cu-20210916;
 SRC_URI="https://github.com/morrownr/${MY_PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"



[gentoo-commits] repo/proj/guru:master commit in: sys-devel/just/

2023-12-20 Thread Viorel Munteanu
commit: f11500e225392b5c7fb5ac5da7d2b496b8bc87e7
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Dec 20 08:11:33 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Dec 20 08:11:33 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f11500e2

sys-devel/just: drop 1.12.0, 1.13.0, 1.14.0, 1.15.0

Signed-off-by: Joe Kappus  wt.gd>

 sys-devel/just/Manifest   | 145 --
 sys-devel/just/just-1.12.0.ebuild | 166 ---
 sys-devel/just/just-1.13.0.ebuild | 164 --
 sys-devel/just/just-1.14.0.ebuild | 180 --
 sys-devel/just/just-1.15.0.ebuild | 162 --
 5 files changed, 817 deletions(-)

diff --git a/sys-devel/just/Manifest b/sys-devel/just/Manifest
index 2837db8f4e..490ddb1e4d 100644
--- a/sys-devel/just/Manifest
+++ b/sys-devel/just/Manifest
@@ -1,278 +1,133 @@
-DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
-DIST aho-corasick-1.0.1.crate 167320 BLAKE2B 
f148004140d4f705e93f448020b97c434b93fea6ae34fd74b1f394b076c2727a87f5ec54542a0f52822d716c10ada3c68ae8f50a46c455fc6e828b10b5650ecc
 SHA512 
7cea5b2305b90aebc54f78446cfc91f275b1be8489d2d80c3baa9ff8b913f9b2296adbdf4aefb0d8fce8f57812963fb9450b200d133a9d61e100cef324068070
-DIST aho-corasick-1.1.1.crate 182812 BLAKE2B 
df74c2cfa0ae392a8d466e370ba761c4cd37c65773affba9a3cdcf7f5797b34b4a25e1646be3de5081644b34db2dce273609edb4f18a1ce7fdbf31ac28a10b88
 SHA512 
a894e1cefbb63a3b7b78a3676874d0b7a507c27970f48cdfbda1e5deefbf6b20ed4271b660a12eea77b318cd2fa0f80850a0b1ddfe0d0731ffa326c0fc295692
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
-DIST bitflags-2.4.0.crate 36954 BLAKE2B 
1d6cfeb0a17dc53a6249a83c8c7ad7c102985ffcfd7f7f76506889684235e78fe489d23b5a5f9018f0bd526a38d6b1449784c62322fb01f4bb507c0af8bd545c
 SHA512 
0c3d6667abea48811a792749702136ee3db97518b33bc4c7d35737505bf56315e0e5810deeea28b7a1b540ec0e21bd319ba0b3c5c4aef0ba8ed5499ffdfd9b0c
 DIST bitflags-2.4.1.crate 37043 BLAKE2B 
f61c45b142265e9c2944c7054e01704de47510735e9ee5351cd02b98676cc4eb42d68b1fc4849ad5f54654617a74f20cb533b4207c2fe76516b724ba9318b414
 SHA512 
d3fd7abc95acc1cb5bf16d6acc12dbb8eadd250f069268df13c2e8dc3d5f5c15a929cd17ca931c77393b64dce0516ef8674c469789ed32d78e315b5faada062b
-DIST block-buffer-0.10.3.crate 10465 BLAKE2B 
32f0089971bb759244b73a75bdbbeb2d24f0422e92ceb0ae0afe3c698e3fabb371112a2eba3dab16a3859420d492c0ac984bfbb25e59e0c31951501cc652aab7
 SHA512 
e29faab70f8f2965a58089728274ec34bc97d681526687868c9cb1a2c145db00717f97e77b79a04fa52bd76817d796e104b509cd2a3163085b214f8eb68ac04f
 DIST block-buffer-0.10.4.crate 10538 BLAKE2B 
d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11
 SHA512 
b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
-DIST camino-1.1.2.crate 31121 BLAKE2B 
0e5ce3c9ce728a55135198154a0833fc1a66d13789ea9bf5f58dcf4617990d0037394fd3bbd63c6d669e80584c04cdbfa479cea783d0c55923de28e5ad79af04
 SHA512 

[gentoo-commits] repo/proj/guru:master commit in: sys-devel/just/

2023-12-20 Thread Viorel Munteanu
commit: eef90e4949353c59e2ccceae5e0e0c875e4d3547
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Dec 20 08:10:34 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Dec 20 08:10:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eef90e49

sys-devel/just: add 1.17.0

Signed-off-by: Joe Kappus  wt.gd>

 sys-devel/just/Manifest   |  25 ++
 sys-devel/just/just-1.17.0.ebuild | 172 ++
 2 files changed, 197 insertions(+)

diff --git a/sys-devel/just/Manifest b/sys-devel/just/Manifest
index c21004cf2f..2837db8f4e 100644
--- a/sys-devel/just/Manifest
+++ b/sys-devel/just/Manifest
@@ -39,10 +39,12 @@ DIST either-1.8.0.crate 15992 BLAKE2B 
5b9254d54ced1f23447cc78fca74f12085c37e3c2d
 DIST either-1.8.1.crate 16027 BLAKE2B 
2fad54b5f20bb8540fff5959ca7b2f9021c814ee610895d770f7081b12ebe2c93ce754c462df9d81824d479ca75e07f4a9e398c07a655f4abe2740b9c9de9c62
 SHA512 
5e4da301a605e0bc1ee3a269fe449aef044df05b5e833940c7f79bed61bbff4fc248e9c82b45dab92b2688d578ada000b271aaf67f2f4f7c82b35f05663cfe7e
 DIST either-1.9.0.crate 16660 BLAKE2B 
ad61038bfacb16f678fff5dd9ccf8f345e1bef18bd7aa0aa9c99d44abf8428939362f32fc8dbb1b60ac56016e0096201071d0bf8c0431b660605d0dfa97da466
 SHA512 
4978d50842386f51e31a47ad037d5e491106a668bc701bb833e6ec3998afe3ebd80efddc47756b2f300f534b39b26fc01386dc878d3b02cc8c1fec6a474c2177
 DIST env_logger-0.10.0.crate 36574 BLAKE2B 
d2f387682059fe9b4566ab995be449c58c57b8df5e5d8bd5ffd153aec1648721d8a9606d3f9aa034263651f5182043e08b6cc08d2d29d0a10f6cc61df9949a06
 SHA512 
4dd02f9d333a1f15657167ef4bd403eda5426cad17e0a4a43fa20cc65449345eb4d3fae2d6b10a3480016b9e23497fac13ed7e70b40c9450ef430be9f910d3e4
+DIST env_logger-0.10.1.crate 36524 BLAKE2B 
974c75fb4288ca18e75eb6055e9f6798a53ce6b14e05385244225fe3cb05390b975343e4714c6ba72d384809bfb1279ba4cca9b6e2f7d9256c589e5fd13beb5c
 SHA512 
5749661d10a482447527f4641a86a77dfecff0984e13f07cc9392359287c74837af8b290c358a4888934ae3ec0389f51e8cd269fbcc48cd27bd44bbacac41b0f
 DIST errno-0.2.8.crate 9276 BLAKE2B 
b73738deb47d1f76ec91ffd15558126d32312647b82677290725669edb01b8f34a503172fad6518ebf0ffb1633ef0afaf0750982b9384a9fb87833d31721c9a8
 SHA512 
1f513743224cd9a9b7e4caaf33dab075a4a79efa90c9f46c9edfb0c8600daccd3ad2677ba2116621e19fcf8be456954da5d611cbcea4b6f1410f7731828b50d1
 DIST errno-0.3.1.crate 10348 BLAKE2B 
72831d0b69f95884a69918249cc0e814eb5eade3205331bec6d2021f8b01a42c4c9b494f2717033d65a4c5230c8490b6ce250d349c1e8e177b20e7e84a860020
 SHA512 
00d64157d066f1e7601c522c0f4e777eb662ca5cce64682f616de0734857765c343396f7161ac2908c3db0c474995ae157bfe9d8a9880743724d9bd428dfdf54
 DIST errno-0.3.5.crate 10576 BLAKE2B 
2d0548a8feee461445eed7acec865ebc2e2df31ce640aa265e14f72aabf933d45f1fbee57d15f608e1fccd547793676eb5ab96b1ebba5404a128bd84bc29ad50
 SHA512 
4036464d511ee39a309554a53a5f829ec39ff3683de7fc79c5f6f635e655c39001f077bd7eb6d93d8350f424a9c3b077f66b1652890f7b61ca47d32ae6d0f4ed
 DIST errno-0.3.6.crate 10595 BLAKE2B 
b86b409df43f49eaeeeb3e639140ff0d0deae5f715054f67d8cf9951eeacff38fd027783849d5de680999ca50904340fedbd23532e50617d9f8a023c35e8e09a
 SHA512 
61931fa3adb9d2220230e1c3db0e44b3701bfc9ecf1a0cb1fa919e749f329ebc50b5f40737c64fc23901d680f45a465f9110d6992a582766c10bf919860f002f
+DIST errno-0.3.8.crate 10645 BLAKE2B 
4a7af10845f11b3d8f177a75a692be468e8ef0ee53fb84a4d212335f1499456b6739a59af260894b5c3853d3bf21ef3490d1e3a613305561203ca334a636c3b3
 SHA512 
29753c421c6f929760cd7565f8171696e4f70e677654a7507253f4fc495edbcf214ace27be46bdfe5c1a0d782f4b688f591476e56f4a1096471cb353c643328d
 DIST errno-dragonfly-0.1.2.crate 1810 BLAKE2B 
781fc26dce5c33d83b9a1fd9be2b2ce9ac2559aaa858957ba6777e143b1e44cdfee48e1b47e3c91a95075a51921d1a421d0b45eb3d8de827cf4dd0ad744a7d8c
 SHA512 
f853f1e1b8dd0f359a8f9a0399b3384c1103cd090d96e2b2204f91a40d40a9eb99383d4aa6a11e5470c51557afacf452d4be2049600d4235d27f59870fa3b916
 DIST executable-path-1.0.0.crate 3897 BLAKE2B 
047c024b4c5baa667eac2b77f78c16fa670b8931fcf2c53d81d66e94dce4d797cc5acedbddfd2fa87ca98fdcc3b9edffc5940450145f34839c4efe249b266c1a
 SHA512 
40483193290dbd617c874927c2f54d72a75c374cc81e3db0e490c9cecff03f53a3c92db177e4c66372477c841fa233e84d4b6d44ea90452d5f46ecfcb679db0d
 DIST fastrand-1.8.0.crate 11369 BLAKE2B 
93e911ffcec559e30b2fefa44c4d74d1ffa9b8ef1904ace608b8576210bcd41a2b4c7adffc00cd3bb40996110d07316cf8068f4754a879c6cb47e3d41304d406
 SHA512 
82cbc2b29b97fa3fa2c9372d3e8c390586a7b39f6c7d8c45f9b779bdfdaa2e8a3b44bc7bfcb3367c18120726facc753c9827cf63a8fb4ddc2667509b16333cb1
@@ -63,6 +65,7 @@ DIST hermit-abi-0.2.6.crate 13027 BLAKE2B 
4df5306639511a5f69594e903f8ce62482cbbf
 DIST hermit-abi-0.3.1.crate 13793 BLAKE2B 
ece7865a09f566a95bfba5f1fba380bf12836c3761fc6d5a3d5543d3e50ca0eac81bb567d50b5643849cf1a752aa651a0db4c053c60faa8f1c74fe2f12819d71
 SHA512 
a55fe9230e4e8fef63284befff74108f206e76067257439d334d33068875368902dc690926a1feea15611f14123073867d7e9cd21397bc484cef849d6e1dfbf9
 DIST hermit-abi-0.3.3.crate 14253 BLAKE2B 

[gentoo-commits] repo/proj/guru:master commit in: dev-python/os-api-ref/, dev-python/os-api-ref/files/

2023-12-20 Thread Viorel Munteanu
commit: 2edca9857e312d4f34701297d5814b3811e3029d
Author: Takuya Wakazono  gmail  com>
AuthorDate: Wed Dec 20 14:59:50 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Dec 20 14:59:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2edca985

dev-python/os-api-ref: add 3.0.0, drop 2.3.0

Signed-off-by: Takuya Wakazono  gmail.com>

 dev-python/os-api-ref/Manifest |  2 +-
 .../files/os-api-ref-3.0.0-python-3.12.patch   | 18 ++
 .../files/os-api-ref-3.0.0-sphinx-7.2.0.patch  | 39 ++
 ...pi-ref-2.3.0.ebuild => os-api-ref-3.0.0.ebuild} | 20 ---
 4 files changed, 74 insertions(+), 5 deletions(-)

diff --git a/dev-python/os-api-ref/Manifest b/dev-python/os-api-ref/Manifest
index 04b388085d..25aa0cb6d0 100644
--- a/dev-python/os-api-ref/Manifest
+++ b/dev-python/os-api-ref/Manifest
@@ -1 +1 @@
-DIST os-api-ref-2.3.0.tar.gz 92864 BLAKE2B 
48d74f40a4b865520ec1b61235245f2571262c14c46f994d9b6655a33376a981732212ad4f38b894e495e6381302054eb455516de03b2d2f87662c8f29f4650d
 SHA512 
e53063df90393c17e764e640c4ad5e1e6f1da7286ce9da6bdd460d54e2f831022a366c9cb711b95d8bfa872294309620f2d44cd4910277971ff2f2719c5d81eb
+DIST os-api-ref-3.0.0.tar.gz 92919 BLAKE2B 
8797fe76819148bad25d35039144b04d65c58ff9ddb235adb5e5eb39c073a938f1e17ed71ddfcb3c9ea53e98fa4876ccaef1963ec0b7b34f7d1a85c5829567f7
 SHA512 
ad7030cc91eacb482da19e42d94a81af4c3715f090966e33063d49693f567b0653e2e4a51d9526fe0e2a63480493f148582f96dc811b24e26534c9c05edf3897

diff --git a/dev-python/os-api-ref/files/os-api-ref-3.0.0-python-3.12.patch 
b/dev-python/os-api-ref/files/os-api-ref-3.0.0-python-3.12.patch
new file mode 100644
index 00..c0b7f66eb1
--- /dev/null
+++ b/dev-python/os-api-ref/files/os-api-ref-3.0.0-python-3.12.patch
@@ -0,0 +1,18 @@
+diff --git a/os_api_ref/tests/test_microversions.py 
b/os_api_ref/tests/test_microversions.py
+index 8281442..c338c51 100644
+--- a/os_api_ref/tests/test_microversions.py
 b/os_api_ref/tests/test_microversions.py
+@@ -44,11 +44,11 @@ class TestMicroversions(base.TestCase):
+ def test_rest_method(self):
+ """Test that min / max mv css class attributes are set"""
+ content = self.soup.find_all(class_='rp_min_ver_2_17')
+-self.assertRegexpMatches(
++self.assertRegex(
+ str(content[0]),
+ '^=dev-python/openstackdocstheme-2.2.1"



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/organicmaps/files/, gui-apps/organicmaps/

2023-12-20 Thread Viorel Munteanu
commit: ce9bc345bc6192da5a9c64a407d12dfb5eae18e3
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Wed Dec 20 06:20:17 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Dec 20 06:20:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce9bc345

gui-apps/organicmaps: remove patch, target to desktop, drop tests

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

 .../organicmaps/files/organicmaps--zlib-compile.patch| 10 --
 gui-apps/organicmaps/organicmaps-.ebuild | 12 +++-
 2 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/gui-apps/organicmaps/files/organicmaps--zlib-compile.patch 
b/gui-apps/organicmaps/files/organicmaps--zlib-compile.patch
deleted file mode 100644
index 953dd01247..00
--- a/gui-apps/organicmaps/files/organicmaps--zlib-compile.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 git/3party/minizip/CMakeLists.txt   2022-06-07 12:52:32.337814533 +0200
-+++ organicmaps/3party/minizip/CMakeLists.txt   2022-05-31 13:38:50.604235282 
+0200
-@@ -15,6 +15,7 @@
- 
- target_compile_definitions(${PROJECT_NAME}
-   PUBLIC
-+OF=_Z_OF
- USE_FILE32API
-   PRIVATE
- NOCRYPT

diff --git a/gui-apps/organicmaps/organicmaps-.ebuild 
b/gui-apps/organicmaps/organicmaps-.ebuild
index c6ffa31784..9245663115 100644
--- a/gui-apps/organicmaps/organicmaps-.ebuild
+++ b/gui-apps/organicmaps/organicmaps-.ebuild
@@ -13,18 +13,17 @@ LICENSE="Apache-2.0"
 SLOT="0"
 
 DEPEND="sys-devel/clang
+   >=dev-util/cmake-3.18.1
+   dev-util/ninja
media-libs/freetype
dev-libs/icu
+   >=dev-qt/qtpositioning-6
sys-libs/libstdc++-v3
dev-qt/qtcore
-   dev-qt/qtpositioning
dev-qt/qtsvg
dev-db/sqlite
sys-libs/zlib[minizip]"
-
-PATCHES=(
-   "${FILESDIR}/${P}-zlib-compile.patch"
-)
+RDEPEND=""
 
 src_prepare() {
eapply_user
@@ -38,6 +37,9 @@ src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=False
-DINSTALL_GTEST=off
+   -DUNITY_DISABLE=on
+   -DPLATFORM_DESKTOP=true
+   -DSKIP_TESTS=on
)
 
echo | ./configure.sh



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/open62541/

2023-12-20 Thread Viorel Munteanu
commit: 04c33cb3526eed2464207e85ae35c519ffa01476
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Wed Dec 20 09:19:08 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Dec 20 09:19:08 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04c33cb3

dev-libs/open62541: add 1.3.9

Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-libs/open62541/Manifest   |  1 +
 dev-libs/open62541/open62541-1.3.9.ebuild | 89 +++
 2 files changed, 90 insertions(+)

diff --git a/dev-libs/open62541/Manifest b/dev-libs/open62541/Manifest
index 77cb19201c..d535aa4162 100644
--- a/dev-libs/open62541/Manifest
+++ b/dev-libs/open62541/Manifest
@@ -1 +1,2 @@
 DIST open62541-1.3.8.tar.gz 3874185 BLAKE2B 
bce0d1c3dadff3cb34baceb6142f7b40a032fe602e8d8a6e35f24ea1d20bcfd8de655092eb77ac07bfcd98331c9de58ebe684929c82c35d499cb9615278a5a7f
 SHA512 
48ae61fd096c3a45f57ecc70bec9bb4223d046eed017532937c99883e4e92f79d7425b4db02c1a7e451764b787313efd76b2ae3cd3011d575154199d5350a790
+DIST open62541-1.3.9.tar.gz 3874701 BLAKE2B 
22fe64d02f900dfdb70013783727f0b6edf90e8637e57dce4b07f6b97d7fd33c36090f3d0be5af28d484e8654c3184d03df4c8438c27530d6e2be9c516b06b82
 SHA512 
8771a70d1f38f2a02f21281200d98fdd8d41d842cc82704155793529a1768beeb2583382f7547e6aaefdab4a17c3130779af792b2a59487889a3cdea4a2fa776

diff --git a/dev-libs/open62541/open62541-1.3.9.ebuild 
b/dev-libs/open62541/open62541-1.3.9.ebuild
new file mode 100644
index 00..63eaa15128
--- /dev/null
+++ b/dev-libs/open62541/open62541-1.3.9.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit cmake python-single-r1
+
+DESCRIPTION="Open source C implementation of OPC UA"
+HOMEPAGE="https://www.open62541.org/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc encryption examples mbedtls pubsub openssl tools"
+# Requires network access
+RESTRICT="test"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   encryption? ( || ( mbedtls openssl ) )
+"
+
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   doc? (
+   media-gfx/graphviz
+   $(python_gen_cond_dep '
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
+   ')
+   )
+"
+DEPEND="
+   mbedtls? ( net-libs/mbedtls:= )
+   openssl? ( dev-libs/openssl:0= )
+"
+RDEPEND="
+   ${PYTHON_DEPS}
+   ${DEPEND}
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.3.5-disable-xdp.patch"
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=ON
+   -DOPEN62541_VERSION=v${PV}
+   -DUA_BUILD_EXAMPLES=OFF
+   -DUA_BUILD_TOOLS=$(usex tools)
+   -DUA_BUILD_UNIT_TESTS=OFF
+   -DUA_ENABLE_PUBSUB=$(usex pubsub)
+   -DUA_ENABLE_PUBSUB_ETH_UADP=$(usex pubsub)
+   -DUA_FORCE_WERROR=OFF
+   )
+
+   if use encryption; then
+   use mbedtls && mycmakeargs+=(-DUA_ENABLE_ENCRYPTION=MBEDTLS)
+   use openssl && mycmakeargs+=(-DUA_ENABLE_ENCRYPTION=OPENSSL)
+   fi
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+   use doc && cmake_build doc
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( "${WORKDIR}"/${P}_build/doc/. )
+   cmake_src_install
+
+   if use examples; then
+   docompress -x /usr/share/doc/${PF}/examples
+   dodoc -r examples/
+   fi
+
+   python_fix_shebang "${ED}"
+}
+
+src_test() {
+   cmake_src_test -j1
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-util/reuse/

2023-12-20 Thread Viorel Munteanu
commit: f82a0e5527ac554b2688b41ddd0209f89248025e
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Wed Dec 20 01:11:05 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Dec 20 01:11:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f82a0e55

dev-util/reuse: treeclean, moved to ::gentoo

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 dev-util/reuse/Manifest   |  2 --
 dev-util/reuse/metadata.xml   | 10 
 dev-util/reuse/reuse-2.0.0.ebuild | 50 ---
 dev-util/reuse/reuse-2.1.0.ebuild | 50 ---
 4 files changed, 112 deletions(-)

diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest
deleted file mode 100644
index b3a8bb0106..00
--- a/dev-util/reuse/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST reuse-2.0.0.tar.gz 222637 BLAKE2B 
abcf7adbf110e7c3721eef26a56741dae3d69f9ccf31025807e158317b9dd0bcee2b38731ca7897a7671afa602040119d275488b2c198b1a74e32b99b8477cdb
 SHA512 
0716fc48c5cf6a8dda3c8c962c518554fdd2d0f71502eaa636dd4effa86a135c5819e6d7e62a1420174fce5c80ad6d7c3174389170b7680006fcc137c35cdb4c
-DIST reuse-2.1.0.tar.gz 224518 BLAKE2B 
328bafdeea1740afa1346d134be38fddd6cb7cedebea25eff4fb46f9935bef6ea0a605092798e4b5e256f43068459c2e4162f13540b6d62d3a3fd2596f5e6ba1
 SHA512 
8353ee53dd503d8dc3e956f0f13a7f0d4d80218e8b59a0bb972ecd4a80ec3b737548ad2c46177a5ba27a1c288af2c0b993befc1e0e88533af663094c3d1bcf38

diff --git a/dev-util/reuse/metadata.xml b/dev-util/reuse/metadata.xml
deleted file mode 100644
index e0bf126da0..00
--- a/dev-util/reuse/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   https://reuse.readthedocs.io/
-   reuse
-   fsfe/reuse-tool
-   
-

diff --git a/dev-util/reuse/reuse-2.0.0.ebuild 
b/dev-util/reuse/reuse-2.0.0.ebuild
deleted file mode 100644
index 5ff64614b8..00
--- a/dev-util/reuse/reuse-2.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=poetry
-inherit distutils-r1 pypi
-
-DESCRIPTION="A tool for compliance with the REUSE recommendations"
-HOMEPAGE="
-   https://reuse.software/
-   https://pypi.org/project/reuse/
-   https://github.com/fsfe/reuse-tool
-"
-
-LICENSE="Apache-2.0 CC0-1.0 CC-BY-SA-4.0 GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/boolean-py[${PYTHON_USEDEP}]
-   dev-python/binaryornot[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/license-expression[${PYTHON_USEDEP}]
-   dev-python/python-debian[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   sys-devel/gettext
-   test? (
-   dev-vcs/git
-   dev-vcs/mercurial
-   )
-"
-
-DOCS=( AUTHORS.rst CHANGELOG.md README.md )
-
-distutils_enable_tests pytest
-
-# [Errno 2] No such file or directory: '../README.md'
-#distutils_enable_sphinx docs \
-   #dev-python/furo \
-   #dev-python/recommonmark \
-   #dev-python/sphinx-autodoc-typehints \
-   #dev-python/sphinxcontrib-apidoc
-
-python_test() {
-   cd "${T}" || die
-   epytest "${S}"/tests
-}

diff --git a/dev-util/reuse/reuse-2.1.0.ebuild 
b/dev-util/reuse/reuse-2.1.0.ebuild
deleted file mode 100644
index 5ff64614b8..00
--- a/dev-util/reuse/reuse-2.1.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=poetry
-inherit distutils-r1 pypi
-
-DESCRIPTION="A tool for compliance with the REUSE recommendations"
-HOMEPAGE="
-   https://reuse.software/
-   https://pypi.org/project/reuse/
-   https://github.com/fsfe/reuse-tool
-"
-
-LICENSE="Apache-2.0 CC0-1.0 CC-BY-SA-4.0 GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/boolean-py[${PYTHON_USEDEP}]
-   dev-python/binaryornot[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/license-expression[${PYTHON_USEDEP}]
-   dev-python/python-debian[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   sys-devel/gettext
-   test? (
-   dev-vcs/git
-   dev-vcs/mercurial
-   )
-"
-
-DOCS=( AUTHORS.rst CHANGELOG.md README.md )
-
-distutils_enable_tests pytest
-
-# [Errno 2] No such file or directory: '../README.md'
-#distutils_enable_sphinx docs \
-   #dev-python/furo \
-   #dev-python/recommonmark \
-   #dev-python/sphinx-autodoc-typehints \
-   #dev-python/sphinxcontrib-apidoc
-
-python_test() {
-   cd "${T}" || die
-   epytest "${S}"/tests
-}



[gentoo-commits] repo/proj/guru:master commit in: x11-drivers/OpenTabletDriver-bin/files/, x11-drivers/OpenTabletDriver-bin/

2023-12-20 Thread Viorel Munteanu
commit: 0699b68f4853b119d161178ff6f9dd49016572ea
Author: Ethan Nijmeh  gmail  com>
AuthorDate: Tue Dec 19 20:10:21 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Dec 19 20:10:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0699b68f

x11-drivers/OpenTabletDriver-bin: new package, add 0.6.3.0

Signed-off-by: Ethan Nijmeh  gmail.com>

 x11-drivers/OpenTabletDriver-bin/Manifest  |   5 +-
 .../OpenTabletDriver-bin-0.6.3.0.ebuild|  91 +++
 .../OpenTabletDriver-bin/files/opentabletdriver.8  | 166 +
 x11-drivers/OpenTabletDriver-bin/files/otd-daemon  |   3 +
 4 files changed, 261 insertions(+), 4 deletions(-)

diff --git a/x11-drivers/OpenTabletDriver-bin/Manifest 
b/x11-drivers/OpenTabletDriver-bin/Manifest
index 886495ae74..669552ce54 100644
--- a/x11-drivers/OpenTabletDriver-bin/Manifest
+++ b/x11-drivers/OpenTabletDriver-bin/Manifest
@@ -1,4 +1 @@
-DIST OpenTabletDriver-source-0.6.0.2.tar.gz 247519 BLAKE2B 
a84db9d7e1d86e8b6bf90231187800e4fb355c66e1c9e732a9e3687de0afeaeb0d69f397b5d3387bdb7a1e88393ddb26bb6c0d2920fa8d1ca51bc9992a818dae
 SHA512 
0414a033e5bf3c5498676433502d44deb320d69a26823a1c731ab750c8ba71a3ff5af31662255e0c6c45e4d17f3009500e0a87967ca132bf309cf006cdb640b3
-DIST OpenTabletDriver-source-0.6.0.4.tar.gz 256483 BLAKE2B 
5d6377f0591ac35d0e2e7b516efc76dbeb3737d37eae3bd38b19cbfe54c62bf4c98a3ba4b0ec60d3fcbdf4ed70493ca107cdfa8b8c728f1b04d12c1492661a71
 SHA512 
7b16f49c56f97ce8342b91ab92f96a5a7aad9ac2deba13b0fe93ef299d9c9404743d4c6c791a72a4dfbf3b96e0fb07bf98d91d1b5fe23b334a8b671b7ec7bb58
-DIST OpenTabletDriver-v0.6.0.2.tar.gz 4199076 BLAKE2B 
754822c707388e8ac3c79a829ad67edad766381e4dcf96728b2f74e908daea1d7fb90b47ee3a922326cbf87ddd2a615ac1a85ca37d36ec7938b22c9f7c58d82e
 SHA512 
0ff63e94ce36d4afc7d8862ee51c0444e734640b9ae468e733231dbfc3ecdcd6cf90f0128a0be1934a64ee79f0c5860a0812681537d4d9e1b478581a7c2acc22
-DIST OpenTabletDriver-v0.6.0.4.tar.gz 4208336 BLAKE2B 
b22f980fcd2e684d3fe109e0282cc6c10b1320a01a14de6268305c925ef9f2780d311913bae78304c6e2d281e30d29252581262d99cb6f77db5b1fe65212c090
 SHA512 
4b1978edc0ec9e47b809b7f2528c4bde6417205339f92a2e2f3007aa74a682e5a9f47770be92ad8ad91df3ef0222622961fc8553cfaf4c8201f05e750e992929
+DIST OpenTabletDriver-v0.6.3.0.tar.gz 8159234 BLAKE2B 
206ef040fdcbc7a54a3b5ae474f545719453214d2f86c648064fcfdfc6d5a2cd0540f88343344c3995a151cf57d3e840cec2f6d68f1e04c9db2ea2c3ba98a55f
 SHA512 
f9993e69fd11f83ccab4f2f310bf278c083d9b2b2737901e0b1c21c42a6233b275aafae2dcf24189d98b6a9d4b09ff1f9a904ccc2d87102a47fdecd02a3f96f2

diff --git 
a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild 
b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild
new file mode 100644
index 00..278abe385e
--- /dev/null
+++ b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop udev
+
+MY_PN=OpenTabletDriver
+
+DESCRIPTION="Cross platform tablet driver (binary package)"
+HOMEPAGE="https://github.com/OpenTabletDriver;
+#SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/archive/refs/tags/v${PV}.tar.gz
 -> OpenTabletDriver-source-${PV}.tar.gz 
https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v${PV}/OpenTabletDriver.linux-x64.tar.gz
 -> OpenTabletDriver-v${PV}.tar.gz"
+
+SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v0.6.3.0/opentabletdriver-0.6.3.0-x64.tar.gz
 -> OpenTabletDriver-v${PV}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RESTRICT="strip"
+
+DEPEND="
+   x11-libs/libX11
+   x11-libs/libXrandr
+   dev-libs/libevdev
+   x11-libs/gtk+:3
+   virtual/udev
+   virtual/libudev
+   dev-dotnet/dotnet-sdk-bin:6.0
+"
+
+QA_PREBUILT="*"
+
+S="${WORKDIR}/opentabletdriver"
+src_install() {
+   local LP=opentabletdriver
+   local SP="otd"
+
+   cd "${S}/usr/local/lib/${LP}" || die
+
+   exeinto "/usr/lib/${LP}"
+   exeopts -o root -Dm755
+
+   for bin in *.Daemon *.UX.Gtk *.Console; do
+   doexe "$bin"
+   done
+
+   #insinto "/usr/lib/${LP}"
+
+   #for bin in *.Daemon *.UX.Gtk *.Console; do
+   #   doins "$bin"
+   #done
+
+
+   cd "${FILESDIR}" || die
+
+   exeinto "/usr/bin"
+   exeopts -o root -Dm755
+
+   for binary in otd*; do
+   doexe "$binary"
+   done
+
+   cd "${S}/usr/local/share" || die
+
+   insinto "/usr/share"
+   doins -r "applications"
+   dodoc -r "doc"
+   doman "${FILESDIR}/opentabletdriver.8"
+   doins -r "pixmaps"
+   doicon "pixmaps/otd.png"
+
+   cd "${S}/etc/udev/rules.d" || die
+
+   insinto "/lib/udev/rules.d"
+   doins -r "70-opentabletdriver.rules"
+
+   make_desktop_entry /usr/local/bin/otd-gui OpenTabletDriver otd Settings
+}

[gentoo-commits] repo/proj/guru:master commit in: mail-client/mailspring-bin/

2023-12-20 Thread Viorel Munteanu
commit: f80d6fe8f08807aa9aba89348722edad38b53625
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Dec 20 00:29:14 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Dec 20 00:30:02 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f80d6fe8

mail-client/mailspring-bin: depend on 5.3 SLOT of sys-libs/db

Closes: https://bugs.gentoo.org/920306

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>

 ...mailspring-bin-1.13.2-r2.ebuild => mailspring-bin-1.13.2-r3.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail-client/mailspring-bin/mailspring-bin-1.13.2-r2.ebuild 
b/mail-client/mailspring-bin/mailspring-bin-1.13.2-r3.ebuild
similarity index 97%
rename from mail-client/mailspring-bin/mailspring-bin-1.13.2-r2.ebuild
rename to mail-client/mailspring-bin/mailspring-bin-1.13.2-r3.ebuild
index 69ce6d49e4..c942e91833 100644
--- a/mail-client/mailspring-bin/mailspring-bin-1.13.2-r2.ebuild
+++ b/mail-client/mailspring-bin/mailspring-bin-1.13.2-r3.ebuild
@@ -28,10 +28,9 @@ RDEPEND="
net-print/cups
sys-apps/dbus
sys-devel/libtool
-   sys-libs/db
+   sys-libs/db:5.3
x11-libs/cairo
x11-libs/gtk+:3
-   x11-libs/gtk+:3
x11-libs/libdrm
x11-libs/libX11
x11-libs/libxcb



[gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/

2023-12-20 Thread Viorel Munteanu
commit: 3bb10377c68d48d62d72f74cfefc928f9056e489
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Dec 21 06:10:48 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Dec 21 06:10:48 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bb10377

net-im/discord-canary-bin: add 0.0.231, drop 0.0.225

Signed-off-by: Viorel Munteanu  gentoo.org>

 net-im/discord-canary-bin/Manifest  | 2 +-
 ...cord-canary-bin-0.0.225.ebuild => discord-canary-bin-0.0.231.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest 
b/net-im/discord-canary-bin/Manifest
index 5fba097b19..e0eadb213d 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.225.deb 92534540 BLAKE2B 
42eeb62710536538472f117a9c0b203854b81537a86350b64539d42845a8656f7139786c7cf0fc09ad73e70d536a054c9c2bf521891fede727fe7049cf5ac5e8
 SHA512 
aa2bbe9808add22d3e6abe243cc15d938033dbe325c78de2bd1673bdd53a3155e05f141afbde218102da1f255388243dc52102a60160275b3a1ded24a95165df
+DIST discord-canary-0.0.231.deb 92534568 BLAKE2B 
f4073714616febc8824ff0774cce88de9713e31738230dbbfcd111eaa3235fdfcacb0cf7ecb99dbc1b14752508746775c168012be514f946b74c498f55f0176a
 SHA512 
9dc744fa84f131c741d0c51d8e7a7948c0435f5ce592bddf1a9ec32990ec9036f72e987d3aefb6880aa8e8fd1d49bfd7d76bcd8597c798881b78f7cdc728f25a

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.225.ebuild 
b/net-im/discord-canary-bin/discord-canary-bin-0.0.231.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.225.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.231.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: x11-drivers/OpenTabletDriver-bin/

2023-12-20 Thread Viorel Munteanu
commit: ab0e12b2a29fa46f4af878305e2c9ec31225a1c4
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Dec 21 06:21:14 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Dec 21 06:21:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab0e12b2

x11-drivers/OpenTabletDriver-bin: drop 0.6.0.2, 0.6.0.4

Signed-off-by: Viorel Munteanu  gentoo.org>

 .../OpenTabletDriver-bin-0.6.0.2.ebuild| 65 
 .../OpenTabletDriver-bin-0.6.0.4.ebuild| 71 --
 2 files changed, 136 deletions(-)

diff --git 
a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.2.ebuild 
b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.2.ebuild
deleted file mode 100644
index ebfc8711de..00
--- a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop
-
-MY_PN=OpenTabletDriver
-
-DESCRIPTION="Cross platform tablet driver (binary package)"
-HOMEPAGE="https://github.com/OpenTabletDriver;
-SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/archive/refs/tags/v${PV}.tar.gz
 -> OpenTabletDriver-source-${PV}.tar.gz 
https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v${PV}/OpenTabletDriver.linux-x64.tar.gz
 -> OpenTabletDriver-v${PV}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   x11-libs/libX11
-   x11-libs/libXrandr
-   dev-libs/libevdev
-   x11-libs/gtk+:3
-   virtual/udev
-   dev-dotnet/dotnet-sdk-bin:6.0
-"
-
-QA_PREBUILT="*"
-
-S="${WORKDIR}/${MY_PN}"
-src_install() {
-   local LP=opentabletdriver
-   local SP="otd"
-
-   cd "${S}" || die
-
-   exeinto "/usr/share/${MY_PN}"
-   exeopts -o root -Dm755
-
-   for binary in *.dll *.json; do
-   doexe "$binary"
-   done
-
-   for bin in *.Daemon *.UX.Gtk *.Console; do
-   doexe "$bin"
-   done
-
-   insinto "/lib/udev/rules.d"
-   doins -r "${S}/99-${LP}.rules"
-
-   cd "${FILESDIR}" || die
-   dobin "${SP}"
-   dobin "${SP}-gui"
-
-   cd "${WORKDIR}/${MY_PN}-${PV}/${MY_PN}.UX/Assets" || die
-   doicon "otd.png"
-   make_desktop_entry /usr/bin/otd-gui OpenTabletDriver otd Settings
-}
-
-pkg_postinst() {
-   udevadm control --reload || die
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Please replug your tablet before attempting to use the 
driver"
-   fi
-}

diff --git 
a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.4.ebuild 
b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.4.ebuild
deleted file mode 100644
index c6a134c951..00
--- a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.0.4.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop udev
-
-MY_PN=OpenTabletDriver
-
-DESCRIPTION="Cross platform tablet driver (binary package)"
-HOMEPAGE="https://github.com/OpenTabletDriver;
-SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/archive/refs/tags/v${PV}.tar.gz
 -> OpenTabletDriver-source-${PV}.tar.gz 
https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v${PV}/OpenTabletDriver.linux-x64.tar.gz
 -> OpenTabletDriver-v${PV}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   x11-libs/libX11
-   x11-libs/libXrandr
-   dev-libs/libevdev
-   x11-libs/gtk+:3
-   virtual/udev
-   virtual/libudev
-   dev-dotnet/dotnet-sdk-bin:6.0
-"
-
-QA_PREBUILT="*"
-
-S="${WORKDIR}/${MY_PN}"
-src_install() {
-   local LP=opentabletdriver
-   local SP="otd"
-
-   cd "${S}" || die
-
-   exeinto "/usr/share/${MY_PN}"
-   exeopts -o root -Dm755
-
-   for binary in *.dll *.json; do
-   doexe "$binary"
-   done
-
-   for bin in *.Daemon *.UX.Gtk *.Console; do
-   doexe "$bin"
-   done
-
-   insinto "/lib/udev/rules.d"
-   doins -r "${S}/99-${LP}.rules"
-
-   cd "${FILESDIR}" || die
-   dobin "${SP}"
-   dobin "${SP}-gui"
-
-   cd "${WORKDIR}/${MY_PN}-${PV}/${MY_PN}.UX/Assets" || die
-   doicon "otd.png"
-   make_desktop_entry /usr/bin/otd-gui OpenTabletDriver otd Settings
-}
-
-pkg_postrm() {
-   udev_reload
-}
-
-pkg_postinst() {
-   udev_reload
-   udevadm control --reload || die
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Please replug your tablet before attempting to use the 
driver"
-   fi
-}



[gentoo-commits] repo/proj/guru:dev commit in: x11-drivers/OpenTabletDriver-bin/

2023-12-20 Thread Viorel Munteanu
commit: 011a44c5e22db9592317de7dbcde7502e03bbf48
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Dec 21 06:25:18 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Dec 21 06:25:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=011a44c5

x11-drivers/OpenTabletDriver-bin: minor issues

Signed-off-by: Viorel Munteanu  gentoo.org>

 .../OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild   | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git 
a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild 
b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild
index 278abe385e..ce9e99059e 100644
--- a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild
+++ b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild
@@ -10,13 +10,12 @@ MY_PN=OpenTabletDriver
 DESCRIPTION="Cross platform tablet driver (binary package)"
 HOMEPAGE="https://github.com/OpenTabletDriver;
 
#SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/archive/refs/tags/v${PV}.tar.gz
 -> OpenTabletDriver-source-${PV}.tar.gz 
https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v${PV}/OpenTabletDriver.linux-x64.tar.gz
 -> OpenTabletDriver-v${PV}.tar.gz"
-
-SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v0.6.3.0/opentabletdriver-0.6.3.0-x64.tar.gz
 -> OpenTabletDriver-v${PV}.tar.gz"
+SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v${PV}/opentabletdriver-${PV}-x64.tar.gz
 -> OpenTabletDriver-v${PV}.tar.gz"
+S="${WORKDIR}/opentabletdriver"
 
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 RESTRICT="strip"
 
 DEPEND="
@@ -31,7 +30,6 @@ DEPEND="
 
 QA_PREBUILT="*"
 
-S="${WORKDIR}/opentabletdriver"
 src_install() {
local LP=opentabletdriver
local SP="otd"
@@ -51,7 +49,6 @@ src_install() {
#   doins "$bin"
#done
 
-
cd "${FILESDIR}" || die
 
exeinto "/usr/bin"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-linux-init/

2023-12-20 Thread Joonas Niilola
commit: 3d86da8c665563a571eaf8cbcebab9b77c501098
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:12:01 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:12:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d86da8c

sys-apps/s6-linux-init: Stabilize 1.1.2.0 x86, #920377

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

 sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild 
b/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild
index e56e4fdad20a..c695a5a74380 100644
--- a/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild
+++ b/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~mips ~x86"
+KEYWORDS="~alpha amd64 ~arm ~mips x86"
 IUSE="+sysv-utils"
 
 RDEPEND="



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

2023-12-20 Thread Joonas Niilola
commit: ed67eecc0b524ad06ed16367eca114cc876bb4c4
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:12:01 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:12:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed67eecc

dev-lang/execline: Stabilize 2.9.4.0 x86, #920377

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

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

diff --git a/dev-lang/execline/execline-2.9.4.0.ebuild 
b/dev-lang/execline/execline-2.9.4.0.ebuild
index 38e237781196..ea9a7564c1d2 100644
--- a/dev-lang/execline/execline-2.9.4.0.ebuild
+++ b/dev-lang/execline/execline-2.9.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2).4"
-KEYWORDS="~alpha amd64 ~arm ~mips ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm ~mips ~riscv x86"
 
 RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
 DEPEND="${RDEPEND}"



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

2023-12-20 Thread Joonas Niilola
commit: 47ea44e8629c6ee6ba1769087b28e983f83bad5e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:11:44 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:11:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ea44e8

sys-apps/s6: Stabilize 2.12.0.2 amd64, #920377

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

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

diff --git a/sys-apps/s6/s6-2.12.0.2.ebuild b/sys-apps/s6/s6-2.12.0.2.ebuild
index 29e18c6f7ddd..2f3047b36641 100644
--- a/sys-apps/s6/s6-2.12.0.2.ebuild
+++ b/sys-apps/s6/s6-2.12.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm ~mips ~riscv ~x86"
 IUSE="+execline"
 
 RDEPEND="



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

2023-12-20 Thread Joonas Niilola
commit: a502ff90e133fe9f8e9dc039d87c502b2cf04e04
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:12:02 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:12:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a502ff90

sys-apps/s6-portable-utils: Stabilize 2.3.0.3 x86, #920377

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
index 8797d0c276f6..2884a181ff9a 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
 DEPEND="${RDEPEND}"



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

2023-12-20 Thread Joonas Niilola
commit: d0292808c24634c4b2a87ff2155b7496bcca7da2
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:12:02 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:12:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0292808

sys-apps/s6-rc: Stabilize 0.5.4.2 x86, #920377

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

 sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild 
b/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild
index e6b3a34738e5..d7cbfcfa7c2c 100644
--- a/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild
+++ b/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND="
dev-lang/execline:=



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

2023-12-20 Thread Joonas Niilola
commit: b8583f68979a1dc3a43fc89263643ff9fd9be90b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:12:02 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:12:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8583f68

sys-apps/s6-linux-utils: Stabilize 2.6.2.0 x86, #920377

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

 sys-apps/s6-linux-utils/s6-linux-utils-2.6.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-linux-utils/s6-linux-utils-2.6.2.0.ebuild 
b/sys-apps/s6-linux-utils/s6-linux-utils-2.6.2.0.ebuild
index 1769e60ef6d6..ba5d70f74e27 100644
--- a/sys-apps/s6-linux-utils/s6-linux-utils-2.6.2.0.ebuild
+++ b/sys-apps/s6-linux-utils/s6-linux-utils-2.6.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
 DEPEND="${RDEPEND}"



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

2023-12-20 Thread Joonas Niilola
commit: afbd9f5c026e436fd9a5eec41b371f7f7050a3b3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:12:01 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:12:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbd9f5c

sys-apps/s6: Stabilize 2.12.0.2 x86, #920377

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

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

diff --git a/sys-apps/s6/s6-2.12.0.2.ebuild b/sys-apps/s6/s6-2.12.0.2.ebuild
index 2f3047b36641..08defb0d5f01 100644
--- a/sys-apps/s6/s6-2.12.0.2.ebuild
+++ b/sys-apps/s6/s6-2.12.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~mips ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm ~mips ~riscv x86"
 IUSE="+execline"
 
 RDEPEND="



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

2023-12-20 Thread Joonas Niilola
commit: 5fb7b6fd4d15e006c396de1365e0c6d9606df0fa
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:11:44 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:11:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb7b6fd

sys-apps/s6-portable-utils: Stabilize 2.3.0.3 amd64, #920377

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
index a5a3fc10c8b3..8797d0c276f6 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
 DEPEND="${RDEPEND}"



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

2023-12-20 Thread Joonas Niilola
commit: 59f1e65b08b72bd55dd3b73fe46884b1484ca458
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:12:01 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:12:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f1e65b

dev-libs/skalibs: Stabilize 2.14.0.1 x86, #920377

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

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

diff --git a/dev-libs/skalibs/skalibs-2.14.0.1.ebuild 
b/dev-libs/skalibs/skalibs-2.14.0.1.ebuild
index ed981445313d..9e658744b9ab 100644
--- a/dev-libs/skalibs/skalibs-2.14.0.1.ebuild
+++ b/dev-libs/skalibs/skalibs-2.14.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~riscv x86"
 
 HTML_DOCS=( doc/. )
 



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

2023-12-20 Thread Joonas Niilola
commit: f58b982e5e7bc27f5aa3d4abb4b06e70e8987243
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:11:39 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:11:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58b982e

dev-libs/skalibs: Stabilize 2.14.0.1 amd64, #920377

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

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

diff --git a/dev-libs/skalibs/skalibs-2.14.0.1.ebuild 
b/dev-libs/skalibs/skalibs-2.14.0.1.ebuild
index 59cce759fedd..ed981445313d 100644
--- a/dev-libs/skalibs/skalibs-2.14.0.1.ebuild
+++ b/dev-libs/skalibs/skalibs-2.14.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~riscv ~x86"
 
 HTML_DOCS=( doc/. )
 



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

2023-12-20 Thread Joonas Niilola
commit: 022e4cd6c4724f8d9614d133ae0ac98bcf58387b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:11:44 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:11:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022e4cd6

sys-apps/s6-linux-utils: Stabilize 2.6.2.0 amd64, #920377

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

 sys-apps/s6-linux-utils/s6-linux-utils-2.6.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-linux-utils/s6-linux-utils-2.6.2.0.ebuild 
b/sys-apps/s6-linux-utils/s6-linux-utils-2.6.2.0.ebuild
index 43ea27b14a6a..1769e60ef6d6 100644
--- a/sys-apps/s6-linux-utils/s6-linux-utils-2.6.2.0.ebuild
+++ b/sys-apps/s6-linux-utils/s6-linux-utils-2.6.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
 DEPEND="${RDEPEND}"



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

2023-12-20 Thread Joonas Niilola
commit: 9c63aa08526a73d99f8292ffebca90b3f6c95a81
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:11:45 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:11:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c63aa08

sys-apps/s6-rc: Stabilize 0.5.4.2 amd64, #920377

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

 sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild 
b/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild
index 7424fbbd67e7..e6b3a34738e5 100644
--- a/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild
+++ b/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 RDEPEND="
dev-lang/execline:=



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

2023-12-20 Thread Joonas Niilola
commit: 102f8a2e58a29f613540a39f55a0d7f83f0dcc12
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:11:44 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:11:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102f8a2e

dev-lang/execline: Stabilize 2.9.4.0 amd64, #920377

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

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

diff --git a/dev-lang/execline/execline-2.9.4.0.ebuild 
b/dev-lang/execline/execline-2.9.4.0.ebuild
index 21fa0f5ff8cf..38e237781196 100644
--- a/dev-lang/execline/execline-2.9.4.0.ebuild
+++ b/dev-lang/execline/execline-2.9.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2).4"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm ~mips ~riscv ~x86"
 
 RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-linux-init/

2023-12-20 Thread Joonas Niilola
commit: f4a61f1e552202912e58ef91c893537ffdca00fb
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 06:11:44 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 06:11:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a61f1e

sys-apps/s6-linux-init: Stabilize 1.1.2.0 amd64, #920377

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

 sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild 
b/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild
index 28e104385ba4..e56e4fdad20a 100644
--- a/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild
+++ b/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~x86"
+KEYWORDS="~alpha amd64 ~arm ~mips ~x86"
 IUSE="+sysv-utils"
 
 RDEPEND="



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

2023-12-20 Thread Joonas Niilola
commit: 166ec94d6c9eff28dd79320a051eb9b494a47670
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Dec 21 05:31:13 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Dec 21 05:31:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166ec94d

mail-client/thunderbird: add 115.6.0

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

 mail-client/thunderbird/Manifest   |   65 +
 mail-client/thunderbird/thunderbird-115.6.0.ebuild | 1331 
 2 files changed, 1396 insertions(+)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 234c3a25dfe0..39a97acf832f 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -129,3 +129,68 @@ DIST thunderbird-115.5.2-vi.xpi 744073 BLAKE2B 
21fd48e75badf6314e0118fd7483edc6f
 DIST thunderbird-115.5.2-zh-CN.xpi 742532 BLAKE2B 
b3c121eec6e1347295e269862b9f107137b5858129dd84ba7eb981996e132b943d083a8b78fe66e520ab3712d664e145a49f382067117e410fc05df4267389eb
 SHA512 
a857eb75cef56d7e9d472844e31b89e871b35901c4a58964a6b803c8c18265ae36ec24b27881cfda7733d49b1ccfc74271b3169cdc02568f92426014177aae96
 DIST thunderbird-115.5.2-zh-TW.xpi 745480 BLAKE2B 
b44a471007684a6f633ee7560dc2c336271a3d3e5ecab866f10bd976eeb30bc4e4bacb69d48e396aaa814868de4886f964d4e5a8b58abbb1da9b2dc734750f2a
 SHA512 
2389ec68c15fd275a7f0d71025ad7a87cb7e3b567513ae44e80ecc19eaf00e15bb6bdc85fb15c52deb5d8e9a0449ccc86a36026e0bfeec2c32cc16b994258e28
 DIST thunderbird-115.5.2.source.tar.xz 531855444 BLAKE2B 
1a71852b72eb70edd4e157b9199d32a9f9746a07934e334e7ef9e020c1bf3087a902c4957d4afadfff6d7f6ab81178c3489cd7975d7f03f2ae0e1ce14b585e30
 SHA512 
5b6b534e076aad916424767886ec9f67672780d0df387e41e8651240fbcbb44415875e11cebf8fdde80b7d7f4bde181fe713657662f1f5f90ffdd807d4fcc63b
+DIST thunderbird-115.6.0-af.xpi 542270 BLAKE2B 
8822a1636024a63deb91c5cdbbd8f3d167d4d65035344438e98eb5705f985a77e8e6491b8b03be1ae3ceeb40561ec49f711fa2bfb772e74dd6f4ad4b465d477e
 SHA512 
de7ff8a267bd0ab3ee3725f6ad9c5efd625ad12e611d46d2e159aa1d6e43ff978ec7da2e6052cc3bc7eb9c22e9ad688d643f15f31513eb26d6a269e3ea0532e7
+DIST thunderbird-115.6.0-ar.xpi 654454 BLAKE2B 
956487488643556bb0ca1cbfc0697723288a007c1399126123949f93ad0ec88eb2d057c01b08de5df73b74bbcba9e11922eb950fc250d810157dfe5a1221874c
 SHA512 
6b0115559934892f22b9a478dc3f79616d3ee7d0d1403d5e0d0c1aa74036c894bcb55606125a6c7c758fe2eb42cc8a0e91c68cd3863ad2221068ce8d5b6b944c
+DIST thunderbird-115.6.0-ast.xpi 560905 BLAKE2B 
ba14897b7d57c67889da747a7942472d6f1afd9e8dedb930b9e27c4d996530676429a1947e957431f11a397e81ee79eccad393afbc12d135af8870e3fa707934
 SHA512 
7b06e3e24ab46394227d1bdc9b0b63bb9dde7b15f4ddce150b0172a0d00fe41bf3f023fc098f172f1ad73b5672ab285e59afdd8ca7c75f6d77bf637d625fd764
+DIST thunderbird-115.6.0-be.xpi 693665 BLAKE2B 
4d648d60501a19a78bc58fbac8919877629aef5d658e3b123fb0357463fae81ca9e765927b91a6527de8d9cc6d55b7da3d784e8ccb095dc1494614c87fa3ca99
 SHA512 
250f912d83dad2645fddefc28e58f358baced7d941ac4df0cb20e63da7f08b5f4e44e1793d851839b517b8efc5e8aa9058979d1699660d61f763e877f86f3a66
+DIST thunderbird-115.6.0-bg.xpi 766943 BLAKE2B 
cb4ae7f61d22654805bfb4a1cbce4b008df8553478d6835766fb4e5ab46b8d8d663a43b67a3cf01580bf004e44dfd9f7ef01ed9d420bd718621a9ffb8709e2ae
 SHA512 
15ef396c6060f65e7f22951fed2c89ebcf4a6f018062554b4c1c8956e225ec0f74f507fb6127dec45a56894d06a0d83e86ac45ef1dc426ecdcdb63ae39b9e191
+DIST thunderbird-115.6.0-br.xpi 62 BLAKE2B 
8732b349cc23d1e1dcf83887473128155d8792d4f45bec49c3263b6aeef8e6d5d5777d5660ffa93b5cd6cd60db9cffdb4d8c8edb70e3256dab8bd457ee240c5e
 SHA512 
4a1d60b641c8a81fe264b4809e97f6f933946053bdf7f96170bed977c295bcc9cfcd0efce3b74b9170bcec769b46b2da0d2dbac56e3ae3184804f55f2db39ee7
+DIST thunderbird-115.6.0-ca.xpi 673454 BLAKE2B 
6c1591642cffb12d41f9f46be21469faefa36bc8bd44492a1e4e8e6712ece8c9e9d876d938de561990bd61fce57fcdb7b5683a34529e659372c0dd697ae7fd6f
 SHA512 
85e1620463d43123468d1dce8183f74efc4ca4c46ec4eed609cbd859d6bb996d8235ae974568de60d6bdd7a04d03418af9b1f9cac9b3b85164641cd72e6f0a55
+DIST thunderbird-115.6.0-cak.xpi 658499 BLAKE2B 
59cb817b5310f674bcc36bc30318536c318c6a09763bfe5cb4ff6bef09fe53bda43ebc0db6f526319e05709bdb267ffd28a88d53caff80805cb76a238de4170a
 SHA512 
4874674265cd8667f85c47c4f04342dfda94a679506e0ab27d6ced6bf91d2cccb46ff365b0f001bcb80e031b521a3042f9d48d19a592aa8cfa06872e0c95249a
+DIST thunderbird-115.6.0-cs.xpi 735013 BLAKE2B 
052ed3ecbacb01a405bc9ab8359540b41be849a45db8b79e8ed467ced8892b5e28e96c4bdaada7d42860c41dca011aad673d1594425f796d664f442ebd8f9b52
 SHA512 
26658377a3d9bc37c225df83166a6575b652ecd2e8030e9a87cab4c40d9f2b14cc08c687948d615a4a080fec23ed7843dd6ea2bf271964f0f31bdbd918e623c1
+DIST thunderbird-115.6.0-cy.xpi 704420 BLAKE2B 
9a3f2bcf4316a634b15f8774cf05596c49011f622929e917cf9e4d1d8b44f59aa514a987b5a4926d37029966d11a1486b4b0e4bd42646b9950610b709d01ec55
 SHA512 
aff4151d3de7fc67a50bb55432e0b4c2c60ef9c1d87f6678df5aab89bae8874ae2cf8e347cecb25d2504db43082d34a642316847aa89c17e35c15a3e715512dc
+DIST 

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

2023-12-20 Thread Michał Górny
commit: ae8b1161c4cf795df7f7c73a43bdb08a70cf22b7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 21 04:24:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 04:24:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8b1161

dev-python/alembic: Bump to 1.13.1

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

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

diff --git a/dev-python/alembic/Manifest b/dev-python/alembic/Manifest
index 64e242aa53d0..26a56827a911 100644
--- a/dev-python/alembic/Manifest
+++ b/dev-python/alembic/Manifest
@@ -1 +1,2 @@
 DIST alembic-1.13.0.tar.gz 1208438 BLAKE2B 
e5e3040eecd74e6095062dac51138f91b79197af6410a451f7a7ac699f8d31d12ab4e381f8b1e9ce04fd8c897339d5074493e4ef95f294276ea5d67403504229
 SHA512 
c9a014fc3a09fa69e7a56cb591000443317d0cc3576fd6bd70cab7cec29906fa48d57e40dcf12d7dd93762de0d6f395fb37c9d5c1780664555757f387262
+DIST alembic-1.13.1.tar.gz 1213288 BLAKE2B 
12c01f60a564c3021b3d2ae61f220822a0ca644af5097b72a826f48d04225c441f580204680674410e6e2570b5c7ee24053024863162d7d43bc423a86cddcea6
 SHA512 
2a5826461bec22c2efc244dd8394d34d39ed6e3511a32e8e460057ab34f9e559d28dda4ea7e34ccd30628e889a3cb37cb156596e37dba748c12a0195d78aa678

diff --git a/dev-python/alembic/alembic-1.13.1.ebuild 
b/dev-python/alembic/alembic-1.13.1.ebuild
new file mode 100644
index ..5d610b87ddda
--- /dev/null
+++ b/dev-python/alembic/alembic-1.13.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Database migrations tool, written by the author of SQLAlchemy"
+HOMEPAGE="
+   https://github.com/sqlalchemy/alembic/
+   https://pypi.org/project/alembic/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="doc"
+
+RDEPEND="
+   >=dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   >=dev-python/python-editor-0.3[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   # setup.cfg contains -p no:warnings in addopts which triggers
+   # datetime.utcfromtimestamp() deprecation warning as an error in py3.12
+   epytest -o addopts=
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/. )
+   distutils-r1_python_install_all
+}



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

2023-12-20 Thread Michał Górny
commit: e80c2bfa630ce28b4fb8cbd7faa51e68f4773b52
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 21 04:23:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 04:24:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80c2bfa

dev-python/sqlglot: Remove 

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

 dev-python/sqlglot/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/sqlglot/metadata.xml b/dev-python/sqlglot/metadata.xml
index 6288bb65af2e..c21c821e9216 100644
--- a/dev-python/sqlglot/metadata.xml
+++ b/dev-python/sqlglot/metadata.xml
@@ -13,7 +13,6 @@
proxy-ma...@gentoo.org
Proxy Maintainers

-   

tobymao/sqlglot
sqlglot



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

2023-12-20 Thread Michał Górny
commit: 1a67dbd27f01e68eebef4700606e0d1bb9acdc68
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 21 04:21:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 04:24:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a67dbd2

dev-python/coverage: Bump to 7.3.4

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

 dev-python/coverage/Manifest  |  1 +
 dev-python/coverage/coverage-7.3.4.ebuild | 83 +++
 2 files changed, 84 insertions(+)

diff --git a/dev-python/coverage/Manifest b/dev-python/coverage/Manifest
index cc4a89a1f253..4076b2719002 100644
--- a/dev-python/coverage/Manifest
+++ b/dev-python/coverage/Manifest
@@ -1,2 +1,3 @@
 DIST coverage-7.3.2.tar.gz 764541 BLAKE2B 
5301a45a1618582d6b7bc1c887fdfdc7ef612082675b271e5ab840f2adc357c6a01f59ba5571e6dba61db61c85ee66d40af46b3509dfbf5c996fcf9fd6b2a614
 SHA512 
94e3b0bae2f84d31448a717f105e4f03e485a47d9498e73e86eca2f040d0980e514e3d9264f5349f70ea93fc985161d89156d0faa444d28cc7a07e51db4e1a46
 DIST coverage-7.3.3.tar.gz 768726 BLAKE2B 
0de19dc69341ba98b0581be6c6c4844f699689d9e071e3f473a4de65f4f7d1e8bf673a18428f1d5fe23150068636c1e0b7f8e84d9a8626488aba23a998265857
 SHA512 
758090c46bac90096d5fd732aa447c91d0db0c0cdedbb607a57141c86882c23d42791b75e55436e580dffdd585d87e35a213e94240268c2992c1122246e4df31
+DIST coverage-7.3.4.tar.gz 769564 BLAKE2B 
6fb3faac8703f95632e53b4a2e3ad5544488e19cb3ea96a288cded02ac8aaf434ee8fba8c1ed3cdf89265113ae45cb7b9882202dc230dc6a416487f09317ba82
 SHA512 
74c371b24ff5959f9c5d100f35b09ce10c70c03f3713c29aa251c1ce4244e302c29e0cc2f54f6ff6909634a363896bfbd61abe871c062c8b78c892efbc1d2d79

diff --git a/dev-python/coverage/coverage-7.3.4.ebuild 
b/dev-python/coverage/coverage-7.3.4.ebuild
new file mode 100644
index ..def635f9fbd0
--- /dev/null
+++ b/dev-python/coverage/coverage-7.3.4.ebuild
@@ -0,0 +1,83 @@
+# 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 )
+PYTHON_REQ_USE="threads(+),sqlite(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Code coverage measurement for Python"
+HOMEPAGE="
+   https://coverage.readthedocs.io/en/latest/
+   https://github.com/nedbat/coveragepy/
+   https://pypi.org/project/coverage/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   >=dev-python/unittest-mixins-1.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/s:-q -n auto::' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
+test_tracer() {
+   local -x COVERAGE_TEST_TRACER=${1}
+   einfo "  Testing with the ${COVERAGE_TEST_TRACER} tracer ..."
+   epytest -p flaky -p hypothesis -p xdist tests
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO: fails because of additional "Terminated" print on 
SIGTERM
+   
tests/test_concurrency.py::SigtermTest::test_sigterm_threading_saves_data
+   # broken because of pytest plugins explicity loaded
+   tests/test_debug.py::ShortStackTest::test_short_stack{,_skip}
+   )
+   local EPYTEST_IGNORE=(
+   # pip these days insists on fetching build deps from Internet
+   tests/test_venv.py
+   )
+
+   "${EPYTHON}" igor.py zip_mods || die
+
+   local -x COVERAGE_TESTING=True
+   # TODO: figure out why they can't be imported inside test env
+   local -x COVERAGE_NO_CONTRACTS=1
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+
+   local prev_opt=$(shopt -p nullglob)
+   shopt -s nullglob
+   local c_ext=( "${BUILD_DIR}/install$(python_get_sitedir)"/coverage/*.so 
)
+   ${prev_opt}
+
+   if [[ -n ${c_ext} ]]; then
+   cp "${c_ext}" \
+   coverage/ || die
+   test_tracer c
+   rm coverage/*.so || die
+   else
+   test_tracer py
+   fi
+}



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

2023-12-20 Thread Michał Górny
commit: d85680166d1c60cbc2a33256cb474290d13db52e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 21 04:20:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 04:24:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8568016

dev-python/sqlglot: Bump to 20.4.0

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

 dev-python/sqlglot/Manifest  |   1 +
 dev-python/sqlglot/sqlglot-20.4.0.ebuild | 121 +++
 2 files changed, 122 insertions(+)

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index b00aceb76184..fb1dea72a406 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -20,6 +20,7 @@ DIST redox_syscall-0.4.1.crate 24858 BLAKE2B 
c3301137a0b84e03b09d28dfa377ab3bea7
 DIST scopeguard-1.2.0.crate 11619 BLAKE2B 
8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4
 SHA512 
6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb
 DIST smallvec-1.11.2.crate 34801 BLAKE2B 
58645e99db8f02db64d02c75860c7ea41836c427c03ee3b0b23365e73a406e4fd6ac312bf13fc5faef8bb6111c10fcfd5f839d5b3686e9b34d1626f8469fc327
 SHA512 
5cfb427c3b99b0dbd71f6154ed899abcde9d7d2992977ac7b2ef3a4c3ff51e4efafd133071a69609b4ed6cb269bdc26b79eb72e1988f10dfcaef8185d950cd1d
 DIST sqlglot-20.3.0.tar.gz 9062151 BLAKE2B 
dd54255e4ad80d48a9ef3b5c2178cb305eabed13d246292bcdce8354ee06b9b39164ece00861936f65fc3dca2342ca77d108e21c4292ede1e3ae0186ce82c1eb
 SHA512 
5f5774bd0ab373898624da97bf5d3cbc1657b2cd615e103b88cb278f7046532fe8345c3fbc8bbdad9c1665a84f656f6c4e9a0b73830b555050cbaf05a7d2b315
+DIST sqlglot-20.4.0.tar.gz 9062554 BLAKE2B 
945232a98136ca66f015f245bb9f00d2e35bddf8e68c00614ebb3147bb492f5debe6f738405bc933730d71fbdcd7724cda0241a71e7b5fcf6bc02bfa4343bfd8
 SHA512 
186829ad70ef69f611271a372c3ad08fabcc2d7d51a6f7412182713892cda50fe3064968e7e7841c493d53bf5db235846e762bcf8ff85dcaf04ed387dfbcd35a
 DIST syn-2.0.41.crate 246016 BLAKE2B 
9d389f2e2a0acb4c84c309456e8ffcc88c5d4d541535ed136832d7a6054dde45a598bb68e8a6f3062ca2a96e1ceae947d54b3aec9bad65b0c51d6733aa6c80db
 SHA512 
6bbaf69ca783025dfb81ac3612ac60bfbed31b2d87792909b35c12892dadebdaff2ddf9463105e536b671dce5870610ab90fe29471284bbd3014dca8d6993f1a
 DIST target-lexicon-0.12.12.crate 25156 BLAKE2B 
f3803596c75f6c89438592a1176c3748fc2c0524d7d50a20056de1cd26d40c572b05bafcdf6dd702752864bea37c8b4f28f96dadc12a5b3bb1d279b25e489f85
 SHA512 
6147295c43ba1b7b087a3c5ab51534b2985e4e77e5e15687978cfb9d07e21c4fd9bc7191576d6cabd268d08a44dc733c4a957e59dba8b948c2055d8bb433aeca
 DIST unicode-ident-1.0.12.crate 42168 BLAKE2B 
4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac
 SHA512 
bc1824e1e4452a40732fc69874d7e1a66f7803717a314790dcf48867eba34bc9441331ef031e386912e52c385645c25b6ed39d4f149973b5b97371b1b96b1920

diff --git a/dev-python/sqlglot/sqlglot-20.4.0.ebuild 
b/dev-python/sqlglot/sqlglot-20.4.0.ebuild
new file mode 100644
index ..7f1e6b0619ba
--- /dev/null
+++ b/dev-python/sqlglot/sqlglot-20.4.0.ebuild
@@ -0,0 +1,121 @@
+# Copyright 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} )
+
+CARGO_OPTIONAL=1
+CRATES="
+   autocfg@1.1.0
+   bitflags@1.3.2
+   cfg-if@1.0.0
+   heck@0.4.1
+   indoc@2.0.4
+   libc@0.2.150
+   lock_api@0.4.11
+   memoffset@0.9.0
+   once_cell@1.19.0
+   parking_lot@0.12.1
+   parking_lot_core@0.9.9
+   proc-macro2@1.0.70
+   pyo3-build-config@0.20.0
+   pyo3-ffi@0.20.0
+   pyo3-macros-backend@0.20.0
+   pyo3-macros@0.20.0
+   pyo3@0.20.0
+   quote@1.0.33
+   redox_syscall@0.4.1
+   scopeguard@1.2.0
+   smallvec@1.11.2
+   syn@2.0.41
+   target-lexicon@0.12.12
+   unicode-ident@1.0.12
+   unindent@0.2.3
+   windows-targets@0.48.5
+   windows_aarch64_gnullvm@0.48.5
+   windows_aarch64_msvc@0.48.5
+   windows_i686_gnu@0.48.5
+   windows_i686_msvc@0.48.5
+   windows_x86_64_gnu@0.48.5
+   windows_x86_64_gnullvm@0.48.5
+   windows_x86_64_msvc@0.48.5
+"
+
+inherit cargo distutils-r1 pypi optfeature
+
+DESCRIPTION="An easily customizable SQL parser and transpiler"
+HOMEPAGE="
+   https://sqlglot.com/
+   https://github.com/tobymao/sqlglot/
+   https://pypi.org/project/sqlglot/
+"
+SRC_URI+="
+   native-extensions? (
+   ${CARGO_CRATE_URIS}
+   )
+"
+
+LICENSE="MIT"
+LICENSE+=" native-extensions? ("
+# Dependent crate licenses
+LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016"
+LICENSE+=" )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+native-extensions"
+
+BDEPEND="
+   native-extensions? (
+   ${RUST_DEPEND}
+ 

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

2023-12-20 Thread Michał Górny
commit: 499ac680489dd04da3ba3241bbaf0b2efead3ec3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 21 04:19:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 04:19:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499ac680

dev-python/sqlglot: Remove old

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

 dev-python/sqlglot/Manifest  |  16 
 dev-python/sqlglot/sqlglot-19.8.3.ebuild |  42 ---
 dev-python/sqlglot/sqlglot-19.9.0.ebuild |  42 ---
 dev-python/sqlglot/sqlglot-20.0.0.ebuild |  42 ---
 dev-python/sqlglot/sqlglot-20.1.0.ebuild |  42 ---
 dev-python/sqlglot/sqlglot-20.2.0.ebuild | 122 ---
 6 files changed, 306 deletions(-)

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index 86d7453bd024..b00aceb76184 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -2,7 +2,6 @@ DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c5
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST heck-0.4.1.crate 11567 BLAKE2B 
520aeea740cfa30b0cca12f73594ffa655f32959673b1c9caaca1ea0162e455546ae3033881394c0ba0516bcd5c9a997da02162e1585522d665813b9096eabd9
 SHA512 
8c80e959d2f10a2893f9a71994720f90747742bb5b61fc0a539eed3ea5679b140c48fd7f7690d7122cd6af5f7f20a19d412e3569fe741c6d31f6b2ce1e0b80e8
-DIST indoc-1.0.9.crate 13475 BLAKE2B 
a9696788574e56dd125c3371169fd59d6947d188f76e2669b21c0304692efd6709cd048920f7822e92c6a5620fb178e0e85c7776118cef8ccee0f58398e14abf
 SHA512 
db8aef4a7bb606452dc8ed45aa29a255c7a135357a0bd586fb4429c5f56a1aa2ca9400d6fac39956aeb486a15d25cf5d1b9524967867f2c651d9d563e3e85be8
 DIST indoc-2.0.4.crate 14311 BLAKE2B 
8d604e20825ae64530014081c627abe4ecec6447e1e214408743aca79ed217531baad4bd7021137ae6628555d769a248f06acc556cc3254d2626074aab110a44
 SHA512 
ef1b8d19d89d848c1133f2865247e0ce23cbe5552454805910ed0478ac4acb11b11629aa4a5ce8756d0ed5cbc0644abedeac0246f433166c68f47cf58cf4487a
 DIST libc-0.2.150.crate 719359 BLAKE2B 
d08e17fb29992c76337bb5862cbc1cdaf7b9d7749cd65021f145fcf49fa7954d6251c8c2f3c9a796b46283c3bc014bccfd259ea52824459841911ad847fd7f5a
 SHA512 
7ae8fe6a1db38ac6d951c0b4880d25a02f064f5e61d6057c20f7208dec8395d58efd085e41857bcf5f4da2b014d2952dc4ddaf18ac4acd3a23675bb659e70385
 DIST lock_api-0.4.11.crate 27487 BLAKE2B 
87116cf908f7f1f9c300cedded989df305f855883e3df5a482de2c76814c48739582d3079d76a2bdd14a6999204b7fd31dcd8fd06d1dc7f9418f0e2f70a1450e
 SHA512 
9946adf313a5c67a0dd87a1b679b7d9d16a86149fb95974d3f28aa57a9a1a3932e4a5ee1d332097559329c5e3b2295be2e4b655b115d9f75269f33a758b17fb3
@@ -11,34 +10,19 @@ DIST once_cell-1.19.0.crate 33046 BLAKE2B 
c14b374eaf4ac0f60acc2e02f7bba270a0e8e0
 DIST parking_lot-0.12.1.crate 40967 BLAKE2B 
940a112a066e3cbd15e2f6df89bfff37e4ece2194118618a96fa14871813c91798f93181ab0f768d3e1f3d60805508f216724013afb7e3da95678d0d951a42d4
 SHA512 
07327d3b737a913508dffb66023766348ce7f9d555c224a099cabb05baefd16a28e15fec638e3a148a5169dbd980c4541b0f8820ae9d06dfe0704482838fbd5c
 DIST parking_lot_core-0.9.9.crate 32445 BLAKE2B 
811d8de671bf6e0911cf0df7dcaee4fb03a3b223173a3bb8cee65a28724eeb7bac87f62aa7b1df5ea3fc93af3cee3ef30b83d06c6773d6b856a7e6fa5fa197ea
 SHA512 
7f0df70f9f1ca8d3da0b9dcc96e49daf05d95c3a995289266b5333f68818d686d32b0c733dfe3a0f62da78fa45caa843a963923b2d0c80899c33413dc749c032
 DIST proc-macro2-1.0.70.crate 44343 BLAKE2B 
fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c
 SHA512 
ae9366856853f7d96caf7a7581843d36bfc7843f8683897b19ffc666c03b0b1eff502ddb18ca4c1c1a239a368f03f6cc258b0e2795f64b61c6a31404462eec5f
-DIST pyo3-0.19.2.crate 418228 BLAKE2B 
ee018b33383fada78cd22643aea9231a8c8a2f19d1eb297f40eec9206c5220f322fff4c926d939a93a24ac6d231a207ebb25afcc0709191151c7ed9af7465efa
 SHA512 
58698183e0f2f0507f8f765bf3e90185c933e78d62f0a9be65c4b1ce8eea19a98fe0341abe7c58cafdacb63a012ec417876dccb7be6facc1360fcb22796fcaf9
 DIST pyo3-0.20.0.crate 431766 BLAKE2B 
104bc21ce2c6931753ca0c7b2d91693f454c964260ca3c4628a899fc8e7edbe4238db913ed7356f3beff154d88a60a17c0e252b655768e75483e1d9d9b86f40b
 SHA512 
85d9533c75f905752c62f6a4898582ae48daf085e287b44949c47260301205a5f00477927877ce46300d2801d22fbc04a958c058a37eb28374c834fff27feca1
-DIST pyo3-build-config-0.19.2.crate 29206 BLAKE2B 

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

2023-12-20 Thread Michał Górny
commit: 8dfa9a7c505b2c97ffdedc08497e9948936f97d3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 21 03:34:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 03:34:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfa9a7c

profiles/base: Force sys-kernel/gentoo-kernel{,-bin}[initramfs]

Add sys-kernel/gentoo-kernel{,-bin} to the entry forcing USE=initramfs
on dist-kernels.  It was originally supposed to apply to all
dist-kernels (i.e. kernels using generic config), and it was my mistake
not to add new kernel packages to it.

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

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

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index f5c1c68f40e7..a563a60377e0 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -169,6 +169,8 @@ sys-libs/libcxx libcxxabi
 # the mask, so that users don't brick their systems.  If somebody wants
 # to avoid initramfs, he needs to use a custom .config and unforce
 # the flag.
+sys-kernel/gentoo-kernel initramfs
+sys-kernel/gentoo-kernel-bin initramfs
 sys-kernel/vanilla-kernel initramfs
 
 # Matt Turner  (2019-09-01)



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

2023-12-20 Thread Michał Górny
commit: 3abfecdb211b7f68499f2012e287f0197d53fbd9
Author: Eli Schwartz  gmail  com>
AuthorDate: Mon Dec 18 19:32:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 03:27:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abfecdb

dev-python/pypy3_10: fixup compileall call excludes

There's a bunch of testdata that isn't supposed to be compiled. The
CPython build system automatically excludes it, but PyPy doesn't have a
build system so we must do it manually.

The original implementation passes the excludes args after the operand,
which is unreliable across PyPy versions. For consistency, specify them
before.

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pypy3_10/pypy3_10-7.3.13_p3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pypy3_10/pypy3_10-7.3.13_p3.ebuild 
b/dev-python/pypy3_10/pypy3_10-7.3.13_p3.ebuild
index 602fae3f411e..409ff106d0a3 100644
--- a/dev-python/pypy3_10/pypy3_10-7.3.13_p3.ebuild
+++ b/dev-python/pypy3_10/pypy3_10-7.3.13_p3.ebuild
@@ -203,8 +203,8 @@ src_install() {
einfo "Byte-compiling Python standard library..."
# exclude list from CPython Makefile.pre.in
"${PYTHON}" -m compileall -j "$(makeopts_jobs)" -o 0 -o 1 -o 2 \
-   --hardlink-dupes -q -f -d "${dest}" "${ED}${dest}" \
-   -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' || 
die
+   -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
+   --hardlink-dupes -q -f -d "${dest}" "${ED}${dest}" || die
 
# remove to avoid collisions
rm "${PYTHON}" || die



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

2023-12-20 Thread Michał Górny
commit: 8560f90b6217d20450db6d12841f924df086ee42
Author: Eli Schwartz  gmail  com>
AuthorDate: Mon Dec 18 07:25:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 03:27:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8560f90b

dev-python/pypy: inline python_optimize, restrict to valid files

There's a bunch of testdata that isn't supposed to be compiled. The
CPython build system automatically excludes it, but PyPy doesn't have a
build system so we must do it manually.

Signed-off-by: Eli Schwartz  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34349
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pypy/pypy-7.3.13.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/pypy/pypy-7.3.13.ebuild 
b/dev-python/pypy/pypy-7.3.13.ebuild
index cefd623b2968..3b82197f2e0a 100644
--- a/dev-python/pypy/pypy-7.3.13.ebuild
+++ b/dev-python/pypy/pypy-7.3.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit pax-utils python-utils-r1
+inherit pax-utils
 
 PYPY_PV=${PV%_p*}
 MY_P=pypy2.7-v${PYPY_PV/_}
@@ -288,13 +288,14 @@ src_install() {
dosym ../lib/pypy2.7/pypy-c /usr/bin/pypy
dodoc README.rst
 
-   local -x EPYTHON=pypy
local -x PYTHON=${ED}${dest}/pypy-c-${PYPY_PV}
# temporarily copy to build tree to facilitate module builds
cp -p "${BROOT}${dest}/pypy-c-${PYPY_PV}" "${PYTHON}" || die
 
einfo "Byte-compiling Python standard library..."
-   python_optimize "${ED}${dest}"
+   "${PYTHON}" -m compileall \
+   -x 'bad_coding|badsyntax|make_ssl_data|lib2to3/tests/data' \
+   -q -f -d "${dest}" "${ED}/${dest}" || die
 
# remove to avoid collisions
rm "${PYTHON}" || die



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

2023-12-20 Thread Michał Górny
commit: 3897bb8d7577dce807176e4d391f281bc042b07b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 21 03:25:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 03:25:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3897bb8d

dev-python/boto3: Bump to 1.34.5

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 81462f9cb0f1..d672f4e23961 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -4,3 +4,4 @@ DIST boto3-1.34.1.gh.tar.gz 755547 BLAKE2B 
ef830690a85802c8f540b23a5cf618b8a1c83
 DIST boto3-1.34.2.gh.tar.gz 756227 BLAKE2B 
7253c533bac45b3848ab573d4781cf68b6bea8d504f851b58366dd3e6ac05b35fb2a85cb7aaff0e426a6bd2f9fe2933dd240e4d0283e4491e095fa93b4061971
 SHA512 
06eaf9b6725d312d91a4a8ba3ab85dde5f579e6d2fa42211189a6f30584b7d2a5c0cca46264bda52a076c8bd1acac9ec0476eb5d986a8e29972f69b7007de3c2
 DIST boto3-1.34.3.gh.tar.gz 756507 BLAKE2B 
030c01e76b2d52bd2b0f95eb5065cc28410f76082b8ae1a0f9441eb6885fc07e45a31164d8bc4b130bc93fc91fe0fdc6d27f520d2c1596aa3504d0cefa8ed05f
 SHA512 
e6332e418a7dfac9ebceb3e97b0afc02b29dc909fd7efb4d7f504dc5b205df30999854fbadfed94f3b1a7afaad613036a9c7f91b119d3d5f2d69959829526064
 DIST boto3-1.34.4.gh.tar.gz 757310 BLAKE2B 
987970d34b895d8e9430219ac52de1a9e3f8100abd816a3c69d906a94b550cb027419fee1b23ab9e92c2ddb48432d596f397ecb48656f4879744417b221b21d0
 SHA512 
57c12bb2c8158ab2af3d54b008c962e2e4e5f696da7c9c93447fae898007a5341c5f717204c03202e81fe1f72fa5650ce645189f2ae92f7e69fb405248d12aaa
+DIST boto3-1.34.5.gh.tar.gz 758144 BLAKE2B 
6d73d92658d4a43cf8f243da148cc6da36e0915fd23dacaf8a780e9ed2d5ad15987bb67e25bab4337ef0800c7e1ba61be9e05f1e309c78741fa6a471179af731
 SHA512 
dc4c543b40ebb82947adb40eee0d8e6d0378dcb0f0723fbaac3ca5222fd2cd971509af51258b5f02b70519c28ac39d7ba8211d2c3edc3ad838d1d3cf71cb56fa

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



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

2023-12-20 Thread Michał Górny
commit: 6c1904c6b07950e29ad308eb6bbe4175368440e8
Author: Eli Schwartz  gmail  com>
AuthorDate: Mon Dec 18 19:32:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 03:27:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c1904c6

dev-python/pypy3_9: fixup compileall call excludes

There's a bunch of testdata that isn't supposed to be compiled. The
CPython build system automatically excludes it, but PyPy doesn't have a
build system so we must do it manually.

The original implementation passes the excludes args after the operand,
which is unreliable across PyPy versions. For consistency, specify them
before.

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pypy3_9/pypy3_9-7.3.13-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pypy3_9/pypy3_9-7.3.13-r1.ebuild 
b/dev-python/pypy3_9/pypy3_9-7.3.13-r1.ebuild
index 4cf1093bca1d..0c66221371e4 100644
--- a/dev-python/pypy3_9/pypy3_9-7.3.13-r1.ebuild
+++ b/dev-python/pypy3_9/pypy3_9-7.3.13-r1.ebuild
@@ -203,8 +203,8 @@ src_install() {
einfo "Byte-compiling Python standard library..."
# exclude list from CPython Makefile.pre.in
"${PYTHON}" -m compileall -j "$(makeopts_jobs)" -o 0 -o 1 -o 2 \
-   --hardlink-dupes -q -f -d "${dest}" "${ED}${dest}" \
-   -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' || 
die
+   -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
+   --hardlink-dupes -q -f -d "${dest}" "${ED}${dest}" || die
 
# remove to avoid collisions
rm "${PYTHON}" || die



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

2023-12-20 Thread Michał Górny
commit: d782c88805db29c8c6717086db57f24bb5f2421d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 21 03:24:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 03:24:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d782c888

dev-python/botocore: Bump to 1.34.5

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index b0db4902752a..84a47aafb940 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -4,3 +4,4 @@ DIST botocore-1.34.1.gh.tar.gz 12561522 BLAKE2B 
67b42866c4a00ea960b8d942110acdf9
 DIST botocore-1.34.2.gh.tar.gz 12564834 BLAKE2B 
b22a3d3bd35b769a28ccb1a5116428e1904d0c9fc3452829237704dbec37a31a539f044a728b0785d09406d299d522dd601da39801249747d54e6741b46cafe2
 SHA512 
a3f3718bf584a871abbb3edc803de9d5329da257c050d56bdbf8a6a6c4067477812582fbd8d1d789ce18ea1f416d0ddb2be9cc3c45172292d061a94a12f3977b
 DIST botocore-1.34.3.gh.tar.gz 12574694 BLAKE2B 
f171337299c886d0b9c78e50ea57b0e2c1cf3cf261bbaca5e69bd374898ced32cf085d43d7a5f935d16573411e88f432f8417f047391f0a8de914886f14fe7ea
 SHA512 
7e74536e6a69d25aff66763e7c817d5a3b54cb9c528a20be758c490621f33c945cb63313391bb25e402aab32a5b3fbb19215118c02559b64983c21db8ca79bc2
 DIST botocore-1.34.4.gh.tar.gz 12582501 BLAKE2B 
fa7578a30cf8e6c72ef83756923c77f4c8d89c6ce0902614f6661d6174b3d1fc176866087dea80b61c8328137796f41a1e295fc04de7fee34267b521cc3d9201
 SHA512 
07e60e42bfd2be4de0b2cf824978acd87eadeba77e8e191fb4e29001e9868494fe9e4676b38f6769557b0119139cb9f432d426cba34307504e8a218ccec66c0f
+DIST botocore-1.34.5.gh.tar.gz 12587260 BLAKE2B 
08ffafc5b6678cb48f7ca59413c787fcb15924076927113634e4db674d6cac52a1cae72f559abf614be622137e28b0862b140bd2e5c92231aa659d15d655fad9
 SHA512 
c99a9c4d1cc86bf6aab3c8672f2dc95f69577fdbfb5cc4723bc6be41df9a34aa07eae29ab00ec84b55e50694b1288ad8a5b5673f4d6839c13608f28f0c9420b0

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



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

2023-12-20 Thread Michał Górny
commit: 6fd914967aeec7818b173dba23fadfa46d25c25a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 21 03:25:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 21 03:25:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd91496

app-admin/awscli: Bump to 1.32.5

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

 app-admin/awscli/Manifest |  1 +
 app-admin/awscli/awscli-1.32.5.ebuild | 88 +++
 2 files changed, 89 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 67eab94c686b..ddf11bc33262 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -4,3 +4,4 @@ DIST aws-cli-1.32.1.gh.tar.gz 2607388 BLAKE2B 
4923e4b610542376639b3290651da23d58
 DIST aws-cli-1.32.2.gh.tar.gz 2609043 BLAKE2B 
18cf285e54c25605502167e4fa002f522063dd85fc0c09eb44b4513ada49dbe476ca4485bb1cb63e726c5e1bee6934ccfa340ac9c9daecae082abb1abd852426
 SHA512 
951814c6e5a5dcf74de12e66430c53ca010bae6a8c9984dc11ab456f1cbd4a3f32e5055b3f7587fdf8cff4c224f86bc95858a2556ed5b90981894f706ab1b023
 DIST aws-cli-1.32.3.gh.tar.gz 2609467 BLAKE2B 
16d5d477c35132c880b5bddefacbca0e844ef702af8a1faf53941a517b5853783dfb202dc7a9936e4475f481ae10b73110f5d617a32f9b859352bedb8a83ddf4
 SHA512 
2361239e630407ff4304963d7f7481df033073fca1817b6ab9bc0f41b6e024b0ef19d42e2cb1d97b6ad0643f37ccd2c65d5ad9259192dab8e6d795e74dd02748
 DIST aws-cli-1.32.4.gh.tar.gz 2610216 BLAKE2B 
7767006083a08ed1de114e177d45e37f8858afe7652a4160234514db8a02a3a0c8bf5f37277ea98ca04134d275aeb2e1017e758d678a2603bc3b9c8984bf192d
 SHA512 
715a41701fa6f950e85bb4348b44de000c8147a77cb5d03942a1dee9c8d447fe24c92886e22cb057c7e1a02113bbdef00dccf8743652b23330e11d662ae3
+DIST aws-cli-1.32.5.gh.tar.gz 2610655 BLAKE2B 
e85b56e61e0e328c26d2c2fdc33255277f618d9bb4889a118e0a9996f4de282136d998a78dedccf6f4f8430d954e51224d528191265b97f00fa6ad07bbb326d4
 SHA512 
c58ebb963fa3467e1b7e196748027c37c010a4c559381d32102cdb89b8ef0978298d7722bb98d36109c682f6ee5bb6bb9c66b7603e7f0810ce745ccca5cf0aaf

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

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

2023-12-20 Thread Andreas K. Hüttel
commit: a32f05d910abe8f9089cb58bec41d36bb27bd4ad
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Dec 21 00:28:26 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Dec 21 00:28:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32f05d9

profiles.desc: Add commented-out arm musl 23.0 profiles. Work in progress.

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

 profiles/profiles.desc | 12 
 1 file changed, 12 insertions(+)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index bac80d104ac6..5a9a2cf3ff9e 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -515,6 +515,18 @@ arm
default/linux/arm/17.0/musl/armv6j/hardened/selinux exp
 armdefault/linux/arm/17.0/musl/armv7a  
dev
 armdefault/linux/arm/17.0/musl/armv7a/hardened 
exp
 armdefault/linux/arm/17.0/musl/armv7a/hardened/selinux 
exp
+# arm  default/linux/arm/23.0/armv6j_hf/musl   
exp
+# arm  default/linux/arm/23.0/armv6j_hf/musl/hardened  
exp
+# arm  default/linux/arm/23.0/armv6j_hf/musl/hardened/selinux  
exp
+# arm  default/linux/arm/23.0/armv7a_hf/musl   
exp
+# arm  default/linux/arm/23.0/armv7a_hf/musl/hardened  
exp
+# arm  default/linux/arm/23.0/armv7a_hf/musl/hardened/selinux  
exp
+# arm  default/linux/arm/23.0/split-usr/armv6j_hf/musl 
exp
+# arm  default/linux/arm/23.0/split-usr/armv6j_hf/musl/hardened
exp
+# arm  
default/linux/arm/23.0/split-usr/armv6j_hf/musl/hardened/selinuxexp
+# arm  default/linux/arm/23.0/split-usr/armv7a_hf/musl 
exp
+# arm  default/linux/arm/23.0/split-usr/armv7a_hf/musl/hardened
exp
+# arm  
default/linux/arm/23.0/split-usr/armv7a_hf/musl/hardened/selinuxexp
 arm64  default/linux/arm64/17.0/musl   
dev
 arm64  default/linux/arm64/17.0/musl/llvm  
exp
 arm64  default/linux/arm64/17.0/musl/hardened  
exp



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

2023-12-20 Thread Ionen Wolkens
commit: 4490cf97ee7d7f746e67ad95f3b2115888eb2961
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Dec 20 23:56:41 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Dec 21 00:03:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4490cf97

sys-apps/nvme-cli: forward ~sparc

2.6 was just keyworded, assuming this new one is fine too.

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

 sys-apps/nvme-cli/nvme-cli-2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/nvme-cli/nvme-cli-2.7.ebuild 
b/sys-apps/nvme-cli/nvme-cli-2.7.ebuild
index f43ee75d8598..0ee6bdafbc3b 100644
--- a/sys-apps/nvme-cli/nvme-cli-2.7.ebuild
+++ b/sys-apps/nvme-cli/nvme-cli-2.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> ${P}.gh
 
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
 IUSE="+json"
 
 RDEPEND="



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

2023-12-20 Thread Ionen Wolkens
commit: e182c7a9265ff1f1ed1f4daec294fffd27381d57
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Dec 20 23:57:57 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Dec 21 00:03:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e182c7a9

sys-libs/libnvme: forward ~sparc

1.6-r2 was just keyworded, assuming this new one is fine too.

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

 sys-libs/libnvme/libnvme-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnvme/libnvme-1.7.1.ebuild 
b/sys-libs/libnvme/libnvme-1.7.1.ebuild
index 3962bcd17aa6..85ffd0fbe1a1 100644
--- a/sys-libs/libnvme/libnvme-1.7.1.ebuild
+++ b/sys-libs/libnvme/libnvme-1.7.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linux-nvme/libnvme/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="LGPL-2.1+"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="dbus +json keyutils python ssl test +uuid"
 RESTRICT="!test? ( test )"
 



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

2023-12-20 Thread Matthew Thode
commit: e6ef0199bec3deec2c0881d115b5698c9394161e
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 20 23:25:23 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec 20 23:25:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ef0199

app-crypt/certbot-apache: drop 2.6.0

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

 app-crypt/certbot-apache/Manifest  |  1 -
 .../certbot-apache/certbot-apache-2.6.0.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index 06de86a39174..2d73b49b5d78 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-2.6.0.gh.tar.gz 1336339 BLAKE2B 
0c0575ad553ebe0f3ab56da750572bca46b30d034033e43c30c3793c114050ad824a277eab0be5a47326ea099e58e9a421448b53fc1b9173afae9a0ec308ac62
 SHA512 
d694156886484511f5a38fb5e40f98b2e2dbe4bc5110c95b2084ec03b39cb0eb9bbc623c7bca4a81054e980c8dbac752949042391813298a27be7e70410882e3
 DIST certbot-2.7.2.gh.tar.gz 1343827 BLAKE2B 
83fade55e9ea348b5a0fb10ab425f1d23ef6f4e8d43e7c762e363230548ede061ace66cbc49212cca1262809bcf046703859b80a93d698b7ffc545ff16f56bf5
 SHA512 
bb82a6f6f8d4042e598f9b4b583fd3ea3128026f41acbacb9ee932b195522e565eaddf7ae8d6a661cab5e2f15a436e234f36e0388c730844bff40a3f982a45ee
 DIST certbot-2.7.3.gh.tar.gz 1344285 BLAKE2B 
b32a57c5a13cb1dac474f291eba17c51abe11455455d9831d88c77e0559e9c76b78da2e4dc14165dc892c61b901713687e72657504947ca810c9c139038fe4f0
 SHA512 
6251f7c3062fcac5b13df94d70c5bcf72e541da4f1dd73a3cc3198fbab050cc3e584fc8ccae9819435896c1d2d2df372ce7465ef571592896afcfee473148f0c
 DIST certbot-2.7.4.gh.tar.gz 1345476 BLAKE2B 
9050765a345ab1195edbf6f0194b9442f64d468f34d26a6ec780901850835ce488d235b72d0a4d5079f29b433454b2bd24e1c0b2001e136216734e353f3627d9
 SHA512 
4363a2b9cc0d80692c26b6e4e82d7b2f1b57145f82603d33591cc6d00f08a920a2f9b963268c9a24211492e570fc8a91a1c64ccbcd4a44068e30590ce0a1d369

diff --git a/app-crypt/certbot-apache/certbot-apache-2.6.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-2.6.0.ebuild
deleted file mode 100644
index 9ed5d0b39780..
--- a/app-crypt/certbot-apache/certbot-apache-2.6.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="${PN%-apache}"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   # Only for amd64, arm64 and x86 because of dev-python/python-augeas
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-DESCRIPTION="Apache plugin for Certbot (Let’s Encrypt client)"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-RDEPEND="
-   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-   dev-python/python-augeas[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2023-12-20 Thread Matthew Thode
commit: e1ae6f6c3de5fb39d89d7066ff16fd994b1b8cf5
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 20 23:25:11 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec 20 23:25:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ae6f6c

app-crypt/certbot: drop 2.7.2

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

 app-crypt/certbot/Manifest |  1 -
 app-crypt/certbot/certbot-2.7.2.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index 2d73b49b5d78..f839c1fe8170 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-2.7.2.gh.tar.gz 1343827 BLAKE2B 
83fade55e9ea348b5a0fb10ab425f1d23ef6f4e8d43e7c762e363230548ede061ace66cbc49212cca1262809bcf046703859b80a93d698b7ffc545ff16f56bf5
 SHA512 
bb82a6f6f8d4042e598f9b4b583fd3ea3128026f41acbacb9ee932b195522e565eaddf7ae8d6a661cab5e2f15a436e234f36e0388c730844bff40a3f982a45ee
 DIST certbot-2.7.3.gh.tar.gz 1344285 BLAKE2B 
b32a57c5a13cb1dac474f291eba17c51abe11455455d9831d88c77e0559e9c76b78da2e4dc14165dc892c61b901713687e72657504947ca810c9c139038fe4f0
 SHA512 
6251f7c3062fcac5b13df94d70c5bcf72e541da4f1dd73a3cc3198fbab050cc3e584fc8ccae9819435896c1d2d2df372ce7465ef571592896afcfee473148f0c
 DIST certbot-2.7.4.gh.tar.gz 1345476 BLAKE2B 
9050765a345ab1195edbf6f0194b9442f64d468f34d26a6ec780901850835ce488d235b72d0a4d5079f29b433454b2bd24e1c0b2001e136216734e353f3627d9
 SHA512 
4363a2b9cc0d80692c26b6e4e82d7b2f1b57145f82603d33591cc6d00f08a920a2f9b963268c9a24211492e570fc8a91a1c64ccbcd4a44068e30590ce0a1d369
 DIST certbot-2.8.0.gh.tar.gz 1344483 BLAKE2B 
f9957367ae65f69ab43a83993b29da4d28c0d01bd7a89ebefcbfb82915c26167b7443d08f6ee4d28e029f5a58736dee01700a30261aaa1dc0290273868da08e9
 SHA512 
2fbaf5349e7ef0dcb054c3b22d63007c588cbdc0d23d484a56e62ad38d21c91b838887e6e94cf9c0045a4382567c342288a796c81307deba84a246f5cc3bc5d6

diff --git a/app-crypt/certbot/certbot-2.7.2.ebuild 
b/app-crypt/certbot/certbot-2.7.2.ebuild
deleted file mode 100644
index 111626389916..
--- a/app-crypt/certbot/certbot-2.7.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Let’s Encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-IUSE="selinux"
-
-S="${WORKDIR}/${P}/${PN}"
-
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   )
-"
-
-# See certbot/setup.py for acme >= dep
-RDEPEND="
-   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/ConfigArgParse-1.5.3[${PYTHON_USEDEP}]
-   >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-3.2.1[${PYTHON_USEDEP}]
-   >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
-   >=dev-python/parsedatetime-2.4[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
-   selinux? ( sec-policy/selinux-certbot )
-"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest



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

2023-12-20 Thread Matthew Thode
commit: d7e3430ba306f0e3c3992a87d07bcd5dca63250b
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 20 23:26:05 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec 20 23:26:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e3430b

app-crypt/certbot-nginx: drop 2.7.2

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

 app-crypt/certbot-nginx/Manifest   |  1 -
 app-crypt/certbot-nginx/certbot-nginx-2.7.2.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index 2d73b49b5d78..f839c1fe8170 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-2.7.2.gh.tar.gz 1343827 BLAKE2B 
83fade55e9ea348b5a0fb10ab425f1d23ef6f4e8d43e7c762e363230548ede061ace66cbc49212cca1262809bcf046703859b80a93d698b7ffc545ff16f56bf5
 SHA512 
bb82a6f6f8d4042e598f9b4b583fd3ea3128026f41acbacb9ee932b195522e565eaddf7ae8d6a661cab5e2f15a436e234f36e0388c730844bff40a3f982a45ee
 DIST certbot-2.7.3.gh.tar.gz 1344285 BLAKE2B 
b32a57c5a13cb1dac474f291eba17c51abe11455455d9831d88c77e0559e9c76b78da2e4dc14165dc892c61b901713687e72657504947ca810c9c139038fe4f0
 SHA512 
6251f7c3062fcac5b13df94d70c5bcf72e541da4f1dd73a3cc3198fbab050cc3e584fc8ccae9819435896c1d2d2df372ce7465ef571592896afcfee473148f0c
 DIST certbot-2.7.4.gh.tar.gz 1345476 BLAKE2B 
9050765a345ab1195edbf6f0194b9442f64d468f34d26a6ec780901850835ce488d235b72d0a4d5079f29b433454b2bd24e1c0b2001e136216734e353f3627d9
 SHA512 
4363a2b9cc0d80692c26b6e4e82d7b2f1b57145f82603d33591cc6d00f08a920a2f9b963268c9a24211492e570fc8a91a1c64ccbcd4a44068e30590ce0a1d369
 DIST certbot-2.8.0.gh.tar.gz 1344483 BLAKE2B 
f9957367ae65f69ab43a83993b29da4d28c0d01bd7a89ebefcbfb82915c26167b7443d08f6ee4d28e029f5a58736dee01700a30261aaa1dc0290273868da08e9
 SHA512 
2fbaf5349e7ef0dcb054c3b22d63007c588cbdc0d23d484a56e62ad38d21c91b838887e6e94cf9c0045a4382567c342288a796c81307deba84a246f5cc3bc5d6

diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.7.2.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-2.7.2.ebuild
deleted file mode 100644
index bd99ab52f3da..
--- a/app-crypt/certbot-nginx/certbot-nginx-2.7.2.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
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="${PN%-nginx}"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Nginx plugin for Certbot (Let’s Encrypt client)"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-# The requirement is really 17.5.0 but easier to require latest stable >= 
23.1.1
-# to avoid broken 23.1.0.
-RDEPEND="
-   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-23.1.1[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-2.2.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2023-12-20 Thread Matthew Thode
commit: 48197df64fdc187a070ca6120470c3ceecb75e52
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 20 23:25:57 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec 20 23:25:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48197df6

app-crypt/certbot-nginx: drop 2.6.0

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

 app-crypt/certbot-nginx/Manifest   |  1 -
 app-crypt/certbot-nginx/certbot-nginx-2.6.0.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index 06de86a39174..2d73b49b5d78 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-2.6.0.gh.tar.gz 1336339 BLAKE2B 
0c0575ad553ebe0f3ab56da750572bca46b30d034033e43c30c3793c114050ad824a277eab0be5a47326ea099e58e9a421448b53fc1b9173afae9a0ec308ac62
 SHA512 
d694156886484511f5a38fb5e40f98b2e2dbe4bc5110c95b2084ec03b39cb0eb9bbc623c7bca4a81054e980c8dbac752949042391813298a27be7e70410882e3
 DIST certbot-2.7.2.gh.tar.gz 1343827 BLAKE2B 
83fade55e9ea348b5a0fb10ab425f1d23ef6f4e8d43e7c762e363230548ede061ace66cbc49212cca1262809bcf046703859b80a93d698b7ffc545ff16f56bf5
 SHA512 
bb82a6f6f8d4042e598f9b4b583fd3ea3128026f41acbacb9ee932b195522e565eaddf7ae8d6a661cab5e2f15a436e234f36e0388c730844bff40a3f982a45ee
 DIST certbot-2.7.3.gh.tar.gz 1344285 BLAKE2B 
b32a57c5a13cb1dac474f291eba17c51abe11455455d9831d88c77e0559e9c76b78da2e4dc14165dc892c61b901713687e72657504947ca810c9c139038fe4f0
 SHA512 
6251f7c3062fcac5b13df94d70c5bcf72e541da4f1dd73a3cc3198fbab050cc3e584fc8ccae9819435896c1d2d2df372ce7465ef571592896afcfee473148f0c
 DIST certbot-2.7.4.gh.tar.gz 1345476 BLAKE2B 
9050765a345ab1195edbf6f0194b9442f64d468f34d26a6ec780901850835ce488d235b72d0a4d5079f29b433454b2bd24e1c0b2001e136216734e353f3627d9
 SHA512 
4363a2b9cc0d80692c26b6e4e82d7b2f1b57145f82603d33591cc6d00f08a920a2f9b963268c9a24211492e570fc8a91a1c64ccbcd4a44068e30590ce0a1d369

diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.6.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-2.6.0.ebuild
deleted file mode 100644
index 5781f43cf685..
--- a/app-crypt/certbot-nginx/certbot-nginx-2.6.0.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
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="${PN%-nginx}"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Nginx plugin for Certbot (Let’s Encrypt client)"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-# The requirement is really 17.5.0 but easier to require latest stable >= 
23.1.1
-# to avoid broken 23.1.0.
-RDEPEND="
-   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-23.1.1[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-2.2.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2023-12-20 Thread Matthew Thode
commit: eebd9c2b6db8a8d2b60c20f87a71505c1e389823
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 20 23:24:58 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec 20 23:24:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebd9c2b

app-crypt/certbot: drop 2.6.0

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

 app-crypt/certbot/Manifest |  1 -
 app-crypt/certbot/certbot-2.6.0.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index 06de86a39174..2d73b49b5d78 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-2.6.0.gh.tar.gz 1336339 BLAKE2B 
0c0575ad553ebe0f3ab56da750572bca46b30d034033e43c30c3793c114050ad824a277eab0be5a47326ea099e58e9a421448b53fc1b9173afae9a0ec308ac62
 SHA512 
d694156886484511f5a38fb5e40f98b2e2dbe4bc5110c95b2084ec03b39cb0eb9bbc623c7bca4a81054e980c8dbac752949042391813298a27be7e70410882e3
 DIST certbot-2.7.2.gh.tar.gz 1343827 BLAKE2B 
83fade55e9ea348b5a0fb10ab425f1d23ef6f4e8d43e7c762e363230548ede061ace66cbc49212cca1262809bcf046703859b80a93d698b7ffc545ff16f56bf5
 SHA512 
bb82a6f6f8d4042e598f9b4b583fd3ea3128026f41acbacb9ee932b195522e565eaddf7ae8d6a661cab5e2f15a436e234f36e0388c730844bff40a3f982a45ee
 DIST certbot-2.7.3.gh.tar.gz 1344285 BLAKE2B 
b32a57c5a13cb1dac474f291eba17c51abe11455455d9831d88c77e0559e9c76b78da2e4dc14165dc892c61b901713687e72657504947ca810c9c139038fe4f0
 SHA512 
6251f7c3062fcac5b13df94d70c5bcf72e541da4f1dd73a3cc3198fbab050cc3e584fc8ccae9819435896c1d2d2df372ce7465ef571592896afcfee473148f0c
 DIST certbot-2.7.4.gh.tar.gz 1345476 BLAKE2B 
9050765a345ab1195edbf6f0194b9442f64d468f34d26a6ec780901850835ce488d235b72d0a4d5079f29b433454b2bd24e1c0b2001e136216734e353f3627d9
 SHA512 
4363a2b9cc0d80692c26b6e4e82d7b2f1b57145f82603d33591cc6d00f08a920a2f9b963268c9a24211492e570fc8a91a1c64ccbcd4a44068e30590ce0a1d369

diff --git a/app-crypt/certbot/certbot-2.6.0.ebuild 
b/app-crypt/certbot/certbot-2.6.0.ebuild
deleted file mode 100644
index 959eb4ea8372..
--- a/app-crypt/certbot/certbot-2.6.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Let’s Encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-IUSE="selinux"
-
-S="${WORKDIR}/${P}/${PN}"
-
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   )
-"
-
-# See certbot/setup.py for acme >= dep
-RDEPEND="
-   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}]
-   >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-3.2.1[${PYTHON_USEDEP}]
-   >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
-   >=dev-python/parsedatetime-2.4[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
-   selinux? ( sec-policy/selinux-certbot )
-"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest



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

2023-12-20 Thread Matthew Thode
commit: 421eea8f1f504dc5c0f2994cd1f33d5d47b48a92
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 20 23:25:31 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec 20 23:25:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421eea8f

app-crypt/certbot-apache: drop 2.7.2

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

 app-crypt/certbot-apache/Manifest  |  1 -
 .../certbot-apache/certbot-apache-2.7.2.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index 2d73b49b5d78..f839c1fe8170 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-2.7.2.gh.tar.gz 1343827 BLAKE2B 
83fade55e9ea348b5a0fb10ab425f1d23ef6f4e8d43e7c762e363230548ede061ace66cbc49212cca1262809bcf046703859b80a93d698b7ffc545ff16f56bf5
 SHA512 
bb82a6f6f8d4042e598f9b4b583fd3ea3128026f41acbacb9ee932b195522e565eaddf7ae8d6a661cab5e2f15a436e234f36e0388c730844bff40a3f982a45ee
 DIST certbot-2.7.3.gh.tar.gz 1344285 BLAKE2B 
b32a57c5a13cb1dac474f291eba17c51abe11455455d9831d88c77e0559e9c76b78da2e4dc14165dc892c61b901713687e72657504947ca810c9c139038fe4f0
 SHA512 
6251f7c3062fcac5b13df94d70c5bcf72e541da4f1dd73a3cc3198fbab050cc3e584fc8ccae9819435896c1d2d2df372ce7465ef571592896afcfee473148f0c
 DIST certbot-2.7.4.gh.tar.gz 1345476 BLAKE2B 
9050765a345ab1195edbf6f0194b9442f64d468f34d26a6ec780901850835ce488d235b72d0a4d5079f29b433454b2bd24e1c0b2001e136216734e353f3627d9
 SHA512 
4363a2b9cc0d80692c26b6e4e82d7b2f1b57145f82603d33591cc6d00f08a920a2f9b963268c9a24211492e570fc8a91a1c64ccbcd4a44068e30590ce0a1d369
 DIST certbot-2.8.0.gh.tar.gz 1344483 BLAKE2B 
f9957367ae65f69ab43a83993b29da4d28c0d01bd7a89ebefcbfb82915c26167b7443d08f6ee4d28e029f5a58736dee01700a30261aaa1dc0290273868da08e9
 SHA512 
2fbaf5349e7ef0dcb054c3b22d63007c588cbdc0d23d484a56e62ad38d21c91b838887e6e94cf9c0045a4382567c342288a796c81307deba84a246f5cc3bc5d6

diff --git a/app-crypt/certbot-apache/certbot-apache-2.7.2.ebuild 
b/app-crypt/certbot-apache/certbot-apache-2.7.2.ebuild
deleted file mode 100644
index 9ed5d0b39780..
--- a/app-crypt/certbot-apache/certbot-apache-2.7.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="${PN%-apache}"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   # Only for amd64, arm64 and x86 because of dev-python/python-augeas
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-DESCRIPTION="Apache plugin for Certbot (Let’s Encrypt client)"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-RDEPEND="
-   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-   dev-python/python-augeas[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2023-12-20 Thread Matthew Thode
commit: c064b3812d10925ce602803c1b965b05a3c3cb29
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 20 23:24:40 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec 20 23:24:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c064b381

app-crypt/acme: drop 2.7.2

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

 app-crypt/acme/Manifest  |  1 -
 app-crypt/acme/acme-2.7.2.ebuild | 60 
 2 files changed, 61 deletions(-)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index 2d73b49b5d78..f839c1fe8170 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-2.7.2.gh.tar.gz 1343827 BLAKE2B 
83fade55e9ea348b5a0fb10ab425f1d23ef6f4e8d43e7c762e363230548ede061ace66cbc49212cca1262809bcf046703859b80a93d698b7ffc545ff16f56bf5
 SHA512 
bb82a6f6f8d4042e598f9b4b583fd3ea3128026f41acbacb9ee932b195522e565eaddf7ae8d6a661cab5e2f15a436e234f36e0388c730844bff40a3f982a45ee
 DIST certbot-2.7.3.gh.tar.gz 1344285 BLAKE2B 
b32a57c5a13cb1dac474f291eba17c51abe11455455d9831d88c77e0559e9c76b78da2e4dc14165dc892c61b901713687e72657504947ca810c9c139038fe4f0
 SHA512 
6251f7c3062fcac5b13df94d70c5bcf72e541da4f1dd73a3cc3198fbab050cc3e584fc8ccae9819435896c1d2d2df372ce7465ef571592896afcfee473148f0c
 DIST certbot-2.7.4.gh.tar.gz 1345476 BLAKE2B 
9050765a345ab1195edbf6f0194b9442f64d468f34d26a6ec780901850835ce488d235b72d0a4d5079f29b433454b2bd24e1c0b2001e136216734e353f3627d9
 SHA512 
4363a2b9cc0d80692c26b6e4e82d7b2f1b57145f82603d33591cc6d00f08a920a2f9b963268c9a24211492e570fc8a91a1c64ccbcd4a44068e30590ce0a1d369
 DIST certbot-2.8.0.gh.tar.gz 1344483 BLAKE2B 
f9957367ae65f69ab43a83993b29da4d28c0d01bd7a89ebefcbfb82915c26167b7443d08f6ee4d28e029f5a58736dee01700a30261aaa1dc0290273868da08e9
 SHA512 
2fbaf5349e7ef0dcb054c3b22d63007c588cbdc0d23d484a56e62ad38d21c91b838887e6e94cf9c0045a4382567c342288a796c81307deba84a246f5cc3bc5d6

diff --git a/app-crypt/acme/acme-2.7.2.ebuild b/app-crypt/acme/acme-2.7.2.ebuild
deleted file mode 100644
index 65ace3efd07c..
--- a/app-crypt/acme/acme-2.7.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="certbot"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   )
-"
-# The requirement is really 17.5.0 but easier to require latest stable >= 
23.1.1
-# to avoid broken 23.1.0.
-RDEPEND="
-   dev-python/chardet[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-3.2.1[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-23.1.1[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest



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

2023-12-20 Thread Matthew Thode
commit: bd42739f303e3b6764f354019e063978f52df9fe
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 20 23:24:31 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec 20 23:24:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd42739f

app-crypt/acme: drop 2.6.0

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

 app-crypt/acme/Manifest  |  1 -
 app-crypt/acme/acme-2.6.0.ebuild | 60 
 2 files changed, 61 deletions(-)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index 06de86a39174..2d73b49b5d78 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-2.6.0.gh.tar.gz 1336339 BLAKE2B 
0c0575ad553ebe0f3ab56da750572bca46b30d034033e43c30c3793c114050ad824a277eab0be5a47326ea099e58e9a421448b53fc1b9173afae9a0ec308ac62
 SHA512 
d694156886484511f5a38fb5e40f98b2e2dbe4bc5110c95b2084ec03b39cb0eb9bbc623c7bca4a81054e980c8dbac752949042391813298a27be7e70410882e3
 DIST certbot-2.7.2.gh.tar.gz 1343827 BLAKE2B 
83fade55e9ea348b5a0fb10ab425f1d23ef6f4e8d43e7c762e363230548ede061ace66cbc49212cca1262809bcf046703859b80a93d698b7ffc545ff16f56bf5
 SHA512 
bb82a6f6f8d4042e598f9b4b583fd3ea3128026f41acbacb9ee932b195522e565eaddf7ae8d6a661cab5e2f15a436e234f36e0388c730844bff40a3f982a45ee
 DIST certbot-2.7.3.gh.tar.gz 1344285 BLAKE2B 
b32a57c5a13cb1dac474f291eba17c51abe11455455d9831d88c77e0559e9c76b78da2e4dc14165dc892c61b901713687e72657504947ca810c9c139038fe4f0
 SHA512 
6251f7c3062fcac5b13df94d70c5bcf72e541da4f1dd73a3cc3198fbab050cc3e584fc8ccae9819435896c1d2d2df372ce7465ef571592896afcfee473148f0c
 DIST certbot-2.7.4.gh.tar.gz 1345476 BLAKE2B 
9050765a345ab1195edbf6f0194b9442f64d468f34d26a6ec780901850835ce488d235b72d0a4d5079f29b433454b2bd24e1c0b2001e136216734e353f3627d9
 SHA512 
4363a2b9cc0d80692c26b6e4e82d7b2f1b57145f82603d33591cc6d00f08a920a2f9b963268c9a24211492e570fc8a91a1c64ccbcd4a44068e30590ce0a1d369

diff --git a/app-crypt/acme/acme-2.6.0.ebuild b/app-crypt/acme/acme-2.6.0.ebuild
deleted file mode 100644
index 2b88a178379f..
--- a/app-crypt/acme/acme-2.6.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="certbot"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   )
-"
-# The requirement is really 17.5.0 but easier to require latest stable >= 
23.1.1
-# to avoid broken 23.1.0.
-RDEPEND="
-   dev-python/chardet[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-3.2.1[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-23.1.1[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest



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

2023-12-20 Thread Matthew Thode
commit: 903bedd11be81d905d492f6007e8820ecebcff5d
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 20 23:22:20 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec 20 23:22:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903bedd1

gui-wm/sway: add sway-portals config

closes: https://bugs.gentoo.org/915703

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

 gui-wm/sway/files/sway-portals.conf |  6 ++
 .../sway/{sway-.ebuild => sway-1.8.1-r1.ebuild} | 21 -
 gui-wm/sway/sway-.ebuild|  6 ++
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/gui-wm/sway/files/sway-portals.conf 
b/gui-wm/sway/files/sway-portals.conf
new file mode 100644
index ..aa046f63c4b1
--- /dev/null
+++ b/gui-wm/sway/files/sway-portals.conf
@@ -0,0 +1,6 @@
+[preferred]
+# Use xdg-desktop-portal-gtk for every portal interface...
+default=gtk
+# ... except for the ScreenCast and Screenshot
+org.freedesktop.impl.portal.ScreenCast=wlr
+org.freedesktop.impl.portal.Screenshot=wlr

diff --git a/gui-wm/sway/sway-.ebuild b/gui-wm/sway/sway-1.8.1-r1.ebuild
similarity index 86%
copy from gui-wm/sway/sway-.ebuild
copy to gui-wm/sway/sway-1.8.1-r1.ebuild
index 088475a36417..5a6cfa95a1ec 100644
--- a/gui-wm/sway/sway-.ebuild
+++ b/gui-wm/sway/sway-1.8.1-r1.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+man +swaybar +swaynag tray wallpapers X"
+IUSE="grimshot +man +swaybar +swaynag tray wallpapers X"
 
 DEPEND="
>=dev-libs/json-c-0.13:0=
@@ -56,6 +56,13 @@ else
 fi
 RDEPEND="
x11-misc/xkeyboard-config
+   grimshot? (
+   app-misc/jq
+   gui-apps/grim
+   gui-apps/slurp
+   gui-apps/wl-clipboard
+   x11-libs/libnotify
+   )
${DEPEND}
 "
 BDEPEND="
@@ -87,6 +94,18 @@ src_configure() {
meson_src_configure
 }
 
+src_install() {
+   meson_src_install
+
+   if use grimshot; then
+   doman contrib/grimshot.1
+   dobin contrib/grimshot
+   fi
+
+   insinto /usr/share/xdg-desktop-portal/portals
+   doins "${FILESDIR}/sway-portals.conf"
+}
+
 pkg_postinst() {
optfeature_header "There are several packages that may be useful with 
sway:"
optfeature "wallpaper utility" gui-apps/swaybg

diff --git a/gui-wm/sway/sway-.ebuild b/gui-wm/sway/sway-.ebuild
index 088475a36417..3e3ec1143eeb 100644
--- a/gui-wm/sway/sway-.ebuild
+++ b/gui-wm/sway/sway-.ebuild
@@ -87,6 +87,12 @@ src_configure() {
meson_src_configure
 }
 
+src_install() {
+   meson_src_install
+   insinto /usr/share/xdg-desktop-portal/portals
+   doins "${FILESDIR}/sway-portals.conf"
+}
+
 pkg_postinst() {
optfeature_header "There are several packages that may be useful with 
sway:"
optfeature "wallpaper utility" gui-apps/swaybg



[gentoo-commits] proj/kde:master commit in: kde-plasma/systemsettings/

2023-12-20 Thread Andreas Sturmlechner
commit: ef5a4a25e004818d5c7fee670a00ee4e4547
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 20 16:41:44 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 20 23:01:10 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ef5a4a25

kde-plasma/systemsettings: 5.91.0 version bump

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

 .../systemsettings/systemsettings-5.91.0.ebuild| 52 ++
 1 file changed, 52 insertions(+)

diff --git a/kde-plasma/systemsettings/systemsettings-5.91.0.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.91.0.ebuild
new file mode 100644
index 00..0744648e41
--- /dev/null
+++ b/kde-plasma/systemsettings/systemsettings-5.91.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KFMIN=5.247.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org optfeature
+
+DESCRIPTION="Control Center to configure KDE Plasma desktop"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+   >=kde-frameworks/kauth-${KFMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kcompletion-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kcrash-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kguiaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   >=kde-frameworks/kitemviews-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/krunner-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-frameworks/kxmlgui-${KFMIN}:6
+   >=kde-plasma/plasma-activities-${PVCUT}:6
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Configure looks for GTK+" kde-plasma/kde-gtk-config
+   fi
+   ecm_pkg_postinst
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/print-manager/

2023-12-20 Thread Andreas Sturmlechner
commit: 44c852421e2e9a3c3cb65f8ad0fb1c085ee17073
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 20 16:41:28 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 20 23:01:10 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=44c85242

kde-plasma/print-manager: 5.91.0 version bump

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

 .../print-manager/print-manager-5.91.0.ebuild  | 61 ++
 1 file changed, 61 insertions(+)

diff --git a/kde-plasma/print-manager/print-manager-5.91.0.ebuild 
b/kde-plasma/print-manager/print-manager-5.91.0.ebuild
new file mode 100644
index 00..a36d4b7594
--- /dev/null
+++ b/kde-plasma/print-manager/print-manager-5.91.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.247.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="+gtk"
+
+DEPEND="
+   dev-libs/kirigami-addons:6
+   >=dev-qt/qt5compat-${QTMIN}:6
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   net-print/cups
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kdeclarative-${KFMIN}:6
+   kde-plasma/kde-cli-tools:*
+   gtk? ( app-admin/system-config-printer )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   fi
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/xdg-desktop-portal-kde/

2023-12-20 Thread Andreas Sturmlechner
commit: c4153ca2889a4bb0c476ca92be9db1a26a7bc989
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 20 16:42:00 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 20 23:01:10 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4153ca2

kde-plasma/xdg-desktop-portal-kde: 5.91.0 version bump

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

 .../xdg-desktop-portal-kde-5.91.0.ebuild   | 59 ++
 1 file changed, 59 insertions(+)

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.91.0.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.91.0.ebuild
new file mode 100644
index 00..e09eee74b1
--- /dev/null
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.91.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=5.247.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Backend implementation for xdg-desktop-portal that is using 
Qt/KDE Frameworks"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+# dev-qt/qtbase:=[cups]: includes specifically the cups private header
+# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
+COMMON_DEPEND="
+   >=dev-libs/wayland-1.15
+   >=dev-qt/qtbase-${QTMIN}:6=[cups,dbus,gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   || (
+   >=dev-qt/qtbase-${QTMIN}:6[libinput]
+   >=dev-qt/qtbase-${QTMIN}:6[X]
+   )
+   >=dev-qt/qtwayland-${QTMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6[dbus]
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kglobalaccel-${KFMIN}:6
+   >=kde-frameworks/kguiaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/kwayland-${PVCUT}:6
+   >=kde-plasma/plasma-workspace-${PVCUT}:6
+   x11-libs/libxkbcommon
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.11.1
+   >=dev-libs/wayland-protocols-1.25
+   >=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"
+RDEPEND="${COMMON_DEPEND}
+   kde-misc/kio-fuse:6
+   sys-apps/xdg-desktop-portal
+"
+BDEPEND="
+   >=dev-qt/qtwayland-${QTMIN}:6
+   virtual/pkgconfig
+"



[gentoo-commits] proj/kde:master commit in: kde-plasma/sddm-kcm/

2023-12-20 Thread Andreas Sturmlechner
commit: 64e43c75a84a8d226ad5ebf3b4abdc994b173ccf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 20 16:41:36 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 20 23:01:10 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=64e43c75

kde-plasma/sddm-kcm: 5.91.0 version bump

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

 kde-plasma/sddm-kcm/sddm-kcm-5.91.0.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.91.0.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.91.0.ebuild
new file mode 100644
index 00..27d75db99e
--- /dev/null
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.91.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.247.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for SDDM"
+HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+   >=kde-frameworks/karchive-${KFMIN}:6
+   >=kde-frameworks/kauth-${KFMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/knewstuff-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   >=kde-plasma/kde-cli-tools-${PVCUT}:*
+   x11-misc/sddm
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+DOCS=( CONTRIBUTORS )



  1   2   3   4   5   >