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

2024-02-25 Thread Joshua Kinard
commit: 415bff1e26e9598ca3500297494f25c9bdfcb868
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Feb 26 07:49:33 2024 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Feb 26 07:54:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415bff1e

app-arch/lrzip-next: new package, add 0.12.6

Fork of ckolivas' app-arch/lrzip package that is
actively maintained and w/ some additional features.

Signed-off-by: Joshua Kinard  gentoo.org>

 app-arch/lrzip-next/Manifest |  1 +
 app-arch/lrzip-next/lrzip-next-0.12.6.ebuild | 50 
 app-arch/lrzip-next/metadata.xml | 22 
 3 files changed, 73 insertions(+)

diff --git a/app-arch/lrzip-next/Manifest b/app-arch/lrzip-next/Manifest
new file mode 100644
index ..256514f707f8
--- /dev/null
+++ b/app-arch/lrzip-next/Manifest
@@ -0,0 +1 @@
+DIST lrzip-next-0.12.6.tar.gz 600081 BLAKE2B 
952b3aefcf424b4626f14caaefc7b160a271330903227207cec249306750dfd24097abfdae159d82dc86e08711f51789ca72bcc66b6d7f4bdd9b892133759dae
 SHA512 
768edaa4059e7a5561a738779cca5e5c46525c0a3f5888fc4e730fe6664f390fa8409060c86076b4b4cc327e317c37d59d557a55db67d97d39da6369788763c8

diff --git a/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild 
b/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild
new file mode 100644
index ..0d3258e4caa8
--- /dev/null
+++ b/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Fork of Con Kolivas' lrzip program for compressing large files"
+HOMEPAGE="https://github.com/pete4abw/lrzip-next;
+SRC_URI="https://github.com/pete4abw/lrzip-next/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs year2038"
+
+RDEPEND="app-arch/bzip2
+   app-arch/bzip3
+   app-arch/lz4
+   app-arch/zstd
+   dev-libs/lzo
+   sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-perl/Pod-Parser
+   amd64? ( dev-lang/nasm )
+   x86? ( dev-lang/nasm )"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   # ASM optimizations are only available on amd64 and x86
+   local asm=no
+   if use amd64 || use x86; then
+   asm=yes
+   fi
+
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable year2038) \
+   --enable-asm=${asm}
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}

diff --git a/app-arch/lrzip-next/metadata.xml b/app-arch/lrzip-next/metadata.xml
new file mode 100644
index ..d0dea613ffd3
--- /dev/null
+++ b/app-arch/lrzip-next/metadata.xml
@@ -0,0 +1,22 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ku...@gentoo.org
+   Joshua Kinard
+   
+   
+   A fork of Con Kolivas' 'lrzip' program that is actively maintained.  
Lrzip
+   is a compression program optimised for large files. The larger the file 
and
+   the more memory you have, the better the compression advantage this will
+   provide, especially once the files are larger than 100MB.  The 
advantage can
+   be chosen to be either size (much smaller than bzip2) or speed (much 
faster
+   than bzip2).
+   
+   
+   pete4abw/lrzip-next
+   
+   
+   Enables support for timestamps after the 
year 2038
+   
+



[gentoo-commits] repo/proj/prefix:master commit in: sys-apps/sed/, sys-apps/coreutils/, dev-lang/python/, app-arch/bzip2/

2024-02-25 Thread Fabian Groffen
commit: 5df601151ebad2f01f904ea725880458b557b500
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Feb 26 07:57:16 2024 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Feb 26 07:57:16 2024 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5df60115

*/*: drop BROOT from VERIFY_SIG_OPENPGP_KEY_PATH

Closes: https://bugs.gentoo.org/925515
Signed-off-by: Fabian Groffen  gentoo.org>

 app-arch/bzip2/bzip2-1.0.8-r4.ebuild   | 4 ++--
 dev-lang/python/python-3.10.4.ebuild   | 4 ++--
 dev-lang/python/python-3.11.3.ebuild   | 4 ++--
 dev-lang/python/python-3.9.12.ebuild   | 4 ++--
 dev-lang/python/python-3.9.6_p1-r1.ebuild  | 4 ++--
 sys-apps/coreutils/coreutils-9.1-r2.ebuild | 4 ++--
 sys-apps/coreutils/coreutils-9.3-r1.ebuild | 4 ++--
 sys-apps/sed/sed-4.9.ebuild| 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/app-arch/bzip2/bzip2-1.0.8-r4.ebuild 
b/app-arch/bzip2/bzip2-1.0.8-r4.ebuild
index 4d83cd7561..8d94165783 100644
--- a/app-arch/bzip2/bzip2-1.0.8-r4.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.8-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
@@ -6,7 +6,7 @@
 
 EAPI=7
 
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/bzip2.gpg
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/bzip2.gpg
 inherit toolchain-funcs multilib-minimal usr-ldscript verify-sig prefix
 
 DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux"

diff --git a/dev-lang/python/python-3.10.4.ebuild 
b/dev-lang/python/python-3.10.4.ebuild
index 53e206db6f..fa646ffba1 100644
--- a/dev-lang/python/python-3.10.4.ebuild
+++ b/dev-lang/python/python-3.10.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -80,7 +80,7 @@ RDEPEND+="
build? ( app-misc/mime-types )
 "
 
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/python.org.asc
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc
 
 # large file tests involve a 2.5G file being copied (duplicated)
 CHECKREQS_DISK_BUILD=5500M

diff --git a/dev-lang/python/python-3.11.3.ebuild 
b/dev-lang/python/python-3.11.3.ebuild
index 5becaebadc..39522bf64c 100644
--- a/dev-lang/python/python-3.11.3.ebuild
+++ b/dev-lang/python/python-3.11.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -96,7 +96,7 @@ if [[ ${PV} != *_alpha* ]]; then
"
 fi
 
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/python.org.asc
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc
 
 # large file tests involve a 2.5G file being copied (duplicated)
 CHECKREQS_DISK_BUILD=5500M

diff --git a/dev-lang/python/python-3.9.12.ebuild 
b/dev-lang/python/python-3.9.12.ebuild
index cee152c2bb..10c3b971fc 100644
--- a/dev-lang/python/python-3.9.12.ebuild
+++ b/dev-lang/python/python-3.9.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -75,7 +75,7 @@ RDEPEND+="
!build? ( app-misc/mime-types )
 "
 
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/python.org.asc
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc
 
 # large file tests involve a 2.5G file being copied (duplicated)
 CHECKREQS_DISK_BUILD=5500M

diff --git a/dev-lang/python/python-3.9.6_p1-r1.ebuild 
b/dev-lang/python/python-3.9.6_p1-r1.ebuild
index 018f288e08..4c2c3f1d02 100644
--- a/dev-lang/python/python-3.9.6_p1-r1.ebuild
+++ b/dev-lang/python/python-3.9.6_p1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -65,7 +65,7 @@ BDEPEND="
!sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )"
 
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/python.org.asc
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc
 
 # large file tests involve a 2.5G file being copied (duplicated)
 CHECKREQS_DISK_BUILD=5500M

diff --git a/sys-apps/coreutils/coreutils-9.1-r2.ebuild 
b/sys-apps/coreutils/coreutils-9.1-r2.ebuild
index 0807fff2b9..cee3a316af 100644
--- a/sys-apps/coreutils/coreutils-9.1-r2.ebuild
+++ b/sys-apps/coreutils/coreutils-9.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ EAPI=7
 # backport fixes which we want to pick up.
 
 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2024-02-25 Thread Fabian Groffen
commit: bc7db307cbae2e4fc29b2cc2d18e59e86270bf47
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Feb 25 10:06:55 2024 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Feb 26 07:52:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7db307

dev-vcs/git-2.44.0: adapt fix for darwin to make it apply to latest code

Closes: https://bugs.gentoo.org/925514
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-vcs/git/git-2.44.0.ebuild  | 5 -
 dev-vcs/git/git--r3.ebuild | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git/git-2.44.0.ebuild b/dev-vcs/git/git-2.44.0.ebuild
index 1ca16eafce51..5a670b6ce658 100644
--- a/dev-vcs/git/git-2.44.0.ebuild
+++ b/dev-vcs/git/git-2.44.0.ebuild
@@ -261,7 +261,10 @@ src_prepare() {
 
if use prefix ; then
# bug #757309
-   eapply "${FILESDIR}"/git-2.37.2-darwin-prefix-gettext.patch
+   sed -i \
+   -e 
's:/usr/local/opt/gettext/:/do/not/look/elsewhere/:g' \
+   -e 's:/opt/homebrew/:/do/not/look/elsewhere/:g' \
+   config.mak.uname || die
fi
 
sed -i \

diff --git a/dev-vcs/git/git--r3.ebuild b/dev-vcs/git/git--r3.ebuild
index a2c9d157f9ed..d2b1f4666e4b 100644
--- a/dev-vcs/git/git--r3.ebuild
+++ b/dev-vcs/git/git--r3.ebuild
@@ -261,7 +261,10 @@ src_prepare() {
 
if use prefix ; then
# bug #757309
-   eapply "${FILESDIR}"/git-2.37.2-darwin-prefix-gettext.patch
+   sed -i \
+   -e 
's:/usr/local/opt/gettext/:/do/not/look/elsewhere/:g' \
+   -e 's:/opt/homebrew/:/do/not/look/elsewhere/:g' \
+   config.mak.uname || die
fi
 
sed -i \



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tdom/files/, dev-tcltk/tdom/

2024-02-25 Thread Alfredo Tupone
commit: 8e78b4f5cfe5ff2be4a246c0620a79408404071b
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Feb 26 07:47:34 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Feb 26 07:48:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e78b4f5

dev-tcltk/tdom: fix for new expat

Closes: https://bugs.gentoo.org/924859
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/tdom/files/tdom-0.9.3-expat.patch | 10 ++
 dev-tcltk/tdom/tdom-0.9.3.ebuild|  5 -
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/dev-tcltk/tdom/files/tdom-0.9.3-expat.patch 
b/dev-tcltk/tdom/files/tdom-0.9.3-expat.patch
new file mode 100644
index ..a55fa4b22c14
--- /dev/null
+++ b/dev-tcltk/tdom/files/tdom-0.9.3-expat.patch
@@ -0,0 +1,10 @@
+--- a/generic/dom.h2024-02-26 08:37:08.464473295 +0100
 b/generic/dom.h2024-02-26 08:43:19.859997138 +0100
+@@ -37,6 +37,7 @@
+ #include 
+ #include 
+ #include 
++#define XML_GE 1
+ #include 
+ #include 
+ 

diff --git a/dev-tcltk/tdom/tdom-0.9.3.ebuild b/dev-tcltk/tdom/tdom-0.9.3.ebuild
index 4fce30a261a6..86d97afcb2ba 100644
--- a/dev-tcltk/tdom/tdom-0.9.3.ebuild
+++ b/dev-tcltk/tdom/tdom-0.9.3.ebuild
@@ -23,7 +23,10 @@ RDEPEND="${DEPEND}"
 
 S="${WORKDIR}"/${P}-src
 
-PATCHES=( "${FILESDIR}"/${PN}-0.9.2-useCC.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9.2-useCC.patch
+   "${FILESDIR}"/${P}-expat.patch
+)
 
 QA_CONFIG_IMPL_DECL_SKIP=(
stat64 arc4random_buf arc4random # used to test for Large File Support



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/

2024-02-25 Thread Joonas Niilola
commit: a6cca09e3f9a6c6ad82969681512dd268aab2742
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Feb 26 07:33:30 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb 26 07:33:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cca09e

dev-vcs/tortoisehg: Stabilize 6.5.1 amd64, #925458

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

 dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild 
b/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild
index f0bdec3aa4ac..04c4dc09091d 100644
--- a/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild
@@ -9,7 +9,7 @@ DISTUTILS_USE_PEP517=setuptools
 inherit desktop distutils-r1 optfeature xdg-utils
 
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="~amd64 ~arm64 x86"
+   KEYWORDS="amd64 ~arm64 x86"

SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz
 -> ${P}.tar.gz"
HG_DEPEND=">=dev-vcs/mercurial-6.2[${PYTHON_USEDEP}]
$(python_gen_cond_dep 
'>=dev-vcs/mercurial-6.3.2[${PYTHON_USEDEP}]' python3_11 )



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

2024-02-25 Thread Joonas Niilola
commit: d9d05511934f7168455758853e192bc992c7bc88
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Feb 26 07:26:43 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb 26 07:26:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d05511

net-p2p/qbittorrent: Stabilize 4.6.3 x86, #925523

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

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

diff --git a/net-p2p/qbittorrent/qbittorrent-4.6.3.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.6.3.ebuild
index 4cca4fb40bc5..0f9e1c04eda4 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.6.3.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.6.3.ebuild
@@ -16,7 +16,7 @@ else
mirror://sourceforge/qbittorrent/${P}.tar.xz
verify-sig? ( mirror://sourceforge/qbittorrent/${P}.tar.xz.asc )
"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-qbittorrent )"
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/qBittorrent.asc



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

2024-02-25 Thread Joonas Niilola
commit: caf894c16b69689f74c412205fd62221b89087a3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Feb 26 07:26:26 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb 26 07:26:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf894c1

net-p2p/qbittorrent: Stabilize 4.6.3 amd64, #925523

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

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

diff --git a/net-p2p/qbittorrent/qbittorrent-4.6.3.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.6.3.ebuild
index c52bd5d5331f..4cca4fb40bc5 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.6.3.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.6.3.ebuild
@@ -16,7 +16,7 @@ else
mirror://sourceforge/qbittorrent/${P}.tar.xz
verify-sig? ( mirror://sourceforge/qbittorrent/${P}.tar.xz.asc )
"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-qbittorrent )"
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/qBittorrent.asc



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagstamon/files/, net-analyzer/nagstamon/

2024-02-25 Thread Hans de Graaff
commit: f6d9b829974f097aded9ab1ce1cd61c37bfc9caf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 26 07:22:10 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 26 07:22:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d9b829

net-analyzer/nagstamon: add 3.14.0

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

 net-analyzer/nagstamon/Manifest|  1 +
 .../nagstamon/files/nagstamon-3.14.0-setup.patch   | 24 +++
 net-analyzer/nagstamon/nagstamon-3.14.0.ebuild | 74 ++
 3 files changed, 99 insertions(+)

diff --git a/net-analyzer/nagstamon/Manifest b/net-analyzer/nagstamon/Manifest
index 11d813a5..ff966dc10895 100644
--- a/net-analyzer/nagstamon/Manifest
+++ b/net-analyzer/nagstamon/Manifest
@@ -1 +1,2 @@
 DIST nagstamon-3.12.0.tar.gz 581087 BLAKE2B 
1f54decdd6cf1fdba8abd7f97102cd84d9f38e68391c31f413860d7c80410e38ee8929cf4d1bfbf7cca1fa54b9088409a47ba669c6ff78d8edecb3313a7e5690
 SHA512 
029d3dcf5ea5a512940b8e6ed0d3a146e727b3c8ffcbd530fc28f4a896a1a801bb0029a33b62e311c1b0c281810bd001f323c9e3e4c4fc9199bacc7b962ff794
+DIST nagstamon-3.14.0.tar.gz 585452 BLAKE2B 
a05c6a5a4a2b1e98d2831bef8000f81e306807f0706915d73bcf04f67a070fbd1787d0f98f8650b08bcd94a13b13f21c2b36ef79ee820bb526ff7074b5b5d996
 SHA512 
6896b0c1a58f1ee6f597ff5022d3bd675760a2c7a0403fc72f0e5c7edde6e2177f0eddb2af5a66e0fbe6166d85394fdcedc92cc0e64e0ac469681a380879a0ab

diff --git a/net-analyzer/nagstamon/files/nagstamon-3.14.0-setup.patch 
b/net-analyzer/nagstamon/files/nagstamon-3.14.0-setup.patch
new file mode 100644
index ..1bb994201637
--- /dev/null
+++ b/net-analyzer/nagstamon/files/nagstamon-3.14.0-setup.patch
@@ -0,0 +1,24 @@
+--- a/setup.py 2023-01-29 09:29:13.885165525 +0100
 b/setup.py 2023-01-29 09:30:32.585630680 +0100
+@@ -45,6 +45,6 @@
+ #VERSION = AppInfo.VERSION.replace('-', '.') + '.' + DIST + DIST_VERSION
+ VERSION = AppInfo.VERSION.replace('-', '.')
+-NAGSTAMON_SCRIPT = 'nagstamon.py'
++NAGSTAMON_SCRIPT = 'nagstamon'
+ 
+ from setuptools import setup
+ 
+@@ -120,12 +120,7 @@
+ 'Nagstamon.Servers',
+ 'Nagstamon.Servers.Alertmanager',
+ 'Nagstamon.Servers.Centreon',
+-'Nagstamon.thirdparty',
+-'Nagstamon.thirdparty.Xlib',
+-'Nagstamon.thirdparty.Xlib.ext',
+-'Nagstamon.thirdparty.Xlib.protocol',
+-'Nagstamon.thirdparty.Xlib.support',
+-'Nagstamon.thirdparty.Xlib.xobject'],
++'Nagstamon.thirdparty'],
+   package_dir={'Nagstamon': 'Nagstamon'},
+   package_data={'Nagstamon': ['resources/*.*',
+   'resources/qui/*',

diff --git a/net-analyzer/nagstamon/nagstamon-3.14.0.ebuild 
b/net-analyzer/nagstamon/nagstamon-3.14.0.ebuild
new file mode 100644
index ..5f85aa5424c7
--- /dev/null
+++ b/net-analyzer/nagstamon/nagstamon-3.14.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit desktop distutils-r1 virtualx
+
+distutils_enable_tests pytest
+
+MY_PN="Nagstamon"
+MY_P="${MY_PN}-${PV/_p/-}"
+
+DESCRIPTION="systray monitor for displaying realtime status of several 
monitoring systems"
+HOMEPAGE="https://nagstamon.de;
+SRC_URI="https://github.com/HenriWahl/Nagstamon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/lxml[${PYTHON_USEDEP}]
+   || (
+  dev-python/PyQt6[gui,multimedia,svg,widgets,${PYTHON_USEDEP}]
+  dev-python/PyQt5[gui,multimedia,svg,widgets,${PYTHON_USEDEP}]
+  )
+   dev-python/PySocks[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   >=dev-python/python-xlib-0.19[${PYTHON_USEDEP}]
+   dev-python/requests-kerberos[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pylint[${PYTHON_USEDEP}] )"
+
+PATCHES=( "${FILESDIR}/${PN}-3.14.0-setup.patch" )
+
+src_prepare() {
+   default_src_prepare
+
+   # pre-compressed already
+   rm Nagstamon/resources/nagstamon.1.gz || die
+   sed -e 's:\(nagstamon\.1\)\.gz:\1:' \
+   -e '/share/ s:^:#:' \
+   -i setup.py || die
+
+   mv ${PN}.py ${PN} || die
+
+   rm -rf "${S}/Nagstamon/thirdparty/Xlib/" || die
+}
+
+python_test() {
+   

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

2024-02-25 Thread Hans de Graaff
commit: 8410e573ffd750b4640101588e04bb1045197d42
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 26 07:06:35 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 26 07:06:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8410e573

dev-ruby/rspec-support: add 3.13.1

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

 dev-ruby/rspec-support/Manifest|  1 +
 dev-ruby/rspec-support/rspec-support-3.13.1.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-ruby/rspec-support/Manifest b/dev-ruby/rspec-support/Manifest
index 9d3a3532fd5b..1c3c458b9e9d 100644
--- a/dev-ruby/rspec-support/Manifest
+++ b/dev-ruby/rspec-support/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-support-3.12.1-git.tgz 78764 BLAKE2B 
f3e6cd0123096971ee2793a69d02e4c34289904285ee9fe7081f7697c724ecc4195a3cc0e8042bd0c76ff070d6c332fbe41862c31afad9089f68f3846a613dd6
 SHA512 
88577e184a90f9f48ea97a53e5bd0bd6a2fd5e43275c4bd5cf52a4f8a36637ddb0a1043723b5902d3c0b5bd0cfe0c17a035af702cb094fb8c9543fae6401768a
 DIST rspec-support-3.12.2-git.tgz 79544 BLAKE2B 
874196a4c6fded0254c33d3959a7827d1bf9a85976b9cb975ecc7767d2e1bf094cdf3d95b0533560505dc80dfcd4b945cb88d673430b85a239936735844706ef
 SHA512 
76748d3ca1d9415e15f0be8f14b99f9d16fd6b20548913915ab3e2d56dfe94fa744a9c97ec0747bfa66360cebd6584881e8997ecf46baf45c508f14f96bc644a
 DIST rspec-support-3.13.0-git.tgz 79720 BLAKE2B 
53302f0b13bf4e36be452e4b548a4a2161a2550e46ab1c8660ebcbcbafc136311cb770943f33162a7379c79df1777a39ad973420a5aa4b62716eff30ab1d0906
 SHA512 
7d86016c69e8b1c85543d5a0017b37bdddc1f6ec4f0bf887e94dc94b5609511505ea0ff33044cf627903efd3d3261b045dae40d80dabf314c6a3985dcc8a1ed7
+DIST rspec-support-3.13.1-git.tgz 79672 BLAKE2B 
73a1b7c8508fd361ca06a647b3291e51eb5cd7f5ea3061b41b81daa724a8811a4891a8b0fadd440b163cf7cf8c43cb2e81e440da57613e82f791cb656913ecf5
 SHA512 
afbd76d937c5e2bfff8eccd69f4cd5081befc667fdef699743f809bf3f3bdda2404a24fb2408bce3373d7995406ca11a76c734d973957aeb6ada3d41fa59249c

diff --git a/dev-ruby/rspec-support/rspec-support-3.13.1.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.13.1.ebuild
new file mode 100644
index ..ba109801fee2
--- /dev/null
+++ b/dev-ruby/rspec-support/rspec-support-3.13.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-support;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.9.0:3 
>=dev-ruby/thread_order-1.1.0 )"
+
+all_ruby_prepare() {
+   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Remove spec that, by following symlinks, tries to scan pretty much
+   # the whole filesystem.
+   rm spec/rspec/support/caller_filter_spec.rb || die
+
+   # Avoid spec that requires a dependency on git
+   sed -i -e '/library wide checks/,/]/ s:^:#:' spec/rspec/support_spec.rb 
|| die
+
+   # Avoid a spec requiring a specific locale
+   sed -i -e '/copes with encoded strings/ 
s/RSpec::Support::OS.windows?/true/' spec/rspec/support/differ_spec.rb || die
+}
+
+each_ruby_prepare() {
+   # Use the ruby version being tested
+   sed -i -e '/shell_out/ s:ruby:'${RUBY}':' 
spec/rspec/support/spec/shell_out_spec.rb || die
+
+   case ${RUBY} in
+   *ruby31|*ruby32|*ruby33)
+   # Avoid specs failing when run in Gentoo, possibly due 
to different IO
+   sed -e '/outputs unified diff message of two 
arrays/askip "ruby31 IO"' \
+   -e '/outputs unified diff message for hashes 
inside arrays with differing key orders/askip "ruby31 IO"' \
+   -i spec/rspec/support/differ_spec.rb || die
+   ;;
+   esac
+}
+
+each_ruby_test() {
+   RUBYLIB=lib ${RUBY} -S rspec spec || die
+}



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

2024-02-25 Thread Hans de Graaff
commit: 5669efafcab327c096a49ee98551788f98823edc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 26 07:03:01 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 26 07:03:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5669efaf

dev-ruby/async-process: enable ruby33

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

 dev-ruby/async-process/async-process-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/async-process/async-process-1.3.1.ebuild 
b/dev-ruby/async-process/async-process-1.3.1.ebuild
index 955a005d63d9..09f289d15d43 100644
--- a/dev-ruby/async-process/async-process-1.3.1.ebuild
+++ b/dev-ruby/async-process/async-process-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2024-02-25 Thread Hans de Graaff
commit: e209edf0bca0c98c74014e00d4469fb277388c71
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 26 07:04:11 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 26 07:04:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e209edf0

dev-ruby/llhttp-ffi: enable ruby33

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

 dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild 
b/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild
index 34ca774397fe..6f5c38a6d836 100644
--- a/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild
+++ b/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
 



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

2024-02-25 Thread Joonas Niilola
commit: 70fafcc405db4948a9ad90b45d07548b70329b69
Author: Paymon MARANDI  gmail  com>
AuthorDate: Wed Feb 21 16:17:36 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb 26 06:23:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fafcc4

app-admin/mkosi: drop systemd versioning

Signed-off-by: Paymon MARANDI  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35470
Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/mkosi/mkosi-20.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mkosi/mkosi-20.2-r1.ebuild 
b/app-admin/mkosi/mkosi-20.2-r1.ebuild
index 46941851a5a3..eeac67318dcb 100644
--- a/app-admin/mkosi/mkosi-20.2-r1.ebuild
+++ b/app-admin/mkosi/mkosi-20.2-r1.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
 RDEPEND="
app-emulation/qemu
sys-apps/bubblewrap
-   >=sys-apps/systemd-254
+   sys-apps/systemd
|| ( sys-firmware/edk2-ovmf-bin sys-firmware/edk2-ovmf )"
 BDEPEND="virtual/pandoc"
 



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

2024-02-25 Thread Joonas Niilola
commit: 6797ae1ab2dac670abb7ff7e7ed09d0c7dace635
Author: Paymon MARANDI  gmail  com>
AuthorDate: Wed Feb 21 16:07:13 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb 26 06:23:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6797ae1a

app-admin/mkosi: drop 15.1, 17.1-r1, 19, 20.1

Signed-off-by: Paymon MARANDI  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/mkosi/Manifest |  4 
 app-admin/mkosi/mkosi-15.1.ebuild| 41 
 app-admin/mkosi/mkosi-17.1-r1.ebuild | 41 
 app-admin/mkosi/mkosi-19.ebuild  | 41 
 app-admin/mkosi/mkosi-20.1.ebuild| 41 
 5 files changed, 168 deletions(-)

diff --git a/app-admin/mkosi/Manifest b/app-admin/mkosi/Manifest
index b8981adaa7e6..8886610352bc 100644
--- a/app-admin/mkosi/Manifest
+++ b/app-admin/mkosi/Manifest
@@ -1,5 +1 @@
-DIST mkosi-15.1.tar.gz 120606 BLAKE2B 
36171c08c18dd3ba3c2e54c8a3374fad2a9b008f8253e6cd57cedf7b7e8216b6610b30f9f46aa634de62ebf257d1e8eff94a83b07c027708e4875e24bc0a8305
 SHA512 
3b65c6b964aa2bde12117b7b2c3e4be0ac72036a92a115f1e93e7be0b3b0aa0bd3adb753ee49865723a9bc677bc4492416caafff4fec3ffd942de78357c11608
-DIST mkosi-17.1.tar.gz 133505 BLAKE2B 
96824568dd53cd83a1f8b95072c750e1a0bbd06356df19c62ea9799a5d8f1b2e55f108a3ec3cf171f5dfdefcc1ac5bc86785a60d80def38a5e1817b91f1d9486
 SHA512 
59988a6a81c0456df6fa9673032d1e25c5cc382b45fd0299c974559d573279c4c38f5600b4e14a71ecdaa013d9b97b90cc815b3b601a7dd061924519cd8b76bf
-DIST mkosi-19.tar.gz 163864 BLAKE2B 
c97a0a2139c036b727d0cdd6686a7fa5393f62357d87b988f0a1a473367eb552de1ed6f82c1ca99c697ef72acb2fdf6aef7981bfa8dd5c6230b82ba84cbcfb7e
 SHA512 
8eb4e4af823299fdd6e9a077ec27be029656974ba0414b08ef226b5ccf7cd0a92d8bef4e475cdf05b86c3a0027c43be0f895af56a87df22502d2904cb0246ef4
-DIST mkosi-20.1.tar.gz 195875 BLAKE2B 
55a508849ef5c1ef60681635e8e4d396587c11d735c23ba8f1b3367c30d8cf8a9cc479959ec2c43d1697fe9d34da281b574a6cf11c786e6c7926e60537aab5d2
 SHA512 
5d5631bb062fc11593c450a9f5e4ece51a87daf37948b24410d6fdf8bf9e9366b7510c3512ba55ec72b280e8c92b2b36bf7d7f30e9357f7427cd9126fcec566f
 DIST mkosi-20.2.tar.gz 198966 BLAKE2B 
1ab2332427d205871adea24ddd50c41e716801dd320f17167dc2e990d449084d59fc58efb20de01a80d438ce85b900f9752f9acc2372a5d5e8ccead0d371b9ed
 SHA512 
62095d81f21d18a1b7f25c73ea2989f9f5b8fe1e335185b3ce6774af2739df9124ca8f5860514a8f570d565ffbf07edf3abc53a0622059127f5c35ed23bd8f65

diff --git a/app-admin/mkosi/mkosi-15.1.ebuild 
b/app-admin/mkosi/mkosi-15.1.ebuild
deleted file mode 100644
index 16874bb99315..
--- a/app-admin/mkosi/mkosi-15.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Build Bespoke OS Images"
-HOMEPAGE="https://github.com/systemd/mkosi;
-SRC_URI="https://github.com/systemd/mkosi/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-RDEPEND="
-   app-emulation/qemu
-   sys-apps/bubblewrap
-   sys-apps/systemd
-   sys-firmware/edk2-ovmf"
-BDEPEND="virtual/pandoc"
-
-distutils_enable_tests pytest
-
-src_compile() {
-   distutils-r1_src_compile
-
-   ./tools/make-man-page.sh || die
-}
-
-src_install() {
-   distutils-r1_src_install
-
-   doman mkosi/resources/mkosi.1
-}
-
-pkg_postinst() {
-   optfeature "For debian support: " dev-util/debootstrap
-}

diff --git a/app-admin/mkosi/mkosi-17.1-r1.ebuild 
b/app-admin/mkosi/mkosi-17.1-r1.ebuild
deleted file mode 100644
index a01776550dcf..
--- a/app-admin/mkosi/mkosi-17.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Build Bespoke OS Images"
-HOMEPAGE="https://github.com/systemd/mkosi;
-SRC_URI="https://github.com/systemd/mkosi/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-RDEPEND="
-   app-emulation/qemu
-   sys-apps/bubblewrap
-   >=sys-apps/systemd-254
-   sys-firmware/edk2-ovmf"
-BDEPEND="virtual/pandoc"
-
-distutils_enable_tests pytest
-
-src_compile() {
-   distutils-r1_src_compile
-
-   ./tools/make-man-page.sh || die
-}
-
-src_install() {
-   distutils-r1_src_install
-
-   doman mkosi/resources/mkosi.1
-}
-
-pkg_postinst() {
-   optfeature "For debian support: " dev-util/debootstrap
-}

diff --git a/app-admin/mkosi/mkosi-19.ebuild b/app-admin/mkosi/mkosi-19.ebuild
deleted file mode 100644
index a01776550dcf..
--- a/app-admin/mkosi/mkosi-19.ebuild
+++ /dev/null
@@ 

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

2024-02-25 Thread Joonas Niilola
commit: d4a792bd461450ebf8b043db1fb728d8aaecbcea
Author: Paymon MARANDI  gmail  com>
AuthorDate: Wed Feb 21 16:10:16 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb 26 06:23:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a792bd

app-admin/mkosi: accept sys-firmware/edk2-ovmf-bin

this should allow either edk2-ovmf or edk2-ovmf-bin to be used

Closes: https://bugs.gentoo.org/924943
Signed-off-by: Paymon MARANDI  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/mkosi/{mkosi-20.2.ebuild => mkosi-20.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mkosi/mkosi-20.2.ebuild 
b/app-admin/mkosi/mkosi-20.2-r1.ebuild
similarity index 93%
rename from app-admin/mkosi/mkosi-20.2.ebuild
rename to app-admin/mkosi/mkosi-20.2-r1.ebuild
index c94df46a17c5..46941851a5a3 100644
--- a/app-admin/mkosi/mkosi-20.2.ebuild
+++ b/app-admin/mkosi/mkosi-20.2-r1.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
app-emulation/qemu
sys-apps/bubblewrap
>=sys-apps/systemd-254
-   sys-firmware/edk2-ovmf"
+   || ( sys-firmware/edk2-ovmf-bin sys-firmware/edk2-ovmf )"
 BDEPEND="virtual/pandoc"
 
 distutils_enable_tests pytest



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

2024-02-25 Thread Joonas Niilola
commit: 5ae92b975ccd51f51dd6f1450e71fcc7a6bc36d2
Author: Paymon MARANDI  gmail  com>
AuthorDate: Wed Feb 21 16:09:34 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb 26 06:23:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae92b97

app-admin/mkosi: enable py3.12 and disable py3.10

Signed-off-by: Paymon MARANDI  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/app-admin/mkosi/mkosi-20.2.ebuild 
b/app-admin/mkosi/mkosi-20.2.ebuild
index 1574760425a0..c94df46a17c5 100644
--- a/app-admin/mkosi/mkosi-20.2.ebuild
+++ b/app-admin/mkosi/mkosi-20.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit distutils-r1 optfeature
 



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/bitwarden-cli/

2024-02-25 Thread Rahil Bhimjiani
commit: 53c5090f8e9afbef708796f16c8ddd08ebd70c59
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Mon Feb 26 06:18:04 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Mon Feb 26 06:18:04 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53c5090f

app-admin/bitwarden-cli: line break, fix metadata.xml

I always forget about running pkgcheck prior to pushing

Signed-off-by: Rahil Bhimjiani  rahil.rocks>

 app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild | 3 ++-
 app-admin/bitwarden-cli/metadata.xml  | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild 
b/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild
index 8258f2c576..7d6bf1c2a0 100644
--- a/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild
+++ b/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild
@@ -51,7 +51,8 @@ src_prepare() {
 
 src_compile() {
pushd apps/cli
-   PKG_CACHE_PATH="${WORKDIR}"/.pkg-cache npm --verbose --offline run 
dist:lin || die "Build failed! Try prebuilt from upstream ${CATEGORY}/${PN}-bin"
+   PKG_CACHE_PATH="${WORKDIR}"/.pkg-cache npm --verbose --offline run 
dist:lin \
+   || die "Build failed! Try prebuilt from upstream 
${CATEGORY}/${PN}-bin"
./dist/linux/bw completion --shell zsh > bw.zsh
 }
 

diff --git a/app-admin/bitwarden-cli/metadata.xml 
b/app-admin/bitwarden-cli/metadata.xml
index 120e3e571a..32c863c574 100644
--- a/app-admin/bitwarden-cli/metadata.xml
+++ b/app-admin/bitwarden-cli/metadata.xml
@@ -9,7 +9,5 @@
bitwarden/clients
https://github.com/bitwarden/clients/issues

https://github.com/bitwarden/clients/tree/main/apps/cli
-   
https://contributing.bitwarden.com/getting-started/clients/cli/
-   https://bitwarden.com/help/cli/

 



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/vaultwarden-web/

2024-02-25 Thread Rahil Bhimjiani
commit: 9f11b6737165df85e241da9c56494d610983c335
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Mon Feb 26 06:18:55 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Mon Feb 26 06:18:55 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f11b673

www-apps/vaultwarden-web/vaultwarden-web: add line break

I always forget about running pkgcheck prior to pushing

Signed-off-by: Rahil Bhimjiani  rahil.rocks>

 www-apps/vaultwarden-web/vaultwarden-web-2024.1.2b.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-apps/vaultwarden-web/vaultwarden-web-2024.1.2b.ebuild 
b/www-apps/vaultwarden-web/vaultwarden-web-2024.1.2b.ebuild
index e39f3cfb3b..60158ed172 100644
--- a/www-apps/vaultwarden-web/vaultwarden-web-2024.1.2b.ebuild
+++ b/www-apps/vaultwarden-web/vaultwarden-web-2024.1.2b.ebuild
@@ -60,7 +60,8 @@ src_prepare() {
 src_compile() {
# mimicking the behaviour of 
https://github.com/dani-garcia/bw_web_builds/blob/master/scripts/build_web_vault.sh
pushd apps/web
-   npm --verbose --offline run dist:oss:selfhost && printf 
'{"version":"%s"}' "${PV}" | tee build/vw-version.json || die "Build failed! 
Try prebuilt from upstream ${CATEGORY}/${PN}-bin"
+   npm --verbose --offline run dist:oss:selfhost && printf 
'{"version":"%s"}' "${PV}" | tee build/vw-version.json \
+   || die "Build failed! Try prebuilt from upstream 
${CATEGORY}/${PN}-bin"
# although following is optional in upstream's build process, it 
reduced build dir size from 44M to 25M
find build -name "*.map" -delete || die
 }



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/bitwarden-cli-bin/

2024-02-25 Thread Rahil Bhimjiani
commit: 3d251eb4cf224b518e8de6d83bd35463e40034b3
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Mon Feb 26 06:16:36 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Mon Feb 26 06:16:36 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d251eb4

app-admin/bitwarden-cli-bin: add missing BDEPEND, fix metadata.xml

I always forget about running pkgcheck prior to pushing

Signed-off-by: Rahil Bhimjiani  rahil.rocks>

 app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild | 1 +
 app-admin/bitwarden-cli-bin/metadata.xml  | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild 
b/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild
index 1469b0215f..fd41561b7b 100644
--- a/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild
+++ b/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild
@@ -22,6 +22,7 @@ KEYWORDS="~amd64"
 RESTRICT='strip'
 
 RDEPEND="!app-admin/bitwarden-cli"
+BDEPEND="app-arch/unzip"
 QA_PRESTRIPPED="usr/bin/bw"
 
 src_compile() {

diff --git a/app-admin/bitwarden-cli-bin/metadata.xml 
b/app-admin/bitwarden-cli-bin/metadata.xml
index 120e3e571a..32c863c574 100644
--- a/app-admin/bitwarden-cli-bin/metadata.xml
+++ b/app-admin/bitwarden-cli-bin/metadata.xml
@@ -9,7 +9,5 @@
bitwarden/clients
https://github.com/bitwarden/clients/issues

https://github.com/bitwarden/clients/tree/main/apps/cli
-   
https://contributing.bitwarden.com/getting-started/clients/cli/
-   https://bitwarden.com/help/cli/

 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/

2024-02-25 Thread Arthur Zamarin
commit: 813ab8b599b6710571ed45825e588f8ee2bb1521
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Feb 26 06:05:30 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Feb 26 06:05:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813ab8b5

dev-vcs/tortoisehg: Stabilize 6.5.1 x86, #925458

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

 dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild 
b/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild
index fb677516f59d..f0bdec3aa4ac 100644
--- a/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ DISTUTILS_USE_PEP517=setuptools
 inherit desktop distutils-r1 optfeature xdg-utils
 
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64 x86"

SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz
 -> ${P}.tar.gz"
HG_DEPEND=">=dev-vcs/mercurial-6.2[${PYTHON_USEDEP}]
$(python_gen_cond_dep 
'>=dev-vcs/mercurial-6.3.2[${PYTHON_USEDEP}]' python3_11 )



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/vaultwarden/files/, app-admin/vaultwarden/

2024-02-25 Thread Rahil Bhimjiani
commit: 4d887c0531663bdd3e0e68802a864848bbe47885
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Wed Feb 21 10:14:28 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Mon Feb 26 05:47:12 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d887c05

app-admin/vaultwarden: Bitwarden compatible password manager in Rust

Initial 1.30.3

Signed-off-by: Rahil Bhimjiani  rahil.rocks>

 app-admin/vaultwarden/Manifest |   3 +
 .../vaultwarden/files/vaultwarden-1.30.3.initd |  20 
 .../vaultwarden/files/vaultwarden-1.30.3.service   |  53 ++
 .../files/vaultwarden-envfile-1.30.3.patch |  54 ++
 .../files/vaultwarden-tmpfiles-1.30.3.conf |   5 +
 app-admin/vaultwarden/metadata.xml |  21 
 app-admin/vaultwarden/vaultwarden-1.30.3.ebuild| 112 +
 app-admin/vaultwarden/vaultwarden-.ebuild  | 112 +
 8 files changed, 380 insertions(+)

diff --git a/app-admin/vaultwarden/Manifest b/app-admin/vaultwarden/Manifest
new file mode 100644
index 00..341d6c7c3a
--- /dev/null
+++ b/app-admin/vaultwarden/Manifest
@@ -0,0 +1,3 @@
+DIST vaultwarden-1.30.3-deps.tar.xz 46123852 BLAKE2B 
3a72fb6b30cbaee9ecbafb1c2411c116f25cd4637ca060db604e33e0d27c8a837a045655388fef15f145049b99a4d946dde15c08bb57b002cb2d8e6325826a54
 SHA512 
fbe0c456f1f298f8588e22afc8b5fcdc4aec94c10a6474362555929940d35086906d703ba9474751e9bcb54ea56e807277975788eb2e1cf0bae4be323ac7886b
+DIST vaultwarden-1.30.3-docs.tar.xz 73696 BLAKE2B 
c78252c8ba6fc5efd1fc528e32bc608695f4d83749a85952f7b5daa6b8b874666f2dcfe5a9086f178ab27a806ac10070905eb7e4acb27890bc865873c0db7d3f
 SHA512 
5144a79dfc2a8ec3ea2f62accb4635aa556bd7ec3f2b33b7943fd4443332ade44902550c4ea9c8bafa19ec7c0feed92754e3540b0696853dd7e7cee5971d8dc1
+DIST vaultwarden-1.30.3.tar.gz 608049 BLAKE2B 
f8d8a80c8dc7b6c710b0fbea19a14c7a73b150fb344173302e00395da5b6d0035f8c4b5c2cd80f2b573127a21ad4d5c440862fe2ab221ba733f85cb109387459
 SHA512 
2e1163300cc4e3bb2a66566fdfa65cc439920316615efd89d113121407f5456fed127dfa55be2a8cf77543083ace1ea56b6e15bc8a9678aa53e71435d6293642

diff --git a/app-admin/vaultwarden/files/vaultwarden-1.30.3.initd 
b/app-admin/vaultwarden/files/vaultwarden-1.30.3.initd
new file mode 100644
index 00..f468d76ead
--- /dev/null
+++ b/app-admin/vaultwarden/files/vaultwarden-1.30.3.initd
@@ -0,0 +1,20 @@
+#!/sbin/openrc-run
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+set -a && source ../"${RC_SVCNAME}".env && set +a
+
+name="Vaultwarden"
+description="Unofficial Bitwarden compatible password manager server in Rust"
+command="/usr/bin/${RC_SVCNAME}"
+command_user="${RC_SVCNAME}:${RC_SVCNAME}"
+command_background="true"
+pidfile="/run/${RC_SVCNAME}.pid"
+output_log="/var/log/${RC_SVCNAME}.log"
+error_log="/var/log/${RC_SVCNAME}.log"
+directory="${DATA_FOLDER:-/var/lib/${RC_SVCNAME}}"
+umask=0027
+
+depend() {
+   after net
+}

diff --git a/app-admin/vaultwarden/files/vaultwarden-1.30.3.service 
b/app-admin/vaultwarden/files/vaultwarden-1.30.3.service
new file mode 100644
index 00..1d68bc0924
--- /dev/null
+++ b/app-admin/vaultwarden/files/vaultwarden-1.30.3.service
@@ -0,0 +1,53 @@
+[Unit]
+Description=Vaultwarden, password manager server writen in Rust
+Documentation=https://github.com/dani-garcia/vaultwarden
+
+After=network.target
+Wants=network.target
+
+After=mariadb.service
+Wants=mariadb.service
+
+After=mysqld.service
+Wants=mysqld.service
+
+After=postgresql-12.service postgresql-13.service postgresql-14.service 
postgresql-15.service postgresql-16.service
+Wants=postgresql-12.service postgresql-13.service postgresql-14.service 
postgresql-15.service postgresql-16.service
+
+[Service]
+EnvironmentFile=/etc/%N.env
+ExecStart=/usr/bin/%N
+WorkingDirectory=/var/lib/%N
+
+User=%N
+Group=%N
+UMask=0027
+
+# Sandboxing and hardening systemd.exec(5)
+PrivateUsers=yes
+ProtectClock=yes
+ProtectHostname=yes
+ProtectKernelTunables=yes
+ProtectKernelModules=yes
+ProtectKernelLogs=yes
+ProtectControlGroups=yes
+RestrictNamespaces=yes
+LockPersonality=yes
+MemoryDenyWriteExecute=yes
+RestrictSUIDSGID=yes
+RemoveIPC=yes
+RestrictRealtime=yes
+PrivateTmp=true
+PrivateDevices=true
+ProtectHome=true
+
+# set entire file system to read only except following ReadWritePaths
+ProtectSystem=strict
+ReadWritePaths=/var/lib/%N /var/log/%N.log
+
+# Set reasonable connection and process limits
+LimitNOFILE=1048576
+LimitNPROC=64
+
+[Install]
+WantedBy=multi-user.target

diff --git a/app-admin/vaultwarden/files/vaultwarden-envfile-1.30.3.patch 
b/app-admin/vaultwarden/files/vaultwarden-envfile-1.30.3.patch
new file mode 100644
index 00..a97b338be0
--- /dev/null
+++ b/app-admin/vaultwarden/files/vaultwarden-envfile-1.30.3.patch
@@ -0,0 +1,54 @@
+--- a/.env.template
 b/.env.template
+@@ -15,24 +15,24 @@
+ 
+ 
+ ## Main data folder
+-# 

[gentoo-commits] repo/proj/guru:dev commit in: www-apps/vaultwarden-web/

2024-02-25 Thread Rahil Bhimjiani
commit: cd2faf0f2155d01d90c9140031bdc1d0f6cdc0d4
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sat Feb 24 14:06:32 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Mon Feb 26 05:47:11 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd2faf0f

www-apps/vaultwarden-web: Web UI for Vaultwarden

add 2024.1.2b

Signed-off-by: Rahil Bhimjiani  rahil.rocks>

 www-apps/vaultwarden-web/Manifest  |  3 +
 www-apps/vaultwarden-web/metadata.xml  | 13 
 .../vaultwarden-web-2024.1.2b.ebuild   | 71 ++
 3 files changed, 87 insertions(+)

diff --git a/www-apps/vaultwarden-web/Manifest 
b/www-apps/vaultwarden-web/Manifest
new file mode 100644
index 00..d0df5d97e9
--- /dev/null
+++ b/www-apps/vaultwarden-web/Manifest
@@ -0,0 +1,3 @@
+DIST bitwarden-clients-a1a5c4b.tar.xz 204680568 BLAKE2B 
dd7ae09792831dacf9e7c110a508315e8d57c3231c6c32014e7b842ffc01a046fec03f375c48afd40379ba2853159e594a54b3f8ec229c1568ba3d1b8c054335
 SHA512 
5644d0b53c525164c2af14036dd7d432be9a943b55df2aef9922329326b164b31336bd53e2f9f2eb35a858f974d8fc0a3bd3aac6e42b821d5d4634ca714a51c3
+DIST vaultwarden-web-2024.1.2.tar.gz 20199824 BLAKE2B 
da8f8f87a88a7baaa05985f5f8ec46ad2eae14953b1bec03fa22eb490f5d86a752d270fd76681dba23543e1d51ec02dad2c24aab60a47751300c539f9859bd46
 SHA512 
eea08dc128495b157ebf9b5ee48bf4b48d929257bb2b9839b2e7ac9913cb60118886df622765889aa84985a3ec47339e9f11196e1a09ebd0faa985061a43dacc
+DIST vaultwarden-web-2024.1.2b-patches.tar.gz 97946 BLAKE2B 
6b43ec5949c58e88d534d24dbb1b107320a50f198979243b17c0d8c5f65989a59542196890afdc036b3114c55776d2ed6609f51ebc114935bef61323705f
 SHA512 
5463ce39642e3d53bffe774fa5bcdfde240cd1f7eadbcef8e7db4d5795deb2bc3a601505dc091a1dd0b4aa684e6a8f59a9a8c1542251b749e9c290986dd02f7f

diff --git a/www-apps/vaultwarden-web/metadata.xml 
b/www-apps/vaultwarden-web/metadata.xml
new file mode 100644
index 00..889a71396a
--- /dev/null
+++ b/www-apps/vaultwarden-web/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   me@rahil.rocks
+   Rahil Bhimjiani
+   
+   
+   dani-garcia/bw_web_builds
+   
https://github.com/dani-garcia/bw_web_builds/issues
+   
https://github.com/dani-garcia/bw_web_builds/blob/master/README.md
+   
+

diff --git a/www-apps/vaultwarden-web/vaultwarden-web-2024.1.2b.ebuild 
b/www-apps/vaultwarden-web/vaultwarden-web-2024.1.2b.ebuild
new file mode 100644
index 00..e39f3cfb3b
--- /dev/null
+++ b/www-apps/vaultwarden-web/vaultwarden-web-2024.1.2b.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit check-reqs
+
+DESCRIPTION="Bitwarden web vault patched to make it work with Vaultwarden"
+HOMEPAGE="https://github.com/dani-garcia/bw_web_builds;
+
+BW_CLIENTS_COMMIT="a1a5c4b"
+SRC_URI="
+   
https://github.com/bitwarden/clients/archive/refs/tags/web-v${PV%b}.tar.gz -> 
${PN}-${PV%b}.tar.gz
+   
https://github.com/rahilarious/gentoo-distfiles/releases/download/bitwarden-clients-${BW_CLIENTS_COMMIT}/deps.tar.xz
 -> bitwarden-clients-${BW_CLIENTS_COMMIT}.tar.xz
+   
https://github.com/dani-garcia/bw_web_builds/archive/refs/tags/v${PV}.tar.gz -> 
${P}-patches.tar.gz
+"
+
+S="${WORKDIR}/clients-web-v${PV%b}"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="!www-apps/vaultwarden-web-bin"
+BDEPEND="
+   net-libs/nodejs[npm]
+"
+
+CHECKREQS_MEMORY=3G
+CHECKREQS_DISK_BUILD=2G
+
+pkg_pretend() {
+   einfo ""
+   einfo "#"
+   einfo "Prebuilt alternative to this package is available:"
+   einfo "${CATEGORY}/${PN}-bin"
+   einfo "#"
+   einfo ""
+   check-reqs_pkg_pretend
+}
+
+src_prepare() {
+   default
+
+   # mimicking the behaviour of 
https://github.com/dani-garcia/bw_web_builds/blob/master/scripts/apply_patches.sh
+   local PATCH_FILE
+   if [[ -f "../bw_web_builds-${PV}/patches/v${PV%b}.patch" ]]; then
+   einfo "Exact patch file found, using that"
+   PATCH_FILE="../bw_web_builds-${PV}/patches/v${PV%b}.patch"
+   else
+   einfo "No exact patch file not found, using latest"
+   PATCH_FILE="../bw_web_builds-${PV}/patches/$(find 
../bw_web_builds-${PV}/patches -type f -print0 | xargs -0 basename -a | sort -V 
| tail -n1)" || die
+   fi
+
+   cp -vfR ../bw_web_builds*/resources/src/* ./apps/web/src/ || die
+   eapply "${PATCH_FILE}"
+
+   mv -v ../node_modules ./ || die
+}
+
+src_compile() {
+   # mimicking the behaviour of 
https://github.com/dani-garcia/bw_web_builds/blob/master/scripts/build_web_vault.sh
+   pushd apps/web
+   npm --verbose --offline run dist:oss:selfhost && printf 
'{"version":"%s"}' "${PV}" | tee 

[gentoo-commits] repo/proj/guru:dev commit in: app-admin/bitwarden-cli-bin/

2024-02-25 Thread Rahil Bhimjiani
commit: 5f7bddeb202efe247732b216b76b43046cd8d168
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sun Feb 25 01:30:45 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Mon Feb 26 05:47:12 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f7bddeb

app-admin/bitwarden-cli-bin: prebuilt CLI binary for Bit/Vaultwarden

initial 2024.2.0

Signed-off-by: Rahil Bhimjiani  rahil.rocks>

 app-admin/bitwarden-cli-bin/Manifest   |  1 +
 .../bitwarden-cli-bin-2024.2.0.ebuild  | 34 ++
 app-admin/bitwarden-cli-bin/metadata.xml   | 15 ++
 3 files changed, 50 insertions(+)

diff --git a/app-admin/bitwarden-cli-bin/Manifest 
b/app-admin/bitwarden-cli-bin/Manifest
new file mode 100644
index 00..19b13d6396
--- /dev/null
+++ b/app-admin/bitwarden-cli-bin/Manifest
@@ -0,0 +1 @@
+DIST bw-linux-2024.2.0.zip 32968695 BLAKE2B 
808dbd4965cc26b3880bd541bc4c3627ed6b07233bb3eb62c76c5034ba734c6211c1fc907309f71d8dcfd993a61ba0bcdd049dc052c477cb43e7d4452929fe31
 SHA512 
80fa0ab96bf291ed5008d5c01d00eebf950e72b8c21184be3df1018ba33d33bac038b4410e17123096113642372b8013bdde0605473449cec5c69c418fa2e3c5

diff --git a/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild 
b/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild
new file mode 100644
index 00..1469b0215f
--- /dev/null
+++ b/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shell-completion
+
+DESCRIPTION="Precompiled CLI frontend which connects to Bitwarden comapatible 
servers"
+HOMEPAGE="https://github.com/bitwarden/clients/tree/main/apps/cli;
+
+SRC_URI="
+   
https://github.com/bitwarden/clients/releases/download/cli-v${PV}/bw-linux-${PV}.zip
+"
+
+S="${WORKDIR}"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# non-stripped binary is of 99M but works
+# stripped  bianry is of 44M but doesnt work
+RESTRICT='strip'
+
+RDEPEND="!app-admin/bitwarden-cli"
+QA_PRESTRIPPED="usr/bin/bw"
+
+src_compile() {
+   ./bw completion --shell zsh > bw.zsh
+}
+
+src_install() {
+   dobin bw
+   newzshcomp bw.zsh _bw
+}

diff --git a/app-admin/bitwarden-cli-bin/metadata.xml 
b/app-admin/bitwarden-cli-bin/metadata.xml
new file mode 100644
index 00..120e3e571a
--- /dev/null
+++ b/app-admin/bitwarden-cli-bin/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   me@rahil.rocks
+   Rahil Bhimjiani
+   
+   
+   bitwarden/clients
+   https://github.com/bitwarden/clients/issues
+   
https://github.com/bitwarden/clients/tree/main/apps/cli
+   
https://contributing.bitwarden.com/getting-started/clients/cli/
+   https://bitwarden.com/help/cli/
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/bitwarden-cli/

2024-02-25 Thread Rahil Bhimjiani
commit: c7737650e9b4faaa9069cf70a62d4816a16e4238
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sun Feb 25 01:06:24 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Mon Feb 26 05:47:12 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7737650

app-admin/bitwarden-cli: frontend to Bitwarden compatible servers

Initial 2024.2.0

Signed-off-by: Rahil Bhimjiani  rahil.rocks>

 app-admin/bitwarden-cli/Manifest   |  3 ++
 .../bitwarden-cli/bitwarden-cli-2024.2.0.ebuild| 61 ++
 app-admin/bitwarden-cli/metadata.xml   | 15 ++
 3 files changed, 79 insertions(+)

diff --git a/app-admin/bitwarden-cli/Manifest b/app-admin/bitwarden-cli/Manifest
new file mode 100644
index 00..c7b8232019
--- /dev/null
+++ b/app-admin/bitwarden-cli/Manifest
@@ -0,0 +1,3 @@
+DIST bitwarden-cli-2024.2.0-pkg-cache.tar.xz 13081348 BLAKE2B 
c0f56169752a8659f4a42b36a1fb48604d968a82853f8a860fb03455b499be03ba6cdacc643188b86c3673ffa26ab8ed2a825bdf6a37996189f851ad5e638b5b
 SHA512 
f1de3477537b9f95dc38353ce1bf1d22e7cf8b92b0012befe2c0db4c62dd1f7fc419ba06518318fed90deb9a8627e35422daee8ba70f07e02f3c8eb43678a7c1
+DIST bitwarden-cli-2024.2.0.tar.gz 20328706 BLAKE2B 
0f8120b7ddbf74a6e5c3d7a63ad72dd3ecea3f32c46b488b21bfa2ca877724841a5dd9318854a0204dc7015ea104ffed0783a8301bf57a53f9a5d4b9d1ff18e1
 SHA512 
8a9f69242a945b17c944c699649b9f2524d5ae3b07f97d296ae01bde44b9081b9262fa80028c28a1f876ce789d4daac103d2c15c01a9af07e5c7159f43d427b6
+DIST bitwarden-clients-a1a5c4b.tar.xz 204680568 BLAKE2B 
dd7ae09792831dacf9e7c110a508315e8d57c3231c6c32014e7b842ffc01a046fec03f375c48afd40379ba2853159e594a54b3f8ec229c1568ba3d1b8c054335
 SHA512 
5644d0b53c525164c2af14036dd7d432be9a943b55df2aef9922329326b164b31336bd53e2f9f2eb35a858f974d8fc0a3bd3aac6e42b821d5d4634ca714a51c3

diff --git a/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild 
b/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild
new file mode 100644
index 00..8258f2c576
--- /dev/null
+++ b/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit check-reqs shell-completion
+
+DESCRIPTION="CLI frontend client connects to Bitwarden comapatible password 
manager server"
+HOMEPAGE="https://github.com/bitwarden/clients/tree/main/apps/cli;
+
+BW_CLIENTS_COMMIT="a1a5c4b"
+SRC_URI="
+   
https://github.com/bitwarden/clients/archive/refs/tags/cli-v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/rahilarious/gentoo-distfiles/releases/download/bitwarden-clients-${BW_CLIENTS_COMMIT}/deps.tar.xz
 -> bitwarden-clients-${BW_CLIENTS_COMMIT}.tar.xz
+   
https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/pkg-cache.tar.xz
 -> ${P}-pkg-cache.tar.xz
+"
+
+S="${WORKDIR}/clients-cli-v${PV}"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# non-stripped binary is of 99M but works
+# stripped  bianry is of 44M but doesnt work
+RESTRICT='strip'
+
+RDEPEND="!app-admin/bitwarden-cli-bin"
+BDEPEND="
+   net-libs/nodejs:0/18[npm]
+"
+
+QA_PRESTRIPPED="usr/bin/bw"
+
+CHECKREQS_MEMORY=2G
+CHECKREQS_DISK_BUILD=2G
+
+pkg_pretend() {
+   einfo ""
+   einfo "#"
+   einfo "Precompiled alternative to this package is available:"
+   einfo "${CATEGORY}/${PN}-bin"
+   einfo "#"
+   einfo ""
+   check-reqs_pkg_pretend
+}
+
+src_prepare() {
+   default
+   mv -v ../node_modules ./ || die
+}
+
+src_compile() {
+   pushd apps/cli
+   PKG_CACHE_PATH="${WORKDIR}"/.pkg-cache npm --verbose --offline run 
dist:lin || die "Build failed! Try prebuilt from upstream ${CATEGORY}/${PN}-bin"
+   ./dist/linux/bw completion --shell zsh > bw.zsh
+}
+
+src_install() {
+   dobin apps/cli/dist/linux/bw
+   newzshcomp apps/cli/bw.zsh _bw
+}

diff --git a/app-admin/bitwarden-cli/metadata.xml 
b/app-admin/bitwarden-cli/metadata.xml
new file mode 100644
index 00..120e3e571a
--- /dev/null
+++ b/app-admin/bitwarden-cli/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   me@rahil.rocks
+   Rahil Bhimjiani
+   
+   
+   bitwarden/clients
+   https://github.com/bitwarden/clients/issues
+   
https://github.com/bitwarden/clients/tree/main/apps/cli
+   
https://contributing.bitwarden.com/getting-started/clients/cli/
+   https://bitwarden.com/help/cli/
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/vaultwarden-web-bin/

2024-02-25 Thread Rahil Bhimjiani
commit: 45ed00a6a0aff02fb7fd745017385efacbf172c2
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Wed Feb 21 15:35:37 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Mon Feb 26 05:47:12 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45ed00a6

www-apps/vaultwarden-web-bin: precompiled Web UI for Vaultwarden

initial release 2024.1.2b

Signed-off-by: Rahil Bhimjiani  rahil.rocks>

 www-apps/vaultwarden-web-bin/Manifest  |  1 +
 www-apps/vaultwarden-web-bin/metadata.xml  | 13 ++
 .../vaultwarden-web-bin-2024.1.2b.ebuild   | 29 ++
 3 files changed, 43 insertions(+)

diff --git a/www-apps/vaultwarden-web-bin/Manifest 
b/www-apps/vaultwarden-web-bin/Manifest
new file mode 100644
index 00..41fc04069d
--- /dev/null
+++ b/www-apps/vaultwarden-web-bin/Manifest
@@ -0,0 +1 @@
+DIST vaultwarden-web-bin-2024.1.2b.tar.gz 11259948 BLAKE2B 
6d899b53972df56ca76c63f84375a95629c8da43026b16f0ffd09b70ab46b8db530163976f6854325cd70513d0be31c394256153b7a9cfec4c3f627fd3d3b80c
 SHA512 
0157c751f5869de261c93624a1fa168a96e86ad1a169727bee428bb9d804b8bfac3d7b8e4b993e2e5d2414ee99a016702eb750d81c3cc71c9e4c659a5ff7b37f

diff --git a/www-apps/vaultwarden-web-bin/metadata.xml 
b/www-apps/vaultwarden-web-bin/metadata.xml
new file mode 100644
index 00..889a71396a
--- /dev/null
+++ b/www-apps/vaultwarden-web-bin/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   me@rahil.rocks
+   Rahil Bhimjiani
+   
+   
+   dani-garcia/bw_web_builds
+   
https://github.com/dani-garcia/bw_web_builds/issues
+   
https://github.com/dani-garcia/bw_web_builds/blob/master/README.md
+   
+

diff --git a/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2024.1.2b.ebuild 
b/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2024.1.2b.ebuild
new file mode 100644
index 00..a750806584
--- /dev/null
+++ b/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2024.1.2b.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Prebuilt Vaultwarden web from upstream"
+HOMEPAGE="https://github.com/dani-garcia/bw_web_builds;
+
+SRC_URI="
+   
https://github.com/dani-garcia/bw_web_builds/releases/download/v${PV}/bw_web_v${PV}.tar.gz
 -> ${P}.tar.gz
+"
+
+S="${WORKDIR}/web-vault"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="!www-apps/vaultwarden-web"
+
+src_prepare() {
+   default
+   # although following is optional in upstream's build process, it 
reduced build dir size from 44M to 25M
+   find -name "*.map" -delete || die
+}
+
+src_install() {
+   insinto /usr/share/webapps/"${PN%-bin}"
+   doins -r *
+}



[gentoo-commits] repo/proj/guru:dev commit in: acct-user/vaultwarden/

2024-02-25 Thread Rahil Bhimjiani
commit: 64c45346883f5446d8fd965bc15708a1c962357a
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Thu Feb 22 10:36:06 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Mon Feb 26 05:47:11 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64c45346

acct-user/vaultwarden: add user for vaultwarden

Signed-off-by: Rahil Bhimjiani  rahil.rocks>

 acct-user/vaultwarden/metadata.xml |  8 
 acct-user/vaultwarden/vaultwarden-0.ebuild | 13 +
 2 files changed, 21 insertions(+)

diff --git a/acct-user/vaultwarden/metadata.xml 
b/acct-user/vaultwarden/metadata.xml
new file mode 100644
index 00..3e6b5d8ad4
--- /dev/null
+++ b/acct-user/vaultwarden/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   me@rahil.rocks
+   Rahil Bhimjiani
+   
+

diff --git a/acct-user/vaultwarden/vaultwarden-0.ebuild 
b/acct-user/vaultwarden/vaultwarden-0.ebuild
new file mode 100644
index 00..1758c1ee47
--- /dev/null
+++ b/acct-user/vaultwarden/vaultwarden-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+DESCRIPTION="A user for app-admin/vaultwarden"
+
+ACCT_USER_ID=-1
+ACCT_USER_GROUPS=( ${PN} )
+
+acct-user_add_deps



[gentoo-commits] repo/proj/guru:dev commit in: acct-group/vaultwarden/

2024-02-25 Thread Rahil Bhimjiani
commit: 635550c3c865d9bbb9e9f6bebe293d1fbbd9223d
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Thu Feb 22 10:36:46 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Mon Feb 26 05:47:11 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=635550c3

acct-group/vaultwarden: add group for vaultwarden

Signed-off-by: Rahil Bhimjiani  rahil.rocks>

 acct-group/vaultwarden/metadata.xml |  8 
 acct-group/vaultwarden/vaultwarden-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/vaultwarden/metadata.xml 
b/acct-group/vaultwarden/metadata.xml
new file mode 100644
index 00..3e6b5d8ad4
--- /dev/null
+++ b/acct-group/vaultwarden/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   me@rahil.rocks
+   Rahil Bhimjiani
+   
+

diff --git a/acct-group/vaultwarden/vaultwarden-0.ebuild 
b/acct-group/vaultwarden/vaultwarden-0.ebuild
new file mode 100644
index 00..fe6d9637e9
--- /dev/null
+++ b/acct-group/vaultwarden/vaultwarden-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-group
+
+DESCRIPTION="A group for app-admin/vaultwarden"
+
+ACCT_GROUP_ID=-1



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

2024-02-25 Thread Michał Górny
commit: 72fcfcb0b71dd26e9a6f0e0310d6b133a49df66a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 04:33:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 04:33:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fcfcb0

dev-python/html2text: Bump to 2024.2.25

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

 dev-python/html2text/Manifest   |  1 +
 dev-python/html2text/html2text-2024.2.25.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/html2text/Manifest b/dev-python/html2text/Manifest
index fe5f3e99f1a2..24af583b64c6 100644
--- a/dev-python/html2text/Manifest
+++ b/dev-python/html2text/Manifest
@@ -1 +1,2 @@
 DIST html2text-2020.1.16.tar.gz 49464 BLAKE2B 
f0331daa63b9e5d7508e0446e19b4dd4d05e5f7af0279efd71dc43b633f8273666189899a27cb598e8afdd5bd8ffb3d566b97327d82870ef44a81310d8e7e7c9
 SHA512 
14453c98e81d05afb3241b04a9e50caf63e4b6f857337b4bd9f53e6b8fa7146aa6a1f4f64777db9fa350316b19fe62a0033dce5748191ca9fbd17a8757002855
+DIST html2text-2024.2.25.tar.gz 56175 BLAKE2B 
9612054b394f9a72109b672ecd4ec4f30bfda01b461c557860d450dd20e84d0e86dac5fe2d0a459d0b77cb3c1411fd91581b90e657df225b03e2ae874f2e7539
 SHA512 
9adf1367b644a7dccef35ddd0041ade8a206943927585a4c1766ff76e2ffc9ab58479d285fe8eb2e18b80270f9eb50ec82855fb8b0df8525e905278abd8ddc22

diff --git a/dev-python/html2text/html2text-2024.2.25.ebuild 
b/dev-python/html2text/html2text-2024.2.25.ebuild
new file mode 100644
index ..5e4a71ca2c81
--- /dev/null
+++ b/dev-python/html2text/html2text-2024.2.25.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 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="Turn HTML into equivalent Markdown-structured text"
+HOMEPAGE="
+   https://github.com/Alir3z4/html2text/
+   https://pypi.org/project/html2text/
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+DOCS=( AUTHORS.rst ChangeLog.rst README.md )
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # naming conflict with app-text/html2text, bug 421647
+   sed -e 's/html2text = html2text.cli:main/py\0/' -i setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2024-02-25 Thread Michał Górny
commit: 9f80ed7067d52f9e32d2c9df8495c12b09b40a4a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 04:25:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 04:25:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f80ed70

dev-python/markdown2: Bump to 2.4.13

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

 dev-python/markdown2/Manifest|  1 +
 dev-python/markdown2/markdown2-2.4.13.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/dev-python/markdown2/Manifest b/dev-python/markdown2/Manifest
index 5de2ae629c51..79143caf0585 100644
--- a/dev-python/markdown2/Manifest
+++ b/dev-python/markdown2/Manifest
@@ -1 +1,2 @@
 DIST markdown2-2.4.12.tar.gz 129973 BLAKE2B 
a4e693a63cbb30a4c5351e3dd5974fa9750ff22ef956a5e09b53056081d2a95072b5c591f3f084913247691ffdef8c96a20bdd56b916a77a0319c663de2fada8
 SHA512 
db5f75b03e2056b43c4c3fde0e7b0e3d3b584d9ce2d4a71dbaf53d733c33ac20bf497bd3eb64ff3c8b4947969cf581bb50496ba189a39b8edcc9130cacb0874a
+DIST markdown2-2.4.13.tar.gz 130464 BLAKE2B 
64a1dd8ecb607495042fbf49cbbee5b383eca0c942816c2ff83565ef1c677f6bc851f8921dfc73d68ef6e6b070ac0a4a372421218231f6655dab5c41a1743aea
 SHA512 
df015b53a87138b55fb6ab28c5b4cc8b1a36867a9a1b0fab962399c467e9847b249bff6a8ad920d56c4b72a02b46ffc536e61fa3168794403602926e65091748

diff --git a/dev-python/markdown2/markdown2-2.4.13.ebuild 
b/dev-python/markdown2/markdown2-2.4.13.ebuild
new file mode 100644
index ..0f763b8aefa9
--- /dev/null
+++ b/dev-python/markdown2/markdown2-2.4.13.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 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="Python Markdown language reimplementation"
+HOMEPAGE="
+   https://github.com/trentm/python-markdown2/
+   https://pypi.org/project/markdown2/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+RDEPEND="
+   >=dev-python/pygments-2.7.3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+   cd test || die
+   "${EPYTHON}" -m unittest test_markdown2.py -v ||
+   die "Tests fail with ${EPYTHON}"
+}



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

2024-02-25 Thread Michał Górny
commit: 856b2bef5caeac960ff0751f69c4c66a0c7fde8d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 04:28:15 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 04:28:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856b2bef

dev-python/typing-extensions: Bump to 4.10.0

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

 dev-python/typing-extensions/Manifest  |  1 +
 .../typing-extensions-4.10.0.ebuild| 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/typing-extensions/Manifest 
b/dev-python/typing-extensions/Manifest
index c184679be463..368a2bc662cf 100644
--- a/dev-python/typing-extensions/Manifest
+++ b/dev-python/typing-extensions/Manifest
@@ -1 +1,2 @@
+DIST typing_extensions-4.10.0.tar.gz 77558 BLAKE2B 
eddcee7d33437d10d599a7f0e03932525945bc57be5bc62ffa27417458f0fcb96c4fdddb3749f9a6db4615dee88221338cdb2de775db8b503ba3586b9fcf6b6f
 SHA512 
d3d840719ed0cf1435a959f84a65df93f55fb4bfdda926cd74a34a8bb6ab0407108ee8941f40b6cb570e2f7c440abffb0bc1d0f0414814047de6e9c3eeb24093
 DIST typing_extensions-4.9.0.gh.tar.gz 87717 BLAKE2B 
3935f581badc9b81e52b722b97176008da7fd765c623639d14373b2995a35c464e17490e0c4a17b231cfeed36753f28f1f1abb5cafe0e704686cb30ed7e1787f
 SHA512 
e7e8d21e549194a8e660b004d8026ff39db047ed330220f8a47b1df6f53ec7a172d4c5ffcf605f332ef150bc7333ad6ae86b08019195d3bd22a44d67f51feb80

diff --git a/dev-python/typing-extensions/typing-extensions-4.10.0.ebuild 
b/dev-python/typing-extensions/typing-extensions-4.10.0.ebuild
new file mode 100644
index ..795492eaf7bc
--- /dev/null
+++ b/dev-python/typing-extensions/typing-extensions-4.10.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backported and Experimental Type Hints for Python 3.7+"
+HOMEPAGE="
+   https://pypi.org/project/typing-extensions/
+   https://github.com/python/typing_extensions/
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+distutils_enable_tests unittest
+
+python_test() {
+   cd src || die
+   eunittest
+}



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

2024-02-25 Thread Michał Górny
commit: 7c63d887c8b1b9274eb8f41e01b021f7c274e022
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 04:34:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 04:34:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c63d887

dev-python/crispy-bootstrap5: Bump to 2024.2

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

 dev-python/crispy-bootstrap5/Manifest  |  1 +
 .../crispy-bootstrap5-2024.2.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/crispy-bootstrap5/Manifest 
b/dev-python/crispy-bootstrap5/Manifest
index c1c0406bb433..326f43b48543 100644
--- a/dev-python/crispy-bootstrap5/Manifest
+++ b/dev-python/crispy-bootstrap5/Manifest
@@ -1 +1,2 @@
 DIST crispy-bootstrap5-2023.10.gh.tar.gz 31222 BLAKE2B 
cab972ed222ba0245d0a0d6e75487aac03c054f8669859fc4eb8293c2abb3775ef76f6866402917d1d1bfa0444548983639a24bd5fd4d1c2a3bbd74d1c086057
 SHA512 
379e4ea536809ceeb347d8894953acd97362c7340cb496727e4f56c2967aba93b1b041166ba6b8253d4952e4fa97f80668041733ddbd2ca62b60f4f9046259ef
+DIST crispy-bootstrap5-2024.2.gh.tar.gz 33509 BLAKE2B 
4a1eec0cea4ee2b0fcbdd8aec6b4595a7b981b0502113d5154585702cc20d9c80cf28fd06db8085dd561c154e13fa493ee88bc3a9c0e619684ab56fce1376d70
 SHA512 
08c0e35caff14c53976283a383da5a8115a64b42a5a0797089c2528f3e2c0e03eb0826f48c1991bdbbd183afc486c0a238c73e782a76eac1d003e5760ddd852e

diff --git a/dev-python/crispy-bootstrap5/crispy-bootstrap5-2024.2.ebuild 
b/dev-python/crispy-bootstrap5/crispy-bootstrap5-2024.2.ebuild
new file mode 100644
index ..ccc2aa04abb8
--- /dev/null
+++ b/dev-python/crispy-bootstrap5/crispy-bootstrap5-2024.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap5 template pack for django-crispy-forms"
+HOMEPAGE="
+   https://github.com/django-crispy-forms/crispy-bootstrap5/
+   https://pypi.org/project/crispy-bootstrap5/
+"
+SRC_URI="
+   
https://github.com/django-crispy-forms/crispy-bootstrap5/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/django-4.2[${PYTHON_USEDEP}]
+   >=dev-python/django-crispy-forms-2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-django[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-02-25 Thread Michał Górny
commit: a14369673885c6f44412c7e0a4d3f325c42980c7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 04:33:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 04:33:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1436967

dev-python/progressbar2: Bump to 4.4.1

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

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

diff --git a/dev-python/progressbar2/Manifest b/dev-python/progressbar2/Manifest
index 806d8a5916a0..1bde591b7515 100644
--- a/dev-python/progressbar2/Manifest
+++ b/dev-python/progressbar2/Manifest
@@ -1 +1,2 @@
 DIST progressbar2-4.3.2.tar.gz 92504 BLAKE2B 
d5e0149fc54f3c4397c3de946db1aeef5c41e104ead1b0db1b19f81071a685c87ab3b425ea5eb3098db046db3a2ebfb29bce9a954f653327b5735fbb4f2c1f7f
 SHA512 
d885a8b568149acf7a2cb5e5698f8677ee777c11a907f187c70c4ff4b52c656c40439ac8af00b652e5ddd4325721863c66b9f1a1b9a95d84f5fe081f94e4e0bf
+DIST progressbar2-4.4.1.tar.gz 101229 BLAKE2B 
0817682a33910dd4e1f5c84528298fae3acca49003c9cc3af6034bde8e5a3214e3d87f733ba5a7e04b9648cf87272257a24d2c73c64a7d2dd2992fec5254d0ab
 SHA512 
41748c4d51bbf51dc6c91e4612c22e8350753a9c4c0984a4b6cc170ae367224c413833c7e9853880012f746c8d2bb52c62a812f5d4c0054f081b39573228a29c

diff --git a/dev-python/progressbar2/progressbar2-4.4.1.ebuild 
b/dev-python/progressbar2/progressbar2-4.4.1.ebuild
new file mode 100644
index ..c22fa61d1930
--- /dev/null
+++ b/dev-python/progressbar2/progressbar2-4.4.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Text progressbar library for python"
+HOMEPAGE="
+   https://progressbar-2.readthedocs.io/
+   https://github.com/WoLpH/python-progressbar/
+   https://pypi.org/project/progressbar2/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/python-utils-3.8.1[${PYTHON_USEDEP}]
+   !dev-python/progressbar
+"
+BDEPEND="
+   test? (
+   >=dev-python/dill-0.3.6[${PYTHON_USEDEP}]
+   >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/cov/d' pytest.ini || die
+   default
+}
+
+python_test() {
+   local -x PYTHONDONTWRITEBYTECODE=1
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest tests
+}



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

2024-02-25 Thread Michał Górny
commit: ee9373246bb2a332ba886735d51c3e1b43f66822
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 04:24:58 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 04:24:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee937324

dev-python/sniffio: Bump to 1.3.1

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

 dev-python/sniffio/Manifest |  1 +
 dev-python/sniffio/sniffio-1.3.1.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest
index 0fe49caaad39..caabc63e039a 100644
--- a/dev-python/sniffio/Manifest
+++ b/dev-python/sniffio/Manifest
@@ -1 +1,2 @@
 DIST sniffio-1.3.0.gh.tar.gz 16867 BLAKE2B 
44ab59d7477055aeaa0b08983094d8d12493edd5ded6ebd8e1bb048fbb2024325473dc37ebb5f66a10d8275b4e68b8c7f8dfb26088dc30c97a29d9f002fbc667
 SHA512 
3a9584eea20f5a69958f206fad9f01ef7fc40735f48a6cfaa11ba6eea1e7b8cc8c8053416595fe23276e162b0ab5dd6a41fb30bd9f7994f03b3d3242d5b40ef6
+DIST sniffio-1.3.1.gh.tar.gz 16907 BLAKE2B 
9edec11e204f2624d589786744ed2bce6b082fb338c542bf6bddc22a481c9cc97cfd1c5101ae8cad95bf5068ee40d1659aeb420a2f6377377bf9e514e4c49cd1
 SHA512 
34e2e0a2e1c43e4ce1e1b5cdfb16c4f872897bbc7da77a76b55dc9cae475d87fe1e35d7103cad68ddab93c8be743aaa312ec12b1ddd96ad968be027faa24839f

diff --git a/dev-python/sniffio/sniffio-1.3.1.ebuild 
b/dev-python/sniffio/sniffio-1.3.1.ebuild
new file mode 100644
index ..57640b5c7fc1
--- /dev/null
+++ b/dev-python/sniffio/sniffio-1.3.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2024 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
+
+DESCRIPTION="Sniff out which async library your code is running under"
+HOMEPAGE="
+   https://github.com/python-trio/sniffio/
+   https://pypi.org/project/sniffio/
+"
+SRC_URI="
+   https://github.com/python-trio/sniffio/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( Apache-2.0 MIT )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # curio is not packaged
+   sniffio/_tests/test_sniffio.py::test_curio
+)



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

2024-02-25 Thread Michał Górny
commit: 21fe497788c3820b33e58bd61b22c6318cd09af3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 04:24:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 04:24:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21fe4977

dev-python/ddt: Bump to 1.7.2

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

 dev-python/ddt/Manifest |  1 +
 dev-python/ddt/ddt-1.7.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/ddt/Manifest b/dev-python/ddt/Manifest
index d208fca6fd52..090699b06037 100644
--- a/dev-python/ddt/Manifest
+++ b/dev-python/ddt/Manifest
@@ -1 +1,2 @@
 DIST ddt-1.7.1.gh.tar.gz 19770 BLAKE2B 
a2322e380d4e218fa81dae17c4bd057786ba38aa581015991c0eee8f250a0a94f36311e0fb638362b0db5ec56c0392dce54e8e69568ab90a936e6cb9b848fb78
 SHA512 
7b1f30c08c74fce514380d68b0d44aa1bf8ff1b8cdbbd52bde83e0bb46439cc7ae2fc7f32e0acc257cb3636f6aadefcbfe6815ea5e372a70503131d7fc869511
+DIST ddt-1.7.2.gh.tar.gz 19624 BLAKE2B 
b919916dccc35b5db0946ccf28ed0592a25984b4820d6b59099b5cbf682bd77085f2249454063171c8d5c9fe509c0f646063238a1b4e8ce495f1b5742f3f3368
 SHA512 
1f1e919d809fd721ba840786feedbfca45e5f85907feb21144ea83b298f5c2c047880d874dae2e60bb63e8d8d1445963b37125fcbe09966e4f9e7f77b2f6ec94

diff --git a/dev-python/ddt/ddt-1.7.2.ebuild b/dev-python/ddt/ddt-1.7.2.ebuild
new file mode 100644
index ..fd4045468251
--- /dev/null
+++ b/dev-python/ddt/ddt-1.7.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Data-Driven/Decorated Tests"
+HOMEPAGE="
+   https://pypi.org/project/ddt/
+   https://github.com/datadriventests/ddt/
+"
+SRC_URI="
+   https://github.com/datadriventests/ddt/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/aiounittest[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-02-25 Thread Michał Górny
commit: dc2b6eaa19bcbbc736a94e90931b540417334a0d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 04:29:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 04:29:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2b6eaa

dev-python/urwid-readline: Bump to 0.14

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

 dev-python/urwid-readline/Manifest |  1 +
 .../urwid-readline/urwid-readline-0.14.ebuild  | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/urwid-readline/Manifest 
b/dev-python/urwid-readline/Manifest
index 1f65402c361c..1c168c21fa8b 100644
--- a/dev-python/urwid-readline/Manifest
+++ b/dev-python/urwid-readline/Manifest
@@ -1 +1,2 @@
 DIST urwid_readline-0.13.gh.tar.gz 8356 BLAKE2B 
3de62c98fb2a17ce91c023c32d1bcbfaa8a6280bbb20b654bac65d37c02eec2d87f0bceace600cbe934352efb984073b1fa29b626cb3bb4a114660d646f41eb0
 SHA512 
49087b2b0e47d6adba317941b6be99d7d61fd66ae28fa2ed89730c24cc04b8fa4ce20cb8eb35ebab56f838491432684bb8892463439dcd5d06d087b509182d3d
+DIST urwid_readline-0.14.gh.tar.gz 8369 BLAKE2B 
7253f91b43ef212ded70792629a605fd238cdea1ad1b301ae43eadaa9d61cad9f077367203dd3636a6463c77b34ef6d0a347939634e8125e22eababe900f61ca
 SHA512 
cc24cc72110f6cecbd71f6bda355adc74acf9697dd0636c35a679767e1406a4a15ef53fb03e2e69d20a523f09020fe17b9cf6ac41f1516af52ed9b9736c77d14

diff --git a/dev-python/urwid-readline/urwid-readline-0.14.ebuild 
b/dev-python/urwid-readline/urwid-readline-0.14.ebuild
new file mode 100644
index ..4943672cfb7a
--- /dev/null
+++ b/dev-python/urwid-readline/urwid-readline-0.14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=urwid_readline-${PV}
+DESCRIPTION="Text input widget for urwid that supports readline shortcuts"
+HOMEPAGE="
+   https://github.com/rr-/urwid_readline/
+   https://pypi.org/project/urwid-readline/
+"
+SRC_URI="
+   https://github.com/rr-/urwid_readline/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/urwid[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2024-02-25 Thread Michał Górny
commit: 05c6ad829cbc2c2fd39b304951d06e03d923edce
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 03:33:21 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 03:33:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c6ad82

dev-python/pdm: Remove old

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

 dev-python/pdm/Manifest  |  4 --
 dev-python/pdm/pdm-2.11.1.ebuild | 82 
 dev-python/pdm/pdm-2.11.2.ebuild | 81 ---
 dev-python/pdm/pdm-2.12.1.ebuild | 81 ---
 dev-python/pdm/pdm-2.12.2.ebuild | 81 ---
 5 files changed, 329 deletions(-)

diff --git a/dev-python/pdm/Manifest b/dev-python/pdm/Manifest
index 6f4e4ecbaac8..ffce402df3f4 100644
--- a/dev-python/pdm/Manifest
+++ b/dev-python/pdm/Manifest
@@ -1,6 +1,2 @@
-DIST pdm-2.11.1.tar.gz 2595425 BLAKE2B 
cebaf5a86045a9826a8d6a77985a064fe3e05af403818a4629f7a978a58a4fd07e4d12ba4a69542cd4cf2a090d28a826ebadf0d703543b0551f49b61039d6d38
 SHA512 
e62bd64b1b302bffe0f7f18a68244b108a10969108ce98df028bd56662b336db8bf019fb1d516cc1dc579b838c674ef8601b8f7056e8547a89c5d3311cd037d9
-DIST pdm-2.11.2.tar.gz 2595716 BLAKE2B 
10d1c78160f45099cdbbac6f6ef402b4c9f892e229fe56e54f164b4d7c3317cc8808639b97990e9fefda879d693cba32b48fc7b4c787704e7893c0844351227f
 SHA512 
f27c1b5704469cc846b21a090f2098dacd486b833093af661644717a6dd6cdc627b086027b1c71037d5f3b179e72eac6dde3a98320eaff4f033ae9c96b37ab2c
-DIST pdm-2.12.1.tar.gz 2598220 BLAKE2B 
3aa7ea827b4f38398c8e20ea06d887add3c87c5df26acf627580278eb87ddf508fe7eb03a83ea726541f1233168eb7975dc03715673dffb8d9f30d2843765c6f
 SHA512 
2837f96de13e4d91f0cfe1b632c1fa08d27ce44230c43933e2cf2af2f4b9f3986719104ebc8e3f250f6a005e2a97428d580af0626b55b1e6c2f8f72c14ef67cf
-DIST pdm-2.12.2.tar.gz 2598826 BLAKE2B 
ea3d8dad2593cecfffe070f31998498b3559869bb66513816eee9fb01b4f42f24d33b85380ee95513eff56138a867ed1b80d0e05a32c52d9b8b22d15aad0d8fa
 SHA512 
a0e3332288891f8705f8b4a6b1a08a9784d1e495c938d87294e20ebe3bf62e9802594e1090651742052c1790a6d0b2e498d6b47d0e6743afe37a9054ad8cdb60
 DIST pdm-2.12.3.tar.gz 2599533 BLAKE2B 
4d7687a7c98af4d6111acae4fe391d63f7bbc2c5ceedb699f9e3e11b8dfa60718b75fa1716ef0d6127b8332c091768a844877bad703bc3d34c4863ef0b307aef
 SHA512 
de51b4ad3837c5e4e70691fb25117e62fde239fcb164c2e66808758d0e1543f756ff17ded0acec50a022aa57a0e71bdf7804982597abd071910ae557adaf9a5f
 DIST pdm-2.12.4.tar.gz 2598160 BLAKE2B 
9eecae679a577c9d6172a07ad633be8b840ac5d972ad0e468b368dabc716203d10c5f0c78e87b815aa30af3be37f6370bcb6623fc5d272a52b6c3e4490112455
 SHA512 
12cabaff90f962ac195a484ea2bafa8a5ec9debdaf90b59b81d28eee51f854b9ac6d894e22a16c5ad8b69740c5df6a6573942a82c4ea5482819e60bc903c8358

diff --git a/dev-python/pdm/pdm-2.11.1.ebuild b/dev-python/pdm/pdm-2.11.1.ebuild
deleted file mode 100644
index 4a66029fb2cc..
--- a/dev-python/pdm/pdm-2.11.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python package and dependency manager supporting the latest PEP 
standards"
-HOMEPAGE="
-   https://pdm-project.org/
-   https://github.com/pdm-project/pdm/
-   https://pypi.org/project/pdm/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   dev-python/blinker[${PYTHON_USEDEP}]
-   dev-python/certifi[${PYTHON_USEDEP}]
-   =dev-python/unearth-0.12.1[${PYTHON_USEDEP}]
-   =dev-python/findpython-0.4.0[${PYTHON_USEDEP}]
-   dev-python/tomlkit[${PYTHON_USEDEP}]
-   dev-python/shellingham[${PYTHON_USEDEP}]
-   dev-python/python-dotenv[${PYTHON_USEDEP}]
-   >=dev-python/resolvelib-1.0.1[${PYTHON_USEDEP}]
-   dev-python/installer[${PYTHON_USEDEP}]
-   dev-python/cachecontrol[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-BDEPEND="
-   ${RDEPEND}
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Internet
-   'tests/cli/test_build.py::test_build_with_no_isolation[False]'
-   tests/test_project.py::test_access_index_with_auth
-   tests/cli/test_others.py::test_build_distributions
-   
'tests/models/test_candidates.py::test_expand_project_root_in_url[demo @ 
file:///${PROJECT_ROOT}/tests/fixtures/artifacts/demo-0.0.1.tar.gz]'
-   
'tests/models/test_candidates.py::test_expand_project_root_in_url[-e 
file:///${PROJECT_ROOT}/tests/fixtures/projects/demo-#-with-hash#egg=demo]'
-   # hangs on interactive keyring prompts
-   

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

2024-02-25 Thread Michał Górny
commit: 4ff5b760d8bea3651eb223110a0c5266c6fd00a9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 03:34:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 03:34:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff5b760

dev-python/Nuitka: Bump to 2.0.4

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.0.4.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 06422e94ad2f..c1cfbede490d 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,4 +1,5 @@
 DIST Nuitka-2.0.1.tar.gz 3928704 BLAKE2B 
404b1678b761abd2853baa9998fec3710d152a9affdf747d5ccea0d1dc16b861525379ab164f81948557484948f43da15614a397e7d85f2f98d4d09afb3e
 SHA512 
70ca004c4207d176e5d504e185a7554a2df4fde8cb93cee440c14a7d785e6dafd587d205c277a681dcbba40e221c3fa46f240c97ecf08c15e2ca801cac4fcc68
 DIST Nuitka-2.0.2.tar.gz 3930125 BLAKE2B 
b588e57a216f81f02bc6b50355c3cebf37f94a95c320524ea26a772dfbdbb2c8005f3749c145021c400c921957ea666711ad2b67ab12710f9f9ecaa552aedff0
 SHA512 
722501f1de174c074a6c95c463888e481b3f9b74ccba7a5bd9cdddf74a23abd46473fe532f22b4c542893d942f009985a330588654852a8f7c2994b543538637
 DIST Nuitka-2.0.3.tar.gz 3931343 BLAKE2B 
0545e524d9a0a0ce5a6ec87522b3cd9f0f3593c202f97d32d7db65910de701cff7a7ecb7d261f1bb4e9bdbff7b3231cbd76d6e8497725b0e6568057abf749f6c
 SHA512 
a4558a6e9b359dd648f6e20785b04e734d531561cb4e2cae03184a14d0b01f5b25d9e36d0b964f2d96540e53a36d54cbf8b2fc74c74695a175e671309d11cd9a
+DIST Nuitka-2.0.4.tar.gz 3932819 BLAKE2B 
2e54e70848df30cc9f62e27ced44b356a4e817b9a21c8e8ec67a7432131cdc7d2f7bef9d3d1c26b47f34c906c2c6d7b84c10561515198b68fb3b63ed7de88fbf
 SHA512 
b3ff3975ff3aeb1809e71bd8e8835a0d922ba26355e1e099d918df77a48976b625a3d47e0d0f99134292aee5dabaf34803448762b268aabad9cf1952440a64db
 DIST Nuitka-2.0.tar.gz 3964226 BLAKE2B 
76ace502390dcb9c10ae9a9dc624575453a0e9c440509b40e74162200d84942be565f07a0877f3bfeb8b82b4f1398f8d7c9150e19d8be58e3f67859f0656277d
 SHA512 
93125344fa8556c0c185dabce14786f52f9db37ba1cbdb1d9fafc08d72be66bbb2bad4e55b12a92c84d85efef6d914fb6ae4e5ca7c4da0574f1892152b111ea0

diff --git a/dev-python/Nuitka/Nuitka-2.0.4.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.4.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.0.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



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

2024-02-25 Thread Michał Górny
commit: 8c438f88e896535433d3492f17d2e54893ec3271
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 03:32:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 03:32:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c438f88

dev-python/pdm: Bump to 2.12.4

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

 dev-python/pdm/Manifest  |  1 +
 dev-python/pdm/pdm-2.12.4.ebuild | 81 
 2 files changed, 82 insertions(+)

diff --git a/dev-python/pdm/Manifest b/dev-python/pdm/Manifest
index 317eeacecd6b..6f4e4ecbaac8 100644
--- a/dev-python/pdm/Manifest
+++ b/dev-python/pdm/Manifest
@@ -3,3 +3,4 @@ DIST pdm-2.11.2.tar.gz 2595716 BLAKE2B 
10d1c78160f45099cdbbac6f6ef402b4c9f892e22
 DIST pdm-2.12.1.tar.gz 2598220 BLAKE2B 
3aa7ea827b4f38398c8e20ea06d887add3c87c5df26acf627580278eb87ddf508fe7eb03a83ea726541f1233168eb7975dc03715673dffb8d9f30d2843765c6f
 SHA512 
2837f96de13e4d91f0cfe1b632c1fa08d27ce44230c43933e2cf2af2f4b9f3986719104ebc8e3f250f6a005e2a97428d580af0626b55b1e6c2f8f72c14ef67cf
 DIST pdm-2.12.2.tar.gz 2598826 BLAKE2B 
ea3d8dad2593cecfffe070f31998498b3559869bb66513816eee9fb01b4f42f24d33b85380ee95513eff56138a867ed1b80d0e05a32c52d9b8b22d15aad0d8fa
 SHA512 
a0e3332288891f8705f8b4a6b1a08a9784d1e495c938d87294e20ebe3bf62e9802594e1090651742052c1790a6d0b2e498d6b47d0e6743afe37a9054ad8cdb60
 DIST pdm-2.12.3.tar.gz 2599533 BLAKE2B 
4d7687a7c98af4d6111acae4fe391d63f7bbc2c5ceedb699f9e3e11b8dfa60718b75fa1716ef0d6127b8332c091768a844877bad703bc3d34c4863ef0b307aef
 SHA512 
de51b4ad3837c5e4e70691fb25117e62fde239fcb164c2e66808758d0e1543f756ff17ded0acec50a022aa57a0e71bdf7804982597abd071910ae557adaf9a5f
+DIST pdm-2.12.4.tar.gz 2598160 BLAKE2B 
9eecae679a577c9d6172a07ad633be8b840ac5d972ad0e468b368dabc716203d10c5f0c78e87b815aa30af3be37f6370bcb6623fc5d272a52b6c3e4490112455
 SHA512 
12cabaff90f962ac195a484ea2bafa8a5ec9debdaf90b59b81d28eee51f854b9ac6d894e22a16c5ad8b69740c5df6a6573942a82c4ea5482819e60bc903c8358

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

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

2024-02-25 Thread Michał Górny
commit: eb6b7f037f3af3f30bfa34462c385b7cf2709d46
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 03:36:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 03:39:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6b7f03

dev-python/hypothesis: Bump to 6.98.12

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

 dev-python/hypothesis/Manifest  |  1 +
 dev-python/hypothesis/hypothesis-6.98.12.ebuild | 90 +
 2 files changed, 91 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 4fe7913a7200..26d3c4f3e718 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,4 +1,5 @@
 DIST hypothesis-6.97.5.gh.tar.gz 9426065 BLAKE2B 
2aec769268af7392f71c0ec7d12defad4962bd56597cb68ca0edfa81dbf28ef7d865b26086b75ee03287c82a0b2c0273a55bd6872b188728595fe74198130dd6
 SHA512 
d9f2adc51ef3b7fc331d3dca1b69a9464a2bc73298747f3732b8b4621237284ac60a50b927b57a047a155e0d94a3ee2974bbef2c9cf9112080e9098fba3cfc7f
 DIST hypothesis-6.98.10.gh.tar.gz 9428083 BLAKE2B 
7b1f49fb296097d00396bdcb699203a92ac210d4c05927e5f44cf4d3ab1aadb75a1a13a66bdcd63a582b19b99980e3075b3d481b9d4d8b737e53f410e3821718
 SHA512 
5cff0fb16e64b9190da4055487945060b0a85c3dbde949bcd9e1931e3825d8316bd3780a432503fce33cab48f078f83d418e4e1760a084a933f591183b22f0c3
 DIST hypothesis-6.98.11.gh.tar.gz 9428472 BLAKE2B 
79c4561ac1ac3ad309bccd215bb0b4f1a010b50058e70770ca51cb5e35e5c99e95aaa1d0a757a84fc1c34c117c6d400d40d41ea0dcfc236db2b2bc78812a9671
 SHA512 
3abe0801e33836727a48bdf7888bfaf0fbe2eca36aa511cdeaed29d45351c250c8f5aed6f47396f1e97fbccbecb45bd0b55b86a2956fa0bd735b99edc6bbe53f
+DIST hypothesis-6.98.12.gh.tar.gz 9429362 BLAKE2B 
cb8ac92b93057c1e311caddcdba99ef56cc5fdcedbf4a5fc0cc9342a4bdc2565cb5154f963e202b0d6fc6254a123277db0ff825493ed0d240f01b14f33131745
 SHA512 
0dfb07a69810685fc8042e93ce3fa9738d593835008bae31afd9cee621b8975f455c545768096990c3000e08d230cb116c465509e95c5139db0c7609a576ab3e
 DIST hypothesis-6.98.9.gh.tar.gz 9427046 BLAKE2B 
c3705e4c780b6e7f427943231ac056f343e70569e88391f118383e6d6197f72e744306476f2e1994e8a6d95dce73b93dcd49e8fa197149e532b84c91bce79594
 SHA512 
1e8a0dcefb8def8376a0ad6549a58dac66470941e4a3584ba82867f8779fd941c141039f631f15f134f7cdb3beb2ad1a19312d8e56c47db9ace0569f203afaf3

diff --git a/dev-python/hypothesis/hypothesis-6.98.12.ebuild 
b/dev-python/hypothesis/hypothesis-6.98.12.ebuild
new file mode 100644
index ..f7f366381e4f
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.98.12.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+CLI_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+TAG=hypothesis-python-${PV}
+MY_P=hypothesis-${TAG}
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="
+   https://github.com/HypothesisWorks/hypothesis/
+   https://pypi.org/project/hypothesis/
+"
+SRC_URI="
+   https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/hypothesis-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' "${CLI_COMPAT[@]}")
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

[gentoo-commits] proj/portage:master commit in: /

2024-02-25 Thread Mike Gilbert
commit: 50b1f276d3473d21dea2925a4e4de7d24edeade2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Feb 26 04:12:23 2024 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Feb 26 04:12:23 2024 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=50b1f276

Fix NEWS

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

 NEWS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 258d800373..5da71f776e 100644
--- a/NEWS
+++ b/NEWS
@@ -10,11 +10,10 @@ portage-3.0.64 (UNRELEASED)
 --
 
 Bug fixes:
-
+* ctypes: Add workaround for loading libc on musl.
 
 portage-3.0.63 (2024-02-25)
 --
-* ctypes: Add workaround for loading libc on musl
 
 Bug fixes:
 * emerge: Skip installed packages with emptytree in depgraph selection (bug 
#651018).



[gentoo-commits] proj/portage:master commit in: lib/portage/dbapi/, lib/portage/util/, /, lib/portage/

2024-02-25 Thread Mike Gilbert
commit: 19e27e0415fd321c39104f7d687bcdc4f4132e24
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Feb 25 18:10:15 2024 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Feb 26 04:10:32 2024 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=19e27e04

Add workaround for loading libc on musl

musl libc has no soname, which causes ctypes.util.find_library to fail.
As a fallback, try to load "libc.so".

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

 NEWS|  7 +++
 lib/portage/dbapi/_MergeProcess.py  |  4 ++--
 lib/portage/dbapi/_SyncfsProcess.py | 14 --
 lib/portage/process.py  | 16 +---
 lib/portage/util/_ctypes.py | 15 +++
 lib/portage/util/locale.py  |  7 ++-
 6 files changed, 35 insertions(+), 28 deletions(-)

diff --git a/NEWS b/NEWS
index eb84651b53..258d800373 100644
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,15 @@ Release notes take the form of the following optional 
categories:
 * Bug fixes
 * Cleanups
 
+portage-3.0.64 (UNRELEASED)
+--
+
+Bug fixes:
+
+
 portage-3.0.63 (2024-02-25)
 --
+* ctypes: Add workaround for loading libc on musl
 
 Bug fixes:
 * emerge: Skip installed packages with emptytree in depgraph selection (bug 
#651018).

diff --git a/lib/portage/dbapi/_MergeProcess.py 
b/lib/portage/dbapi/_MergeProcess.py
index dd5ad71cf8..d9ab2b47aa 100644
--- a/lib/portage/dbapi/_MergeProcess.py
+++ b/lib/portage/dbapi/_MergeProcess.py
@@ -10,7 +10,7 @@ import fcntl
 import portage
 from portage import os, _unicode_decode
 from portage.package.ebuild._ipc.QueryCommand import QueryCommand
-from portage.util._ctypes import find_library
+from portage.util._ctypes import load_libc
 import portage.elog.messages
 from portage.util._async.ForkProcess import ForkProcess
 from portage.util import no_color
@@ -64,7 +64,7 @@ class MergeProcess(ForkProcess):
 # process, so that it's only done once rather than
 # for each child process.
 if platform.system() == "Linux" and "merge-sync" in settings.features:
-find_library("c")
+load_libc()
 
 # Inherit stdin by default, so that the pdb SIGUSR1
 # handler is usable for the subprocess.

diff --git a/lib/portage/dbapi/_SyncfsProcess.py 
b/lib/portage/dbapi/_SyncfsProcess.py
index ddc2240071..300ae53985 100644
--- a/lib/portage/dbapi/_SyncfsProcess.py
+++ b/lib/portage/dbapi/_SyncfsProcess.py
@@ -4,7 +4,7 @@
 import functools
 
 from portage import os
-from portage.util._ctypes import find_library, LoadLibrary
+from portage.util._ctypes import load_libc
 from portage.util._async.ForkProcess import ForkProcess
 
 
@@ -24,15 +24,9 @@ class SyncfsProcess(ForkProcess):
 
 @staticmethod
 def _get_syncfs():
-filename = find_library("c")
-if filename is not None:
-library = LoadLibrary(filename)
-if library is not None:
-try:
-return library.syncfs
-except AttributeError:
-pass
-
+(libc, _) = load_libc()
+if libc is not None:
+return getattr(libc, "syncfs", None)
 return None
 
 @staticmethod

diff --git a/lib/portage/process.py b/lib/portage/process.py
index cc9ed7bf78..b652e32942 100644
--- a/lib/portage/process.py
+++ b/lib/portage/process.py
@@ -37,7 +37,7 @@ portage.proxy.lazyimport.lazyimport(
 from portage.const import BASH_BINARY, SANDBOX_BINARY, FAKEROOT_BINARY
 from portage.exception import CommandNotFound
 from portage.proxy.objectproxy import ObjectProxy
-from portage.util._ctypes import find_library, LoadLibrary, ctypes
+from portage.util._ctypes import load_libc, LoadLibrary, ctypes
 
 try:
 from portage.util.netlink import RtNetlink
@@ -960,11 +960,9 @@ def _exec(
 have_unshare = False
 libc = None
 if unshare_net or unshare_ipc or unshare_mount or unshare_pid:
-filename = find_library("c")
-if filename is not None:
-libc = LoadLibrary(filename)
-if libc is not None:
-have_unshare = hasattr(libc, "unshare")
+(libc, _) = load_libc()
+if libc is not None:
+have_unshare = hasattr(libc, "unshare")
 
 if not have_unshare:
 # unshare() may not be supported by libc
@@ -1212,11 +1210,7 @@ class _unshare_validator:
 """
 # This ctypes library lookup caches the result for use in the
 # subprocess when the multiprocessing start method is fork.
-filename = find_library("c")
-if filename is None:
-return errno.ENOTSUP
-
-libc = LoadLibrary(filename)
+(libc, filename) = load_libc()
 if libc is None:
 return errno.ENOTSUP
 

diff --git a/lib/portage/util/_ctypes.py b/lib/portage/util/_ctypes.py
index e6d1e327cb..04e965ba92 100644
--- a/lib/portage/util/_ctypes.py
+++ b/lib/portage/util/_ctypes.py
@@ 

[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-mypy-plugins/files/, dev-python/pytest-mypy-plugins/

2024-02-25 Thread Lucio Sauer
commit: a25e8054de48d37e90b42f996889f0bade20b602
Author: Lucio Sauer  posteo  net>
AuthorDate: Mon Feb 26 01:49:28 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Mon Feb 26 01:49:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a25e8054

dev-python/pytest-mypy-plugins: drop 2.0.0, 2.0.0-r1, 3.0.0

Signed-off-by: Lucio Sauer  posteo.net>

 dev-python/pytest-mypy-plugins/Manifest|  1 -
 ...test-mypy-plugins-2.0.0-compat-mypy-1.8.0.patch | 60 --
 .../pytest-mypy-plugins-2.0.0-r1.ebuild| 35 -
 .../pytest-mypy-plugins-2.0.0.ebuild   | 39 --
 .../pytest-mypy-plugins-3.0.0.ebuild   | 52 ---
 5 files changed, 187 deletions(-)

diff --git a/dev-python/pytest-mypy-plugins/Manifest 
b/dev-python/pytest-mypy-plugins/Manifest
index 97df09184c..35c418d577 100644
--- a/dev-python/pytest-mypy-plugins/Manifest
+++ b/dev-python/pytest-mypy-plugins/Manifest
@@ -1,2 +1 @@
-DIST pytest-mypy-plugins-2.0.0.gh.tar.gz 18444 BLAKE2B 
a9def96003d85d76984067194abdbb5259379c09d359be6a3de7d4a68df2f8c7ebd033632c645297062564943b6cdee885c793172338b52110590be6911f6a75
 SHA512 
743d4e3eef03cb52ffde82e42522ea961db6a27be3cba17aadceb47e1456ffd20806559dd7a6b183536aba98e592e97e40911199c4defbe66bfceebbf229
 DIST pytest-mypy-plugins-3.0.0.gh.tar.gz 20643 BLAKE2B 
e9b124b23f0e606b8d6f098c5834f8b70b44a6d7f374b0d4132c1fc47429a7a72a98ac96edd61a21969d4bc46a27c49cda35a9e0f71ed93361e0346debe643af
 SHA512 
a2c35b4b57cf8eff6ac303a7394f798e3b96359c1e0e6424d57f0c5680cf00b6e84b7a11bb138c4ab3c7464f13ad0fd6358e9f2c5957b36eec1d2835e31edcd7

diff --git 
a/dev-python/pytest-mypy-plugins/files/pytest-mypy-plugins-2.0.0-compat-mypy-1.8.0.patch
 
b/dev-python/pytest-mypy-plugins/files/pytest-mypy-plugins-2.0.0-compat-mypy-1.8.0.patch
deleted file mode 100644
index e4885b93a5..00
--- 
a/dev-python/pytest-mypy-plugins/files/pytest-mypy-plugins-2.0.0-compat-mypy-1.8.0.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-Adapted from:
-https://github.com/typeddjango/pytest-mypy-plugins/commit/97aff1e9ae5022384542ce98b8a401c7f4c420e7
-From: antecrescent 
-Date: Sun, 25 Feb 2024 20:53:26 +0100
-Subject: [PATCH] Test inline mypy configuration with more stable mypy option
- (#138)
-
-* Test inline mypy configuration with more stable mypy option
-
-The mypy configuration --no-strict-optional is discouraged and not much
-tested. It caused the test to fail with >=mypy-1.6.0.
-
-Closes #137
-
-* Update flush_errors to match the signature of >=mypy-1.8.0
-
-Necessity to bump to >=mypy-1.8.0 explained here:
-https://github.com/typeddjango/pytest-mypy-plugins/pull/139
 a/pytest_mypy_plugins/item.py
-+++ b/pytest_mypy_plugins/item.py
-@@ -82,7 +82,10 @@ def run_mypy_typechecking(cmd_options: List[str], stdout: 
TextIO, stderr: TextIO
- 
- error_messages = []
- 
--def flush_errors(new_messages: List[str], serious: bool) -> None:
-+# discard filename parameter '_'. Mypy uses it to generate
-+# one junit-xml test entry per file with failures (--junit-format 
per_file)
-+# and we don't support mypy's --junit-xml option in the first place.
-+def flush_errors(_: str | None, new_messages: List[str], serious: bool) 
-> None:
- error_messages.extend(new_messages)
- f = stderr if serious else stdout
- try:
 a/pytest_mypy_plugins/tests/test-simple-cases.yml
-+++ b/pytest_mypy_plugins/tests/test-simple-cases.yml
-@@ -60,13 +60,13 @@
- a.lower()  # E: "int" has no attribute "lower"  [attr-defined]
- 
- 
--- case: custom_mypy_config_strict_optional_true_set
-+- case: custom_mypy_config_disallow_any_explicit_set
-+  expect_fail: yes
-   main: |
--from typing import Optional
--a: Optional[int] = None
--a + 1
-+from typing import Any
-+a: Any = None # shoud raise an error
-   mypy_config: |
--strict_optional = False
-+disallow_any_explicit = true
- 
- 
- - case: skip_incorrect_test_case
-@@ -101,4 +101,4 @@
- a = 'abc'
- reveal_type(a)
-   out: |
--main:2: note: Some other message
-\ No newline at end of file
-+main:2: note: Some other message

diff --git a/dev-python/pytest-mypy-plugins/pytest-mypy-plugins-2.0.0-r1.ebuild 
b/dev-python/pytest-mypy-plugins/pytest-mypy-plugins-2.0.0-r1.ebuild
deleted file mode 100644
index 61c92e0d63..00
--- a/dev-python/pytest-mypy-plugins/pytest-mypy-plugins-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11,12} )
-inherit distutils-r1
-
-DESCRIPTION="pytest plugin for testing mypy types, stubs, plugins"
-HOMEPAGE="
-   https://pypi.org/project/pytest-mypy-plugins/
-   https://github.com/typeddjango/pytest-mypy-plugins/
-"
-
-SRC_URI="https://github.com/typeddjango/pytest-mypy-plugins/archive/refs/tags/${PV}.tar.gz
- 

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

2024-02-25 Thread Mike Pagano
commit: 67b6b51bd8dc2fd18da0f7b816bccadaeaa6f838
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Feb 26 01:45:58 2024 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Feb 26 01:45:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b6b51b

sys-kernel/git-sources: add 6.8_rc6

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

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-6.8_rc6.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 5b53947fdec0..c3d7dffdac4a 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -4,3 +4,4 @@ DIST patch-6.8-rc2.patch 43792863 BLAKE2B 
7e5c5d3255d79d6318d115948d9994bbf96bd3
 DIST patch-6.8-rc3.patch 44394710 BLAKE2B 
626c9569dbc8ff077f5dedd8cf01553f0f9261b28407eaa08c4cf502aaf529441bea97c2c6ae1c01654a9b78feb77be32168a4dd082643b079b1c6379222f70e
 SHA512 
255c0700bb24a3aea781c40a96e48a28583f6266940b4127af93e893361fa7e9a9ab5fdd435648de56d9c18bf06ce5a73cd8013a3c3f20c55f470fdeeca4e6b0
 DIST patch-6.8-rc4.patch 44748761 BLAKE2B 
da6da63a288680039ea72412fad9c51cd0dcabcfec0920a1c82b046c6c616c99a7d602fbe99702817a7216ba502edf230707e3724a1b7667cd6530808d5e0f42
 SHA512 
b41bd3e7f74863350feb1213ef132069ba20a84762e7d8228271b7da311411536901dac287c71df8393ce60646f800ad7668b22ffeb9f6cebae15698bf3ddb0c
 DIST patch-6.8-rc5.patch 45206799 BLAKE2B 
629c0a1abd3e41b0f9e8b8c0ddcad75526948872b29371dba16f94e00a846c1c4b811c41446a7d686a533b858d20d66138d26d444a4021976bbcc0108cc17a66
 SHA512 
e693b249300093cb300445e102747e97fa84a2ffe989b0684aed83573357e805640b0442272be5e064899ce91b82b8917cfe5f1350cac6d2c3287959276b7c8a
+DIST patch-6.8-rc6.patch 45546090 BLAKE2B 
a9775d50d71233a6f2c24236e12a6cfcf8b1439f5fed8fbaa89bb45150a7b08cea8e6a37e6eb9a72e1321239d5d3277388f876256fcbc6df4b4b32f057125762
 SHA512 
a5434e310131c5db6c8a40e4fae665f000db68073a05f63e66afd9abbbaf5c3fefc72574dc71e6b60e2641b149ef68337fcb882e898d5aff047b1f631052b094

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-mypy-plugins/files/, dev-python/pytest-mypy-plugins/

2024-02-25 Thread Lucio Sauer
commit: 2d2203d8e8a62e3d74df4a028c0a357e95f0036f
Author: Lucio Sauer  posteo  net>
AuthorDate: Mon Feb 26 01:35:42 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Mon Feb 26 01:35:42 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d2203d8

dev-python/pytest-mypy-plugins: backport compatibility with >=mypy-1.8.0

Both versions were previously incompatible with dev-python/mypy-1.8.0 due
to an incompatibility with mypy's new flush_errors signature.
See also: https://github.com/typeddjango/pytest-mypy-plugins/pull/139

Signed-off-by: Lucio Sauer  posteo.net>

 ...test-mypy-plugins-2.0.0-compat-mypy-1.8.0.patch | 60 ++
 ...test-mypy-plugins-3.0.0-compat-mypy-1.8.0.patch | 51 ++
 .../pytest-mypy-plugins-2.0.0-r1.ebuild| 35 +
 .../pytest-mypy-plugins-3.0.0-r1.ebuild| 52 +++
 4 files changed, 198 insertions(+)

diff --git 
a/dev-python/pytest-mypy-plugins/files/pytest-mypy-plugins-2.0.0-compat-mypy-1.8.0.patch
 
b/dev-python/pytest-mypy-plugins/files/pytest-mypy-plugins-2.0.0-compat-mypy-1.8.0.patch
new file mode 100644
index 00..e4885b93a5
--- /dev/null
+++ 
b/dev-python/pytest-mypy-plugins/files/pytest-mypy-plugins-2.0.0-compat-mypy-1.8.0.patch
@@ -0,0 +1,60 @@
+Adapted from:
+https://github.com/typeddjango/pytest-mypy-plugins/commit/97aff1e9ae5022384542ce98b8a401c7f4c420e7
+From: antecrescent 
+Date: Sun, 25 Feb 2024 20:53:26 +0100
+Subject: [PATCH] Test inline mypy configuration with more stable mypy option
+ (#138)
+
+* Test inline mypy configuration with more stable mypy option
+
+The mypy configuration --no-strict-optional is discouraged and not much
+tested. It caused the test to fail with >=mypy-1.6.0.
+
+Closes #137
+
+* Update flush_errors to match the signature of >=mypy-1.8.0
+
+Necessity to bump to >=mypy-1.8.0 explained here:
+https://github.com/typeddjango/pytest-mypy-plugins/pull/139
+--- a/pytest_mypy_plugins/item.py
 b/pytest_mypy_plugins/item.py
+@@ -82,7 +82,10 @@ def run_mypy_typechecking(cmd_options: List[str], stdout: 
TextIO, stderr: TextIO
+ 
+ error_messages = []
+ 
+-def flush_errors(new_messages: List[str], serious: bool) -> None:
++# discard filename parameter '_'. Mypy uses it to generate
++# one junit-xml test entry per file with failures (--junit-format 
per_file)
++# and we don't support mypy's --junit-xml option in the first place.
++def flush_errors(_: str | None, new_messages: List[str], serious: bool) 
-> None:
+ error_messages.extend(new_messages)
+ f = stderr if serious else stdout
+ try:
+--- a/pytest_mypy_plugins/tests/test-simple-cases.yml
 b/pytest_mypy_plugins/tests/test-simple-cases.yml
+@@ -60,13 +60,13 @@
+ a.lower()  # E: "int" has no attribute "lower"  [attr-defined]
+ 
+ 
+-- case: custom_mypy_config_strict_optional_true_set
++- case: custom_mypy_config_disallow_any_explicit_set
++  expect_fail: yes
+   main: |
+-from typing import Optional
+-a: Optional[int] = None
+-a + 1
++from typing import Any
++a: Any = None # shoud raise an error
+   mypy_config: |
+-strict_optional = False
++disallow_any_explicit = true
+ 
+ 
+ - case: skip_incorrect_test_case
+@@ -101,4 +101,4 @@
+ a = 'abc'
+ reveal_type(a)
+   out: |
+-main:2: note: Some other message
+\ No newline at end of file
++main:2: note: Some other message

diff --git 
a/dev-python/pytest-mypy-plugins/files/pytest-mypy-plugins-3.0.0-compat-mypy-1.8.0.patch
 
b/dev-python/pytest-mypy-plugins/files/pytest-mypy-plugins-3.0.0-compat-mypy-1.8.0.patch
new file mode 100644
index 00..c39c21d2ed
--- /dev/null
+++ 
b/dev-python/pytest-mypy-plugins/files/pytest-mypy-plugins-3.0.0-compat-mypy-1.8.0.patch
@@ -0,0 +1,51 @@
+https://github.com/typeddjango/pytest-mypy-plugins/commit/97aff1e9ae5022384542ce98b8a401c7f4c420e7
+From: antecrescent 
+Date: Sun, 25 Feb 2024 20:53:26 +0100
+Subject: [PATCH] Test inline mypy configuration with more stable mypy option
+ (#138)
+
+* Test inline mypy configuration with more stable mypy option
+
+The mypy configuration --no-strict-optional is discouraged and not much
+tested. It caused the test to fail with >=mypy-1.6.0.
+
+Closes #137
+
+* Update flush_errors to match the signature of >=mypy-1.8.0
+
+Necessity to bump to >=mypy-1.8.0 explained here:
+https://github.com/typeddjango/pytest-mypy-plugins/pull/139
+--- a/pytest_mypy_plugins/item.py
 b/pytest_mypy_plugins/item.py
+@@ -82,7 +82,10 @@ def run_mypy_typechecking(cmd_options: List[str], stdout: 
TextIO, stderr: TextIO
+ 
+ error_messages = []
+ 
+-def flush_errors(new_messages: List[str], serious: bool) -> None:
++# discard filename parameter '_'. Mypy uses it to generate
++# one junit-xml test entry per file with failures (--junit-format 
per_file)
++# and we don't support mypy's --junit-xml option in the first place.
++def flush_errors(_: str | 

[gentoo-commits] proj/kde:master commit in: dev-libs/kirigami-addons/

2024-02-25 Thread Sam James
commit: 7831d99fc344c5bb1e7ec51834c7f770af1cb99c
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 26 01:25:41 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 26 01:25:41 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7831d99f

dev-libs/kirigami-addons: refresh deps

* Depend on ksvg per upstream commit 1aca087dadd4d0be75d1b97baa6d327556381dbb.

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

 dev-libs/kirigami-addons/kirigami-addons-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/kirigami-addons/kirigami-addons-.ebuild 
b/dev-libs/kirigami-addons/kirigami-addons-.ebuild
index 053a5ce8f4..e6355503a1 100644
--- a/dev-libs/kirigami-addons/kirigami-addons-.ebuild
+++ b/dev-libs/kirigami-addons/kirigami-addons-.ebuild
@@ -33,6 +33,7 @@ COMMON_DEPEND="
 "
 RDEPEND="${COMMON_DEPEND}
>=dev-qt/qt5compat-${QTMIN}:6[qml]
+   >=kde-frameworks/ksvg-${KFMIN}:6
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
kde-plasma/libplasma:6
 "



[gentoo-commits] proj/kde:master commit in: dev-libs/ktextaddons/

2024-02-25 Thread Sam James
commit: 73dc1b3be8ce48d86c9a8f3af7aa00b4634b5896
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 26 01:27:32 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 26 01:27:32 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=73dc1b3b

dev-libs/ktextaddons: refresh deps

* Need qtmultimedia[widgets] with USE=speech (upstream commit 
3e1981fbf021c483d9e5ec45cd6f86f040c69735).

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

 dev-libs/ktextaddons/ktextaddons-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/ktextaddons/ktextaddons-.ebuild 
b/dev-libs/ktextaddons/ktextaddons-.ebuild
index 3ae1525f9e..6bee9dd3dd 100644
--- a/dev-libs/ktextaddons/ktextaddons-.ebuild
+++ b/dev-libs/ktextaddons/ktextaddons-.ebuild
@@ -36,7 +36,10 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/sonnet-${KFMIN}:6
>=kde-frameworks/syntax-highlighting-${KFMIN}:6
-   speech? ( >=dev-qt/qtspeech-${QTMIN}:6 )
+   speech? (
+   >=dev-qt/qtmultimedia-${QTMIN}:6[widgets]
+   >=dev-qt/qtspeech-${QTMIN}:6
+   )
 "
 RDEPEND="${DEPEND}
!${CATEGORY}/${PN}:5



[gentoo-commits] proj/kde:master commit in: kde-misc/kclock/

2024-02-25 Thread Sam James
commit: fae03cb350999ff206844d66e734dbf776cd92b8
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 26 01:18:43 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 26 01:19:27 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fae03cb3

kde-misc/kclock: refresh deps

* Adopt kstatusnotifieritem (upstream commit 
0435995b05fd8116a413ca45e0cb191fe959467d).

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

 kde-misc/kclock/kclock-24.02.0.ebuild   | 1 +
 kde-misc/kclock/kclock-24.02.49..ebuild | 1 +
 kde-misc/kclock/kclock-.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-misc/kclock/kclock-24.02.0.ebuild 
b/kde-misc/kclock/kclock-24.02.0.ebuild
index 7f62111b8f..89131c9fb1 100644
--- a/kde-misc/kclock/kclock-24.02.0.ebuild
+++ b/kde-misc/kclock/kclock-24.02.0.ebuild
@@ -26,6 +26,7 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kirigami-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
kde-plasma/libplasma:6
 "
 RDEPEND="${DEPEND}

diff --git a/kde-misc/kclock/kclock-24.02.49..ebuild 
b/kde-misc/kclock/kclock-24.02.49..ebuild
index 16d8f849f3..b73db66ddb 100644
--- a/kde-misc/kclock/kclock-24.02.49..ebuild
+++ b/kde-misc/kclock/kclock-24.02.49..ebuild
@@ -26,6 +26,7 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kirigami-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
kde-plasma/libplasma:6
 "
 RDEPEND="${DEPEND}

diff --git a/kde-misc/kclock/kclock-.ebuild 
b/kde-misc/kclock/kclock-.ebuild
index 16d8f849f3..b73db66ddb 100644
--- a/kde-misc/kclock/kclock-.ebuild
+++ b/kde-misc/kclock/kclock-.ebuild
@@ -26,6 +26,7 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kirigami-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
kde-plasma/libplasma:6
 "
 RDEPEND="${DEPEND}



[gentoo-commits] proj/kde:master commit in: kde-misc/kweather/

2024-02-25 Thread Sam James
commit: ab68b7b1d550f587a1d9adbb6399dc22efb85276
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 26 01:21:14 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 26 01:21:46 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab68b7b1

kde-misc/kweather: refresh deps

* Needs qtbase[opengl] for upstream commit 
6df1eaeed6f59aaac83471a9a1ffb87838a378d3

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

 kde-misc/kweather/kweather-24.02.0.ebuild   | 2 +-
 kde-misc/kweather/kweather-24.02.49..ebuild | 2 +-
 kde-misc/kweather/kweather-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-misc/kweather/kweather-24.02.0.ebuild 
b/kde-misc/kweather/kweather-24.02.0.ebuild
index 99d259c890..c447b593e3 100644
--- a/kde-misc/kweather/kweather-24.02.0.ebuild
+++ b/kde-misc/kweather/kweather-24.02.0.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64"
 DEPEND="
dev-libs/kirigami-addons:6
dev-libs/kweathercore:6
-   >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
+   >=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
>=dev-qt/qtcharts-${QTMIN}:6[qml]
>=dev-qt/qtdeclarative-${QTMIN}:6
>=dev-qt/qtsvg-${QTMIN}:6

diff --git a/kde-misc/kweather/kweather-24.02.49..ebuild 
b/kde-misc/kweather/kweather-24.02.49..ebuild
index da767c2c1e..ea2a824fa3 100644
--- a/kde-misc/kweather/kweather-24.02.49..ebuild
+++ b/kde-misc/kweather/kweather-24.02.49..ebuild
@@ -19,7 +19,7 @@ KEYWORDS=""
 DEPEND="
dev-libs/kirigami-addons:6
dev-libs/kweathercore:6
-   >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
+   >=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
>=dev-qt/qtcharts-${QTMIN}:6[qml]
>=dev-qt/qtdeclarative-${QTMIN}:6
>=dev-qt/qtsvg-${QTMIN}:6

diff --git a/kde-misc/kweather/kweather-.ebuild 
b/kde-misc/kweather/kweather-.ebuild
index da767c2c1e..ea2a824fa3 100644
--- a/kde-misc/kweather/kweather-.ebuild
+++ b/kde-misc/kweather/kweather-.ebuild
@@ -19,7 +19,7 @@ KEYWORDS=""
 DEPEND="
dev-libs/kirigami-addons:6
dev-libs/kweathercore:6
-   >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
+   >=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
>=dev-qt/qtcharts-${QTMIN}:6[qml]
>=dev-qt/qtdeclarative-${QTMIN}:6
>=dev-qt/qtsvg-${QTMIN}:6



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

2024-02-25 Thread Yixun Lan
commit: d3189c4e2c57a3463c86b4dbf4d27a482d5c5df6
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Feb 26 01:28:05 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Feb 26 01:29:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3189c4e

sys-apps/tuned: drop 2.21.0

Signed-off-by: Yixun Lan  gentoo.org>

 sys-apps/tuned/Manifest|  1 -
 sys-apps/tuned/tuned-2.21.0.ebuild | 70 --
 2 files changed, 71 deletions(-)

diff --git a/sys-apps/tuned/Manifest b/sys-apps/tuned/Manifest
index 1561fdcceb93..2dec83d7e17f 100644
--- a/sys-apps/tuned/Manifest
+++ b/sys-apps/tuned/Manifest
@@ -1,3 +1,2 @@
-DIST tuned-2.21.0.tar.gz 245442 BLAKE2B 
7b5bd75a026b871153a7340fbdfca690f2ff5723295d019260391b431d6b327ee445c44dff2755e6fc0e672af806e8cba96bea9122ef3efeafb8ec4269c34877
 SHA512 
f1f58d582997db7789af990895c63c1fd4f6329b95cda7fa0fb314f95f05be120b90228e347d0239e4a4bed13baad66a42f006880e369f46741ecf8705bb92d0
 DIST tuned-2.22.0.tar.gz 254613 BLAKE2B 
5354181ab300125d7011aa12c208bc9973c19bd34018ba83d772a9e2fa1598cb6582f952afb35d586bb24a2e3af077bdff22fa6e1e39fcdbe94bee090b2032a2
 SHA512 
653f946e8eff57eaa7e26b05c9215d60c8dcec6760b4a41a2855328e86b65f4dcbc0b2fd7d9f9355d00aae93f601c035a38d4e1611f30cb5003b417e31bea4dc
 DIST tuned-2.22.1.tar.gz 254690 BLAKE2B 
1942aed859425494df702a45900d6e0c26c799f19427cb1ff18160ed49cf8ac78ae3b73a39f1120a1dc5d344c3c1e61298085c54655aa13052600b946cb16a41
 SHA512 
160b1cab5477d84a0da89f584fe646b32162527a138d9b5957799c5f26598b98449733040710133a1c5bdd5588eee72549131ff163e777a105fc24e92edc6d8f

diff --git a/sys-apps/tuned/tuned-2.21.0.ebuild 
b/sys-apps/tuned/tuned-2.21.0.ebuild
deleted file mode 100644
index 574731427297..
--- a/sys-apps/tuned/tuned-2.21.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit optfeature python-single-r1 tmpfiles xdg-utils
-
-DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
-HOMEPAGE="https://github.com/redhat-performance/tuned;
-SRC_URI="https://github.com/redhat-performance/tuned/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/configobj[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/decorator[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/python-linux-procfs[${PYTHON_USEDEP}]
-   dev-python/pyudev[${PYTHON_USEDEP}]
-   ')"
-
-RDEPEND="
-   ${DEPEND}
-   app-emulation/virt-what
-   dev-debug/systemtap
-   sys-apps/dbus
-   sys-apps/ethtool
-   sys-power/powertop
-   "
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "/^PYTHON/s:/usr/bin/python3:${EPREFIX}/usr/bin/${EPYTHON}:" 
\
-   -e "/^export DOCDIR/s/$/&\-\$(VERSION)/g" \
-   -e "/\$(DESTDIR)\/run\/tuned/d" \
-   -e "/\$(DESTDIR)\/var\/lib\/tuned/d" \
-   -e "/\$(DESTDIR)\/var\/log\/tuned/d" \
-   Makefile || die
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   python_fix_shebang "${D}"
-   python_optimize
-}
-
-pkg_postinst() {
-   tmpfiles_process ${PN}.conf
-   xdg_icon_cache_update
-
-   optfeature_header
-   optfeature "Optimize for power saving by spinning-down rotational 
disks" sys-apps/hdparm
-   optfeature "Get hardware info" sys-apps/dmidecode
-   optfeature "Optimize network txqueuelen" sys-apps/iproute2
-}



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

2024-02-25 Thread Yixun Lan
commit: 1f7a9f1cf423d27c45f0390c63a90664dde2b5f5
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Feb 26 01:27:28 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Feb 26 01:29:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7a9f1c

sys-apps/tuned: add 2.22.1

Signed-off-by: Yixun Lan  gentoo.org>

 sys-apps/tuned/Manifest|  1 +
 sys-apps/tuned/tuned-2.22.1.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/sys-apps/tuned/Manifest b/sys-apps/tuned/Manifest
index 0b8a7fa16d35..1561fdcceb93 100644
--- a/sys-apps/tuned/Manifest
+++ b/sys-apps/tuned/Manifest
@@ -1,2 +1,3 @@
 DIST tuned-2.21.0.tar.gz 245442 BLAKE2B 
7b5bd75a026b871153a7340fbdfca690f2ff5723295d019260391b431d6b327ee445c44dff2755e6fc0e672af806e8cba96bea9122ef3efeafb8ec4269c34877
 SHA512 
f1f58d582997db7789af990895c63c1fd4f6329b95cda7fa0fb314f95f05be120b90228e347d0239e4a4bed13baad66a42f006880e369f46741ecf8705bb92d0
 DIST tuned-2.22.0.tar.gz 254613 BLAKE2B 
5354181ab300125d7011aa12c208bc9973c19bd34018ba83d772a9e2fa1598cb6582f952afb35d586bb24a2e3af077bdff22fa6e1e39fcdbe94bee090b2032a2
 SHA512 
653f946e8eff57eaa7e26b05c9215d60c8dcec6760b4a41a2855328e86b65f4dcbc0b2fd7d9f9355d00aae93f601c035a38d4e1611f30cb5003b417e31bea4dc
+DIST tuned-2.22.1.tar.gz 254690 BLAKE2B 
1942aed859425494df702a45900d6e0c26c799f19427cb1ff18160ed49cf8ac78ae3b73a39f1120a1dc5d344c3c1e61298085c54655aa13052600b946cb16a41
 SHA512 
160b1cab5477d84a0da89f584fe646b32162527a138d9b5957799c5f26598b98449733040710133a1c5bdd5588eee72549131ff163e777a105fc24e92edc6d8f

diff --git a/sys-apps/tuned/tuned-2.22.1.ebuild 
b/sys-apps/tuned/tuned-2.22.1.ebuild
new file mode 100644
index ..574731427297
--- /dev/null
+++ b/sys-apps/tuned/tuned-2.22.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit optfeature python-single-r1 tmpfiles xdg-utils
+
+DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
+HOMEPAGE="https://github.com/redhat-performance/tuned;
+SRC_URI="https://github.com/redhat-performance/tuned/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/python-linux-procfs[${PYTHON_USEDEP}]
+   dev-python/pyudev[${PYTHON_USEDEP}]
+   ')"
+
+RDEPEND="
+   ${DEPEND}
+   app-emulation/virt-what
+   dev-debug/systemtap
+   sys-apps/dbus
+   sys-apps/ethtool
+   sys-power/powertop
+   "
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "/^PYTHON/s:/usr/bin/python3:${EPREFIX}/usr/bin/${EPYTHON}:" 
\
+   -e "/^export DOCDIR/s/$/&\-\$(VERSION)/g" \
+   -e "/\$(DESTDIR)\/run\/tuned/d" \
+   -e "/\$(DESTDIR)\/var\/lib\/tuned/d" \
+   -e "/\$(DESTDIR)\/var\/log\/tuned/d" \
+   Makefile || die
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   python_fix_shebang "${D}"
+   python_optimize
+}
+
+pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+   xdg_icon_cache_update
+
+   optfeature_header
+   optfeature "Optimize for power saving by spinning-down rotational 
disks" sys-apps/hdparm
+   optfeature "Get hardware info" sys-apps/dmidecode
+   optfeature "Optimize network txqueuelen" sys-apps/iproute2
+}



[gentoo-commits] proj/kde:master commit in: kde-apps/kwalletmanager/

2024-02-25 Thread Sam James
commit: 41aab754833b715ca6148b52215adf9778d57144
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 26 01:08:04 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 26 01:09:50 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=41aab754

kde-apps/kwalletmanager: refresh deps

* Drop knotifications, kservice, ktextwidgets, kjobwidgets (upstream commit 
9ed15f8fd6f6b7e9cffe0b7a65e260bbf8c1a974).
* Adopt kstatusnotifieritem (upstream commit 
49fa668f5ee160e45aa625a75e237d16f2d0d190).

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

 kde-apps/kwalletmanager/kwalletmanager-24.02.0.ebuild   | 5 +
 kde-apps/kwalletmanager/kwalletmanager-24.02.49..ebuild | 5 +
 kde-apps/kwalletmanager/kwalletmanager-.ebuild  | 5 +
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/kde-apps/kwalletmanager/kwalletmanager-24.02.0.ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-24.02.0.ebuild
index 6fdb6bfb1b..f2b35b89d0 100644
--- a/kde-apps/kwalletmanager/kwalletmanager-24.02.0.ebuild
+++ b/kde-apps/kwalletmanager/kwalletmanager-24.02.0.ebuild
@@ -29,11 +29,8 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kitemviews-${KFMIN}:6
-   >=kde-frameworks/kjobwidgets-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/ktextwidgets-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwallet-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6

diff --git a/kde-apps/kwalletmanager/kwalletmanager-24.02.49..ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-24.02.49..ebuild
index ad7f8faeff..dec92a8706 100644
--- a/kde-apps/kwalletmanager/kwalletmanager-24.02.49..ebuild
+++ b/kde-apps/kwalletmanager/kwalletmanager-24.02.49..ebuild
@@ -29,11 +29,8 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kitemviews-${KFMIN}:6
-   >=kde-frameworks/kjobwidgets-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/ktextwidgets-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwallet-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6

diff --git a/kde-apps/kwalletmanager/kwalletmanager-.ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-.ebuild
index ad7f8faeff..dec92a8706 100644
--- a/kde-apps/kwalletmanager/kwalletmanager-.ebuild
+++ b/kde-apps/kwalletmanager/kwalletmanager-.ebuild
@@ -29,11 +29,8 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kitemviews-${KFMIN}:6
-   >=kde-frameworks/kjobwidgets-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/ktextwidgets-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwallet-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/sweeper/

2024-02-25 Thread Sam James
commit: c100bf88056cd0750898272e686b14a3949ff0ce
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 26 01:11:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 26 01:11:39 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c100bf88

kde-apps/sweeper: refresh deps

* Drop KIO dep (upstream commit 00d5a2e882508dd5ead63cffd17628d90199c474)

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

 kde-apps/sweeper/sweeper-24.02.0.ebuild   | 1 -
 kde-apps/sweeper/sweeper-24.02.49..ebuild | 1 -
 kde-apps/sweeper/sweeper-.ebuild  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/kde-apps/sweeper/sweeper-24.02.0.ebuild 
b/kde-apps/sweeper/sweeper-24.02.0.ebuild
index fb8abe9c7d..96d906bb08 100644
--- a/kde-apps/sweeper/sweeper-24.02.0.ebuild
+++ b/kde-apps/sweeper/sweeper-24.02.0.ebuild
@@ -24,7 +24,6 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6

diff --git a/kde-apps/sweeper/sweeper-24.02.49..ebuild 
b/kde-apps/sweeper/sweeper-24.02.49..ebuild
index 689291102a..a8b775af35 100644
--- a/kde-apps/sweeper/sweeper-24.02.49..ebuild
+++ b/kde-apps/sweeper/sweeper-24.02.49..ebuild
@@ -24,7 +24,6 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6

diff --git a/kde-apps/sweeper/sweeper-.ebuild 
b/kde-apps/sweeper/sweeper-.ebuild
index 689291102a..a8b775af35 100644
--- a/kde-apps/sweeper/sweeper-.ebuild
+++ b/kde-apps/sweeper/sweeper-.ebuild
@@ -24,7 +24,6 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/yakuake/

2024-02-25 Thread Sam James
commit: aecda981976ac70465a917c14958ad12a201cafd
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 26 01:12:49 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 26 01:16:08 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=aecda981

kde-apps/yakuake: refresh deps

* Adopt kstatusnotifieritem (upstream commit 
88c71f5aef5cf6b727c4e46cd1ad96fef96da671).
* Add TODO re -DWITH_X11.

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

 kde-apps/yakuake/yakuake-24.02.0.ebuild   | 3 +++
 kde-apps/yakuake/yakuake-24.02.49..ebuild | 3 +++
 kde-apps/yakuake/yakuake-.ebuild  | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/kde-apps/yakuake/yakuake-24.02.0.ebuild 
b/kde-apps/yakuake/yakuake-24.02.0.ebuild
index 905ed86b3d..f74cba816a 100644
--- a/kde-apps/yakuake/yakuake-24.02.0.ebuild
+++ b/kde-apps/yakuake/yakuake-24.02.0.ebuild
@@ -36,6 +36,7 @@ DEPEND="
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
>=kde-frameworks/kxmlgui-${KFMIN}:6
@@ -45,6 +46,8 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
+   # TODO: start to use WITH_X11 option? but there's still the
+   # KX11Extras use...
local mycmakeargs=(
$(cmake_use_find_package absolute-position KWayland)
)

diff --git a/kde-apps/yakuake/yakuake-24.02.49..ebuild 
b/kde-apps/yakuake/yakuake-24.02.49..ebuild
index d428be70ae..9b8910e094 100644
--- a/kde-apps/yakuake/yakuake-24.02.49..ebuild
+++ b/kde-apps/yakuake/yakuake-24.02.49..ebuild
@@ -36,6 +36,7 @@ DEPEND="
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
>=kde-frameworks/kxmlgui-${KFMIN}:6
@@ -45,6 +46,8 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
+   # TODO: start to use WITH_X11 option? but there's still the
+   # KX11Extras use...
local mycmakeargs=(
$(cmake_use_find_package absolute-position KWayland)
)

diff --git a/kde-apps/yakuake/yakuake-.ebuild 
b/kde-apps/yakuake/yakuake-.ebuild
index d428be70ae..9b8910e094 100644
--- a/kde-apps/yakuake/yakuake-.ebuild
+++ b/kde-apps/yakuake/yakuake-.ebuild
@@ -36,6 +36,7 @@ DEPEND="
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
>=kde-frameworks/kxmlgui-${KFMIN}:6
@@ -45,6 +46,8 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
+   # TODO: start to use WITH_X11 option? but there's still the
+   # KX11Extras use...
local mycmakeargs=(
$(cmake_use_find_package absolute-position KWayland)
)



[gentoo-commits] proj/kde:master commit in: kde-apps/ktimer/

2024-02-25 Thread Sam James
commit: 0ea01b36d9b6456da5243069ff0b1d2da5fab5ce
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 26 01:04:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 26 01:05:20 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0ea01b36

kde-apps/ktimer: refresh deps

* Adopt kstatusnotifieritem (upstream commit 
7b963c47c66bf12f3e7655928ea2c6f82c0b42a3)

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

 kde-apps/ktimer/ktimer-24.02.0.ebuild   | 1 +
 kde-apps/ktimer/ktimer-24.02.49..ebuild | 1 +
 kde-apps/ktimer/ktimer-.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/ktimer/ktimer-24.02.0.ebuild 
b/kde-apps/ktimer/ktimer-24.02.0.ebuild
index c7e3d6e7c7..c5ab7e99e7 100644
--- a/kde-apps/ktimer/ktimer-24.02.0.ebuild
+++ b/kde-apps/ktimer/ktimer-24.02.0.ebuild
@@ -25,6 +25,7 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 "
 RDEPEND="${DEPEND}"

diff --git a/kde-apps/ktimer/ktimer-24.02.49..ebuild 
b/kde-apps/ktimer/ktimer-24.02.49..ebuild
index dce6d703d5..c0b6dd57a9 100644
--- a/kde-apps/ktimer/ktimer-24.02.49..ebuild
+++ b/kde-apps/ktimer/ktimer-24.02.49..ebuild
@@ -25,6 +25,7 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 "
 RDEPEND="${DEPEND}"

diff --git a/kde-apps/ktimer/ktimer-.ebuild 
b/kde-apps/ktimer/ktimer-.ebuild
index dce6d703d5..c0b6dd57a9 100644
--- a/kde-apps/ktimer/ktimer-.ebuild
+++ b/kde-apps/ktimer/ktimer-.ebuild
@@ -25,6 +25,7 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/

2024-02-25 Thread Maciej Barć
commit: 04b05854ce34e131c408759072dc46f5c204f04b
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Feb 26 00:37:46 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Feb 26 00:54:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b05854

dev-ml/reason: bump to 3.11.0

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

 dev-ml/reason/Manifest |  1 +
 dev-ml/reason/reason-3.11.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest
index 86e36fac92ad..93920496d1ab 100644
--- a/dev-ml/reason/Manifest
+++ b/dev-ml/reason/Manifest
@@ -1 +1,2 @@
 DIST reason-3.10.0.tar.gz 668962 BLAKE2B 
11ab06cf12d2bd2381a6e12bd0dd7627ce454356db21ad189acaea7d24dac7e3647c10bb4478ded41f946d2d982b20988e448eb63ba4b68574bdbafa2984d0b7
 SHA512 
9be379b3953f57096139d766ef7c55d89bf70be4a8153177b9812bfa69c4260ee91dfeb87df2b71d63840f612e53e46cd2867085bdcfc7040e53817a8ff92225
+DIST reason-3.11.0.tar.gz 699692 BLAKE2B 
c377e7ccb222ade2f0a5a9b50147a045fb10a95d7e3a8a9ce91674f76a3174ef169f5575ecde7004db2a43350ac8e7cc73315eefcda57b98c9b3d6cc83ed13bd
 SHA512 
71b70e06afbc193c1c4b379c570347e4f971ed001d60e73cf4a745a9bc110e78d329d5ce5334b59aacb7dbe8d2f12f50b7c6786c9a35fff445da0d26f6a87f7d

diff --git a/dev-ml/reason/reason-3.11.0.ebuild 
b/dev-ml/reason/reason-3.11.0.ebuild
new file mode 100644
index ..d9655ff84950
--- /dev/null
+++ b/dev-ml/reason/reason-3.11.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Simple, fast & type safe language that leverages JavaScript and 
OCaml"
+HOMEPAGE="https://reasonml.github.io/
+   https://github.com/reasonml/reason/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/reasonml/${PN}.git;
+else
+   SRC_URI="https://github.com/reasonml/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+IUSE="+ocamlopt"
+
+RDEPEND="
+   dev-ml/dune-build-info:=
+   dev-ml/fix:=
+   dev-ml/menhir:=
+   dev-ml/merlin-extend:=
+   dev-ml/ocaml-migrate-parsetree:=
+   dev-ml/ppx_derivers:=
+   dev-ml/ppxlib:=
+   dev-ml/utop:=
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-3.10.0-fake-git-version.patch" )
+
+src_install() {
+   dune-install reason rtop
+
+   dodoc *.md docs/*.md
+}



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

2024-02-25 Thread Maciej Barć
commit: 840aa3e75db1242e549ecb4f7ad5620bd6b0e77e
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Feb 26 00:45:18 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Feb 26 00:54:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840aa3e7

app-containers/earthly: bump to 0.8.4

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

 app-containers/earthly/Manifest |  2 +
 app-containers/earthly/earthly-0.8.4.ebuild | 73 +
 2 files changed, 75 insertions(+)

diff --git a/app-containers/earthly/Manifest b/app-containers/earthly/Manifest
index ee4166da50ae..91b566292805 100644
--- a/app-containers/earthly/Manifest
+++ b/app-containers/earthly/Manifest
@@ -4,3 +4,5 @@ DIST earthly-0.8.0-deps.tar.xz 158417236 BLAKE2B 
998240c6065dd46eebc311975fa98e6
 DIST earthly-0.8.0.tar.gz 8029214 BLAKE2B 
1ca0afa4e92a05fca47ada6a6b74d789fb9571b0e92cc7bbb0ccc88930a128db76382b3e5137073ebd82f74fb8d43b81f8e6d056a08e6fa73978f23b680b36e2
 SHA512 
661c1e15cf8943dfcd8d55c36191f4f9da6dc705bb894194ff0a31733038f7b74d2b187a066c6a6cc329a9a89f362299f1de3b370f273ce87e2e3cdd2b4c8163
 DIST earthly-0.8.3-deps.tar.xz 158480860 BLAKE2B 
4b875ef1ab7a244e2b92f13bc3dc55772c8e74af77b8a9814b2e964da4547a84fd7fe94ce96f77d4793a41039857e45ed133e61b8798d03c94d9546668dbaccd
 SHA512 
e0071fbb9d5e85a81322c1e8fa36d393916031b99ca8783ab70c15084e5dd60cedbed24b9e7fe1e7c7b2e79c6b5f554b0518524b63b4c5e6d25aa99e56bec404
 DIST earthly-0.8.3.tar.gz 8034636 BLAKE2B 
f61133eda18d81588d35a1b4916bdc72e3a037007d4872e093be035dc25f502a8947e2610af49f8339835cc2fd607ee2bc813ad19124625f0fa55aa3e183bed8
 SHA512 
a2880e0b1c8d2646b70ae21557f5e05f00b31667ae10fcd124d9519b1e9a75386b7f7be3867a2ac96b3381cefa6ea1ff560844df0ae098e7ae5acc11eaa93f97
+DIST earthly-0.8.4-deps.tar.xz 158470344 BLAKE2B 
c3ec6369f8b397abd9b76dc77461c628e14ecc5866c8b66d094c3fe3194b18330be78454b57f211a717785210da40dc3c83e7d9769c62d621ca42a9d70f7be7f
 SHA512 
d9b0960e02cf288b933a8da954e597957b2e8dc0920e2dca208a17d41c84bc1bcff789ee1c02fa930d5d0a816cb03437b091375168e0f46f3d3cf330a643b308
+DIST earthly-0.8.4.tar.gz 8041021 BLAKE2B 
66057e29d4b287a220d8799efb4a1c5c43ea7641029e3af59bf8556125df28f9eafddc20d515fd20fab8c09bbb6278af4ea525f4bbe38d0e24ee031fc65c7336
 SHA512 
b663a10feb255329dfca30d5d70cb5c36ad5f96ed2b0cd30c46dd1b4ad087ab15b941fe6d3be3e32b1eee8199b5ee8ae50d61739c290b8967b6fcfd4126327db

diff --git a/app-containers/earthly/earthly-0.8.4.ebuild 
b/app-containers/earthly/earthly-0.8.4.ebuild
new file mode 100644
index ..2d492ba3b144
--- /dev/null
+++ b/app-containers/earthly/earthly-0.8.4.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Git commit SHA is needed at runtime by earthly to pull and bootstrap images.
+if [[ "${PV}" == 0.8.4 ]] ; then
+   COMMIT_SHA=c22fa520401cf274bd92151442ea0d9c353173fa
+else
+   die 'Could not detect "COMMIT_SHA", please update the ebuild.'
+fi
+
+inherit go-module
+
+DESCRIPTION="Build automation tool that executes in containers"
+HOMEPAGE="https://earthly.dev/
+   https://github.com/earthly/earthly/;
+SRC_URI="
+   https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+   https://dev.gentoo.org/~xgqt/distfiles/deps/${P}-deps.tar.xz
+"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   || (
+   app-containers/docker
+   app-containers/podman
+   )
+"
+
+DOCS=( CHANGELOG.md CONTRIBUTING.md README.md )
+
+src_compile() {
+   # mkdir -p bin || die
+
+   local 
go_tags="dfrunmount,dfrunsecurity,dfsecrets,dfssh,dfrunnetwork,dfheredoc,forceposix"
+   local go_ldflags="
+   -X main.DefaultBuildkitdImage=docker.io/earthly/buildkitd:v${PV}
+   -X main.GitSha=${COMMIT_SHA}
+   -X main.Version=v${PV}
+   "
+   local -a go_buildargs=(
+   -tags "${go_tags}"
+   -ldflags "${go_ldflags}"
+   -o ./bin/
+   )
+   ego build "${go_buildargs[@]}" ./cmd/...
+}
+
+src_install() {
+   exeinto /usr/bin
+   doexe bin/earthly
+   newexe bin/debugger earthly-debugger
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   if has_version "app-containers/podman" ; then
+   ewarn "Podman is supported but not recommended."
+   ewarn "If issues arise, then please try running earthly with 
docker."
+   fi
+
+   if has_version "app-containers/podman[rootless]" ; then
+   ewarn "Running podman in rootless mode is not supported because"
+   ewarn "earthly/dind and earthly/buildkit require privileged 
access."
+   ewarn "For more info see: 
https://docs.earthly.dev/docs/guides/podman/;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dockerfile-mode/

2024-02-25 Thread Maciej Barć
commit: a3aca9845a378e0f9ac00472df90a517ae670333
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Feb 25 21:12:19 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Feb 26 00:54:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3aca984

app-emacs/dockerfile-mode: fix SRC_URI

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

 app-emacs/dockerfile-mode/dockerfile-mode-1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dockerfile-mode/dockerfile-mode-1.9.ebuild 
b/app-emacs/dockerfile-mode/dockerfile-mode-1.9.ebuild
index 3d71cecb7ac3..2cc2445b1bf9 100644
--- a/app-emacs/dockerfile-mode/dockerfile-mode-1.9.ebuild
+++ b/app-emacs/dockerfile-mode/dockerfile-mode-1.9.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == ** ]] ; then
 
EGIT_REPO_URI="https://github.com/spotify/${PN}.git;
 else
-   SRC_URI="https://github.com/spotify/${PN}/archive/${PV}.tar.gz
+   SRC_URI="https://github.com/spotify/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/fluent-icon-theme/

2024-02-25 Thread Maciej Barć
commit: 46251a7c864d8c338de28f24fe5064df49f0ec43
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Feb 25 23:43:57 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Feb 26 00:54:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46251a7c

x11-themes/fluent-icon-theme: bump to 2024.02.25

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

 x11-themes/fluent-icon-theme/Manifest  |  1 +
 .../fluent-icon-theme-2024.02.25.ebuild| 60 ++
 2 files changed, 61 insertions(+)

diff --git a/x11-themes/fluent-icon-theme/Manifest 
b/x11-themes/fluent-icon-theme/Manifest
index 9f63d7db6f6c..e5d0c9d8705c 100644
--- a/x11-themes/fluent-icon-theme/Manifest
+++ b/x11-themes/fluent-icon-theme/Manifest
@@ -1 +1,2 @@
 DIST fluent-icon-theme-2023.06.07.tar.gz 6213271 BLAKE2B 
f088caa2c54f73923bef12f8fd30a286fd6ab0829ca3d6c40aabd2ddb71d0c70c6718a69a7c7b6039d7e5506c313fbe8ea14bbf9252e5524d06fe6fce73ec664
 SHA512 
7e85613a58ce1fad4c8b0b31b81bfe9b226982ab8ede2413d87e89a12d78aeffef01f0a20fcaccfda6431a88e7798dc00a0a824a73f938e7daa48cb799588738
+DIST fluent-icon-theme-2024.02.25.tar.gz 6397963 BLAKE2B 
5f7d46c5dbabe3744fcb2d21869794d0883fe57d15ac88d928b35f2bd41ea201486a0cc7cdd9937d3f24bd2c169e9e4aa2afa4ebdc9bd7abcc7b9328472ab44e
 SHA512 
5a671360bf0d2b4e904d710b7cf72fde6580c4c1496a3fbcadf90a826e38936714dae511f35be3f2fdea370f602bcff4d1260dd0d230e6bcba6426f406247cec

diff --git a/x11-themes/fluent-icon-theme/fluent-icon-theme-2024.02.25.ebuild 
b/x11-themes/fluent-icon-theme/fluent-icon-theme-2024.02.25.ebuild
new file mode 100644
index ..710dd4f9c2a9
--- /dev/null
+++ b/x11-themes/fluent-icon-theme/fluent-icon-theme-2024.02.25.ebuild
@@ -0,0 +1,60 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ie. 2021.12.20 -> 2021-12-20
+MY_PV="${PV//./-}"
+MY_PN="${PN^}"
+
+inherit xdg
+
+DESCRIPTION="Fluent icon theme for Linux desktops"
+HOMEPAGE="https://github.com/vinceliuice/Fluent-icon-theme;
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/vinceliuice/${MY_PN}.git;
+else
+   SRC_URI="https://github.com/vinceliuice/${MY_PN}/archive/${MY_PV}.tar.gz
+   -> ${P}.tar.gz"
+   S="${WORKDIR}/${MY_PN}-${MY_PV}"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="+hardlink round"
+RESTRICT="binchecks strip test"
+
+BDEPEND="
+   sys-apps/util-linux[hardlink(-)?]
+"
+
+src_prepare() {
+   default
+
+   sed -i '/gtk-update-icon-cache/d' install.sh || die
+}
+
+src_install() {
+   dodir /usr/share/icons
+   local -a myinstallopts=(
+   --all
+   --dest "${ED}/usr/share/icons"
+   $(usev round '--round')
+   )
+   bash ./install.sh "${myinstallopts[@]}" || die "install script failed"
+
+   if use hardlink ; then
+   einfo "Linking duplicate icons... (may take a long time)"
+   hardlink -pot "${ED}/usr/share/icons" || die "hardlink failed"
+   fi
+
+   # Installs broken symlink. By design, but we remove it due to QA 
warnings.
+   find "${ED}" -xtype l -delete || die "removing broken symlinks failed"
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/

2024-02-25 Thread Maciej Barć
commit: 0d85fd441fe5f2b0ff8c5717b95363c49df68d2b
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Feb 26 00:33:10 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Feb 26 00:54:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d85fd44

dev-ml/reason: drop old 3.9.0-r1

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

 dev-ml/reason/Manifest   |  1 -
 dev-ml/reason/reason-3.9.0-r1.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest
index 13f0c838b71d..86e36fac92ad 100644
--- a/dev-ml/reason/Manifest
+++ b/dev-ml/reason/Manifest
@@ -1,2 +1 @@
 DIST reason-3.10.0.tar.gz 668962 BLAKE2B 
11ab06cf12d2bd2381a6e12bd0dd7627ce454356db21ad189acaea7d24dac7e3647c10bb4478ded41f946d2d982b20988e448eb63ba4b68574bdbafa2984d0b7
 SHA512 
9be379b3953f57096139d766ef7c55d89bf70be4a8153177b9812bfa69c4260ee91dfeb87df2b71d63840f612e53e46cd2867085bdcfc7040e53817a8ff92225
-DIST reason-3.9.0.tar.gz 668271 BLAKE2B 
46c5937a16462807e653837c7359c661eeb378dcc9ca619b80d8c308e153227c9cfba9c6c1878f87e08c6ca4a026f0acf5ff8e8902765084bddfd4fbacdfd617
 SHA512 
0b22d21674ed9d0efcde8512476cb6274b3ef43a619c02ae448fb3bb55318af0509c7fc8fb14784411383375e020729eba4b3855569ecefb177deadf462a0de4

diff --git a/dev-ml/reason/reason-3.9.0-r1.ebuild 
b/dev-ml/reason/reason-3.9.0-r1.ebuild
deleted file mode 100644
index d5e02288741c..
--- a/dev-ml/reason/reason-3.9.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Simple, fast & type safe language that leverages JavaScript and 
OCaml"
-HOMEPAGE="https://reasonml.github.io/
-   https://github.com/reasonml/reason/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/reasonml/${PN}.git;
-else
-   SRC_URI="https://github.com/reasonml/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-IUSE="+ocamlopt"
-
-RDEPEND="
-   dev-ml/dune-build-info:=
-   dev-ml/fix:=
-   dev-ml/menhir:=
-   dev-ml/merlin-extend:=
-   dev-ml/ocaml-migrate-parsetree:=
-   dev-ml/ppx_derivers:=
-   dev-ml/ppxlib:=
-   dev-ml/utop:=
-"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   dune-install reason rtop
-
-   dodoc *.md docs/*.md
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/circe/

2024-02-25 Thread Maciej Barć
commit: 219a5f42b234816945f26a867b711050229b70dd
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Feb 25 23:48:55 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Feb 26 00:54:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219a5f42

app-emacs/circe: bump to 2.13

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

 app-emacs/circe/Manifest  |  1 +
 app-emacs/circe/circe-2.13.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emacs/circe/Manifest b/app-emacs/circe/Manifest
index 9cd0f153af0d..c0376abaf606 100644
--- a/app-emacs/circe/Manifest
+++ b/app-emacs/circe/Manifest
@@ -1 +1,2 @@
 DIST circe-2.12.tar.gz 240409 BLAKE2B 
92eeecc2afe56b8434446aba5c0a090b2c4aa761b401de7aee9cebd39d933cf8e94d4609a28b6cea1610367ca5b824a85add7b266b04a18c4ea0231d35bae7f0
 SHA512 
679ea9d4edcd681d579ed16657a2f5ac1637382572ce7510426ba7ec75c008baa45062e1085bf9a43ba9f8eec0f68c0c0d21b8f8e6b1763cfe1602433f502b60
+DIST circe-2.13.tar.gz 241106 BLAKE2B 
a37b45874189bf85199ecad58c548b940fdc1d42332e58900e879bb809b4051434ebb7a17262eb6276fcb18e6fd55a23c7be55fe09e5bc3b75ea92c2a65c6805
 SHA512 
10e5998fa211d5a340eacec6bf88fc4ef749fbae01cfbd8cd01204a7d4533d0ecb4dda54543667c5caf4f44142fef737dcc2750d44525f69dfff18e245cae02e

diff --git a/app-emacs/circe/circe-2.13.ebuild 
b/app-emacs/circe/circe-2.13.ebuild
new file mode 100644
index ..89fc053a1065
--- /dev/null
+++ b/app-emacs/circe/circe-2.13.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A great IRC client for Emacs"
+HOMEPAGE="https://github.com/jorgenschaefer/circe
+   https://www.emacswiki.org/emacs/Circe;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/jorgenschaefer/${PN}.git;
+else
+   SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( AUTHORS.md CONTRIBUTING.md NEWS.md README.md )
+ELISP_REMOVE="${PN}-pkg.el"
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests buttercup .



[gentoo-commits] repo/proj/guru:dev commit in: sys-apps/pnpm-bin/

2024-02-25 Thread Vitaly Zdanevich
commit: 90b0c164556f23c7d26ee4eef4983e95375f37d0
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Mon Feb 26 00:37:56 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Mon Feb 26 00:37:56 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90b0c164

sys-apps/pnpm-bin: fix QA_PREBUILT

Closes: https://bugs.gentoo.org/924689
Signed-off-by: Vitaly Zdanevich  ya.ru>

 sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild 
b/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild
index 0a5e1fdbea..086045a3f6 100644
--- a/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild
+++ b/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild
@@ -16,7 +16,7 @@ RESTRICT="strip"
 
 S="${WORKDIR}"
 
-QA_PREBUILT="/usr/bin/${PN}-bin"
+QA_PREBUILT="usr/bin/${PN}-bin"
 
 src_install() {
newbin "${DISTDIR}/pnpm-linux-x64" ${PN}



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/jriver/

2024-02-25 Thread Vitaly Zdanevich
commit: bd1a84775f913373933d34f7fef0460ff75ac708
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Mon Feb 26 00:30:37 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Mon Feb 26 00:30:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd1a8477

media-sound/jriver: add missing dependencies

Closes: https://bugs.gentoo.org/915531
Signed-off-by: Vitaly Zdanevich  ya.ru>

 media-sound/jriver/jriver-31.0.60.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/media-sound/jriver/jriver-31.0.60.ebuild 
b/media-sound/jriver/jriver-31.0.60.ebuild
index 87fe861cb3..caabbab8b9 100644
--- a/media-sound/jriver/jriver-31.0.60.ebuild
+++ b/media-sound/jriver/jriver-31.0.60.ebuild
@@ -19,8 +19,14 @@ KEYWORDS="~amd64"
 RESTRICT="strip"
 QA_PREBUILT="*"
 
+# TODO soon brotli dep will be dropped
 RDEPEND="
app-arch/brotli
+   media-libs/alsa-lib
+   media-libs/libglvnd
+   x11-libs/gtk+
+   x11-libs/pango
+   x11-libs/libXrandr
 "
 
 src_unpack() {



[gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-mercurial/

2024-02-25 Thread Sam James
commit: f5740340ce48adcf3d17809ce60ba1aee89c6558
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 26 00:25:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 26 00:25:31 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f5740340

kde-apps/dolphin-plugins-mercurial: refresh deps

* Add qt5compare for upstream commit dd0822103cbad77bc0cf2b36c555d2289e035f0a

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

 .../dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.0.ebuild   | 1 +
 .../dolphin-plugins-mercurial-24.02.49..ebuild   | 1 +
 kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git 
a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.0.ebuild 
b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.0.ebuild
index 92821851db..be9eefd35b 100644
--- 
a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.0.ebuild
+++ 
b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.0.ebuild
@@ -21,6 +21,7 @@ IUSE=""
 
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qt5compat-${QTMIN}:6
>=kde-apps/dolphin-${PVCUT}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6

diff --git 
a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49..ebuild
 
b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49..ebuild
index 14f0cf2810..244ed21ce5 100644
--- 
a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49..ebuild
+++ 
b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49..ebuild
@@ -21,6 +21,7 @@ IUSE=""
 
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qt5compat-${QTMIN}:6
>=kde-apps/dolphin-${PVCUT}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6

diff --git 
a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-.ebuild 
b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-.ebuild
index 14f0cf2810..244ed21ce5 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-.ebuild
@@ -21,6 +21,7 @@ IUSE=""
 
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qt5compat-${QTMIN}:6
>=kde-apps/dolphin-${PVCUT}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/

2024-02-25 Thread Sam James
commit: 3035ea126c5b42a6133ac2a5c028016541e48e37
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 26 00:24:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 26 00:24:42 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3035ea12

kde-apps/dolphin-plugins-git: refresh deps

* Add qt5compare for upstream commit dd0822103cbad77bc0cf2b36c555d2289e035f0a

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

 kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.0.ebuild   | 1 +
 kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49..ebuild | 1 +
 kde-apps/dolphin-plugins-git/dolphin-plugins-git-.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.0.ebuild 
b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.0.ebuild
index 29371a46d5..121c2b8a45 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.0.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.0.ebuild
@@ -21,6 +21,7 @@ IUSE=""
 
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qt5compat-${QTMIN}:6
>=kde-apps/dolphin-${PVCUT}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6

diff --git 
a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49..ebuild 
b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49..ebuild
index 80c084e565..0343c180af 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49..ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49..ebuild
@@ -21,6 +21,7 @@ IUSE=""
 
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qt5compat-${QTMIN}:6
>=kde-apps/dolphin-${PVCUT}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6

diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-.ebuild 
b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-.ebuild
index 80c084e565..0343c180af 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-.ebuild
@@ -21,6 +21,7 @@ IUSE=""
 
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qt5compat-${QTMIN}:6
>=kde-apps/dolphin-${PVCUT}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/

2024-02-25 Thread Vitaly Zdanevich
commit: 10fc9ab9bf93de1bcf79fef014e1a3815dd0503f
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sun Feb 25 21:25:52 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sun Feb 25 21:25:52 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10fc9ab9

media-sound/nulloy: fix error "Unknown module(s) in QT: svg"

Closes: https://bugs.gentoo.org/925463
Signed-off-by: Vitaly Zdanevich  ya.ru>

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

diff --git a/media-sound/nulloy/nulloy-0.9.8.7.ebuild 
b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
index 687c88d670..6646ba7d74 100644
--- a/media-sound/nulloy/nulloy-0.9.8.7.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
@@ -25,7 +25,7 @@ BDEPEND="
 DEPEND="
dev-qt/qtcore
dev-qt/designer
-   dev-qt/qtsvg:6
+   dev-qt/qtsvg:5
dev-qt/linguist
dev-qt/qtscript
dev-qt/qtx11extras



[gentoo-commits] proj/kde:master commit in: kde-apps/pim-data-exporter/

2024-02-25 Thread Sam James
commit: cc1512c57efd4d51ce060d09dc443efb6dc2f744
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:36:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:37:17 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc1512c5

kde-apps/pim-data-exporter: refresh deps

* Adopt kstatusnotifieritem (upstream commit 
d54006007f7bdc21ca85a247b4cd04d4d9c5e646)
* Adopt ktextaddons, drop kpimtextedit (upstream commit 
d1880e480b5ca2f77cadbf5f9132d88d72df8d97)

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

 kde-apps/pim-data-exporter/pim-data-exporter-24.02.0.ebuild   | 3 ++-
 kde-apps/pim-data-exporter/pim-data-exporter-24.02.49..ebuild | 3 ++-
 kde-apps/pim-data-exporter/pim-data-exporter-.ebuild  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-24.02.0.ebuild 
b/kde-apps/pim-data-exporter/pim-data-exporter-24.02.0.ebuild
index 9fc45cbdc8..d4b13a1a2f 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-24.02.0.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-24.02.0.ebuild
@@ -22,12 +22,12 @@ IUSE="telemetry"
 RESTRICT="test" # 11 out of 21 tests fail...
 
 DEPEND="
+   >=dev-libs/ktextaddons-1.4.42
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmailtransport-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/mailcommon-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
@@ -41,6 +41,7 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kitemviews-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-24.02.49..ebuild 
b/kde-apps/pim-data-exporter/pim-data-exporter-24.02.49..ebuild
index 15725a5544..e2f950943b 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-24.02.49..ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-24.02.49..ebuild
@@ -22,12 +22,12 @@ IUSE="telemetry"
 RESTRICT="test" # 11 out of 21 tests fail...
 
 DEPEND="
+   >=dev-libs/ktextaddons-1.4.42
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmailtransport-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/mailcommon-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
@@ -41,6 +41,7 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kitemviews-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-.ebuild 
b/kde-apps/pim-data-exporter/pim-data-exporter-.ebuild
index 15725a5544..e2f950943b 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-.ebuild
@@ -22,12 +22,12 @@ IUSE="telemetry"
 RESTRICT="test" # 11 out of 21 tests fail...
 
 DEPEND="
+   >=dev-libs/ktextaddons-1.4.42
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmailtransport-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/mailcommon-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
@@ -41,6 +41,7 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kitemviews-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )



[gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/

2024-02-25 Thread Sam James
commit: 7a9a60a0a909407a17fc9f277383b6859c86677a
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:38:49 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:40:09 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a9a60a0

kde-apps/pimcommon: refresh deps

* Drop kpimtextedit (upstream commit cbddc3a2ab828a94bf44e65645405f40a4d92680)
* Crank ktextaddons min version (upstream commit 
408fec2d4b8e4c5c48e36e9da98731787a58a01e or so)

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

 kde-apps/pimcommon/pimcommon-24.02.0.ebuild   | 3 +--
 kde-apps/pimcommon/pimcommon-24.02.49..ebuild | 3 +--
 kde-apps/pimcommon/pimcommon-.ebuild  | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/kde-apps/pimcommon/pimcommon-24.02.0.ebuild 
b/kde-apps/pimcommon/pimcommon-24.02.0.ebuild
index 366bc46c91..43946e6ee6 100644
--- a/kde-apps/pimcommon/pimcommon-24.02.0.ebuild
+++ b/kde-apps/pimcommon/pimcommon-24.02.0.ebuild
@@ -19,14 +19,13 @@ KEYWORDS="~amd64"
 IUSE=""
 
 RDEPEND="
-   dev-libs/ktextaddons:6
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-contacts-${PVCUT}:6
>=kde-apps/akonadi-search-${PVCUT}:6
>=kde-apps/kimap-${PVCUT}:6
>=kde-apps/kldap-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6
>=kde-frameworks/kcmutils-${KFMIN}:6

diff --git a/kde-apps/pimcommon/pimcommon-24.02.49..ebuild 
b/kde-apps/pimcommon/pimcommon-24.02.49..ebuild
index c5ecadf727..7649f40bdb 100644
--- a/kde-apps/pimcommon/pimcommon-24.02.49..ebuild
+++ b/kde-apps/pimcommon/pimcommon-24.02.49..ebuild
@@ -19,14 +19,13 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
-   dev-libs/ktextaddons:6
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-contacts-${PVCUT}:6
>=kde-apps/akonadi-search-${PVCUT}:6
>=kde-apps/kimap-${PVCUT}:6
>=kde-apps/kldap-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6
>=kde-frameworks/kcmutils-${KFMIN}:6

diff --git a/kde-apps/pimcommon/pimcommon-.ebuild 
b/kde-apps/pimcommon/pimcommon-.ebuild
index c5ecadf727..7649f40bdb 100644
--- a/kde-apps/pimcommon/pimcommon-.ebuild
+++ b/kde-apps/pimcommon/pimcommon-.ebuild
@@ -19,14 +19,13 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
-   dev-libs/ktextaddons:6
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-contacts-${PVCUT}:6
>=kde-apps/akonadi-search-${PVCUT}:6
>=kde-apps/kimap-${PVCUT}:6
>=kde-apps/kldap-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6
>=kde-frameworks/kcmutils-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/

2024-02-25 Thread Sam James
commit: 24c02894f9ad13e5f91c345574a762197f475f3d
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:31:19 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:31:44 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=24c02894

kde-apps/mailcommon: refresh deps

* Adopt ktextaddons (upstream commit f2efae4e3258834158188c4bce9ee22f3326ae76)

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

 kde-apps/mailcommon/mailcommon-24.02.0.ebuild   | 1 +
 kde-apps/mailcommon/mailcommon-24.02.49..ebuild | 1 +
 kde-apps/mailcommon/mailcommon-.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/mailcommon/mailcommon-24.02.0.ebuild 
b/kde-apps/mailcommon/mailcommon-24.02.0.ebuild
index 2b8855631d..6addb3e900 100644
--- a/kde-apps/mailcommon/mailcommon-24.02.0.ebuild
+++ b/kde-apps/mailcommon/mailcommon-24.02.0.ebuild
@@ -22,6 +22,7 @@ RESTRICT="test"
 
 DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+   >=dev-libs/ktextaddons-1.4.42
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=dev-qt/qtmultimedia-${QTMIN}:6
>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/mailcommon/mailcommon-24.02.49..ebuild 
b/kde-apps/mailcommon/mailcommon-24.02.49..ebuild
index 7f3fc47fae..3761c7fd6c 100644
--- a/kde-apps/mailcommon/mailcommon-24.02.49..ebuild
+++ b/kde-apps/mailcommon/mailcommon-24.02.49..ebuild
@@ -22,6 +22,7 @@ RESTRICT="test"
 
 DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+   >=dev-libs/ktextaddons-1.4.42
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=dev-qt/qtmultimedia-${QTMIN}:6
>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/mailcommon/mailcommon-.ebuild 
b/kde-apps/mailcommon/mailcommon-.ebuild
index 7f3fc47fae..3761c7fd6c 100644
--- a/kde-apps/mailcommon/mailcommon-.ebuild
+++ b/kde-apps/mailcommon/mailcommon-.ebuild
@@ -22,6 +22,7 @@ RESTRICT="test"
 
 DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+   >=dev-libs/ktextaddons-1.4.42
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=dev-qt/qtmultimedia-${QTMIN}:6
>=kde-apps/akonadi-${PVCUT}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/libksieve/

2024-02-25 Thread Sam James
commit: 7b5776299b38771cb49c32c354ac8626dfe57321
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:27:46 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:29:57 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b577629

kde-apps/libksieve: refresh deps

* Crank min ktextaddons version (upstream commit 
9b24898b6d1c3510c21eb746ea26925c56be49ec)
* Drop kpimtextedit (upstream commit 39697453d72d1f94d67675c2d4a40bcd670b3d4b)

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

 kde-apps/libksieve/libksieve-24.02.0.ebuild   | 3 +--
 kde-apps/libksieve/libksieve-24.02.49..ebuild | 3 +--
 kde-apps/libksieve/libksieve-.ebuild  | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/kde-apps/libksieve/libksieve-24.02.0.ebuild 
b/kde-apps/libksieve/libksieve-24.02.0.ebuild
index 7b364197f4..368a75be48 100644
--- a/kde-apps/libksieve/libksieve-24.02.0.ebuild
+++ b/kde-apps/libksieve/libksieve-24.02.0.ebuild
@@ -22,12 +22,11 @@ RESTRICT="test"
 
 RDEPEND="
dev-libs/cyrus-sasl
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.5.3:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6

diff --git a/kde-apps/libksieve/libksieve-24.02.49..ebuild 
b/kde-apps/libksieve/libksieve-24.02.49..ebuild
index 0bfa3de32a..ec0675a156 100644
--- a/kde-apps/libksieve/libksieve-24.02.49..ebuild
+++ b/kde-apps/libksieve/libksieve-24.02.49..ebuild
@@ -22,12 +22,11 @@ RESTRICT="test"
 
 RDEPEND="
dev-libs/cyrus-sasl
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.5.3:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6

diff --git a/kde-apps/libksieve/libksieve-.ebuild 
b/kde-apps/libksieve/libksieve-.ebuild
index 0bfa3de32a..ec0675a156 100644
--- a/kde-apps/libksieve/libksieve-.ebuild
+++ b/kde-apps/libksieve/libksieve-.ebuild
@@ -22,12 +22,11 @@ RESTRICT="test"
 
 RDEPEND="
dev-libs/cyrus-sasl
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.5.3:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/messagelib/

2024-02-25 Thread Sam James
commit: 9a095e065f8b62b6e5dc7950442d43fba44eff3e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:33:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:34:11 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9a095e06

kde-apps/messagelib: refresh deps

* Crank min ktextaddons version (upstream commit 
a4e808bb477711b867755d58a9f28797b218f2c4)

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

 kde-apps/messagelib/messagelib-24.02.0.ebuild   | 2 +-
 kde-apps/messagelib/messagelib-24.02.49..ebuild | 2 +-
 kde-apps/messagelib/messagelib-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/messagelib/messagelib-24.02.0.ebuild 
b/kde-apps/messagelib/messagelib-24.02.0.ebuild
index f98d49ed77..26e2e6da61 100644
--- a/kde-apps/messagelib/messagelib-24.02.0.ebuild
+++ b/kde-apps/messagelib/messagelib-24.02.0.ebuild
@@ -23,7 +23,7 @@ RESTRICT="test"
 DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
>=app-crypt/qca-2.3.7:2[qt6]
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.5.1:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/messagelib/messagelib-24.02.49..ebuild 
b/kde-apps/messagelib/messagelib-24.02.49..ebuild
index c4ead1f3e4..0001681776 100644
--- a/kde-apps/messagelib/messagelib-24.02.49..ebuild
+++ b/kde-apps/messagelib/messagelib-24.02.49..ebuild
@@ -23,7 +23,7 @@ RESTRICT="test"
 DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
>=app-crypt/qca-2.3.7:2[qt6]
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.5.1:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/messagelib/messagelib-.ebuild 
b/kde-apps/messagelib/messagelib-.ebuild
index c4ead1f3e4..0001681776 100644
--- a/kde-apps/messagelib/messagelib-.ebuild
+++ b/kde-apps/messagelib/messagelib-.ebuild
@@ -23,7 +23,7 @@ RESTRICT="test"
 DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
>=app-crypt/qca-2.3.7:2[qt6]
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.5.1:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/libkleo/

2024-02-25 Thread Sam James
commit: 5743f2b35894b06529126da7ba4696e022b05854
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:26:44 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:26:44 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5743f2b3

kde-apps/libkleo: refresh deps

* Depend on libgpg-error (upstream commit 
c3068f1cdd49b0c1d88d2c4b3c7ca6d300218ff4)

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

 kde-apps/libkleo/libkleo-24.02.0.ebuild   | 1 +
 kde-apps/libkleo/libkleo-24.02.49..ebuild | 1 +
 kde-apps/libkleo/libkleo-.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/libkleo/libkleo-24.02.0.ebuild 
b/kde-apps/libkleo/libkleo-24.02.0.ebuild
index c7aafe3c23..0898f30760 100644
--- a/kde-apps/libkleo/libkleo-24.02.0.ebuild
+++ b/kde-apps/libkleo/libkleo-24.02.0.ebuild
@@ -19,6 +19,7 @@ IUSE="+fancyviewer"
 
 RDEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+   >=dev-libs/libgpg-error-1.36
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6

diff --git a/kde-apps/libkleo/libkleo-24.02.49..ebuild 
b/kde-apps/libkleo/libkleo-24.02.49..ebuild
index 1e25856916..4a9b68b9f6 100644
--- a/kde-apps/libkleo/libkleo-24.02.49..ebuild
+++ b/kde-apps/libkleo/libkleo-24.02.49..ebuild
@@ -19,6 +19,7 @@ IUSE="+fancyviewer"
 
 RDEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+   >=dev-libs/libgpg-error-1.36
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6

diff --git a/kde-apps/libkleo/libkleo-.ebuild 
b/kde-apps/libkleo/libkleo-.ebuild
index 1e25856916..4a9b68b9f6 100644
--- a/kde-apps/libkleo/libkleo-.ebuild
+++ b/kde-apps/libkleo/libkleo-.ebuild
@@ -19,6 +19,7 @@ IUSE="+fancyviewer"
 
 RDEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+   >=dev-libs/libgpg-error-1.36
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/kpimtextedit/

2024-02-25 Thread Sam James
commit: 0f59bbcb108a1b3dd7af2188d53d1b20f219da51
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:19:53 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:20:31 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0f59bbcb

kde-apps/kpimtextedit: refresh deps

* Crank min. ktextaddons version (upstream commit 
39120390ff74da56ccf9cd3c9c827f76c6c6be7b)

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

 kde-apps/kpimtextedit/kpimtextedit-24.02.0.ebuild   | 2 +-
 kde-apps/kpimtextedit/kpimtextedit-24.02.49..ebuild | 2 +-
 kde-apps/kpimtextedit/kpimtextedit-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kpimtextedit/kpimtextedit-24.02.0.ebuild 
b/kde-apps/kpimtextedit/kpimtextedit-24.02.0.ebuild
index 14b64a1861..40506837e2 100644
--- a/kde-apps/kpimtextedit/kpimtextedit-24.02.0.ebuild
+++ b/kde-apps/kpimtextedit/kpimtextedit-24.02.0.ebuild
@@ -20,7 +20,7 @@ IUSE="speech"
 RESTRICT="test"
 
 RDEPEND="
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.4.42:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[widgets]
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6

diff --git a/kde-apps/kpimtextedit/kpimtextedit-24.02.49..ebuild 
b/kde-apps/kpimtextedit/kpimtextedit-24.02.49..ebuild
index 2255b9c0c7..d7e72079d9 100644
--- a/kde-apps/kpimtextedit/kpimtextedit-24.02.49..ebuild
+++ b/kde-apps/kpimtextedit/kpimtextedit-24.02.49..ebuild
@@ -20,7 +20,7 @@ IUSE="speech"
 RESTRICT="test"
 
 RDEPEND="
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.4.42:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[widgets]
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6

diff --git a/kde-apps/kpimtextedit/kpimtextedit-.ebuild 
b/kde-apps/kpimtextedit/kpimtextedit-.ebuild
index 2255b9c0c7..d7e72079d9 100644
--- a/kde-apps/kpimtextedit/kpimtextedit-.ebuild
+++ b/kde-apps/kpimtextedit/kpimtextedit-.ebuild
@@ -20,7 +20,7 @@ IUSE="speech"
 RESTRICT="test"
 
 RDEPEND="
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.4.42:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[widgets]
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/libkgapi/

2024-02-25 Thread Sam James
commit: 60425443789dc8538670b66ea0d0eb7f436a1641
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:24:36 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:25:08 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=60425443

kde-apps/libkgapi: refresh deps

* Add note/todo wrt BUILD_SASL_PLUGIN for coinstallability if we need it
  (upstream commit f9027dc020566c02be6b6d942a9bf20f3f097564)

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

 kde-apps/libkgapi/libkgapi-24.02.0.ebuild   | 2 ++
 kde-apps/libkgapi/libkgapi-24.02.49..ebuild | 2 ++
 kde-apps/libkgapi/libkgapi-.ebuild  | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/kde-apps/libkgapi/libkgapi-24.02.0.ebuild 
b/kde-apps/libkgapi/libkgapi-24.02.0.ebuild
index de007d6c2a..4634b2b7d2 100644
--- a/kde-apps/libkgapi/libkgapi-24.02.0.ebuild
+++ b/kde-apps/libkgapi/libkgapi-24.02.0.ebuild
@@ -17,6 +17,8 @@ SLOT="6"
 KEYWORDS="~amd64"
 IUSE=""
 
+# TODO: could use BUILD_SASL_PLUGIN option if needed for coinstallability
+# see upstream commit f9027dc020566c02be6b6d942a9bf20f3f097564
 DEPEND="
dev-libs/cyrus-sasl:2
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml]

diff --git a/kde-apps/libkgapi/libkgapi-24.02.49..ebuild 
b/kde-apps/libkgapi/libkgapi-24.02.49..ebuild
index 51947697fc..d1512413db 100644
--- a/kde-apps/libkgapi/libkgapi-24.02.49..ebuild
+++ b/kde-apps/libkgapi/libkgapi-24.02.49..ebuild
@@ -17,6 +17,8 @@ SLOT="6"
 KEYWORDS=""
 IUSE=""
 
+# TODO: could use BUILD_SASL_PLUGIN option if needed for coinstallability
+# see upstream commit f9027dc020566c02be6b6d942a9bf20f3f097564
 DEPEND="
dev-libs/cyrus-sasl:2
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml]

diff --git a/kde-apps/libkgapi/libkgapi-.ebuild 
b/kde-apps/libkgapi/libkgapi-.ebuild
index 51947697fc..d1512413db 100644
--- a/kde-apps/libkgapi/libkgapi-.ebuild
+++ b/kde-apps/libkgapi/libkgapi-.ebuild
@@ -17,6 +17,8 @@ SLOT="6"
 KEYWORDS=""
 IUSE=""
 
+# TODO: could use BUILD_SASL_PLUGIN option if needed for coinstallability
+# see upstream commit f9027dc020566c02be6b6d942a9bf20f3f097564
 DEPEND="
dev-libs/cyrus-sasl:2
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml]



[gentoo-commits] proj/kde:master commit in: kde-apps/korganizer/

2024-02-25 Thread Sam James
commit: d97a1321bc1ddd666c2f4607fe574831584ef154
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:17:33 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:19:08 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d97a1321

kde-apps/korganizer: refresh deps

* Drop kpimtextedit (upstream commit 8b1c22163ee95a9a8e57adb39f4ff1c6be98e30e)
* Drop akonadi-mime (upstream commit 7d9dc1293e3aec1773951a1359ce94b2d7ed88a1)

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

 kde-apps/korganizer/korganizer-24.02.0.ebuild   | 2 --
 kde-apps/korganizer/korganizer-24.02.49..ebuild | 2 --
 kde-apps/korganizer/korganizer-.ebuild  | 2 --
 3 files changed, 6 deletions(-)

diff --git a/kde-apps/korganizer/korganizer-24.02.0.ebuild 
b/kde-apps/korganizer/korganizer-24.02.0.ebuild
index c0c6b3fd8c..d9ece6e536 100644
--- a/kde-apps/korganizer/korganizer-24.02.0.ebuild
+++ b/kde-apps/korganizer/korganizer-24.02.0.ebuild
@@ -26,7 +26,6 @@ COMMON_DEPEND="
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-calendar-${PVCUT}:6
>=kde-apps/akonadi-contacts-${PVCUT}:6
-   >=kde-apps/akonadi-mime-${PVCUT}:6
>=kde-apps/akonadi-notes-${PVCUT}:6
>=kde-apps/calendarsupport-${PVCUT}:6
>=kde-apps/eventviews-${PVCUT}:6
@@ -36,7 +35,6 @@ COMMON_DEPEND="
>=kde-apps/kmailtransport-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/kontactinterface-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6

diff --git a/kde-apps/korganizer/korganizer-24.02.49..ebuild 
b/kde-apps/korganizer/korganizer-24.02.49..ebuild
index 287fa5266f..8ea27bff56 100644
--- a/kde-apps/korganizer/korganizer-24.02.49..ebuild
+++ b/kde-apps/korganizer/korganizer-24.02.49..ebuild
@@ -26,7 +26,6 @@ COMMON_DEPEND="
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-calendar-${PVCUT}:6
>=kde-apps/akonadi-contacts-${PVCUT}:6
-   >=kde-apps/akonadi-mime-${PVCUT}:6
>=kde-apps/akonadi-notes-${PVCUT}:6
>=kde-apps/calendarsupport-${PVCUT}:6
>=kde-apps/eventviews-${PVCUT}:6
@@ -36,7 +35,6 @@ COMMON_DEPEND="
>=kde-apps/kmailtransport-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/kontactinterface-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6

diff --git a/kde-apps/korganizer/korganizer-.ebuild 
b/kde-apps/korganizer/korganizer-.ebuild
index 287fa5266f..8ea27bff56 100644
--- a/kde-apps/korganizer/korganizer-.ebuild
+++ b/kde-apps/korganizer/korganizer-.ebuild
@@ -26,7 +26,6 @@ COMMON_DEPEND="
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-calendar-${PVCUT}:6
>=kde-apps/akonadi-contacts-${PVCUT}:6
-   >=kde-apps/akonadi-mime-${PVCUT}:6
>=kde-apps/akonadi-notes-${PVCUT}:6
>=kde-apps/calendarsupport-${PVCUT}:6
>=kde-apps/eventviews-${PVCUT}:6
@@ -36,7 +35,6 @@ COMMON_DEPEND="
>=kde-apps/kmailtransport-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/kontactinterface-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/libkdepim/

2024-02-25 Thread Sam James
commit: 976f1046d33cb8885566292ace0bf68d74320b62
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:22:46 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:23:08 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=976f1046

kde-apps/libkdepim: refresh deps

* Drop kconfig (upstream commit a2a590762f52097fd7a2c7ca9b20688b3d4f02d0)

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

 kde-apps/libkdepim/libkdepim-24.02.0.ebuild   | 1 -
 kde-apps/libkdepim/libkdepim-24.02.49..ebuild | 1 -
 kde-apps/libkdepim/libkdepim-.ebuild  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/kde-apps/libkdepim/libkdepim-24.02.0.ebuild 
b/kde-apps/libkdepim/libkdepim-24.02.0.ebuild
index b21dcf9e9a..836684a2ce 100644
--- a/kde-apps/libkdepim/libkdepim-24.02.0.ebuild
+++ b/kde-apps/libkdepim/libkdepim-24.02.0.ebuild
@@ -21,7 +21,6 @@ IUSE=""
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=kde-frameworks/kcompletion-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 "

diff --git a/kde-apps/libkdepim/libkdepim-24.02.49..ebuild 
b/kde-apps/libkdepim/libkdepim-24.02.49..ebuild
index 4b1c3fb061..03c03a1a4d 100644
--- a/kde-apps/libkdepim/libkdepim-24.02.49..ebuild
+++ b/kde-apps/libkdepim/libkdepim-24.02.49..ebuild
@@ -21,7 +21,6 @@ IUSE=""
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=kde-frameworks/kcompletion-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 "

diff --git a/kde-apps/libkdepim/libkdepim-.ebuild 
b/kde-apps/libkdepim/libkdepim-.ebuild
index 4b1c3fb061..03c03a1a4d 100644
--- a/kde-apps/libkdepim/libkdepim-.ebuild
+++ b/kde-apps/libkdepim/libkdepim-.ebuild
@@ -21,7 +21,6 @@ IUSE=""
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=kde-frameworks/kcompletion-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 "



[gentoo-commits] proj/kde:master commit in: kde-apps/kontact/

2024-02-25 Thread Sam James
commit: 1c54bfe8e5f339893da00f421e5a864a38a7734f
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:15:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:16:00 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c54bfe8

kde-apps/kontact: refresh deps

* Drop kpimtextedit (upstream commit 644a4af86be3c5f50b3fa5073972f8a137373647)

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

 kde-apps/kontact/kontact-24.02.0.ebuild   | 1 -
 kde-apps/kontact/kontact-24.02.49..ebuild | 1 -
 kde-apps/kontact/kontact-.ebuild  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/kde-apps/kontact/kontact-24.02.0.ebuild 
b/kde-apps/kontact/kontact-24.02.0.ebuild
index 28c7235c11..22a9d04590 100644
--- a/kde-apps/kontact/kontact-24.02.0.ebuild
+++ b/kde-apps/kontact/kontact-24.02.0.ebuild
@@ -22,7 +22,6 @@ DEPEND="
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/grantleetheme-${PVCUT}:6
>=kde-apps/kontactinterface-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/mailcommon-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6

diff --git a/kde-apps/kontact/kontact-24.02.49..ebuild 
b/kde-apps/kontact/kontact-24.02.49..ebuild
index 679dc3f02e..154c4875db 100644
--- a/kde-apps/kontact/kontact-24.02.49..ebuild
+++ b/kde-apps/kontact/kontact-24.02.49..ebuild
@@ -22,7 +22,6 @@ DEPEND="
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/grantleetheme-${PVCUT}:6
>=kde-apps/kontactinterface-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/mailcommon-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6

diff --git a/kde-apps/kontact/kontact-.ebuild 
b/kde-apps/kontact/kontact-.ebuild
index 679dc3f02e..154c4875db 100644
--- a/kde-apps/kontact/kontact-.ebuild
+++ b/kde-apps/kontact/kontact-.ebuild
@@ -22,7 +22,6 @@ DEPEND="
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/grantleetheme-${PVCUT}:6
>=kde-apps/kontactinterface-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/mailcommon-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/kmail/

2024-02-25 Thread Sam James
commit: 6e8c9e35e97fb6b5d51ab8d311cb8a1918ef6340
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:06:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:08:25 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e8c9e35

kde-apps/kmail: refresh deps

* Adopt kstatusnotifieritem (upstream commit 
873916f422c66a86ead0655730c7c1781e6eda04)
* Crank min. ktextaddons version (upstream commit 
124d450a29efe35e4452d30ef2b9a301483308c1)

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

 kde-apps/kmail/kmail-24.02.0.ebuild   | 3 ++-
 kde-apps/kmail/kmail-24.02.49..ebuild | 3 ++-
 kde-apps/kmail/kmail-.ebuild  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kmail/kmail-24.02.0.ebuild 
b/kde-apps/kmail/kmail-24.02.0.ebuild
index dbcdd728f1..4296bcc366 100644
--- a/kde-apps/kmail/kmail-24.02.0.ebuild
+++ b/kde-apps/kmail/kmail-24.02.0.ebuild
@@ -24,7 +24,7 @@ RESTRICT="test" # bug 616878
 # kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
 COMMON_DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.3.50:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
@@ -64,6 +64,7 @@ COMMON_DEPEND="
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]

diff --git a/kde-apps/kmail/kmail-24.02.49..ebuild 
b/kde-apps/kmail/kmail-24.02.49..ebuild
index 28d72a4bcd..682bfedd8e 100644
--- a/kde-apps/kmail/kmail-24.02.49..ebuild
+++ b/kde-apps/kmail/kmail-24.02.49..ebuild
@@ -24,7 +24,7 @@ RESTRICT="test" # bug 616878
 # kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
 COMMON_DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.3.50:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
@@ -64,6 +64,7 @@ COMMON_DEPEND="
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]

diff --git a/kde-apps/kmail/kmail-.ebuild b/kde-apps/kmail/kmail-.ebuild
index 28d72a4bcd..682bfedd8e 100644
--- a/kde-apps/kmail/kmail-.ebuild
+++ b/kde-apps/kmail/kmail-.ebuild
@@ -24,7 +24,7 @@ RESTRICT="test" # bug 616878
 # kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
 COMMON_DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
-   dev-libs/ktextaddons:6[speech?]
+   >=dev-libs/ktextaddons-1.3.50:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
@@ -64,6 +64,7 @@ COMMON_DEPEND="
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]



[gentoo-commits] proj/kde:master commit in: kde-apps/knotes/

2024-02-25 Thread Sam James
commit: 85d76a5f90dc116d626f8d19e7534fe416788b1e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:13:17 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:14:32 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=85d76a5f

kde-apps/knotes: refresh deps

* Crank min. ktextaddons version (upstream commit 
6160f6e6a1350eb2183e2a9fb66c9928421461b7)

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

 kde-apps/knotes/knotes-24.02.0.ebuild   | 2 +-
 kde-apps/knotes/knotes-24.02.49..ebuild | 2 +-
 kde-apps/knotes/knotes-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/knotes/knotes-24.02.0.ebuild 
b/kde-apps/knotes/knotes-24.02.0.ebuild
index 1c32278000..c76e252e5d 100644
--- a/kde-apps/knotes/knotes-24.02.0.ebuild
+++ b/kde-apps/knotes/knotes-24.02.0.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="
-   dev-libs/ktextaddons:6
+   >=dev-libs/ktextaddons-1.5.3:6
dev-libs/libxslt
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/knotes/knotes-24.02.49..ebuild 
b/kde-apps/knotes/knotes-24.02.49..ebuild
index b4d8b38de0..74c7a9e150 100644
--- a/kde-apps/knotes/knotes-24.02.49..ebuild
+++ b/kde-apps/knotes/knotes-24.02.49..ebuild
@@ -20,7 +20,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-   dev-libs/ktextaddons:6
+   >=dev-libs/ktextaddons-1.5.3:6
dev-libs/libxslt
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/knotes/knotes-.ebuild 
b/kde-apps/knotes/knotes-.ebuild
index b4d8b38de0..74c7a9e150 100644
--- a/kde-apps/knotes/knotes-.ebuild
+++ b/kde-apps/knotes/knotes-.ebuild
@@ -20,7 +20,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-   dev-libs/ktextaddons:6
+   >=dev-libs/ktextaddons-1.5.3:6
dev-libs/libxslt
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/kmail-account-wizard/

2024-02-25 Thread Sam James
commit: e8d7853f28ca6dfdc3cf8ef9fe06763a3508fdaf
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:09:20 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:09:50 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8d7853f

kde-apps/kmail-account-wizard: refresh deps

* Drop kldap (upstream commit 958fa2bd755c374035f3aadb0c851494a678a80b)
* Drop libkleo (upstream commit 958fa2bd755c374035f3aadb0c851494a678a80b)

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

 kde-apps/kmail-account-wizard/kmail-account-wizard-24.02.0.ebuild   | 2 --
 kde-apps/kmail-account-wizard/kmail-account-wizard-24.02.49..ebuild | 2 --
 kde-apps/kmail-account-wizard/kmail-account-wizard-.ebuild  | 2 --
 3 files changed, 6 deletions(-)

diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-24.02.0.ebuild 
b/kde-apps/kmail-account-wizard/kmail-account-wizard-24.02.0.ebuild
index 864c84c29a..be1b05f3e4 100644
--- a/kde-apps/kmail-account-wizard/kmail-account-wizard-24.02.0.ebuild
+++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-24.02.0.ebuild
@@ -24,11 +24,9 @@ DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
-   >=kde-apps/kldap-${PVCUT}:6
>=kde-apps/kmailtransport-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
-   >=kde-apps/libkleo-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6

diff --git 
a/kde-apps/kmail-account-wizard/kmail-account-wizard-24.02.49..ebuild 
b/kde-apps/kmail-account-wizard/kmail-account-wizard-24.02.49..ebuild
index 2b2dc10985..f29081d663 100644
--- a/kde-apps/kmail-account-wizard/kmail-account-wizard-24.02.49..ebuild
+++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-24.02.49..ebuild
@@ -24,11 +24,9 @@ DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
-   >=kde-apps/kldap-${PVCUT}:6
>=kde-apps/kmailtransport-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
-   >=kde-apps/libkleo-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6

diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-.ebuild 
b/kde-apps/kmail-account-wizard/kmail-account-wizard-.ebuild
index 2b2dc10985..f29081d663 100644
--- a/kde-apps/kmail-account-wizard/kmail-account-wizard-.ebuild
+++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-.ebuild
@@ -24,11 +24,9 @@ DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
-   >=kde-apps/kldap-${PVCUT}:6
>=kde-apps/kmailtransport-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
-   >=kde-apps/libkleo-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6



[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/

2024-02-25 Thread James Le Cuirot
commit: 0a929b1875a89d165db95073e50a007f9664f41c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Feb 25 23:12:03 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Feb 25 23:12:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a929b18

www-client/vivaldi-snapshot: Add version 6.6.3271.35

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-6.6.3271.35.ebuild| 224 +
 2 files changed, 227 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index e21f66956a09..10a683092928 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,9 @@
 DIST vivaldi-snapshot_6.6.3265.3-1_amd64.deb 107965908 BLAKE2B 
e76ed486ba9a49df374aea50b097620ce5caf429ec96003ef113cdc5eb29112316a800530e796d5adcba52a70696a44c358d912f0168fb4734cb00b480e6ad50
 SHA512 
521b0f0a064fc2ab5fd6954b6a82ad9aeaae03b7cc64403851502a8260ea3419e26342db2539fce72c96a1bd61ae40c60a3dd577271fea559b1f652cb463fdf3
 DIST vivaldi-snapshot_6.6.3265.3-1_arm64.deb 100839292 BLAKE2B 
04e1da781fa2ab88cae3f1485119e54fedf67ca6ae0a648a9c561a7a8e2dc87b365c1a13ec91e2a245f9ae39b0bef0ae554eb795138e01a6f4e2e87b9bfd457e
 SHA512 
513f13af66a0cc484d7fa50358d5f3a9133cf88d6dd8e56baffec856ef32a13acfbe9d40715c8e61d1a12f8b0bc044eb55fa2bceedc2ac9586d5994a7e2488f2
 DIST vivaldi-snapshot_6.6.3265.3-1_armhf.deb 102208420 BLAKE2B 
463dc3757205c99ca4ef7117406cfac87c52e79c0c8c095ecc85465c21454a3b0b2d7b0c47a7d436f72c96de664bb000c95d5f42f56df073397835babc2dba9d
 SHA512 
1fa0b655504550cecec5ce7b6b5578d14ed1aa468e291d8d94af6d7cb980699aeaaa22e4747269d0343af1291051b10ab43c710904d27640890015c37ebb9bed
+DIST vivaldi-snapshot_6.6.3271.35-1_amd64.deb 107729472 BLAKE2B 
7841f307cfd0ec72eaf7c4b3273552177185899a166e53b9a0b44d8590142e8fbecf80a73d128debde6965c61c4ea45f24f834c92315047d3c953b8a441c6bc3
 SHA512 
4b1020d9c6b1376ff95993bdb4970f7593a5e20370ba66d7fee679b9600e2779c8c0bbce6d85d7ae5ff7209cf01ca8d0f88e9e89571791d72bca7e312e746ea6
+DIST vivaldi-snapshot_6.6.3271.35-1_arm64.deb 100842372 BLAKE2B 
510d84d912376cba9bb5379957b2958cfbe488c8f06e6e0a8e551e10a445b75eb53c9ec0dc08f2907673d8c7824ca44303ee343e69118673983f29c32cffe50f
 SHA512 
5b8b64e1931d7a694c06b38e547c8fedaf0cc0f13fa20123ee89f54cf51437edfc01e9bf5254104f92701fb3c5ba518f2cdb84548a3fdbaaa917a78480c698b0
+DIST vivaldi-snapshot_6.6.3271.35-1_armhf.deb 102218064 BLAKE2B 
c69fd1e87232c53115966c3ee4c595e54fbf615cba1a97fec5b26b3b5d97a1fe6cddee07f309ac2e41fba0931976b27b35f2bc43720da5cc95f3734a4d10fdf8
 SHA512 
6e8f870d44e2d3189c78b71ae2d1b8fa2ad0ee82cfc6155ac7b76453cddcc85b8ed936ed07a5e887f43661213448edfcca043a971b3086bbabd04e1b527f8824
 DIST vivaldi-snapshot_6.6.3271.4-1_amd64.deb 107907712 BLAKE2B 
23edb7c0df347c85e8c711b32a43e750b46af894a3dae9b585680b37bae220040c969645e5f4a4041ec2d0465d8491d9faf4bb25c30d58f59d949003daf8c02e
 SHA512 
5d6cb836fb26df6baa7547b133795cb9f93b0a0adff39250295cb937da00c15a07e6068a654636de7db46ebdd0e6876522eed5eb98ea693e00289a013ca498bb
 DIST vivaldi-snapshot_6.6.3271.4-1_arm64.deb 100885568 BLAKE2B 
a78391a6157b26d133d7549f44cc325a2c7f906e882ba0a2fdbe277c398a56da9f90acac94502421ed2b2cde1867cf3da0eb80e79456c929c90f59a7c595c67b
 SHA512 
6b41c1a16888c5089ef0eed852844015ec13705a353a0fbe88c22a3abf09928a976d9ed1cb8b801eb8de0d76e2f1f2ec9f3ab1400608588cb0510ad9c67d9fac
 DIST vivaldi-snapshot_6.6.3271.4-1_armhf.deb 102241252 BLAKE2B 
1d4a866b9f2fd54b21026cfa26d1e5f741d59ddd435d3b4359266d7d6f5782b31e7213ed4c95ed6ef7c36083aee37d10174f6a37f81605e45dd150ffbd9e9894
 SHA512 
e1ec72e33df2093bb2fa71f7b0e59bca935261984b47938cb975083473697c4ecb3b0d90aa18881e103a659cc69469c7b2d70036b5cd45000ade1974517ab491

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.6.3271.35.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.6.3271.35.ebuild
new file mode 100644
index ..9304611c3c84
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.6.3271.35.ebuild
@@ -0,0 +1,224 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="121"
+CHROMIUM_LANGS="
+   af
+   am
+   ar
+   az
+   be
+   bg
+   bn
+   ca
+   ca-valencia
+   cs
+   da
+   de
+   de-CH
+   el
+   en-GB
+   en-US
+   eo
+   es
+   es-419
+   es-PE
+   et
+   eu
+   fa
+   fi
+   fil
+   fr
+   fy
+   gd
+   gl
+   gu
+   he
+   hi
+   hr
+   hu
+   hy
+   id
+   io
+   is
+   it
+   ja
+   jbo
+   ka
+   kab
+   kn
+   ko
+   ku
+   lt
+   lv
+   mk
+   ml
+   mr
+   ms
+   nb
+   nl
+   nn
+   pa
+   pl
+   pt-BR
+   pt-PT
+   ro
+   ru
+   sc
+   sk
+   sl
+  

[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/

2024-02-25 Thread James Le Cuirot
commit: 6a1a9ded58024884b579d164c9078b3678aa14f8
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Feb 25 23:13:16 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Feb 25 23:13:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1a9ded

www-client/vivaldi-snapshot: Drop old 6.6.3265.3

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-6.6.3265.3.ebuild | 224 -
 2 files changed, 227 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 10a683092928..ed5df79aac77 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot_6.6.3265.3-1_amd64.deb 107965908 BLAKE2B 
e76ed486ba9a49df374aea50b097620ce5caf429ec96003ef113cdc5eb29112316a800530e796d5adcba52a70696a44c358d912f0168fb4734cb00b480e6ad50
 SHA512 
521b0f0a064fc2ab5fd6954b6a82ad9aeaae03b7cc64403851502a8260ea3419e26342db2539fce72c96a1bd61ae40c60a3dd577271fea559b1f652cb463fdf3
-DIST vivaldi-snapshot_6.6.3265.3-1_arm64.deb 100839292 BLAKE2B 
04e1da781fa2ab88cae3f1485119e54fedf67ca6ae0a648a9c561a7a8e2dc87b365c1a13ec91e2a245f9ae39b0bef0ae554eb795138e01a6f4e2e87b9bfd457e
 SHA512 
513f13af66a0cc484d7fa50358d5f3a9133cf88d6dd8e56baffec856ef32a13acfbe9d40715c8e61d1a12f8b0bc044eb55fa2bceedc2ac9586d5994a7e2488f2
-DIST vivaldi-snapshot_6.6.3265.3-1_armhf.deb 102208420 BLAKE2B 
463dc3757205c99ca4ef7117406cfac87c52e79c0c8c095ecc85465c21454a3b0b2d7b0c47a7d436f72c96de664bb000c95d5f42f56df073397835babc2dba9d
 SHA512 
1fa0b655504550cecec5ce7b6b5578d14ed1aa468e291d8d94af6d7cb980699aeaaa22e4747269d0343af1291051b10ab43c710904d27640890015c37ebb9bed
 DIST vivaldi-snapshot_6.6.3271.35-1_amd64.deb 107729472 BLAKE2B 
7841f307cfd0ec72eaf7c4b3273552177185899a166e53b9a0b44d8590142e8fbecf80a73d128debde6965c61c4ea45f24f834c92315047d3c953b8a441c6bc3
 SHA512 
4b1020d9c6b1376ff95993bdb4970f7593a5e20370ba66d7fee679b9600e2779c8c0bbce6d85d7ae5ff7209cf01ca8d0f88e9e89571791d72bca7e312e746ea6
 DIST vivaldi-snapshot_6.6.3271.35-1_arm64.deb 100842372 BLAKE2B 
510d84d912376cba9bb5379957b2958cfbe488c8f06e6e0a8e551e10a445b75eb53c9ec0dc08f2907673d8c7824ca44303ee343e69118673983f29c32cffe50f
 SHA512 
5b8b64e1931d7a694c06b38e547c8fedaf0cc0f13fa20123ee89f54cf51437edfc01e9bf5254104f92701fb3c5ba518f2cdb84548a3fdbaaa917a78480c698b0
 DIST vivaldi-snapshot_6.6.3271.35-1_armhf.deb 102218064 BLAKE2B 
c69fd1e87232c53115966c3ee4c595e54fbf615cba1a97fec5b26b3b5d97a1fe6cddee07f309ac2e41fba0931976b27b35f2bc43720da5cc95f3734a4d10fdf8
 SHA512 
6e8f870d44e2d3189c78b71ae2d1b8fa2ad0ee82cfc6155ac7b76453cddcc85b8ed936ed07a5e887f43661213448edfcca043a971b3086bbabd04e1b527f8824

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.6.3265.3.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.6.3265.3.ebuild
deleted file mode 100644
index 9304611c3c84..
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.6.3265.3.ebuild
+++ /dev/null
@@ -1,224 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_VERSION="121"
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   ca-valencia
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   eu
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gl
-   gu
-   he
-   hi
-   hr
-   hu
-   hy
-   id
-   io
-   is
-   it
-   ja
-   jbo
-   ka
-   kab
-   kn
-   ko
-   ku
-   lt
-   lv
-   mk
-   ml
-   mr
-   ms
-   nb
-   nl
-   nn
-   pa
-   pl
-   pt-BR
-   pt-PT
-   ro
-   ru
-   sc
-   sk
-   sl
-   sq
-   sr
-   sr-Latn
-   sv
-   sw
-   ta
-   te
-   th
-   tr
-   uk
-   ur
-   vi
-   zh-CN
-   zh-TW
-"
-
-inherit chromium-2 desktop linux-info unpacker xdg
-
-VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/;
-
-if [[ ${PV} = *_p* ]]; then
-   DEB_REV="${PV#*_p}"
-else
-   DEB_REV=1
-fi
-
-KEYWORDS="-* ~amd64 ~arm ~arm64"
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
-
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb )
-   arm64? ( ${VIVALDI_BASE_URI}arm64.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-IUSE="ffmpeg-chromium gtk proprietary-codecs qt5 widevine"
-RESTRICT="bindist mirror"
-REQUIRED_USE="ffmpeg-chromium? ( proprietary-codecs )"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   

[gentoo-commits] repo/gentoo:master commit in: dev-java/ant-core/

2024-02-25 Thread Sam James
commit: fe7e9f0bd18d6cdb26ac0696dec67d7f11cb338c
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:06:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:06:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7e9f0b

dev-java/ant-core: Stabilize 1.10.14 ppc64, #922766

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

 dev-java/ant-core/ant-core-1.10.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/ant-core/ant-core-1.10.14.ebuild 
b/dev-java/ant-core/ant-core-1.10.14.ebuild
index 06844430df56..db4cfbb97de3 100644
--- a/dev-java/ant-core/ant-core-1.10.14.ebuild
+++ b/dev-java/ant-core/ant-core-1.10.14.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 
 DEPEND="
~dev-java/ant-${PV}:0



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-httpclient/

2024-02-25 Thread Sam James
commit: 15b1b3d582282928617dea994ebe70b61b1fe2c7
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:06:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:06:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b1b3d5

dev-java/commons-httpclient: Stabilize 3.1-r3 ppc64, #922766

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

 dev-java/commons-httpclient/commons-httpclient-3.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-httpclient/commons-httpclient-3.1-r3.ebuild 
b/dev-java/commons-httpclient/commons-httpclient-3.1-r3.ebuild
index 466fc7630c76..8ff7510f 100644
--- a/dev-java/commons-httpclient/commons-httpclient-3.1-r3.ebuild
+++ b/dev-java/commons-httpclient/commons-httpclient-3.1-r3.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${P}"
 
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 
 # Tests run: 2036,  Failures: 91
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-java/antunit/

2024-02-25 Thread Sam James
commit: c740c9c05aa5274d1a83af7934eee3b0a67778b5
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:06:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:06:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c740c9c0

dev-java/antunit: Stabilize 1.4.1-r1 ppc64, #922766

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

 dev-java/antunit/antunit-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/antunit/antunit-1.4.1-r1.ebuild 
b/dev-java/antunit/antunit-1.4.1-r1.ebuild
index 0072c4dd5096..e859fb18c06b 100644
--- a/dev-java/antunit/antunit-1.4.1-r1.ebuild
+++ b/dev-java/antunit/antunit-1.4.1-r1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/apache-ant-${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 
 VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/ant.apache.org.asc"
 BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-ant )"



[gentoo-commits] repo/gentoo:master commit in: dev-java/ant/

2024-02-25 Thread Sam James
commit: 4ad610064d829d09f3e1127dfd636b1dcdc50296
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:06:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:06:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad61006

dev-java/ant: Stabilize 1.10.14-r2 ppc64, #922766

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

 dev-java/ant/ant-1.10.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/ant/ant-1.10.14-r2.ebuild 
b/dev-java/ant/ant-1.10.14-r2.ebuild
index ade50d31059b..86d121ae7f7e 100644
--- a/dev-java/ant/ant-1.10.14-r2.ebuild
+++ b/dev-java/ant/ant-1.10.14-r2.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/apache-${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 IUSE="bcel bsf commonslogging commonsnet jai jakartamail javamail jdepend jsch 
junit junit4
junitlauncher log4j oro regexp resolver testutil xalan xz"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/cpptasks/

2024-02-25 Thread Sam James
commit: ec491add27375b05c77a79ab0c0af52d2c07dd5a
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:06:28 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:06:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec491add

dev-java/cpptasks: Stabilize 1.0_beta5-r2 ppc64, #922766

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

 dev-java/cpptasks/cpptasks-1.0_beta5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/cpptasks/cpptasks-1.0_beta5-r2.ebuild 
b/dev-java/cpptasks/cpptasks-1.0_beta5-r2.ebuild
index 569b94bfdb84..45b3f283d970 100644
--- a/dev-java/cpptasks/cpptasks-1.0_beta5-r2.ebuild
+++ b/dev-java/cpptasks/cpptasks-1.0_beta5-r2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P/_beta/b}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 
 CP_DEPEND="
>=dev-java/ant-1.10.14:0



[gentoo-commits] repo/gentoo:master commit in: dev-java/xmlunit/

2024-02-25 Thread Sam James
commit: d72371da0a46190d67076ed6a658051538129ea3
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:06:27 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:06:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72371da

dev-java/xmlunit: Stabilize 1.6-r2 ppc64, #922766

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

 dev-java/xmlunit/xmlunit-1.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/xmlunit/xmlunit-1.6-r2.ebuild 
b/dev-java/xmlunit/xmlunit-1.6-r2.ebuild
index 2ddb82f468e0..1fd0fa19c5e3 100644
--- a/dev-java/xmlunit/xmlunit-1.6-r2.ebuild
+++ b/dev-java/xmlunit/xmlunit-1.6-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${P}"
 
 LICENSE="BSD"
 SLOT="1"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 ~x86"
 
 BDEPEND="app-arch/unzip"
 CP_DEPEND="dev-java/junit:0"



[gentoo-commits] repo/gentoo:master commit in: dev-java/javacc/

2024-02-25 Thread Sam James
commit: e67cc97110f237bf381210439ede291a76d391d6
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:06:27 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:06:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67cc971

dev-java/javacc: Stabilize 5.0-r5 ppc64, #922766

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

 dev-java/javacc/javacc-5.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/javacc/javacc-5.0-r5.ebuild 
b/dev-java/javacc/javacc-5.0-r5.ebuild
index 9e53248cf15d..a30bdb682c9e 100644
--- a/dev-java/javacc/javacc-5.0-r5.ebuild
+++ b/dev-java/javacc/javacc-5.0-r5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://java.net/projects/${PN}/downloads/download/${P}src.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 
 CDEPEND="dev-java/junit:0"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/snappy/

2024-02-25 Thread Sam James
commit: fc17f7df3b8c0ddecca6fd8392573075eb97e84c
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 23:06:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 23:06:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc17f7df

dev-java/snappy: Stabilize 1.1.10.5-r1 ppc64, #922766

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

 dev-java/snappy/snappy-1.1.10.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/snappy/snappy-1.1.10.5-r1.ebuild 
b/dev-java/snappy/snappy-1.1.10.5-r1.ebuild
index 82270174a90f..e62e034435de 100644
--- a/dev-java/snappy/snappy-1.1.10.5-r1.ebuild
+++ b/dev-java/snappy/snappy-1.1.10.5-r1.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/snappy-java-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="1.1"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 
 CP_DEPEND="dev-java/osgi-core:0"
 



[gentoo-commits] proj/kde:master commit in: kde-apps/kidentitymanagement/

2024-02-25 Thread Sam James
commit: fef612ccc8d33211396a370fd36b00f1f268730a
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 22:47:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 22:50:28 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fef612cc

kde-apps/kidentitymanagement: refresh deps

* Add TODO re BUILD_QUICK_SUPPORT (upstream commit 
4b437e692cb8a6dc489a0b28cabd0b8c908aa3c2)
* Drop ktextwidgets (upstream commit 3c2c89e8806360aeebecf6c423916e07581fc2b6)
* Adopt ktextaddons (upstream commit af359b7181d1078b2e0203dd82d2ec4d1d30e473)

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

 kde-apps/kidentitymanagement/kidentitymanagement-24.02.0.ebuild   | 3 ++-
 kde-apps/kidentitymanagement/kidentitymanagement-24.02.49..ebuild | 3 ++-
 kde-apps/kidentitymanagement/kidentitymanagement-.ebuild  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kidentitymanagement/kidentitymanagement-24.02.0.ebuild 
b/kde-apps/kidentitymanagement/kidentitymanagement-24.02.0.ebuild
index ca3139499e..2340dedd7a 100644
--- a/kde-apps/kidentitymanagement/kidentitymanagement-24.02.0.ebuild
+++ b/kde-apps/kidentitymanagement/kidentitymanagement-24.02.0.ebuild
@@ -17,7 +17,9 @@ SLOT="6"
 KEYWORDS="~amd64"
 IUSE=""
 
+# TODO: Do we want to wire up BUILD_QUICK_SUPPORT?
 DEPEND="
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
@@ -25,7 +27,6 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
 "

diff --git 
a/kde-apps/kidentitymanagement/kidentitymanagement-24.02.49..ebuild 
b/kde-apps/kidentitymanagement/kidentitymanagement-24.02.49..ebuild
index c9f4bd62e3..aaa40e6fea 100644
--- a/kde-apps/kidentitymanagement/kidentitymanagement-24.02.49..ebuild
+++ b/kde-apps/kidentitymanagement/kidentitymanagement-24.02.49..ebuild
@@ -17,7 +17,9 @@ SLOT="6"
 KEYWORDS=""
 IUSE=""
 
+# TODO: Do we want to wire up BUILD_QUICK_SUPPORT?
 DEPEND="
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
@@ -25,7 +27,6 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
 "

diff --git a/kde-apps/kidentitymanagement/kidentitymanagement-.ebuild 
b/kde-apps/kidentitymanagement/kidentitymanagement-.ebuild
index c9f4bd62e3..aaa40e6fea 100644
--- a/kde-apps/kidentitymanagement/kidentitymanagement-.ebuild
+++ b/kde-apps/kidentitymanagement/kidentitymanagement-.ebuild
@@ -17,7 +17,9 @@ SLOT="6"
 KEYWORDS=""
 IUSE=""
 
+# TODO: Do we want to wire up BUILD_QUICK_SUPPORT?
 DEPEND="
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
@@ -25,7 +27,6 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
 "



[gentoo-commits] proj/kde:master commit in: kde-apps/kalarm/

2024-02-25 Thread Sam James
commit: 3a98c9bbab1f8ecac06ef0e276b5a3b952dfbc41
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 22:40:16 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 22:44:11 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a98c9bb

kde-apps/kalarm: refresh deps

* Drop phonon in favour of libcanberra (upstream commits 
dd4bab1a3642c0ec860ffada450d4d41dd85080f
  and 63fe942beb2d2b72c4b955beea955ffb23ef0d71)
* Drop kidletime, kcmutils (upstream commit 
ddb35ff69ef72f5676fbb459a67f13cb58219218)
* Drop kpimtextedit (upstream commit 8faaeda23a4e031bcabc2f8a4c88eee7f4115b26)
* Adopt kstatusnotifieritem (upstream commit 
8dfc82d95c3ac9eb26d81366796fbabc853606b4)

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

 kde-apps/kalarm/kalarm-24.02.0.ebuild   | 4 +---
 kde-apps/kalarm/kalarm-24.02.49..ebuild | 4 +---
 kde-apps/kalarm/kalarm-.ebuild  | 6 ++
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/kde-apps/kalarm/kalarm-24.02.0.ebuild 
b/kde-apps/kalarm/kalarm-24.02.0.ebuild
index c7ce83e6f9..66d520ff05 100644
--- a/kde-apps/kalarm/kalarm-24.02.0.ebuild
+++ b/kde-apps/kalarm/kalarm-24.02.0.ebuild
@@ -23,11 +23,9 @@ DEPEND="
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/kontactinterface-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/kauth-${KFMIN}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
@@ -41,13 +39,13 @@ DEPEND="
>=kde-frameworks/kholidays-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kidletime-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kitemmodels-${KFMIN}:6
>=kde-frameworks/kjobwidgets-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X?]

diff --git a/kde-apps/kalarm/kalarm-24.02.49..ebuild 
b/kde-apps/kalarm/kalarm-24.02.49..ebuild
index 41bc23648e..207858b182 100644
--- a/kde-apps/kalarm/kalarm-24.02.49..ebuild
+++ b/kde-apps/kalarm/kalarm-24.02.49..ebuild
@@ -23,11 +23,9 @@ DEPEND="
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/kontactinterface-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/kauth-${KFMIN}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
@@ -41,13 +39,13 @@ DEPEND="
>=kde-frameworks/kholidays-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kidletime-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kitemmodels-${KFMIN}:6
>=kde-frameworks/kjobwidgets-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X?]

diff --git a/kde-apps/kalarm/kalarm-.ebuild 
b/kde-apps/kalarm/kalarm-.ebuild
index 41bc23648e..3764f09447 100644
--- a/kde-apps/kalarm/kalarm-.ebuild
+++ b/kde-apps/kalarm/kalarm-.ebuild
@@ -23,11 +23,9 @@ DEPEND="
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/kontactinterface-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6[speech=]
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/kauth-${KFMIN}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
@@ -41,18 +39,18 @@ DEPEND="
>=kde-frameworks/kholidays-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kidletime-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kitemmodels-${KFMIN}:6
>=kde-frameworks/kjobwidgets-${KFMIN}:6

[gentoo-commits] proj/kde:master commit in: kde-apps/grantleetheme/

2024-02-25 Thread Sam James
commit: 6c4631adfcc554b5637d55f093ac5ad34daf09d3
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 22:35:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 22:35:58 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c4631ad

kde-apps/grantleetheme: refresh deps

* kconfigwidgets -> kcolorscheme (upstream commit 
b72b5670bd43f2206675c1ca09684d6f261ef7ab)

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

 kde-apps/grantleetheme/grantleetheme-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/grantleetheme/grantleetheme-.ebuild 
b/kde-apps/grantleetheme/grantleetheme-.ebuild
index 2f8b86284e..f03f561856 100644
--- a/kde-apps/grantleetheme/grantleetheme-.ebuild
+++ b/kde-apps/grantleetheme/grantleetheme-.ebuild
@@ -21,8 +21,8 @@ RESTRICT="test"
 
 RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=kde-frameworks/kcolorscheme-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/kitinerary/

2024-02-25 Thread Sam James
commit: 0ea126eb77219d79b4737c479d855282fde02c42
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 22:52:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 22:52:47 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0ea126eb

kde-apps/kitinerary: refresh deps

* Increase minimum zxing-cpp version (upstream commit 
89962eca1f507bb43cedc20691e25a2ee3dd71b4)

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

 kde-apps/kitinerary/kitinerary-24.02.0.ebuild   | 2 +-
 kde-apps/kitinerary/kitinerary-24.02.49..ebuild | 2 +-
 kde-apps/kitinerary/kitinerary-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kitinerary/kitinerary-24.02.0.ebuild 
b/kde-apps/kitinerary/kitinerary-24.02.0.ebuild
index a6c8513621..2550aec52a 100644
--- a/kde-apps/kitinerary/kitinerary-24.02.0.ebuild
+++ b/kde-apps/kitinerary/kitinerary-24.02.0.ebuild
@@ -33,7 +33,7 @@ DEPEND="
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
-   >=media-libs/zxing-cpp-1.1.0:=
+   >=media-libs/zxing-cpp-1.1.1:=
sys-libs/zlib
 "
 RDEPEND="${DEPEND}"

diff --git a/kde-apps/kitinerary/kitinerary-24.02.49..ebuild 
b/kde-apps/kitinerary/kitinerary-24.02.49..ebuild
index 1c0b4b98d3..90c6a727ce 100644
--- a/kde-apps/kitinerary/kitinerary-24.02.49..ebuild
+++ b/kde-apps/kitinerary/kitinerary-24.02.49..ebuild
@@ -33,7 +33,7 @@ DEPEND="
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
-   >=media-libs/zxing-cpp-1.1.0:=
+   >=media-libs/zxing-cpp-1.1.1:=
sys-libs/zlib
 "
 RDEPEND="${DEPEND}"

diff --git a/kde-apps/kitinerary/kitinerary-.ebuild 
b/kde-apps/kitinerary/kitinerary-.ebuild
index 1c0b4b98d3..90c6a727ce 100644
--- a/kde-apps/kitinerary/kitinerary-.ebuild
+++ b/kde-apps/kitinerary/kitinerary-.ebuild
@@ -33,7 +33,7 @@ DEPEND="
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
-   >=media-libs/zxing-cpp-1.1.0:=
+   >=media-libs/zxing-cpp-1.1.1:=
sys-libs/zlib
 "
 RDEPEND="${DEPEND}"



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

2024-02-25 Thread Sam James
commit: fdddc3f25ee18636c46f1a82080b9cb2ed105db1
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 22:56:32 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 22:56:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdddc3f2

sys-devel/gcc: add 14.0.1_pre20240225

Closes: https://bugs.gentoo.org/925231
Signed-off-by: Sam James  gentoo.org>

 sys-devel/gcc/Manifest  |  1 +
 sys-devel/gcc/gcc-14.0.1_pre20240225.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 045c5272e98c..2fac5193c2bd 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -44,6 +44,7 @@ DIST gcc-14-20240128.tar.xz 87528304 BLAKE2B 
d3a3cce5da54b7342a11a3dceb97bfa5f12
 DIST gcc-14-20240204.tar.xz 87563056 BLAKE2B 
6723206f6cebf347df8a5645f64f05d16c257457cafc915694756af87d71e3265e411659978588591839b36744f045fd5400525434281dbdb3885a8a510c64d1
 SHA512 
d6c245c45bd95d34a41039ee1bb97b817781f5f137e80f88e61e9f2b4109e4cd7aaac67a528030325f96c83272664292b31d58c24153825c98bfc2270224b868
 DIST gcc-14-20240211.tar.xz 87577300 BLAKE2B 
cfee2b4cdb52e96cd5fe752c67c9606b92449c082d31b738f0503bca9d58e9c8da488540aa9bf116fdf6e19fb29f58104340de6314734e135df1112c93846baa
 SHA512 
a315c8e06e3e35b6046e5ae74c6758bd51ca89ad33cb7d7628091ef393a227bb8e2771000d2624377c80145ce69c3f781f9f08166e5e0ac7b0fc7539ceaa023f
 DIST gcc-14-20240218.tar.xz 87636252 BLAKE2B 
c7680c6e704f8a50d13126f397f672be8ccf4e6ebd05cb2530d7b7a37084bdc2a77e7971b20a4aac65ec6c913874e30a2cf0b90cef94420227a65f1f363f1611
 SHA512 
2938fcf17d94c82bcbef8269661414cbd489dc2db4024a4407c529f8d80363b2667058c3bd39b32641dc9e067591b24fa5e0f693759ccd259ad0d3dab1d9bc53
+DIST gcc-14-20240225.tar.xz 87651536 BLAKE2B 
01283581b8684e0dce73b2d9a586e473f3c87753435d905e193816911edc06f9bd2a8d542a95d69f47f1c884124349520f410925b13b7bb51b913e603000d32f
 SHA512 
f424b0935d8fdcf9ff55067467eac20a518a11c2cb14928a47e1a218cde1f4238091f25861daf417d1125c5d5d5465d32fc1b3cb04504b3ca99fe27a7a7d5792
 DIST gcc-14.0.0-musl-patches-1.tar.xz 3576 BLAKE2B 
692baee8a7709905d53aeb150d73a3721c4ba47ee5f397cfb1b5be905cf003ca02b60c94ee294d90ac39645cd5cdf186c7a3aa950c47d8cf680c128ed705b807
 SHA512 
0592ab98a7142e404623a6511c67dff61e9ade32c3fb2c0e75b456306e0af3799ad13252b50b3d2fdd31e5815d7f0b16b0ad63ab8386fe4d78729fc9c182d617
 DIST gcc-14.0.0-patches-11.tar.xz 11272 BLAKE2B 
81c63b8aebcfd5b33b698ef4ef8f2d12b94ea2753ecec2b160cf9fab534dccd12875bcb16cfac2aa81211f8d9ff530cfc18f486567721beac487e08daa62363e
 SHA512 
0f51352cbc6815cd1dbc8b73e9c83842a58242220ba712291cc76c08c19b3a612c88a3221b2da437a9c7ecb410a83c2e538aa1984b733f444843bdf79d314a71
 DIST gcc-14.0.0-patches-16.tar.xz 11884 BLAKE2B 
bb47024c766f59222b50c5ff19ed6b763c9867508352cbcfc069d028d323a3b6fb3bbcbb2c08be7830f1ba266f54410842a17c9448c2bd9f101aa876ffb8f6ee
 SHA512 
890a0b63485558eb2f1e9fea6a274e251442d129bcb67fd2ee11715916a6f8ea15bed0b59c72ed055fff5d6d90e2bfc3140ddee4e057af117d86fd6b7615fcbc

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

[gentoo-commits] proj/kde:master commit in: kde-apps/grantlee-editor/

2024-02-25 Thread Sam James
commit: de24dd69936d8d3765b9cc084c57a5318eb111bd
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 22:33:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 22:34:46 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=de24dd69

kde-apps/grantlee-editor: refresh deps

* Start using ktextaddons (upstream commit 
ffd4efd79f5a09873ff0d1b842614979dda73270)
* Drop kpimtextedit (upstream commit 55bed758c824bfd9028f5ad9537ab071ab45e5c1)

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

 kde-apps/grantlee-editor/grantlee-editor-24.02.0.ebuild   | 2 +-
 kde-apps/grantlee-editor/grantlee-editor-24.02.49..ebuild | 2 +-
 kde-apps/grantlee-editor/grantlee-editor-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/grantlee-editor/grantlee-editor-24.02.0.ebuild 
b/kde-apps/grantlee-editor/grantlee-editor-24.02.0.ebuild
index eb8e096b33..4ad56269cc 100644
--- a/kde-apps/grantlee-editor/grantlee-editor-24.02.0.ebuild
+++ b/kde-apps/grantlee-editor/grantlee-editor-24.02.0.ebuild
@@ -17,11 +17,11 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-contacts-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/messagelib-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6

diff --git a/kde-apps/grantlee-editor/grantlee-editor-24.02.49..ebuild 
b/kde-apps/grantlee-editor/grantlee-editor-24.02.49..ebuild
index b2321bb539..60330963d7 100644
--- a/kde-apps/grantlee-editor/grantlee-editor-24.02.49..ebuild
+++ b/kde-apps/grantlee-editor/grantlee-editor-24.02.49..ebuild
@@ -17,11 +17,11 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-contacts-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/messagelib-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6

diff --git a/kde-apps/grantlee-editor/grantlee-editor-.ebuild 
b/kde-apps/grantlee-editor/grantlee-editor-.ebuild
index b2321bb539..60330963d7 100644
--- a/kde-apps/grantlee-editor/grantlee-editor-.ebuild
+++ b/kde-apps/grantlee-editor/grantlee-editor-.ebuild
@@ -17,11 +17,11 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-contacts-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-apps/messagelib-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/calendarsupport/

2024-02-25 Thread Sam James
commit: 99500c687bb7ef64ba9b0d8c58be85a26d8b096e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 22:28:44 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 22:30:01 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=99500c68

kde-apps/calendarsupport: refresh deps

* Drop kpimtextedit in favour of ktextaddons (upstream commit 
2df988f9dd822a70b68ea9472a5eaa617bb2375a)
* Drop akonadi-mime (upstream commit a2a2f3da4dfcf6791bb1c4804730fbad63d1acfc)

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

 kde-apps/calendarsupport/calendarsupport-24.02.0.ebuild   | 3 +--
 kde-apps/calendarsupport/calendarsupport-24.02.49..ebuild | 3 +--
 kde-apps/calendarsupport/calendarsupport-.ebuild  | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-24.02.0.ebuild 
b/kde-apps/calendarsupport/calendarsupport-24.02.0.ebuild
index 11ce77e574..9efe29fd3f 100644
--- a/kde-apps/calendarsupport/calendarsupport-24.02.0.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-24.02.0.ebuild
@@ -19,17 +19,16 @@ IUSE=""
 
 DEPEND="
dev-libs/libical
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=dev-qt/qttools-${QTMIN}:6[designer]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-calendar-${PVCUT}:6
-   >=kde-apps/akonadi-mime-${PVCUT}:6
>=kde-apps/akonadi-notes-${PVCUT}:6
>=kde-apps/kcalutils-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6

diff --git a/kde-apps/calendarsupport/calendarsupport-24.02.49..ebuild 
b/kde-apps/calendarsupport/calendarsupport-24.02.49..ebuild
index f43422c63e..387c5ddf1f 100644
--- a/kde-apps/calendarsupport/calendarsupport-24.02.49..ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-24.02.49..ebuild
@@ -19,17 +19,16 @@ IUSE=""
 
 DEPEND="
dev-libs/libical
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=dev-qt/qttools-${QTMIN}:6[designer]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-calendar-${PVCUT}:6
-   >=kde-apps/akonadi-mime-${PVCUT}:6
>=kde-apps/akonadi-notes-${PVCUT}:6
>=kde-apps/kcalutils-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6

diff --git a/kde-apps/calendarsupport/calendarsupport-.ebuild 
b/kde-apps/calendarsupport/calendarsupport-.ebuild
index f43422c63e..387c5ddf1f 100644
--- a/kde-apps/calendarsupport/calendarsupport-.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-.ebuild
@@ -19,17 +19,16 @@ IUSE=""
 
 DEPEND="
dev-libs/libical
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=dev-qt/qttools-${QTMIN}:6[designer]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-calendar-${PVCUT}:6
-   >=kde-apps/akonadi-mime-${PVCUT}:6
>=kde-apps/akonadi-notes-${PVCUT}:6
>=kde-apps/kcalutils-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
-   >=kde-apps/kpimtextedit-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/akregator/

2024-02-25 Thread Sam James
commit: 5079cf26a54758fb505072ce865faa81a924f5b2
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 22:23:18 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 22:26:32 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5079cf26

kde-apps/akregator: refresh deps

* Add kstatusnotifieritem (upstream commit 
d099821e8ce4e0da38e67799beead3d798b272ab)
* Add ktextaddons (upstream commit 5284515d58df6f1076bbd6ef27dc76a6048bf3c6)

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

 kde-apps/akregator/akregator-24.02.0.ebuild   | 2 ++
 kde-apps/akregator/akregator-24.02.49..ebuild | 2 ++
 kde-apps/akregator/akregator-.ebuild  | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/kde-apps/akregator/akregator-24.02.0.ebuild 
b/kde-apps/akregator/akregator-24.02.0.ebuild
index 65416d3bd5..85242ad81b 100644
--- a/kde-apps/akregator/akregator-24.02.0.ebuild
+++ b/kde-apps/akregator/akregator-24.02.0.ebuild
@@ -19,6 +19,7 @@ KEYWORDS="~amd64"
 IUSE="speech telemetry"
 
 RDEPEND="
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
>=dev-qt/qtwebengine-${QTMIN}:6
>=kde-apps/grantleetheme-${PVCUT}:6
@@ -40,6 +41,7 @@ RDEPEND="
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6

diff --git a/kde-apps/akregator/akregator-24.02.49..ebuild 
b/kde-apps/akregator/akregator-24.02.49..ebuild
index 6e1d82cadd..90bc29f71f 100644
--- a/kde-apps/akregator/akregator-24.02.49..ebuild
+++ b/kde-apps/akregator/akregator-24.02.49..ebuild
@@ -19,6 +19,7 @@ KEYWORDS=""
 IUSE="speech telemetry"
 
 RDEPEND="
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
>=dev-qt/qtwebengine-${QTMIN}:6
>=kde-apps/grantleetheme-${PVCUT}:6
@@ -40,6 +41,7 @@ RDEPEND="
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6

diff --git a/kde-apps/akregator/akregator-.ebuild 
b/kde-apps/akregator/akregator-.ebuild
index 6e1d82cadd..90bc29f71f 100644
--- a/kde-apps/akregator/akregator-.ebuild
+++ b/kde-apps/akregator/akregator-.ebuild
@@ -19,6 +19,7 @@ KEYWORDS=""
 IUSE="speech telemetry"
 
 RDEPEND="
+   >=dev-libs/ktextaddons-1.4.42:6
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
>=dev-qt/qtwebengine-${QTMIN}:6
>=kde-apps/grantleetheme-${PVCUT}:6
@@ -40,6 +41,7 @@ RDEPEND="
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6



[gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-mime/

2024-02-25 Thread Sam James
commit: f675d050dc8dca32edebc755ac42670908bfbae7
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 22:19:00 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 22:19:24 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f675d050

kde-apps/akonadi-mime: refresh deps

* Needs qtbase[xml] (upstream commit 55a742ed1469d3a671601a971a502d2df6ff33de)

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

 kde-apps/akonadi-mime/akonadi-mime-24.02.0.ebuild   | 2 +-
 kde-apps/akonadi-mime/akonadi-mime-24.02.49..ebuild | 2 +-
 kde-apps/akonadi-mime/akonadi-mime-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/akonadi-mime/akonadi-mime-24.02.0.ebuild 
b/kde-apps/akonadi-mime/akonadi-mime-24.02.0.ebuild
index d0596ad078..33ac5cbb99 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-24.02.0.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-24.02.0.ebuild
@@ -21,7 +21,7 @@ IUSE=""
 RESTRICT="test"
 
 DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-frameworks/kconfig-${KFMIN}:6

diff --git a/kde-apps/akonadi-mime/akonadi-mime-24.02.49..ebuild 
b/kde-apps/akonadi-mime/akonadi-mime-24.02.49..ebuild
index 3e6d953852..92ed5ca43f 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-24.02.49..ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-24.02.49..ebuild
@@ -21,7 +21,7 @@ IUSE=""
 RESTRICT="test"
 
 DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-frameworks/kconfig-${KFMIN}:6

diff --git a/kde-apps/akonadi-mime/akonadi-mime-.ebuild 
b/kde-apps/akonadi-mime/akonadi-mime-.ebuild
index 3e6d953852..92ed5ca43f 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-.ebuild
@@ -21,7 +21,7 @@ IUSE=""
 RESTRICT="test"
 
 DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-frameworks/kconfig-${KFMIN}:6



[gentoo-commits] proj/releng:master commit in: releases/specs/amd64/, releases/specs/amd64/x32/

2024-02-25 Thread Andreas K. Hüttel
commit: 96fef610df722ec40cd24450eddcbc6a89bf4a17
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Feb 25 22:21:27 2024 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Feb 25 22:21:27 2024 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=96fef610

Add part of the amd64 23.0 specs

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

 releases/specs/amd64/stage1-openrc-23.spec  | 12 
 releases/specs/amd64/stage1-systemd-23.spec | 12 
 releases/specs/amd64/stage3-openrc-23.spec  | 11 +++
 releases/specs/amd64/stage3-systemd-23.spec | 11 +++
 releases/specs/amd64/stage3d-openrc-23.spec | 11 +++
 releases/specs/amd64/stage3d-systemd-23.spec| 11 +++
 releases/specs/amd64/x32/stage1-openrc-23.spec  | 12 
 releases/specs/amd64/x32/stage1-systemd-23.spec | 12 
 releases/specs/amd64/x32/stage3-openrc-23.spec  | 11 +++
 releases/specs/amd64/x32/stage3-systemd-23.spec | 11 +++
 10 files changed, 114 insertions(+)

diff --git a/releases/specs/amd64/stage1-openrc-23.spec 
b/releases/specs/amd64/stage1-openrc-23.spec
new file mode 100644
index ..7f67f649
--- /dev/null
+++ b/releases/specs/amd64/stage1-openrc-23.spec
@@ -0,0 +1,12 @@
+subarch: amd64
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+rel_type: 23.0-default
+profile: default/linux/amd64/23.0
+snapshot_treeish: @TREEISH@
+source_subpath: 23.0-default/stage3-amd64-openrc-latest
+compression_mode: pixz
+update_seed: yes
+update_seed_command: --update --deep --newuse @world
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/releases/specs/amd64/stage1-systemd-23.spec 
b/releases/specs/amd64/stage1-systemd-23.spec
new file mode 100644
index ..793d261b
--- /dev/null
+++ b/releases/specs/amd64/stage1-systemd-23.spec
@@ -0,0 +1,12 @@
+subarch: amd64
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+rel_type: 23.0-default
+profile: default/linux/amd64/23.0/systemd
+snapshot_treeish: @TREEISH@
+source_subpath: 23.0-default/stage3-amd64-systemd-latest
+compression_mode: pixz
+update_seed: yes
+update_seed_command: --update --deep --newuse @world
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/releases/specs/amd64/stage3-openrc-23.spec 
b/releases/specs/amd64/stage3-openrc-23.spec
new file mode 100644
index ..3b58dabf
--- /dev/null
+++ b/releases/specs/amd64/stage3-openrc-23.spec
@@ -0,0 +1,11 @@
+subarch: amd64
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+rel_type: 23.0-default
+profile: default/linux/amd64/23.0
+snapshot_treeish: @TREEISH@
+source_subpath: 23.0-default/stage1-amd64-openrc-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
+binrepo_path: amd64/binpackages/23.0/x86-64

diff --git a/releases/specs/amd64/stage3-systemd-23.spec 
b/releases/specs/amd64/stage3-systemd-23.spec
new file mode 100644
index ..41d9e051
--- /dev/null
+++ b/releases/specs/amd64/stage3-systemd-23.spec
@@ -0,0 +1,11 @@
+subarch: amd64
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+rel_type: 23.0-default
+profile: default/linux/amd64/23.0/systemd
+snapshot_treeish: @TREEISH@
+source_subpath: 23.0-default/stage1-amd64-systemd-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
+binrepo_path: amd64/binpackages/23.0/x86-64

diff --git a/releases/specs/amd64/stage3d-openrc-23.spec 
b/releases/specs/amd64/stage3d-openrc-23.spec
new file mode 100644
index ..4761c14b
--- /dev/null
+++ b/releases/specs/amd64/stage3d-openrc-23.spec
@@ -0,0 +1,11 @@
+subarch: amd64
+target: stage3
+version_stamp: desktop-openrc-@TIMESTAMP@
+rel_type: 23.0-default
+profile: default/linux/amd64/23.0/desktop
+snapshot_treeish: @TREEISH@
+source_subpath: 23.0-default/stage1-amd64-openrc-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
+binrepo_path: amd64/binpackages/23.0/x86-64

diff --git a/releases/specs/amd64/stage3d-systemd-23.spec 
b/releases/specs/amd64/stage3d-systemd-23.spec
new file mode 100644
index ..2e44e22e
--- /dev/null
+++ b/releases/specs/amd64/stage3d-systemd-23.spec
@@ -0,0 +1,11 @@
+subarch: amd64
+target: stage3
+version_stamp: desktop-systemd-@TIMESTAMP@
+rel_type: 23.0-default
+profile: default/linux/amd64/23.0/desktop/systemd
+snapshot_treeish: @TREEISH@
+source_subpath: 23.0-default/stage1-amd64-systemd-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
+binrepo_path: amd64/binpackages/23.0/x86-64

diff --git a/releases/specs/amd64/x32/stage1-openrc-23.spec 
b/releases/specs/amd64/x32/stage1-openrc-23.spec
new file mode 100644
index ..e0a3a93e
--- /dev/null
+++ b/releases/specs/amd64/x32/stage1-openrc-23.spec
@@ -0,0 +1,12 @@

[gentoo-commits] proj/releng:master commit in: releases/specs/amd64/clang/, releases/specs/amd64/nomultilib/, ...

2024-02-25 Thread Andreas K. Hüttel
commit: 12318dab0c83a6d0e7a86960c2287167b2a64bf0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Feb 25 22:05:06 2024 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Feb 25 22:05:06 2024 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=12318dab

Drop amd64 split-usr systemd specs

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

 releases/specs/amd64/clang/stage1-systemd.spec  | 12 
 releases/specs/amd64/clang/stage3-systemd.spec  | 11 ---
 releases/specs/amd64/nomultilib/stage1-systemd.spec | 12 
 releases/specs/amd64/nomultilib/stage3-systemd.spec | 11 ---
 releases/specs/amd64/stage1-systemd.spec| 12 
 releases/specs/amd64/stage3-systemd.spec| 11 ---
 releases/specs/amd64/stage3d-systemd.spec   | 11 ---
 releases/specs/amd64/x32/stage1-systemd.spec| 12 
 releases/specs/amd64/x32/stage3-systemd.spec| 11 ---
 9 files changed, 103 deletions(-)

diff --git a/releases/specs/amd64/clang/stage1-systemd.spec 
b/releases/specs/amd64/clang/stage1-systemd.spec
deleted file mode 100644
index b9eb5671..
--- a/releases/specs/amd64/clang/stage1-systemd.spec
+++ /dev/null
@@ -1,12 +0,0 @@
-subarch: amd64
-target: stage1
-version_stamp: llvm-systemd-@TIMESTAMP@
-rel_type: clang
-profile: default/linux/amd64/17.1/systemd/clang
-snapshot_treeish: @TREEISH@
-source_subpath: clang/stage3-amd64-llvm-systemd-latest
-compression_mode: pixz
-update_seed: yes
-update_seed_command: --update --deep --newuse @world
-portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_prefix: releng

diff --git a/releases/specs/amd64/clang/stage3-systemd.spec 
b/releases/specs/amd64/clang/stage3-systemd.spec
deleted file mode 100644
index 36bd5337..
--- a/releases/specs/amd64/clang/stage3-systemd.spec
+++ /dev/null
@@ -1,11 +0,0 @@
-subarch: amd64
-target: stage3
-version_stamp: llvm-systemd-@TIMESTAMP@
-rel_type: clang
-profile: default/linux/amd64/17.1/systemd/clang
-snapshot_treeish: @TREEISH@
-source_subpath: clang/stage1-amd64-llvm-systemd-@TIMESTAMP@
-compression_mode: pixz
-portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_prefix: releng
-binrepo_path: amd64/binpackages/17.1/x86-64_llvm

diff --git a/releases/specs/amd64/nomultilib/stage1-systemd.spec 
b/releases/specs/amd64/nomultilib/stage1-systemd.spec
deleted file mode 100644
index ef9beb45..
--- a/releases/specs/amd64/nomultilib/stage1-systemd.spec
+++ /dev/null
@@ -1,12 +0,0 @@
-subarch: amd64
-target: stage1
-version_stamp: nomultilib-systemd-@TIMESTAMP@
-rel_type: default
-profile: default/linux/amd64/17.1/no-multilib/systemd
-snapshot_treeish: @TREEISH@
-source_subpath: default/stage3-amd64-nomultilib-systemd-latest
-compression_mode: pixz
-update_seed: yes
-update_seed_command: --update --deep --newuse @world
-portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_prefix: releng

diff --git a/releases/specs/amd64/nomultilib/stage3-systemd.spec 
b/releases/specs/amd64/nomultilib/stage3-systemd.spec
deleted file mode 100644
index fff4d18e..
--- a/releases/specs/amd64/nomultilib/stage3-systemd.spec
+++ /dev/null
@@ -1,11 +0,0 @@
-subarch: amd64
-target: stage3
-version_stamp: nomultilib-systemd-@TIMESTAMP@
-rel_type: default
-profile: default/linux/amd64/17.1/no-multilib/systemd
-snapshot_treeish: @TREEISH@
-source_subpath: default/stage1-amd64-nomultilib-systemd-@TIMESTAMP@
-compression_mode: pixz
-portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_prefix: releng
-binrepo_path: amd64/binpackages/17.1/x86-64

diff --git a/releases/specs/amd64/stage1-systemd.spec 
b/releases/specs/amd64/stage1-systemd.spec
deleted file mode 100644
index b7596f04..
--- a/releases/specs/amd64/stage1-systemd.spec
+++ /dev/null
@@ -1,12 +0,0 @@
-subarch: amd64
-target: stage1
-version_stamp: systemd-@TIMESTAMP@
-rel_type: default
-profile: default/linux/amd64/17.1/systemd
-snapshot_treeish: @TREEISH@
-source_subpath: default/stage3-amd64-systemd-latest
-compression_mode: pixz
-update_seed: yes
-update_seed_command: --update --deep --newuse @world
-portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_prefix: releng

diff --git a/releases/specs/amd64/stage3-systemd.spec 
b/releases/specs/amd64/stage3-systemd.spec
deleted file mode 100644
index b1f15386..
--- a/releases/specs/amd64/stage3-systemd.spec
+++ /dev/null
@@ -1,11 +0,0 @@
-subarch: amd64
-target: stage3
-version_stamp: systemd-@TIMESTAMP@
-rel_type: default
-profile: default/linux/amd64/17.1/systemd
-snapshot_treeish: @TREEISH@
-source_subpath: default/stage1-amd64-systemd-@TIMESTAMP@
-compression_mode: pixz
-portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_prefix: releng
-binrepo_path: amd64/binpackages/17.1/x86-64

diff --git a/releases/specs/amd64/stage3d-systemd.spec 
b/releases/specs/amd64/stage3d-systemd.spec
deleted file mode 100644
index 

[gentoo-commits] proj/kde:master commit in: dev-libs/kpublictransport/

2024-02-25 Thread Sam James
commit: c514ea5e785a607a7b95b0478101f9600ece600b
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 25 22:00:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 25 22:00:55 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c514ea5e

dev-libs/kpublictransport: fix SLOT

dev-libs/kpublictransport
  BadDependency: version 24.01.95: package blocks itself: 
RDEPEND="!dev-libs/kpublictransport:5"

Fixes: 647c83811a0e89bdb58d41a50eb728866c28
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/kpublictransport/kpublictransport-24.01.95.ebuild 
b/dev-libs/kpublictransport/kpublictransport-24.01.95.ebuild
index 6a7053c69b..826e75957c 100644
--- a/dev-libs/kpublictransport/kpublictransport-24.01.95.ebuild
+++ b/dev-libs/kpublictransport/kpublictransport-24.01.95.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/libraries/kpublictransport

https://www.volkerkrause.eu/2019/03/02/kpublictransport-introduction.html;
 
 LICENSE="LGPL-2+"
-SLOT="5"
+SLOT="6"
 KEYWORDS="~amd64"
 IUSE="networkmanager"
 



  1   2   3   4   >