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

2024-08-10 Thread Ivan Lloro
commit: b0f3ee448419112467f0e2698489c459b7129494
Author: Ivan Lloro  gmail  com>
AuthorDate: Sat Aug 10 07:22:50 2024 +
Commit: Ivan Lloro  gmail  com>
CommitDate: Sat Aug 10 07:22:50 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0f3ee44

dev-python/jpype: Add distutils_enable_tests

Signed-off-by: Ivan Lloro  gmail.com>

 dev-python/jpype/jpype-1.5.0.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-python/jpype/jpype-1.5.0.ebuild 
b/dev-python/jpype/jpype-1.5.0.ebuild
index fb0fd175f..e59607b31 100644
--- a/dev-python/jpype/jpype-1.5.0.ebuild
+++ b/dev-python/jpype/jpype-1.5.0.ebuild
@@ -16,8 +16,16 @@ S=${WORKDIR}/JPype1-${PV}
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
+IUSE="test"
 
-RDEPEND="virtual/jdk"
+RDEPEND="
+test? (
+dev-python/pyinstaller
+)
+virtual/jdk
+"
+
+distutils_enable_tests pytest
 
 # WORKAROUND: Overload function to nullify blocking QA check.
 # To be deleted after resolution of



[gentoo-commits] repo/gentoo:master commit in: app-forensics/yara-x/

2024-08-10 Thread Joonas Niilola
commit: e7cd048ef00fb80bed982a0c39f3da5405414ec7
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Jul 31 14:18:13 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:05:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7cd048e

app-forensics/yara-x: enable py3.13

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37881
Signed-off-by: Joonas Niilola  gentoo.org>

 app-forensics/yara-x/yara-x-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/yara-x/yara-x-0.6.0.ebuild 
b/app-forensics/yara-x/yara-x-0.6.0.ebuild
index 41a7cccbf509..bca3d88152a2 100644
--- a/app-forensics/yara-x/yara-x-0.6.0.ebuild
+++ b/app-forensics/yara-x/yara-x-0.6.0.ebuild
@@ -8,7 +8,7 @@ EAPI=8
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=maturin
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 CRATES="
addr2line@0.21.0



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/, net-mail/automx2/files/

2024-08-10 Thread Joonas Niilola
commit: 228d53133b6a97480b562ca1862a3725fe37e79c
Author: Ralph Seichter  seichter  de>
AuthorDate: Fri Jul  5 18:36:30 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:09:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228d5313

net-mail/automx2: add 2024.2

Bump to automx2 version 2024.2 (bugfix & feature release).

Signed-off-by: Ralph Seichter  seichter.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/Manifest  |  1 +
 net-mail/automx2/automx2-2024.2.ebuild | 45 ++
 .../automx2/files/automx2-2024.2-setupcfg.patch| 13 +++
 3 files changed, 59 insertions(+)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 09d4d97cdb2b..d34d7dbed896 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1 +1,2 @@
 DIST automx2-2022.1.tar.gz 182519 BLAKE2B 
baf2ecc801f6f024eb6a6fe2610d6cb7c3dd0726cfa877fdea76d94ebf16b9393addc5be8844f3017fd664b73adc74f2cd898736bbcad1fa0b2b3c1022cb638a
 SHA512 
3d6fb9cf01cff641c78851560d72e3d80f9011cca4cd438cd49e999feef3f290bbd9495655f41319eb5456beac09bb8862dc327b521254266e0d53aa17b0bbd3
+DIST automx2-2024.2.tar.gz 169710 BLAKE2B 
1977e07291d27168424e536273af4069d0cbe4c44e2c37fc10b4d0a2fa53272c404aae6dbb8b0a33dd9926e9fc94aae7cd3c6e5669454dad802e6a6ad85bfaf6
 SHA512 
de518e7eb5184d5dcd7945ab860250c6338e3343a9c4bba26bcdd68b4cb1d22de9624c329ff63af1420746a17ea220ad6d4bbda627af64f7ddcc5ae73275e5dd

diff --git a/net-mail/automx2/automx2-2024.2.ebuild 
b/net-mail/automx2/automx2-2024.2.ebuild
new file mode 100644
index ..598ce69b2d1f
--- /dev/null
+++ b/net-mail/automx2/automx2-2024.2.ebuild
@@ -0,0 +1,45 @@
+# 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_{11,12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://rseichter.github.io/automx2/";
+SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="acct-user/automx2
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-setupcfg.patch"
+)
+
+distutils_enable_tests unittest
+
+python_test() {
+   local -x AUTOMX2_CONF="tests/unittest.conf"
+   eunittest tests/
+}
+
+python_install_all() {
+   local DOCS=( "${S}"/docs/*.adoc "${S}"/contrib/*sample.conf )
+   local HTML_DOCS=( "${S}"/docs/*.{html,svg} )
+   newconfd "${FILESDIR}/confd" "${PN}"
+   newinitd "${FILESDIR}/init-r1" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}

diff --git a/net-mail/automx2/files/automx2-2024.2-setupcfg.patch 
b/net-mail/automx2/files/automx2-2024.2-setupcfg.patch
new file mode 100644
index ..07a68305f44f
--- /dev/null
+++ b/net-mail/automx2/files/automx2-2024.2-setupcfg.patch
@@ -0,0 +1,13 @@
+diff --color -r -u a/setup.cfg b/setup.cfg
+--- a/setup.cfg2024-02-21 05:58:03.0 +0100
 b/setup.cfg2024-07-08 18:27:14.404495000 +0200
+@@ -51,6 +51,9 @@
+ packages = find:
+ python_requires = >=3.7
+ 
++[options.packages.find]
++exclude = test*
++
+ [options.package_data]
+ * =
+ contrib/flask.sh



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

2024-08-10 Thread Joonas Niilola
commit: 12d9341c943a4cd4ae728a2f9f7d87eccca73185
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Wed Jul 31 22:44:58 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:06:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d9341c

x11-misc/x11vnc: fix build on 32bit arches with 64bit time_t

Closes: https://bugs.gentoo.org/936857
Signed-off-by: Alexander Tsoy  tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/37891
Signed-off-by: Joonas Niilola  gentoo.org>

 .../files/x11vnc-0.9.16-fix-build-on-32bit.patch   | 105 +
 x11-misc/x11vnc/x11vnc-0.9.16-r8.ebuild|   3 +-
 2 files changed, 107 insertions(+), 1 deletion(-)

diff --git a/x11-misc/x11vnc/files/x11vnc-0.9.16-fix-build-on-32bit.patch 
b/x11-misc/x11vnc/files/x11vnc-0.9.16-fix-build-on-32bit.patch
new file mode 100644
index ..6239e0877923
--- /dev/null
+++ b/x11-misc/x11vnc/files/x11vnc-0.9.16-fix-build-on-32bit.patch
@@ -0,0 +1,105 @@
+From daecf59cc8b294265666482a4766aaa3148c308b Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Sat, 30 Nov 2019 11:43:32 -0800
+Subject: [PATCH] Fix build on 32bit arches with 64bit time_t
+
+time element is deprecated on new input_event structure in kernel's
+input.h [1]
+
+[1] 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=152194fe9c3f
+---
+ src/uinput.c | 25 +
+ 1 file changed, 21 insertions(+), 4 deletions(-)
+
+diff --git a/src/uinput.c b/src/uinput.c
+index 28fbad39..d71bcde7 100644
+--- a/src/uinput.c
 b/src/uinput.c
+@@ -54,6 +54,11 @@ so, delete this exception statement from your version.
+ #include 
+ #include 
+ 
++#ifndef input_event_sec
++#define input_event_sec time.tv_sec
++#define input_event_usec time.tv_usec
++#endif
++
+ #if !defined(EV_SYN) || !defined(SYN_REPORT)
+ #undef UINPUT_OK
+ #endif
+@@ -710,6 +715,7 @@ void parse_uinput_str(char *in) {
+ static void ptr_move(int dx, int dy) {
+ #ifdef UINPUT_OK
+   struct input_event ev;
++  struct timeval tval;
+   int d = direct_rel_fd < 0 ? fd : direct_rel_fd;
+ 
+   if (injectable && strchr(injectable, 'M') == NULL) {
+@@ -720,7 +726,9 @@ static void ptr_move(int dx, int dy) {
+ 
+   if (db) fprintf(stderr, "ptr_move(%d, %d) fd=%d\n", dx, dy, d);
+ 
+-  gettimeofday(&ev.time, NULL);
++  gettimeofday(&tval, NULL);
++  ev.input_event_sec = tval.tv_sec;
++  ev.input_event_usec = tval.tv_usec;
+   ev.type = EV_REL;
+   ev.code = REL_Y;
+   ev.value = dy;
+@@ -755,6 +763,7 @@ static void apply_tslib(int *x, int *y) {
+ static void ptr_abs(int x, int y, int p) {
+ #ifdef UINPUT_OK
+   struct input_event ev;
++  struct timeval tval;
+   int x0, y0;
+   int d = direct_abs_fd < 0 ? fd : direct_abs_fd;
+ 
+@@ -773,7 +782,9 @@ static void ptr_abs(int x, int y, int p) {
+ 
+   if (db) fprintf(stderr, "ptr_abs(%d, %d => %d %d, p=%d) fd=%d\n", x0, 
y0, x, y, p, d);
+ 
+-  gettimeofday(&ev.time, NULL);
++  gettimeofday(&tval, NULL);
++  ev.input_event_sec = tval.tv_sec;
++  ev.input_event_usec = tval.tv_usec;
+   ev.type = EV_ABS;
+   ev.code = ABS_Y;
+   ev.value = y;
+@@ -950,6 +961,7 @@ if (0) {usleep(100*1000) ;}
+ static void button_click(int down, int btn) {
+ #ifdef UINPUT_OK
+   struct input_event ev;
++  struct timeval tval;
+   int d = direct_btn_fd < 0 ? fd : direct_btn_fd;
+ 
+   if (injectable && strchr(injectable, 'B') == NULL) {
+@@ -959,7 +971,9 @@ static void button_click(int down, int btn) {
+   if (db) fprintf(stderr, "button_click: btn %d %s fd=%d\n", btn, down ? 
"down" : "up", d);
+ 
+   memset(&ev, 0, sizeof(ev));
+-  gettimeofday(&ev.time, NULL);
++  gettimeofday(&tval, NULL);
++  ev.input_event_sec = tval.tv_sec;
++  ev.input_event_usec = tval.tv_usec;
+   ev.type = EV_KEY;
+   ev.value = down;
+ 
+@@ -1230,6 +1244,7 @@ void uinput_pointer_command(int mask, int x, int y, 
rfbClientPtr client) {
+ void uinput_key_command(int down, int keysym, rfbClientPtr client) {
+ #ifdef UINPUT_OK
+   struct input_event ev;
++  struct timeval tval;
+   int scancode;
+   allowed_input_t input;
+   int d = direct_key_fd < 0 ? fd : direct_key_fd;
+@@ -1253,7 +1268,9 @@ void uinput_key_command(int down, int keysym, 
rfbClientPtr client) {
+   if (db) fprintf(stderr, "uinput_key_command: %d -> %d %s fd=%d\n", 
keysym, scancode, down ? "down" : "up", d);
+ 
+   memset(&ev, 0, sizeof(ev));
+-  gettimeofday(&ev.time, NULL);
++  gettimeofday(&tval, NULL);
++  ev.input_event_sec = tval.tv_sec;
++  ev.input_event_usec = tval.tv_usec;
+   ev.type = EV_KEY;
+   ev.code = (unsigned char) scancode;
+   ev.value = down;

diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r8.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.16-r8.ebuild
index 62b802f2bb43..214d2bf12b72 100644
--- a/x11-misc/x11vnc/x11vnc-0.9.16-r8.ebuild
+++ b/x11-

[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2024-08-10 Thread Joonas Niilola
commit: 69f6f4bd278d6a5734564b68ab89b5ae330045cf
Author: Author: Ralph Seichter  seichter  de>
AuthorDate: Mon Jul 22 22:16:05 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:09:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f6f4bd

net-mail/automx2: drop 2022.1

Stable build version 2022.1-r1 is available.

Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/37449
Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/automx2-2022.1.ebuild | 46 --
 1 file changed, 46 deletions(-)

diff --git a/net-mail/automx2/automx2-2022.1.ebuild 
b/net-mail/automx2/automx2-2022.1.ebuild
deleted file mode 100644
index 9d243e7fddd4..
--- a/net-mail/automx2/automx2-2022.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="acct-user/automx2
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-migrate[${PYTHON_USEDEP}]
-   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   local -x AUTOMX2_CONF="tests/unittest.conf"
-   eunittest tests/
-}
-
-python_install_all() {
-   local DOCS=( "${S}"/docs/*.adoc "${S}"/contrib/*sample.conf )
-   local HTML_DOCS=( "${S}"/docs/*.{html,svg} )
-   newconfd "${FILESDIR}/confd" "${PN}"
-   newinitd "${FILESDIR}/init-r1" "${PN}"
-   insinto /etc
-   newins "${FILESDIR}/conf" "${PN}.conf"
-   distutils-r1_python_install_all
-}



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

2024-08-10 Thread Joonas Niilola
commit: 0c10a312ad7258318465dfa27e512574dc6aaf2a
Author: David Roman  ifae  es>
AuthorDate: Thu Aug  1 11:43:28 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:20:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c10a312

app-misc/binwalk: drop 2.4.0

Signed-off-by: David Roman  ifae.es>
Closes: https://github.com/gentoo/gentoo/pull/37914
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/binwalk/Manifest |  1 -
 app-misc/binwalk/binwalk-2.4.0.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest
index 279abd5f671d..53a0cb603ea0 100644
--- a/app-misc/binwalk/Manifest
+++ b/app-misc/binwalk/Manifest
@@ -1,3 +1,2 @@
-DIST binwalk-2.4.0.tar.gz 39744574 BLAKE2B 
8503e86afb584e431b25611fbed91e85aaf307e9011b5ef09a83b5f4756a815f9d3de67d440a2b7547cbe162d1940e8d6ffc4899afac14ccb938304002b1eb41
 SHA512 
41bee6a0d1cd587f81dcf81c30215a305b61e4db208bc9d8e4f0b9f12acb47e4dc2e6af23e06118ef6e30c484f6be743b456b6d4324be4388413ff291682345e
 DIST binwalk-2.4.1.tar.gz 39747760 BLAKE2B 
480f8ff06932c77ca5ab2857cddf7ecebb36b6f2e55e3ccf15a971fa0f4c59d57b652556fd9f0dd20e6fbd887fdef3c6da022f76787b2edf16b0d1714d291e8a
 SHA512 
f83d0ca09a39033944ce16345b7c2c8f3051a20f80315e4c797221df4e6844c7c89c0a49053d739156e2654b482d6ef93f0814fa588daab031dbeaed1423e6f2
 DIST binwalk-2.4.2.tar.gz 39746629 BLAKE2B 
65e3c44b2e2c4cc639ad6b8adf3fbac7cda574ca8b00f714d4ae5635dd3e24fcfc8c0d151c20ad40ad891adef803667e6f65167f96d4405ad83abee44121c224
 SHA512 
b9d3b13de9b81216759f5e1573bf6056a3210892ad920b43afe0c6ef2ff1d200be28ecfe12bec11fd7540545d1bb2f27d210ee5afb968910d4e9fb46a21673ce

diff --git a/app-misc/binwalk/binwalk-2.4.0.ebuild 
b/app-misc/binwalk/binwalk-2.4.0.ebuild
deleted file mode 100644
index bc3b28bffb0a..
--- a/app-misc/binwalk/binwalk-2.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} pypy3 )
-
-inherit distutils-r1 optfeature
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/OSPG/binwalk.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/OSPG/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~x64-macos"
-fi
-
-DESCRIPTION="A tool for identifying files embedded inside firmware images"
-HOMEPAGE="https://github.com/OSPG/binwalk";
-
-LICENSE="MIT"
-SLOT="0"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   local DOCS=( API.md INSTALL.md README.md )
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   optfeature "entropy graph" dev-python/matplotlib
-   optfeature "disassembly" dev-libs/capstone[python]
-
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "binwalk has many optional dependencies to automatically"
-   elog "extract/decompress data, see INSTALL.md for more details."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/

2024-08-10 Thread Joonas Niilola
commit: 00178b6892fcc9ae59b0d0c38c2264b056e5a658
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Jul 31 14:28:07 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:22:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00178b68

sci-geosciences/grass: add 8.4.0

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 sci-geosciences/grass/Manifest   |   1 +
 sci-geosciences/grass/grass-8.4.0.ebuild | 277 +++
 2 files changed, 278 insertions(+)

diff --git a/sci-geosciences/grass/Manifest b/sci-geosciences/grass/Manifest
index d114ffd902c2..adb6804e3a73 100644
--- a/sci-geosciences/grass/Manifest
+++ b/sci-geosciences/grass/Manifest
@@ -1,3 +1,4 @@
 DIST grass-8.3.1.tar.gz 68491177 BLAKE2B 
58513c8c273b55831bca764c9e61e54b92c075ea2f4ff3c2f059ebcce98f25694ee03a25bef7a3e1c443165dd9493d3ce469233be3b65596dc28da166c12d174
 SHA512 
416a1b3eccb71f63576b36b963b7ddd8063ae73cefb8aa94431ade0ad74d699beb28635de8ba3a73cbd28304e5049dde2e75fb0f4c2747c81cb62c86b25c3793
 DIST grass-8.3.2.tar.gz 68662576 BLAKE2B 
214bc6aea6904e88339e7f2d80f5dbc1c549928eed08ae0734789165af9e4cd7d8a882c67607c2670f2fdd4584615eac95c1ada9e5312abc6b59e0cb48124615
 SHA512 
6523e2c0eae183fddeaa015e63283febfbae4953e809ff41bcc4ab95aa1055162b08c65365f973124608ff7b01aa907a1a0ec96c9f31884c657f236e56c0eab0
+DIST grass-8.4.0.tar.gz 70245687 BLAKE2B 
0f8283d215cc5412abcf4bc984aa94b5ca3de6de0d3d240fb533a4a0d2b335438269524462f3c4ede5ebec5cfc0348246571216dbc16f8658d88db28159bf360
 SHA512 
c31ea7dc79cee1a2a3e668fa79b93a5a7683bcd1ae1b467b4938aee81ed023e82a643d3acf3f8e67265c46b9f86dd37c62f15e4b5f210d36672c8986a69d71e4
 DIST grass-8.4.0RC1.tar.gz 70272599 BLAKE2B 
a292336e8eb657fadc4a54b6045b529df883fe4d49d784551d5e5d948e74a69f48a0508a862d9df47cd60172b20d97a4603a377afec2faceb98b35e8023d377c
 SHA512 
c64576305476e60d8525418f973512dd71d2586ac7712f36560d9fe31a10bd1532b91351d3dc81bfd7c32073ddc1631a8e922d56e0e27159f59e37a1399e4c21

diff --git a/sci-geosciences/grass/grass-8.4.0.ebuild 
b/sci-geosciences/grass/grass-8.4.0.ebuild
new file mode 100644
index ..bd3d41da509b
--- /dev/null
+++ b/sci-geosciences/grass/grass-8.4.0.ebuild
@@ -0,0 +1,277 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="sqlite"  # bug 572440
+
+inherit desktop flag-o-matic python-single-r1 toolchain-funcs xdg
+
+DESCRIPTION="A free GIS with raster and vector functionality, as well as 3D 
vizualization"
+HOMEPAGE="https://grass.osgeo.org/";
+
+LICENSE="GPL-2"
+
+if [[ ${PV} =~ "" ]]; then
+   SLOT="0/8.4"
+else
+   SLOT="0/$(ver_cut 1-2 ${PV})"
+fi
+
+GVERSION=${SLOT#*/}
+MY_PM="${PN}${GVERSION}"
+MY_PM="${MY_PM/.}"
+
+if [[ ${PV} =~ "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/OSGeo/grass.git";
+else
+   MY_P="${P/_rc/RC}"
+   SRC_URI="https://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz";
+   if [[ ${PV} != *_rc* ]] ; then
+   KEYWORDS="~amd64 ~ppc ~x86"
+   fi
+
+   S="${WORKDIR}/${MY_P}"
+fi
+
+IUSE="blas bzip2 cxx fftw geos lapack las mysql netcdf nls odbc opencl opengl 
openmp pdal png postgres readline sqlite svm threads tiff truetype X zstd"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   opengl? ( X )"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=app-admin/eselect-1.2
+   $(python_gen_cond_dep '
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/ply[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   ')
+   sci-libs/gdal:=
+   sys-libs/gdbm:=
+   sys-libs/ncurses:=
+   sci-libs/proj:=
+   sys-libs/zlib
+   media-libs/libglvnd
+   media-libs/glu
+   blas? (
+   virtual/cblas[eselect-ldso(+)]
+   virtual/blas[eselect-ldso(+)]
+   )
+   bzip2? ( app-arch/bzip2:= )
+   fftw? ( sci-libs/fftw:3.0= )
+   geos? ( sci-libs/geos:= )
+   lapack? ( virtual/lapack[eselect-ldso(+)] )
+   las? ( sci-geosciences/liblas )
+   mysql? ( dev-db/mysql-connector-c:= )
+   netcdf? ( sci-libs/netcdf:= )
+   odbc? ( dev-db/unixODBC )
+   opencl? ( virtual/opencl )
+   opengl? ( virtual/opengl )
+   pdal? ( >=sci-libs/pdal-2.0.0:= )
+   png? ( media-libs/libpng:= )
+   postgres? ( >=dev-db/postgresql-8.4:= )
+   readline? ( sys-libs/readline:= )
+   sqlite? ( dev-db/sqlite:3 )
+   svm? ( sci-libs/libsvm:= )
+   tiff? ( media-libs/tiff:= )
+   truetype? ( media-libs/freetype:2 )
+   X? (
+   $(python_gen_cond_dep '
+   >=dev-python/matplotlib-1.2[wxwidgets,${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   >=dev-python/wxpython-4.1:4.0[${PYTHON_USEDEP}]
+

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/

2024-08-10 Thread Joonas Niilola
commit: faf22ed7ae82e4911cdecc1b63a832126b1ef046
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Jul 31 14:32:27 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:22:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf22ed7

sci-geosciences/grass: drop 8.3.1

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37883
Signed-off-by: Joonas Niilola  gentoo.org>

 sci-geosciences/grass/Manifest   |   1 -
 sci-geosciences/grass/grass-8.3.1.ebuild | 276 ---
 2 files changed, 277 deletions(-)

diff --git a/sci-geosciences/grass/Manifest b/sci-geosciences/grass/Manifest
index adb6804e3a73..aaa5cf87fe30 100644
--- a/sci-geosciences/grass/Manifest
+++ b/sci-geosciences/grass/Manifest
@@ -1,4 +1,3 @@
-DIST grass-8.3.1.tar.gz 68491177 BLAKE2B 
58513c8c273b55831bca764c9e61e54b92c075ea2f4ff3c2f059ebcce98f25694ee03a25bef7a3e1c443165dd9493d3ce469233be3b65596dc28da166c12d174
 SHA512 
416a1b3eccb71f63576b36b963b7ddd8063ae73cefb8aa94431ade0ad74d699beb28635de8ba3a73cbd28304e5049dde2e75fb0f4c2747c81cb62c86b25c3793
 DIST grass-8.3.2.tar.gz 68662576 BLAKE2B 
214bc6aea6904e88339e7f2d80f5dbc1c549928eed08ae0734789165af9e4cd7d8a882c67607c2670f2fdd4584615eac95c1ada9e5312abc6b59e0cb48124615
 SHA512 
6523e2c0eae183fddeaa015e63283febfbae4953e809ff41bcc4ab95aa1055162b08c65365f973124608ff7b01aa907a1a0ec96c9f31884c657f236e56c0eab0
 DIST grass-8.4.0.tar.gz 70245687 BLAKE2B 
0f8283d215cc5412abcf4bc984aa94b5ca3de6de0d3d240fb533a4a0d2b335438269524462f3c4ede5ebec5cfc0348246571216dbc16f8658d88db28159bf360
 SHA512 
c31ea7dc79cee1a2a3e668fa79b93a5a7683bcd1ae1b467b4938aee81ed023e82a643d3acf3f8e67265c46b9f86dd37c62f15e4b5f210d36672c8986a69d71e4
 DIST grass-8.4.0RC1.tar.gz 70272599 BLAKE2B 
a292336e8eb657fadc4a54b6045b529df883fe4d49d784551d5e5d948e74a69f48a0508a862d9df47cd60172b20d97a4603a377afec2faceb98b35e8023d377c
 SHA512 
c64576305476e60d8525418f973512dd71d2586ac7712f36560d9fe31a10bd1532b91351d3dc81bfd7c32073ddc1631a8e922d56e0e27159f59e37a1399e4c21

diff --git a/sci-geosciences/grass/grass-8.3.1.ebuild 
b/sci-geosciences/grass/grass-8.3.1.ebuild
deleted file mode 100644
index 8a3ea23d393d..
--- a/sci-geosciences/grass/grass-8.3.1.ebuild
+++ /dev/null
@@ -1,276 +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} )
-PYTHON_REQ_USE="sqlite"  # bug 572440
-
-inherit desktop flag-o-matic python-single-r1 toolchain-funcs xdg
-
-DESCRIPTION="A free GIS with raster and vector functionality, as well as 3D 
vizualization"
-HOMEPAGE="https://grass.osgeo.org/";
-
-LICENSE="GPL-2"
-
-if [[ ${PV} =~ "" ]]; then
-   SLOT="0/8.3"
-else
-   SLOT="0/$(ver_cut 1-2 ${PV})"
-fi
-
-GVERSION=${SLOT#*/}
-MY_PM="${PN}${GVERSION}"
-MY_PM="${MY_PM/.}"
-
-if [[ ${PV} =~ "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/OSGeo/grass.git";
-else
-   MY_P="${P/_rc/RC}"
-   SRC_URI="https://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz";
-   if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="amd64 ~ppc ~x86"
-   fi
-
-   S="${WORKDIR}/${MY_P}"
-fi
-
-IUSE="blas bzip2 cxx fftw geos lapack las mysql netcdf nls odbc opencl opengl 
openmp pdal png postgres readline sqlite threads tiff truetype X zstd"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   opengl? ( X )"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   >=app-admin/eselect-1.2
-   $(python_gen_cond_dep '
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/ply[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   ')
-   sci-libs/gdal:=
-   sys-libs/gdbm:=
-   sys-libs/ncurses:=
-   sci-libs/proj:=
-   sys-libs/zlib
-   media-libs/libglvnd
-   media-libs/glu
-   blas? (
-   virtual/cblas[eselect-ldso(+)]
-   virtual/blas[eselect-ldso(+)]
-   )
-   bzip2? ( app-arch/bzip2:= )
-   fftw? ( sci-libs/fftw:3.0= )
-   geos? ( sci-libs/geos:= )
-   lapack? ( virtual/lapack[eselect-ldso(+)] )
-   las? ( sci-geosciences/liblas )
-   mysql? ( dev-db/mysql-connector-c:= )
-   netcdf? ( sci-libs/netcdf:= )
-   odbc? ( dev-db/unixODBC )
-   opencl? ( virtual/opencl )
-   opengl? ( virtual/opengl )
-   pdal? ( >=sci-libs/pdal-2.0.0:= )
-   png? ( media-libs/libpng:= )
-   postgres? ( >=dev-db/postgresql-8.4:= )
-   readline? ( sys-libs/readline:= )
-   sqlite? ( dev-db/sqlite:3 )
-   tiff? ( media-libs/tiff:= )
-   truetype? ( media-libs/freetype:2 )
-   X? (
-   $(python_gen_cond_dep '
-   >=dev-python/matplotlib-1.2[wxwidgets,${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2024-08-10 Thread Joonas Niilola
commit: 3e62d062af1b6da1ccab8b985f4b5e021f8a71c3
Author: Alexander Kurakin  mail  ru>
AuthorDate: Thu Jul  4 19:15:27 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:19:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e62d062

app-dicts/myspell-en: add 20240801

Closes: https://bugs.gentoo.org/935499
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/37437
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20240801.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index b513fa6b4acc..a516c745b298 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
 DIST dict-en-20240201_lo.oxt 6105836 BLAKE2B 
2978b36dfea07570b8be255c021e8f6cf9113f3ea342db0cc25d52e58a406f75015fdc5961556594756fde30293c21bcbf17c00b49e962e5a4f558be3f17b42c
 SHA512 
92098925935ec23a3058db4a136e37f6dc3c24f0901de45bfd84e19efb5c3b207bb06e902368fd00c0851003b2e385719d850b3cced15e3d4a2b2d5143b5eafc
 DIST dict-en-20240501_lo.oxt 6107426 BLAKE2B 
811ca6f8a82f348c391b8b4df832446a8d248ec9b6ec85a9c1320f7329679e4fa6d3d507d18d3d792d878fc6f369b70135fa25a75c86b858333e370816db5761
 SHA512 
3d4ae13c4d68a62970742bb7e8568bebf03cbfaa04051b2152197f2d2a9fb539642a6ff6032123716c31e5f340bd2bad428983f79a7d8c6679e9da48f272e65c
 DIST dict-en-20240601_lo.oxt 6109035 BLAKE2B 
a90f4f2dad3a0b694aadeddf0a028138cb06f6e9f244279a43741b87260bacefd83148997f99ddca83343a301dc92a84253174e16595c11796a20dda3a372237
 SHA512 
688ad1a14f6a3eadbcaa7cc9e08ce6fe4bf5d6867fa92df6eb9fc91d06645936ad1844e1fa954e6c9d20aabfa8cb323a99ff9383f70c55b1afcf6685d5970b5e
+DIST dict-en-20240801_lo.oxt 6111095 BLAKE2B 
47f4aa028946a05af94e9eca2d259e437de2c095c0ee83dc44da49d1066122aaba628036aa5858cbed5a97d487196d31ed29df72c962fc1f64c834997098691c
 SHA512 
bd3b203d3914e10fe020075defa7a6b90220789751f0124743c4fd60e799dc4e41bf4c168d894d673335615c3d0eafc5e773c915e843e776d871952a6cc7cf8a

diff --git a/app-dicts/myspell-en/myspell-en-20240801.ebuild 
b/app-dicts/myspell-en/myspell-en-20240801.ebuild
new file mode 100644
index ..2889bdb32007
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20240801.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+   https://proofingtoolgui.org
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1722502287/dict-en-20240801_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE="${PLOCALES[*]/#/+l10n_}"
+REQUIRED_USE="|| ( ${PLOCALES[*]/#/l10n_} )"
+
+src_prepare() {
+   # This thesaurus is used by all the English dictionaries, see
+   # ./dictionaries.xcu in the distfile, lines 71-81.
+   MYSPELL_THES=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+
+   local non_us_dic_used=0
+   local mylinguas
+   for lang in "${PLOCALES[@]}"; do
+   mylinguas="${lang/-/_}"
+   if use "l10n_${lang}"; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   if [[ ${lang} == en-US ]]; then
+   MYSPELL_HYPH=( "hyph_en_US.dic" )
+   else
+   non_us_dic_used=1
+   fi
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   elif [[ ${lang} == "en-GB" ]]; then
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   if [[ non_us_dic_used -eq 1 ]]; then
+   # This is used by every English variety, except for the en-US, 
see
+   # ./dictionaries.xcu, lines 60-70.
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   else
+   rm "README_hyph_en_GB.txt" || die
+   fi
+
+   default
+}



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

2024-08-10 Thread Joonas Niilola
commit: 3d5c9a9f958b31dde08a8e481d145463f808ae60
Author: David Roman  gmail  com>
AuthorDate: Thu Aug  1 11:40:03 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:20:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5c9a9f

app-misc/binwalk: add 2.4.2

Signed-off-by: David Roman  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/binwalk/Manifest |  1 +
 app-misc/binwalk/binwalk-2.4.2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest
index fdd9fbae0916..279abd5f671d 100644
--- a/app-misc/binwalk/Manifest
+++ b/app-misc/binwalk/Manifest
@@ -1,2 +1,3 @@
 DIST binwalk-2.4.0.tar.gz 39744574 BLAKE2B 
8503e86afb584e431b25611fbed91e85aaf307e9011b5ef09a83b5f4756a815f9d3de67d440a2b7547cbe162d1940e8d6ffc4899afac14ccb938304002b1eb41
 SHA512 
41bee6a0d1cd587f81dcf81c30215a305b61e4db208bc9d8e4f0b9f12acb47e4dc2e6af23e06118ef6e30c484f6be743b456b6d4324be4388413ff291682345e
 DIST binwalk-2.4.1.tar.gz 39747760 BLAKE2B 
480f8ff06932c77ca5ab2857cddf7ecebb36b6f2e55e3ccf15a971fa0f4c59d57b652556fd9f0dd20e6fbd887fdef3c6da022f76787b2edf16b0d1714d291e8a
 SHA512 
f83d0ca09a39033944ce16345b7c2c8f3051a20f80315e4c797221df4e6844c7c89c0a49053d739156e2654b482d6ef93f0814fa588daab031dbeaed1423e6f2
+DIST binwalk-2.4.2.tar.gz 39746629 BLAKE2B 
65e3c44b2e2c4cc639ad6b8adf3fbac7cda574ca8b00f714d4ae5635dd3e24fcfc8c0d151c20ad40ad891adef803667e6f65167f96d4405ad83abee44121c224
 SHA512 
b9d3b13de9b81216759f5e1573bf6056a3210892ad920b43afe0c6ef2ff1d200be28ecfe12bec11fd7540545d1bb2f27d210ee5afb968910d4e9fb46a21673ce

diff --git a/app-misc/binwalk/binwalk-2.4.2.ebuild 
b/app-misc/binwalk/binwalk-2.4.2.ebuild
new file mode 100644
index ..b0874ff39ee8
--- /dev/null
+++ b/app-misc/binwalk/binwalk-2.4.2.ebuild
@@ -0,0 +1,40 @@
+# 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..13} pypy3 )
+
+inherit distutils-r1 optfeature
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/OSPG/binwalk.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/OSPG/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+fi
+
+DESCRIPTION="A tool for identifying files embedded inside firmware images"
+HOMEPAGE="https://github.com/OSPG/binwalk";
+
+LICENSE="MIT"
+SLOT="0"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   local DOCS=( API.md INSTALL.md README.md )
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "entropy graph" dev-python/matplotlib
+   optfeature "disassembly" dev-libs/capstone[python]
+
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "binwalk has many more optional dependencies to 
automatically"
+   elog "extract/decompress data, see INSTALL.md for more details."
+   fi
+}



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

2024-08-10 Thread Michał Górny
commit: ff597485e81506f16eb3c48fda5c0de03d36d0d9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff597485

dev-python/pure-eval: Stabilize 0.2.3 x86, #937662

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

 dev-python/pure-eval/pure-eval-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pure-eval/pure-eval-0.2.3.ebuild 
b/dev-python/pure-eval/pure-eval-0.2.3.ebuild
index 890401124986..0721b3248bd0 100644
--- a/dev-python/pure-eval/pure-eval-0.2.3.ebuild
+++ b/dev-python/pure-eval/pure-eval-0.2.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~arm64-macos ~x64-macos"
 
 distutils_enable_tests pytest
 



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

2024-08-10 Thread Michał Górny
commit: 3ebeaf7a3084f1cb554b5043825c6063192aa392
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebeaf7a

dev-python/astroid: Stabilize 3.2.4 ALLARCHES, #937663

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

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

diff --git a/dev-python/astroid/astroid-3.2.4.ebuild 
b/dev-python/astroid/astroid-3.2.4.ebuild
index 00745e147771..0430cda4065d 100644
--- a/dev-python/astroid/astroid-3.2.4.ebuild
+++ b/dev-python/astroid/astroid-3.2.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 # Version specified in pyproject.toml
 RDEPEND="



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

2024-08-10 Thread Michał Górny
commit: 0702da5e3ed0c9957193af47bd058846f4ade8d9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0702da5e

dev-python/pytest-lazy-fixtures: Stabilize 1.1.1 ALLARCHES, #937665

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

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.1.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.1.ebuild
index 507bf3099c3d..e789a3c23d78 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.1.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



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

2024-08-10 Thread Michał Górny
commit: 14ad6df962e1e92b9b9e214815666ab569e1d6c8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ad6df9

dev-python/ensurepip-setuptools: Stabilize 71.1.0 ALLARCHES, #937666

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

 dev-python/ensurepip-setuptools/ensurepip-setuptools-71.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.1.0.ebuild 
b/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.1.0.ebuild
index 97aca4a61872..6e384d8b8a5b 100644
--- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.1.0.ebuild
+++ b/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.1.0.ebuild
@@ -12,7 +12,7 @@ S=${DISTDIR}
 
 LICENSE="MIT"
 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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
!

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

2024-08-10 Thread Michał Górny
commit: 3f266a979b79df46a1d62d15f3760934838fae92
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:14 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f266a97

dev-python/pure-eval: Stabilize 0.2.3 arm64, #937662

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

 dev-python/pure-eval/pure-eval-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pure-eval/pure-eval-0.2.3.ebuild 
b/dev-python/pure-eval/pure-eval-0.2.3.ebuild
index 0721b3248bd0..3b407aa9b71e 100644
--- a/dev-python/pure-eval/pure-eval-0.2.3.ebuild
+++ b/dev-python/pure-eval/pure-eval-0.2.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~arm64-macos ~x64-macos"
 
 distutils_enable_tests pytest
 



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

2024-08-10 Thread Michał Górny
commit: c911e4470dba968dcb6789f001a01824febad3b0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:19 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c911e447

dev-python/setuptools: Stabilize 71.1.0 ALLARCHES, #937666

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

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

diff --git a/dev-python/setuptools/setuptools-71.1.0.ebuild 
b/dev-python/setuptools/setuptools-71.1.0.ebuild
index d4a49d945688..54bceb617bc6 100644
--- a/dev-python/setuptools/setuptools-71.1.0.ebuild
+++ b/dev-python/setuptools/setuptools-71.1.0.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2024-08-10 Thread Michał Górny
commit: 12a3e534ebc24cd1b054ee822bb86ab037e02615
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a3e534

app-admin/awscli: Stabilize 1.33.31 ALLARCHES, #937669

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

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

diff --git a/app-admin/awscli/awscli-1.33.31.ebuild 
b/app-admin/awscli/awscli-1.33.31.ebuild
index c212ce9cac21..350b274749f3 100644
--- a/app-admin/awscli/awscli-1.33.31.ebuild
+++ b/app-admin/awscli/awscli-1.33.31.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 
 # botocore is x.(y+1).(z+118), sigh
 BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1 )).$(( $(ver_cut 3-) + 118 ))"



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

2024-08-10 Thread Michał Górny
commit: 4571b670b3e230fccb2dffd1b42336cdd55a8889
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4571b670

dev-python/certifi: Stabilize 3024.7.22 ALLARCHES, #937670

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

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

diff --git a/dev-python/certifi/certifi-3024.7.22.ebuild 
b/dev-python/certifi/certifi-3024.7.22.ebuild
index b37fdc72723e..f0be26db32d5 100644
--- a/dev-python/certifi/certifi-3024.7.22.ebuild
+++ b/dev-python/certifi/certifi-3024.7.22.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MPL-2.0"
 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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
app-misc/ca-certificates



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

2024-08-10 Thread Michał Górny
commit: a17e53202f562801bea3586ceb6aec52cf8cd7b8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:26 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17e5320

dev-python/pypdf: Stabilize 4.3.1 x86, #937671

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

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

diff --git a/dev-python/pypdf/pypdf-4.3.1.ebuild 
b/dev-python/pypdf/pypdf-4.3.1.ebuild
index ef9638797a36..ae45887a5380 100644
--- a/dev-python/pypdf/pypdf-4.3.1.ebuild
+++ b/dev-python/pypdf/pypdf-4.3.1.ebuild
@@ -25,7 +25,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2024-08-10 Thread Michał Górny
commit: 4f4e9246ac0a25a41ab3fe54f17f2ae8894bb951
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:28 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4e9246

dev-python/versioningit: Stabilize 3.1.2 ALLARCHES, #937673

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

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

diff --git a/dev-python/versioningit/versioningit-3.1.2.ebuild 
b/dev-python/versioningit/versioningit-3.1.2.ebuild
index b24bac0d9fbe..eba49aa937e1 100644
--- a/dev-python/versioningit/versioningit-3.1.2.ebuild
+++ b/dev-python/versioningit/versioningit-3.1.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/packaging-17.1[${PYTHON_USEDEP}]



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

2024-08-10 Thread Michał Górny
commit: f3f616d0c6bf0e812402d1e9cfa99163755e95e9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:30 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f616d0

dev-python/apprise: Stabilize 1.8.1 ALLARCHES, #937674

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

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

diff --git a/dev-python/apprise/apprise-1.8.1.ebuild 
b/dev-python/apprise/apprise-1.8.1.ebuild
index d6fb609e2b6c..bc855214a676 100644
--- a/dev-python/apprise/apprise-1.8.1.ebuild
+++ b/dev-python/apprise/apprise-1.8.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv"
 IUSE="+dbus mqtt"
 
 RDEPEND="



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

2024-08-10 Thread Michał Górny
commit: 01e8242eb42be76f1ac92a4298b1fcb15d3fba0a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e8242e

dev-python/regex: Stabilize 2024.7.24 amd64, #937685

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

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

diff --git a/dev-python/regex/regex-2024.7.24.ebuild 
b/dev-python/regex/regex-2024.7.24.ebuild
index 1857c471aed9..6755a5f3e0b3 100644
--- a/dev-python/regex/regex-2024.7.24.ebuild
+++ b/dev-python/regex/regex-2024.7.24.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
 IUSE="doc"
 
 distutils_enable_tests unittest



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

2024-08-10 Thread Michał Górny
commit: 243a2bafc828244bb6d6796f8c0a0ce8b379c84d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243a2baf

dev-python/uvicorn: Stabilize 0.30.3 ALLARCHES, #937678

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

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

diff --git a/dev-python/uvicorn/uvicorn-0.30.3.ebuild 
b/dev-python/uvicorn/uvicorn-0.30.3.ebuild
index 9511a7d54223..6ca97c2d20bf 100644
--- a/dev-python/uvicorn/uvicorn-0.30.3.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.30.3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



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

2024-08-10 Thread Michał Górny
commit: 45846a575ffd10c776beffda331bf81466cd9645
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45846a57

dev-python/regex: Stabilize 2024.7.24 x86, #937685

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

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

diff --git a/dev-python/regex/regex-2024.7.24.ebuild 
b/dev-python/regex/regex-2024.7.24.ebuild
index 6755a5f3e0b3..81d019a4b748 100644
--- a/dev-python/regex/regex-2024.7.24.ebuild
+++ b/dev-python/regex/regex-2024.7.24.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
 IUSE="doc"
 
 distutils_enable_tests unittest



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

2024-08-10 Thread Michał Górny
commit: 11c04e3837a7f3bbba970526075ba939cc39c2f0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:23 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c04e38

dev-python/botocore: Stabilize 1.34.149 ALLARCHES, #937669

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

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

diff --git a/dev-python/botocore/botocore-1.34.149.ebuild 
b/dev-python/botocore/botocore-1.34.149.ebuild
index 4f1ad852bdc1..e3f2c4490826 100644
--- a/dev-python/botocore/botocore-1.34.149.ebuild
+++ b/dev-python/botocore/botocore-1.34.149.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="


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

2024-08-10 Thread Michał Górny
commit: 5bdb5d7cdc413889dbeca2075d5fe3cf6d7a60c6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdb5d7c

dev-python/pytest-reserial: Stabilize 0.4.2 ALLARCHES, #937672

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

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

diff --git a/dev-python/pytest-reserial/pytest-reserial-0.4.2.ebuild 
b/dev-python/pytest-reserial/pytest-reserial-0.4.2.ebuild
index d7bd5483c32e..74a38cc5b887 100644
--- a/dev-python/pytest-reserial/pytest-reserial-0.4.2.ebuild
+++ b/dev-python/pytest-reserial/pytest-reserial-0.4.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
dev-python/pyserial[${PYTHON_USEDEP}]



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

2024-08-10 Thread Michał Górny
commit: 2cde4ca355e8090a74ba0d5a31d74dd3a8c24f6f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cde4ca3

dev-python/regex: Stabilize 2024.7.24 arm64, #937685

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

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

diff --git a/dev-python/regex/regex-2024.7.24.ebuild 
b/dev-python/regex/regex-2024.7.24.ebuild
index 81d019a4b748..50a480fde5aa 100644
--- a/dev-python/regex/regex-2024.7.24.ebuild
+++ b/dev-python/regex/regex-2024.7.24.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
 IUSE="doc"
 
 distutils_enable_tests unittest



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

2024-08-10 Thread Michał Górny
commit: 5faf849ab71851b7ae8180983ecc33d12a1c9ff9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5faf849a

dev-python/selenium: Stabilize 4.23.1 arm64, #937686

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

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

diff --git a/dev-python/selenium/selenium-4.23.1.ebuild 
b/dev-python/selenium/selenium-4.23.1.ebuild
index 7af23060edad..da75b4628d2b 100644
--- a/dev-python/selenium/selenium-4.23.1.ebuild
+++ b/dev-python/selenium/selenium-4.23.1.ebuild
@@ -28,7 +28,7 @@ SRC_URI+="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/certifi-2021.10.8[${PYTHON_USEDEP}]



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

2024-08-10 Thread Michał Górny
commit: 1e360ec63f170dc53da977adf78e295a74d898c2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e360ec6

dev-python/ytmusicapi: Stabilize 1.8.0 ALLARCHES, #937688

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

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

diff --git a/dev-python/ytmusicapi/ytmusicapi-1.8.0.ebuild 
b/dev-python/ytmusicapi/ytmusicapi-1.8.0.ebuild
index b1568c0ab835..7ac6cd99eb25 100644
--- a/dev-python/ytmusicapi/ytmusicapi-1.8.0.ebuild
+++ b/dev-python/ytmusicapi/ytmusicapi-1.8.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://ytmusicapi.readthedocs.io/
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 RESTRICT="test"
 
 RDEPEND="



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

2024-08-10 Thread Michał Górny
commit: 5fd8394d2035d5c7e5549146a64a4d9afc3ebe85
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd8394d

dev-python/pyopenssl: Stabilize 24.2.1 ppc, #937683

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

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

diff --git a/dev-python/pyopenssl/pyopenssl-24.2.1.ebuild 
b/dev-python/pyopenssl/pyopenssl-24.2.1.ebuild
index 4e1a05bd1233..60e8463d7816 100644
--- a/dev-python/pyopenssl/pyopenssl-24.2.1.ebuild
+++ b/dev-python/pyopenssl/pyopenssl-24.2.1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="


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

2024-08-10 Thread Michał Górny
commit: 4a588e390b6f958dca6add723328effd977cdf51
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a588e39

dev-python/bcrypt: Stabilize 4.2.0 ppc, #937668

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

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

diff --git a/dev-python/bcrypt/bcrypt-4.2.0.ebuild 
b/dev-python/bcrypt/bcrypt-4.2.0.ebuild
index ed9f8b3cdad5..8fab1172243e 100644
--- a/dev-python/bcrypt/bcrypt-4.2.0.ebuild
+++ b/dev-python/bcrypt/bcrypt-4.2.0.ebuild
@@ -64,7 +64,7 @@ LICENSE="Apache-2.0"
 # Dependent crate licenses
 LICENSE+=" Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 BDEPEND="
>=dev-python/setuptools-rust-1.7.0[${PYTHON_USEDEP}]



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

2024-08-10 Thread Michał Górny
commit: 90534a35813e7bc3ee33adef94bc2323cbf3fa75
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90534a35

dev-python/selenium: Stabilize 4.23.1 x86, #937686

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

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

diff --git a/dev-python/selenium/selenium-4.23.1.ebuild 
b/dev-python/selenium/selenium-4.23.1.ebuild
index ee892f3209ac..7af23060edad 100644
--- a/dev-python/selenium/selenium-4.23.1.ebuild
+++ b/dev-python/selenium/selenium-4.23.1.ebuild
@@ -28,7 +28,7 @@ SRC_URI+="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/certifi-2021.10.8[${PYTHON_USEDEP}]



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

2024-08-10 Thread Michał Górny
commit: 49a554656d9cffc5058e2e3141f9540459473b0b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a55465

dev-python/pytools: Stabilize 2024.1.11 ALLARCHES, #937681

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

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

diff --git a/dev-python/pytools/pytools-2024.1.11.ebuild 
b/dev-python/pytools/pytools-2024.1.11.ebuild
index 05030eb43d28..286373743ec2 100644
--- a/dev-python/pytools/pytools-2024.1.11.ebuild
+++ b/dev-python/pytools/pytools-2024.1.11.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 arm64 ~riscv"
 
 # NB: numpy & siphash24 are an "extra" (optional) deps
 RDEPEND="



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

2024-08-10 Thread Michał Górny
commit: 93ffdd61f9b4a644d8bf58b57c250ddf7090bcc2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ffdd61

dev-python/sphinx: Stabilize 7.4.7 ALLARCHES, #937687

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

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

diff --git a/dev-python/sphinx/sphinx-7.4.7.ebuild 
b/dev-python/sphinx/sphinx-7.4.7.ebuild
index b2268853964a..c182027710f8 100644
--- a/dev-python/sphinx/sphinx-7.4.7.ebuild
+++ b/dev-python/sphinx/sphinx-7.4.7.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="doc latex"
 
 RDEPEND="



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

2024-08-10 Thread Michał Górny
commit: 9ee0984391623c2610b8c64927f8ff98923e2b80
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee09843

dev-python/boto3: Stabilize 1.34.149 ALLARCHES, #937669

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

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

diff --git a/dev-python/boto3/boto3-1.34.149.ebuild 
b/dev-python/boto3/boto3-1.34.149.ebuild
index 8cba6d95740e..54e9299b7dca 100644
--- a/dev-python/boto3/boto3-1.34.149.ebuild
+++ b/dev-python/boto3/boto3-1.34.149.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/botocore-${PV}[${PYTHON_USEDEP}]



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

2024-08-10 Thread Andreas Sturmlechner
commit: ff8765b50eda00cf97a31d38da610379d9e54aa0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 10 07:18:25 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:28:51 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff8765b5

kde-apps/kcharselect: Add new dependency

Upstream commit 447c922aa6475363072ad9222cbc1653dbc0b633

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

 kde-apps/kcharselect/kcharselect-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kcharselect/kcharselect-.ebuild 
b/kde-apps/kcharselect/kcharselect-.ebuild
index c0d22a7e95..b07e0d05a7 100644
--- a/kde-apps/kcharselect/kcharselect-.ebuild
+++ b/kde-apps/kcharselect/kcharselect-.ebuild
@@ -24,6 +24,7 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
 "



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

2024-08-10 Thread Andreas Sturmlechner
commit: ec0ca15b38760765642d7357ff0dac525ba31a3a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 10 07:19:56 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:28:51 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec0ca15b

kde-apps/kcalc: Add new dependencies

Upstream commit e67300472b7e51e6eecda57f74a256a620b8a6cb

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

 kde-apps/kcalc/kcalc-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kcalc/kcalc-.ebuild b/kde-apps/kcalc/kcalc-.ebuild
index 4f5c9a5065..148951401c 100644
--- a/kde-apps/kcalc/kcalc-.ebuild
+++ b/kde-apps/kcalc/kcalc-.ebuild
@@ -21,6 +21,7 @@ DEPEND="
dev-libs/gmp:0=
dev-libs/mpfr:0=
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml]
+   >=kde-frameworks/kcolorscheme-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6



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

2024-08-10 Thread Joonas Niilola
commit: 48a4607e14ee70bfd9f0e61c04472e1abed0bb06
Author: Eric Joldasov  landless-city  net>
AuthorDate: Thu Aug  1 19:09:41 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:29:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a4607e

net-p2p/ncdc: add 1.24.1

Incorporates patch "ncdc-1.24-fix-clang16-c99-errors.patch".

Signed-off-by: Eric Joldasov  landless-city.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/ncdc/Manifest   |  2 ++
 net-p2p/ncdc/ncdc-1.24.1.ebuild | 50 +
 2 files changed, 52 insertions(+)

diff --git a/net-p2p/ncdc/Manifest b/net-p2p/ncdc/Manifest
index acfc11e8825a..1768673769de 100644
--- a/net-p2p/ncdc/Manifest
+++ b/net-p2p/ncdc/Manifest
@@ -1,4 +1,6 @@
 DIST ncdc-1.23.1.tar.gz 378481 BLAKE2B 
0eb59b88351008c281e7380fb5899b0cfb5f99dac5f17eed391a7da4f95a431a0a68a70c228dec17c235029bae89f8170319f9b28c5a2dc04706ea21b8c91879
 SHA512 
9e38387ac816499c25a28bf70e548d560265c84d12b9bfd1701decea642c4ab33b3bb5ea9c015c3048e491f9f208c6c26a63d2ce722e831f84f703a6c9f2b86c
 DIST ncdc-1.23.1.tar.gz.asc 833 BLAKE2B 
ce9f4bd4a612fe862ab34e659e41c2134f31394e285af9d0e3f9ec034f44ccaead2c56db3b9cbb4eee32dab61c86ddb308cbb18023ce1aaf11af9b2ec6d4c67b
 SHA512 
28270437bd08fbcc40a645eef8d71f2ab350314507b66fbd504c7ccab4899af51f483038cefa17d879213a419465ae27a4da8a3fe0598244357f2836a6a5d771
+DIST ncdc-1.24.1.tar.gz 377704 BLAKE2B 
a9b72f9721c875d063482ede52836b30c125567e673024921d75c32c0b29a8697237cd0c95afa0671ba14b036b9857e0003990958e82d5d4e9d855fc92df274f
 SHA512 
5b77badc3c2f0db546526fe02827bc1b907f07e2a7c095e6019ff68b08e303ec5c4b1e1a53d395ebd12f15a66c0b7892ec13ab370f5af67ca3df2b2cabcd16ec
+DIST ncdc-1.24.1.tar.gz.asc 833 BLAKE2B 
bf0f83d9a6e33d103f027757700450d71f691b5c9bc07e326685f1ed39cc6af32fb2a764c20a39982dce61a31764ed9983fc3728c82588efe6aad0342e191800
 SHA512 
cfa55378449a8875aa7ffb5c18e7c5274f4c3b500906f23cd906736722697ee96ea5d7c6e15549a33d09351523a4492b8cef3c281376b91778e28bbe33b53b86
 DIST ncdc-1.24.tar.gz 377617 BLAKE2B 
8528de13d6ee12358c335b921c7edc0f7df719245d23f4fb4a94512f4812249e3294f822452e3b1f508e8c7446bcd01bd347ad7745a63fbd360f1233c9e8be64
 SHA512 
332fd467d10d3acb2a2171395c41112280cadfea06369820dcc4481eae3c24602c98aa5056f479d3a2e80b3992a02b280819933b43ae5bc39885696703d46b39
 DIST ncdc-1.24.tar.gz.asc 833 BLAKE2B 
1729293836f2e414ca19c4cbe25cf23099666b5f7eed6787717ee2c39f425ced147b02c2eb10da5d17093f7381ba9668b2a5567d13df862a9a809c5e7523b1ff
 SHA512 
148353be0b899c18427abe0a33c6788324a80e83ecb1ef6f59f008debc9c20ad48403e145ed865c0d9e73d14ab6d082525ab7eb60fe05a7893946b1c414d039e

diff --git a/net-p2p/ncdc/ncdc-1.24.1.ebuild b/net-p2p/ncdc/ncdc-1.24.1.ebuild
new file mode 100644
index ..b8b101ef605b
--- /dev/null
+++ b/net-p2p/ncdc/ncdc-1.24.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs verify-sig
+
+DESCRIPTION="Lightweight direct connect client with a friendly ncurses 
interface"
+HOMEPAGE="https://dev.yorhel.nl/ncdc";
+SRC_URI="
+   https://dev.yorhel.nl/download/${P}.tar.gz
+   verify-sig? ( https://dev.yorhel.nl/download/${P}.tar.gz.asc )
+"
+LICENSE="MIT"
+SLOT="0"
+
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+IUSE="geoip"
+
+RDEPEND="
+   app-arch/bzip2
+   dev-db/sqlite:3
+   >=dev-libs/glib-2.74:2
+   >=net-libs/gnutls-3:=
+   sys-libs/ncurses:=[unicode(+)]
+   sys-libs/zlib
+   geoip? ( dev-libs/libmaxminddb:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-lang/perl
+   dev-util/makeheaders
+   virtual/pkgconfig
+   verify-sig? ( sec-keys/openpgp-keys-yorhel )
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/yoranheling.asc
+
+src_configure() {
+   local myeconfargs=(
+   $(use_with geoip)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}



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

2024-08-10 Thread Joonas Niilola
commit: a9961b61b9574e78bc15e72da2d078810f9b5ebd
Author: Eric Joldasov  landless-city  net>
AuthorDate: Thu Aug  1 19:15:14 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:29:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9961b61

dev-util/makeheaders: drop 0_p20220411

Signed-off-by: Eric Joldasov  landless-city.net>
Closes: https://github.com/gentoo/gentoo/pull/37919
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/makeheaders/Manifest  |  2 --
 .../makeheaders/makeheaders-0_p20220411.ebuild | 40 --
 2 files changed, 42 deletions(-)

diff --git a/dev-util/makeheaders/Manifest b/dev-util/makeheaders/Manifest
index 894ef931ac8b..2c81cbbd29bd 100644
--- a/dev-util/makeheaders/Manifest
+++ b/dev-util/makeheaders/Manifest
@@ -1,4 +1,2 @@
-DIST makeheaders-0_p20220411.c 100587 BLAKE2B 
eeed8554a444573ae66c479460c3491d1f23d1982c8b5656eefe78084d3a550a85285cc58fd3374af30f5e8803bbf7690d643346a3fdf1c98dbb7d2b5224bd65
 SHA512 
1add4012f1307b6273cd46f7a6ef10d1d003f6ce214521e05ffc232d90991e6596481110aa582e104c09be67cfdc94776ed85458b6b9bcf9bf6c5d633371d6a4
-DIST makeheaders-0_p20220411.html 40335 BLAKE2B 
6eec5080226d7759e8bdf97b2238fb33e85700d29b0b539fcb797fa219d9d00461aafdabf2642e2cf1a622cf633cf889d71381bb3342113736ddfdafca3582de
 SHA512 
6cccd5388e8af6f814d735c643abb231dab21a16799fba080858b15885a77b99bf37a5c7bac72958bbfcacea2ed54635ccc6323f5c7d47e2a1a73fffa8952504
 DIST 
makeheaders-262696252dc50250c896c90cc240dcd946614b9c7727902aa7606640507e9231.html
 40335 BLAKE2B 
6eec5080226d7759e8bdf97b2238fb33e85700d29b0b539fcb797fa219d9d00461aafdabf2642e2cf1a622cf633cf889d71381bb3342113736ddfdafca3582de
 SHA512 
6cccd5388e8af6f814d735c643abb231dab21a16799fba080858b15885a77b99bf37a5c7bac72958bbfcacea2ed54635ccc6323f5c7d47e2a1a73fffa8952504
 DIST 
makeheaders-cae894dc3611ee6e0fba4100c0e377fcd3bbc6d8ddb91c997939ce439c50cee2.c 
101039 BLAKE2B 
bff701e0230351b268591c24b3ae255916c0ffcb740375f9029d706b41a4c2a091330d74eee9ff687ff2237b53ebd94913a2e43213315fb01ec862c158b01b63
 SHA512 
0673648b1d3bb0e665edf05dd8c3075e4e4fa52acd1a051caa1018680d4969d5189c4750d7c36d59ddaa79646432cb75fcfec8181eabca804c56d81b4d8f6600

diff --git a/dev-util/makeheaders/makeheaders-0_p20220411.ebuild 
b/dev-util/makeheaders/makeheaders-0_p20220411.ebuild
deleted file mode 100644
index 83211402e0ec..
--- a/dev-util/makeheaders/makeheaders-0_p20220411.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-# https://fossil-scm.org/home/finfo?name=tools/makeheaders.c
-ARTIFACT_C="ca90c1e2460d79e48f97c2aac60a39bcb8024e394de7cff5164c9dcbc96ce529"
-# https://fossil-scm.org/home/finfo?name=tools/makeheaders.html
-ARTIFACT_HTML="262696252dc50250c896c90cc240dcd946614b9c7727902aa7606640507e9231"
-
-DESCRIPTION="Tool that automatically generates .h files for a C or C++ 
programming project"
-HOMEPAGE="https://www.hwaci.com/sw/mkhdr/";
-
-SRC_URI="
-   https://fossil-scm.org/home/raw/${ARTIFACT_C}?at=makeheaders.c -> 
makeheaders-${PV}.c
-   https://fossil-scm.org/home/raw/${ARTIFACT_HTML}?at=makeheaders.html  
-> makeheaders-${PV}.html
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-
-HTML_DOCS=( "makeheaders.html" )
-
-src_unpack() {
-   mkdir "${S}" || die
-   cp "${DISTDIR}"/makeheaders-${PV}.c "${S}/makeheaders.c" || die
-   cp "${DISTDIR}"/makeheaders-${PV}.html "${S}/makeheaders.html" || die
-}
-
-src_compile() {
-   $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o makeheaders 
makeheaders.c || die
-}
-
-src_install() {
-   dobin makeheaders
-
-   einstalldocs
-}



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

2024-08-10 Thread Michał Górny
commit: 8abd4fa9bc772828f682285ddc3e1cce4322105a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:25:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abd4fa9

dev-python/versioningit: Remove old

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

 dev-python/versioningit/Manifest  |  1 -
 dev-python/versioningit/versioningit-3.1.1.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/dev-python/versioningit/Manifest b/dev-python/versioningit/Manifest
index 9d28d21fc071..5ca5ecdd8c1e 100644
--- a/dev-python/versioningit/Manifest
+++ b/dev-python/versioningit/Manifest
@@ -1,2 +1 @@
-DIST versioningit-3.1.1.tar.gz 212882 BLAKE2B 
786af766a5e85ea426dee02d1ae888b0a50712f9d154690302b3fdb1f4aa037a931612ad3f1f169a3d8f3481db09da895cf3ba7dcbc7d2f256b3b8622334e08e
 SHA512 
f8e23834324f785b93668f4cb55d57885cf96e9ca16f1d6a06c3610dd00a79c018960fe52aff5fe4cc735b5fcec27be1ceb151a88e0e9a447cba750dd6956816
 DIST versioningit-3.1.2.tar.gz 213047 BLAKE2B 
d34f3d14a667e84a0d7f17fa9de59bbb4d900d466120879939dfb9586b20ee45c6f33991c586438e47cc58de70db03996ade0561a91efffeee49545ac5f1ef97
 SHA512 
0e09a51ed9a137ffa9a66c2a8b4c43131bd27d07e35b896248d963a780f955d6bf37de29c04e41acf06dd636a3609d045e359b28429d7272fad6187db7748c3c

diff --git a/dev-python/versioningit/versioningit-3.1.1.ebuild 
b/dev-python/versioningit/versioningit-3.1.1.ebuild
deleted file mode 100644
index eba49aa937e1..
--- a/dev-python/versioningit/versioningit-3.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A setuptools plugin for versioning based on git tags"
-HOMEPAGE="
-   https://github.com/jwodder/versioningit/
-   https://pypi.org/project/versioningit/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-17.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   

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

2024-08-10 Thread Michał Górny
commit: f9cfb2bc9a302136950fd5e91e064e5687281aca
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:26:11 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cfb2bc

dev-python/uvicorn: Remove old

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

 dev-python/uvicorn/Manifest  |  1 -
 dev-python/uvicorn/uvicorn-0.30.1.ebuild | 75 
 2 files changed, 76 deletions(-)

diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest
index 6f1bb9bc3034..f546ec9d45b2 100644
--- a/dev-python/uvicorn/Manifest
+++ b/dev-python/uvicorn/Manifest
@@ -1,3 +1,2 @@
-DIST uvicorn-0.30.1.gh.tar.gz 722580 BLAKE2B 
33cb5683bf8d3f3bbc2a17a354356adee2be66259cd79413c9f1ef698485c46060a609a8f0a28cef05de71631569ac61c12aad6913a3243f45eb7e1691a481ea
 SHA512 
ce705c1e99ca0feff3f82e067c0df9e21dea6ff3789541757edbc686718bcb0c80be392fd75f7c0962c5d7251e7e3e441e97633057dcb43e565c48a4d6b3d392
 DIST uvicorn-0.30.3.gh.tar.gz 723748 BLAKE2B 
8191491ebbccf8586e668bc6c14ce0a526d958ee1bf618cbf714bcb0932c36e14bfa4365a3ce88129180dcb0a2ac62b65fd977262f936b31a84267e3d41a971e
 SHA512 
de6299c4b93bb14ea5ef466d2ebb91e24c2b9ae3e47158e924ae8c1f1e58a3fffd39e3e001e647afa47512f9481f5a3e2cce613427600200bcf27c4143c4e608
 DIST uvicorn-0.30.5.gh.tar.gz 723960 BLAKE2B 
462cdbe47f035a6b100908e5fa533a9afa7be3232ce79fda372686de54a14ca13771245a98c53b7ad729ba3119cd83b9d4acd5ab4069064f6c9fee3542f7b0be
 SHA512 
9752b415159e152264d0d9a9a93cd82ec3b6ab08fe115698e54ecf5e2534c7c2368e05dfd21486c8711808482a85c563ecf1d5027c09587872aced4f7023a3dc

diff --git a/dev-python/uvicorn/uvicorn-0.30.1.ebuild 
b/dev-python/uvicorn/uvicorn-0.30.1.ebuild
deleted file mode 100644
index 6ca97c2d20bf..
--- a/dev-python/uvicorn/uvicorn-0.30.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Lightning-fast ASGI server implementation"
-HOMEPAGE="
-   https://www.uvicorn.org/
-   https://github.com/encode/uvicorn/
-   https://pypi.org/project/uvicorn/
-"
-# as of 0.28.0, no tests in sdist
-SRC_URI="
-   https://github.com/encode/uvicorn/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-IUSE="test-rust"
-
-RDEPEND="
-   >=dev-python/asgiref-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/click-7.0[${PYTHON_USEDEP}]
-   >=dev-python/h11-0.8[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-BDEPEND="
-   test? (
-   dev-python/a2wsgi[${PYTHON_USEDEP}]
-   dev-python/httpx[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/python-dotenv[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   >=dev-python/websockets-10.4[${PYTHON_USEDEP}]
-   dev-python/wsproto[${PYTHON_USEDEP}]
-   test-rust? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/trustme[${PYTHON_USEDEP}]
-   dev-python/watchfiles[${PYTHON_USEDEP}]
-   )
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # too long path for unix socket
-   
tests/test_config.py::test_bind_unix_socket_works_with_reload_or_workers
-   )
-   case ${EPYTHON} in
-   pypy3)
-   # TODO
-   EPYTEST_DESELECT+=(
-   
tests/middleware/test_logging.py::test_running_log_using_fd
-   )
-   ;;
-   esac
-
-   epytest
-}
-
-pkg_postinst() {
-   optfeature "auto reload on file changes" dev-python/watchfiles
-}



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

2024-08-10 Thread Michał Górny
commit: 8bc85966c0a5417c07cd9598a16516e940abe88c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:26:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc85966

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest |  1 -
 dev-python/pytools/pytools-2024.1.10.ebuild | 34 -
 2 files changed, 35 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 088e9bf7d7e7..999df944c8bc 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,3 @@
-DIST pytools-2024.1.10.tar.gz 81741 BLAKE2B 
39d44636c82ce7f2cadd543e9e3f7a32def0e11b3df24f0ae43aa47da924a1c2d9258b3147187dc9b0a12a5485e74bb906a87655ee863390af61ec6ce03ec95e
 SHA512 
2e8d401b9f26b9a60ef4f479c982ff2b8801b00ac35b7ec06e36980fb5071c709d574e2a841f826d7ceff8a1303591c46a269284b09730c30eaca6759ca88ad5
 DIST pytools-2024.1.11.tar.gz 81917 BLAKE2B 
197481c41ddf589c46e7f5470de6122f13aa1b69fab46342e20b30e51cc0f5a54cfc240522e16daaea941f4492eb9dd858de66255fba4ddbec8bd763a4f87069
 SHA512 
03521c3e6473e5e26c329ddeb596548c11a814c65a45b9d5a925346b7cdd9332ec0968cf80c350310955288e703c2e3d914a24253d34546a6ee814b07d373ae6
 DIST pytools-2024.1.12.tar.gz 82577 BLAKE2B 
7463a8c8f5644cf2f3c0d1326cc353c111fe87230727149881a1f68a8fce046049c54ae3d414a8d60adec66cccefbd133ab446a65bf35cdb21f08a383f7571e2
 SHA512 
c234a55493e6dcb1b26a18f666a9e3892d2e6d3eb76cda24db97231c1a1b6fff796780ac0c6776a00a3e2d21fc6e56364879e3d39de3fcf5173c6cf7a183a3a2
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e

diff --git a/dev-python/pytools/pytools-2024.1.10.ebuild 
b/dev-python/pytools/pytools-2024.1.10.ebuild
deleted file mode 100644
index 5cce0ef7999e..
--- a/dev-python/pytools/pytools-2024.1.10.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
-   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-   ' 3.{10..12})
-"
-
-distutils_enable_tests pytest



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

2024-08-10 Thread Michał Górny
commit: 0d10ef5590c2cf700b9fb03579dfe8cb6199780b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:25:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d10ef55

dev-python/apprise: Remove old

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

 dev-python/apprise/Manifest |  1 -
 dev-python/apprise/apprise-1.8.0.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/apprise/Manifest b/dev-python/apprise/Manifest
index a6f018c31d56..dac209227bae 100644
--- a/dev-python/apprise/Manifest
+++ b/dev-python/apprise/Manifest
@@ -1,2 +1 @@
-DIST apprise-1.8.0.tar.gz 1651688 BLAKE2B 
32458b2a4787c0366db54890b505ca86cf1abee4299d32fd49f8fc8d37b87a6123c902747f97466b061857e7f284ed78c4001e61f587f3b47e17194324217d37
 SHA512 
312165b1b5c05ee632b5f2631eafc4af2b318881444851966ff6893775caa303b8d8fc819de9c2f8790eb224ac849535c5e5038a2f51dc30d477a503ed48b920
 DIST apprise-1.8.1.tar.gz 1696426 BLAKE2B 
ddc8966716e89a3e18995370e90f20c080a1249faccdbcf5f28fb22a89dc3f415c33208a5c98352307a28a65b45e305d1b9c3e2df52f6f6f017197a6f893a101
 SHA512 
b0e5d760ad8fcbecaa51de8e398abbb8766ef8a52bbd9cbd7f77156e4e00194adc1e18e0b6a95c611863ae72162041971408744348a7ea9e6579f4f4aae15f04

diff --git a/dev-python/apprise/apprise-1.8.0.ebuild 
b/dev-python/apprise/apprise-1.8.0.ebuild
deleted file mode 100644
index bc855214a676..
--- a/dev-python/apprise/apprise-1.8.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Push Notifications that work with just about every platform"
-HOMEPAGE="
-   https://pypi.org/project/apprise/
-   https://github.com/caronc/apprise/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv"
-IUSE="+dbus mqtt"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
-   mqtt? ( dev-python/paho-mqtt[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   dev-python/Babel[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-08-10 Thread Michał Górny
commit: 939134b0d8fc288f4f7b06c8dad2d2b4c87af951
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:25:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939134b0

dev-python/pytest-reserial: Remove old

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

 dev-python/pytest-reserial/Manifest|  1 -
 .../pytest-reserial/pytest-reserial-0.4.1.ebuild   | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/pytest-reserial/Manifest 
b/dev-python/pytest-reserial/Manifest
index 6e222b761d17..90a52133ef6a 100644
--- a/dev-python/pytest-reserial/Manifest
+++ b/dev-python/pytest-reserial/Manifest
@@ -1,2 +1 @@
-DIST pytest_reserial-0.4.1.tar.gz 11687 BLAKE2B 
68c54b8e89c25d41fcb99f715a6008f71f55ad9e3101b37a90bb3b944fac473dd66392d08bcbe464af942fae58d9406492a65a3d61b547bef33d446b46d69f6a
 SHA512 
1ac92258b3fdfeb9aca95b105c7a8ea21891f2609c591e7aa07ed8cc3d9b17f48eb7ec7d3d53524b564d5572ca679d897b8b06107fc4c370f3ed3cd2125cdfdf
 DIST pytest_reserial-0.4.2.tar.gz 12374 BLAKE2B 
4f0d89bef2f4f99f2a9d9ef1ac5c46e31817ed4c91b78bd41f2670a89dd87dd642a1c80f0574957c24467cb77cebb9f0de27e540b47e0f70933cd6cf4a933ac7
 SHA512 
e3b9a82feee58c6808bb0491bf6c92f6ee0e1f83b3fafb676a4eac4ed03c90e29ead8d93ed275a83a7f2de3148aa55ba27f6dc6266c2e308e7085794d88a0ffa

diff --git a/dev-python/pytest-reserial/pytest-reserial-0.4.1.ebuild 
b/dev-python/pytest-reserial/pytest-reserial-0.4.1.ebuild
deleted file mode 100644
index 74a38cc5b887..
--- a/dev-python/pytest-reserial/pytest-reserial-0.4.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pytest plugin for recording and replaying serial port traffic 
during tests"
-HOMEPAGE="
-   https://pypi.org/project/pytest-reserial/
-   https://github.com/bessman/pytest-reserial/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   dev-python/pyserial[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2024-08-10 Thread Michał Górny
commit: 180e2960f00a4ed048fd241ffa8c697d6e8428c1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:28:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180e2960

dev-python/pytest-httpserver: Remove old

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

 dev-python/pytest-httpserver/Manifest  |  1 -
 .../pytest-httpserver-1.0.11.ebuild| 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-python/pytest-httpserver/Manifest 
b/dev-python/pytest-httpserver/Manifest
index 320d21078692..e5960d3c5602 100644
--- a/dev-python/pytest-httpserver/Manifest
+++ b/dev-python/pytest-httpserver/Manifest
@@ -1,2 +1 @@
-DIST pytest_httpserver-1.0.11.tar.gz 66742 BLAKE2B 
641c566b2ae349bf02f9a457c488ac6820cbeabbf430d12d84ba02b09382947aa60b61a6a1578b260d160b3e8d01c37745dfd2e90bdb6aea40f546a8103b367f
 SHA512 
3d3055bc48bbe523fddbf9e9ba3495c3141a6dcd4f8b2cf9c19f11d1e6f4a93eebe64bb920ea5bd3bc0d30f4469ecb9a8beca35fc844ca2c62f6868edcb570ee
 DIST pytest_httpserver-1.0.12.tar.gz 66948 BLAKE2B 
b50871038b1c313db76c456e86bfe82046bcb8207cb72126db18bde5dea4e3cabb6740a19d27eba672967078f60978c1b20946bf502837e0859d957d0318afeb
 SHA512 
fd3d290b23137d0c2893672611e7087e86ed47ccda865779304d177ac2ef6e0068321eb42f42ec89db859fb66910ad68399d3a4aefde250bd207ab9ff4666e3e

diff --git a/dev-python/pytest-httpserver/pytest-httpserver-1.0.11.ebuild 
b/dev-python/pytest-httpserver/pytest-httpserver-1.0.11.ebuild
deleted file mode 100644
index 0a376972d1df..
--- a/dev-python/pytest-httpserver/pytest-httpserver-1.0.11.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="HTTP server for pytest to test HTTP clients"
-HOMEPAGE="
-   https://github.com/csernazs/pytest-httpserver/
-   https://pypi.org/project/pytest_httpserver/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-RDEPEND="
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/requests[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # confused by extra compressors available (for Accept-Encoding)
-   tests/test_log_querying.py::test_verify_assert_msg
-   )
-   local EPYTEST_IGNORE=(
-   # tests from building release artifacts
-   tests/test_release.py
-   )
-
-   epytest -p no:localserver
-}



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

2024-08-10 Thread Michał Górny
commit: 7e68f83b28f74a74e273c76034e846f705005169
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:27:48 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e68f83b

dev-python/ytmusicapi: Remove old

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

 dev-python/ytmusicapi/Manifest|  1 -
 dev-python/ytmusicapi/ytmusicapi-1.7.5.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest
index 96ee57a130cb..5cc835485be8 100644
--- a/dev-python/ytmusicapi/Manifest
+++ b/dev-python/ytmusicapi/Manifest
@@ -1,2 +1 @@
-DIST ytmusicapi-1.7.5.tar.gz 277989 BLAKE2B 
18cedc9ecaa5f2220b81dd831102cab6aa7dedcd745be9d561d79b2c7ecc2e31973e9d4671bcdc79827da64f76102dd984a430222b94dff5a6b418df85c1dde6
 SHA512 
f5c9d2bd5deb45a8d834a262d3d45f7691c1a86a3a67f0b5e3129940f323a1b6f4e50f17e66a9b843f28ca0b04db9e9b2fc873f1edbf147ab915f399d38e386a
 DIST ytmusicapi-1.8.0.tar.gz 283301 BLAKE2B 
aa0d0a8b30b75873865360dfe7b0aec436debf5b2e0f96f2d4008f5234d42802a3a84acd55f83244c03995d605718139f30cda21a798d23c841cc4f9a395d4a5
 SHA512 
5b7d3fef54eef586b007b6bb6f5c81aaf068302de2493fff8e6ce6bdd9387836615bfa9ecd10ce2516effe1707d11de55ad8a967562e8d6faa527c7e808c377a

diff --git a/dev-python/ytmusicapi/ytmusicapi-1.7.5.ebuild 
b/dev-python/ytmusicapi/ytmusicapi-1.7.5.ebuild
deleted file mode 100644
index 7ac6cd99eb25..
--- a/dev-python/ytmusicapi/ytmusicapi-1.7.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Unofficial API for YouTube Music"
-HOMEPAGE="https://ytmusicapi.readthedocs.io/
-   https://github.com/sigma67/ytmusicapi/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs/source dev-python/sphinx-rtd-theme



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

2024-08-10 Thread Michał Górny
commit: e5b6696ea8df4731778ac8a3b2d6b1bc62e825d8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:27:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b6696e

dev-python/sphinx: Remove old

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

 dev-python/sphinx/Manifest|   3 -
 dev-python/sphinx/sphinx-7.4.6.ebuild | 142 -
 dev-python/sphinx/sphinx-8.0.0_rc1.ebuild | 144 --
 dev-python/sphinx/sphinx-8.0.1.ebuild | 144 --
 4 files changed, 433 deletions(-)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index a58e2bb07f7a..bfa5822e3887 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -1,7 +1,4 @@
 DIST sphinx-7.2.6.gh.tar.gz 7067425 BLAKE2B 
4da1cb5ccebea4df0dc134c552311d7b70ce9b76424ea4355ad67b1ece60c9b445e56c96b838832d4df2f50940832b3fa9555b596390464a4017a573bcf514c3
 SHA512 
204e859318ad5044639f2e682098b07c7cc675b54ba801feeb3322290bfd15316cc15a2cae8fa6a55e6ec6d1e9690790e5402652eb04720bfe96e172f4c8bdbc
 DIST sphinx-7.3.7.gh.tar.gz 7165383 BLAKE2B 
bcc68f26937e6aefe60cedea533a5c8e245c76b59ab4913fb6516f285e3afc32be60b336c662ac8305fb88e82fcc2b477128f2d8b9bf92f037b124f4c855df2a
 SHA512 
540553ecddc55b3e673c79bc776a899d2c660f1e93ef819711be52174accf5b70465883a46bed81d163534e56718caf0765b4bae153e9307a3792387d8228df5
-DIST sphinx-7.4.6.gh.tar.gz 8187130 BLAKE2B 
69cf73dc3644ac0fbb4e2d26ee07652b4a16bb2d87fba1a6f5a3dba74533af470d2449658eb7029479618d47ea34d6dc896126cfe330d31b343c0a3300ba90b3
 SHA512 
7015aa5b926856e1e3ed35b559a78dbeb8a1746028f4a488a3237c65ea5eb786a9feff05649b8126395c6f8277802a093c704ca13e941d3aab561b2fca8b0de8
 DIST sphinx-7.4.7.gh.tar.gz 8135111 BLAKE2B 
b5a511355b16edfbcf32f9a20855466251c592a7fbffa33a84d84369f2a9de7767cd9529cce3f350cdf25bfbb53534ddea70d9482c1d6d78e9ab160d2c9821e8
 SHA512 
bfb48d4dc09f108986c5b7737710c7495fbdd83eb18f2a1c77bc9d324c499bffb5103f65ebf7396260f10c0f89eddb1ae5eb8d037bd33fffd748483f4391a7e1
-DIST sphinx-8.0.0rc1.gh.tar.gz 8139326 BLAKE2B 
3cb69ece3d6f85ceebd494abe9ae11a76b3473eca52611b197cd3a34985e37bc0275c9c194d87ca529a63d46976c9624ff9270734b638f8cbfb81c25f5fee0be
 SHA512 
cd7e1b01a2a6dcc3106aef6f110bbd1c4cc06865e7c20c85e65b191128c4a28c836c5401f02e6a812317033b97ff4f683948b78d3edd56fbb8d12d6a7ada52f6
-DIST sphinx-8.0.1.gh.tar.gz 8264971 BLAKE2B 
5c0fb71607b75fc445cafe115bc2765e859d0224857149862517060e6133a610a05ca2c10fe78f32cf7f99396bd4991a834dcdecd0d3945bc6300a010dfdf408
 SHA512 
11e6901c27484fbad7c9f1b3c192603f3dd9d79092f3910ea05edd6541d0f8368471134c53d694f6032ad2d22131baf1b0bee2725f89c291dc236a6195315ed9
 DIST sphinx-8.0.2.gh.tar.gz 8264835 BLAKE2B 
ed6e321a1e58341609d88993c418ec1a0a580683ed28895077322fdba839d5c158007d65d5349d4d53c5e3b49ae823142cc6eb0203812580ebbb5b95247bf157
 SHA512 
5e9f38af91d7a80b6a80a80ab26adbebc1c3303996182a58eed9120ed896c5bfde022616e116e8cb8195fe03741e93fd97dcacccf492912ab147c5bfcb79213d

diff --git a/dev-python/sphinx/sphinx-7.4.6.ebuild 
b/dev-python/sphinx/sphinx-7.4.6.ebuild
deleted file mode 100644
index b2268853964a..
--- a/dev-python/sphinx/sphinx-7.4.6.ebuild
+++ /dev/null
@@ -1,142 +0,0 @@
-# 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..13} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python documentation generator"
-HOMEPAGE="
-   https://www.sphinx-doc.org/
-   https://github.com/sphinx-doc/sphinx/
-   https://pypi.org/project/Sphinx/
-"
-SRC_URI="
-   https://github.com/sphinx-doc/sphinx/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-IUSE="doc latex"
-
-RDEPEND="
-   >=dev-python/alabaster-0.7.14[${PYTHON_USEDEP}]
-   >=dev-python/Babel-2.13[${PYTHON_USEDEP}]
-   =dev-python/docutils-0.20[${PYTHON_USEDEP}]
-   >=dev-python/imagesize-1.3[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.1[${PYTHON_USEDEP}]
-   >=dev-python/packaging-23.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.14[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.30.0[${PYTHON_USEDEP}]
-   >=dev-python/snowballstemmer-2.2[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-serializinghtml-1.1.9[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/tomli-2

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

2024-08-10 Thread Michał Górny
commit: f53e230ef9978e083dbe237dc0f903e78baae5a0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:29:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53e230e

dev-python/astroid: Remove old

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

 dev-python/astroid/Manifest |  2 -
 dev-python/astroid/astroid-3.2.3.ebuild | 86 ---
 dev-python/astroid/astroid-3.3.0.ebuild | 89 -
 3 files changed, 177 deletions(-)

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index 07ae03288fec..28f76708b66f 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -1,4 +1,2 @@
-DIST astroid-3.2.3.gh.tar.gz 465447 BLAKE2B 
d41d206e3b362316ba71f109729fb26ff6b4f63719a0337f78545ce58fabaaa73a3ee62ff6bffa9c4a2f10e6e10718bdc17a38ecc319bce443695a60628ac315
 SHA512 
d9e8b85401598c0ffd3a27c37c4133bc9bba8436cdeb3dadc9a2337ebbf731c062451cdc5c9cf72a768ecf98253051ac012cfdb08084009a9c4a9043acfeabbc
 DIST astroid-3.2.4.gh.tar.gz 465788 BLAKE2B 
745a860b7bacb45cb86e9b232fe3a37cdac40cb471b00832a7dd7da4c3374760749cebe8c8688748e750cc3639554515a7a9e24f5f4d2ebac10af2c906fa04a9
 SHA512 
e48289794f67cf53bb8a2dcf357c1e892140a0a625c2e19601cf5ad579aaa33a94f0e052915fa6e854bc0a2e626f41b2d13773aa2b2af2412efeb33d030ed2b6
-DIST astroid-3.3.0.gh.tar.gz 463962 BLAKE2B 
64f80499e6a435326ef822e4e9baae3ae8cea1f0c2762e79bb6fa4a7158897b8399deb17e7416ce4cbc243dbd38701729e9083c3c92ee9577a216b5e9d7e624c
 SHA512 
c8e494704b9cd769eb4175556f160e5596a7058fe73a020e3b6f261626d9cc7ce7fabeea517e8e172467524126a4950d4280f830a9f49c1607382f9ceb8aed84
 DIST astroid-3.3.1.gh.tar.gz 464132 BLAKE2B 
011b61777ce4f3900ed1c23a664b7ae0c16e364f61cd664078d78bf6a90097f423afe03579e151439a9b02874e2fa12844f0587632e1bf1f40b428d2d99cc6da
 SHA512 
992f80c30fdb02d283e73d1329a58ddd10a4f800e74b4697086b194a329ff6ae7ae026c907317e9604371a60cb814f243f2506d921d196214f11741f098485c1

diff --git a/dev-python/astroid/astroid-3.2.3.ebuild 
b/dev-python/astroid/astroid-3.2.3.ebuild
deleted file mode 100644
index 6a17fba2c1d0..
--- a/dev-python/astroid/astroid-3.2.3.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="
-   https://github.com/pylint-dev/astroid/
-   https://pypi.org/project/astroid/
-"
-SRC_URI="
-   https://github.com/pylint-dev/astroid/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-# Version specified in pyproject.toml
-RDEPEND="
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-# dev-python/regex isn't available for pypy
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/attrs[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.17.0[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/regex[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-PATCHES=(
-   # https://github.com/pylint-dev/astroid/pull/2424 (rebased)
-   "${FILESDIR}/${PN}-3.2.2-py313.patch"
-)
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # no clue why they're broken
-   
tests/test_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
-   tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
-   # pydantic-2?
-   tests/brain/test_dataclasses.py::test_pydantic_field
-   # requires urllib3 with bundled six (skipped with urllib3>=2)
-   
tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter
-   # hangs
-   tests/test_nodes.py::AsStringTest::test_recursion_error_trapped
-   # TODO
-   
tests/test_builder.py::BuilderTest::test_data_build_error_filename
-   # numpy-2 (https://github.com/pylint-dev/astroid/issues/2442)
-   
tests/brain/numpy/test_core_einsumfunc.py::test_numpy_function_calls_inferred_as_ndarray
-   
tests/brain/numpy/test_core_fromnumeric.py::BrainNumpyCoreFromNumericTest::test_numpy_function_calls_inferred_as_ndarray
-   
tests/brain/numpy/test_core_multiarray.py::BrainNumpyCoreMultiarrayTest::test_numpy_function_calls_inferred_as_ndarray
-   
tests/brain/numpy/test_core_nu

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

2024-08-10 Thread Michał Górny
commit: 9d5162370b647de41f8e05284db647e4f2f63535
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:30:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d516237

dev-python/setuptools: Remove old

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

 dev-python/setuptools/Manifest |   1 -
 dev-python/setuptools/setuptools-71.0.4.ebuild | 124 -
 2 files changed, 125 deletions(-)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index 28df0d796873..c5d95793d3f7 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -1,3 +1,2 @@
-DIST setuptools-71.0.4.tar.gz 2421868 BLAKE2B 
29c63bedd87dd4c79ef86d20b6ab4297ae434a59d412813d0ef136c6239b8c77c7ec81b8384319a0e18617d0f8417da3c28d9f8ece40f4509949611c575c35a2
 SHA512 
efd1996e2720244b8bb385682258be4b2cd67d18b0910aa3f32c23907fad998144ff47455fb8866298e2b879b714624d09efefdcf1bf1d55047ecd3d1e36548e
 DIST setuptools-71.1.0.tar.gz 2422233 BLAKE2B 
b98bc2155cdf5acabd52c942a8b7908dbb48b39a3abbf065e42b089e22c3bba27aeee3492c5ecfc1de8b4bdba3c97259cfc609a31cdc11cdaf23f9a2dbab8685
 SHA512 
2cb817d3dee790ab1e71739b3980361c6dface44fa9c027a92aa3f96e758c034b0330de5eae48365dfa17933fe050f8418cff23fea192b3c616789215e411c1a
 DIST setuptools-72.1.0.tar.gz 2419487 BLAKE2B 
df05affc48f8909b6b3b9dc30ef33e31c4b3781e747fea7d23b855d0294976f563e25b268666bfd2c758be66eca00e3e850463ff3d6f26b891185a2a15c8d31c
 SHA512 
d0a34f16dfa6bb9a6df39076cd43528cf854d343f6f801c448ea0ebab2a259aec3d03571e2a26709df6082ed2fcb6c43b86448be556fd559b6af41831b4f38e0

diff --git a/dev-python/setuptools/setuptools-71.0.4.ebuild 
b/dev-python/setuptools/setuptools-71.0.4.ebuild
deleted file mode 100644
index 54bceb617bc6..
--- a/dev-python/setuptools/setuptools-71.0.4.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-# please bump dev-python/ensurepip-setuptools along with this package!
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( python3_{10..13} pypy3 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of extensions to Distutils"
-HOMEPAGE="
-   https://github.com/pypa/setuptools/
-   https://pypi.org/project/setuptools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !!=dev-python/jaraco-text-3.7.0-r1[${PYTHON_USEDEP}]
-   >=dev-python/more-itertools-8.12.0-r1[${PYTHON_USEDEP}]
-   >=dev-python/ordered-set-4.0.2-r1[${PYTHON_USEDEP}]
-   >=dev-python/packaging-24[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.6.2-r1[${PYTHON_USEDEP}]
-   >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-BDEPEND="
-   ${RDEPEND}
-   test? (
-   $(python_gen_cond_dep '
-   >=dev-python/build-1.0.3[${PYTHON_USEDEP}]
-   >=dev-python/ini2toml-0.14[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/jaraco-envs-2.2[${PYTHON_USEDEP}]
-   >=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}]
-   dev-python/jaraco-test[${PYTHON_USEDEP}]
-   dev-python/pip[${PYTHON_USEDEP}]
-   dev-python/pip-run[${PYTHON_USEDEP}]
-   dev-python/pyproject-hooks[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   >=dev-python/pytest-home-0.5[${PYTHON_USEDEP}]
-   dev-python/pytest-subprocess[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
-   ' "${PYTHON_TESTED[@]}")
-   )
-"
-# setuptools-scm is here because installing plugins apparently breaks stuff at
-# runtime, so let's pull it early. See bug #663324.
-#
-# trove-classifiers are optionally used in validation, if they are
-# installed.  Since we really oughtn't block them, let's always enforce
-# the newest version for the time being to avoid errors.
-# https://github.com/pypa/setuptools/issues/4459
-PDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
-   local PATCHES=(
- 

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

2024-08-10 Thread Michał Górny
commit: e2c1d3af422ab9027641993b689bb509ab483ae2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:29:58 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c1d3af

dev-python/ensurepip-setuptools: Remove old

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

 dev-python/ensurepip-setuptools/Manifest   |  1 -
 .../ensurepip-setuptools-71.0.4.ebuild | 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-python/ensurepip-setuptools/Manifest 
b/dev-python/ensurepip-setuptools/Manifest
index 44312663bf23..525d2a744516 100644
--- a/dev-python/ensurepip-setuptools/Manifest
+++ b/dev-python/ensurepip-setuptools/Manifest
@@ -1,3 +1,2 @@
-DIST setuptools-71.0.4-py3-none-any.whl 2341127 BLAKE2B 
6312511c9981ff41e0f8a7eb3da511c9bf35b52af9fb7cbd826d3fecf342008911d8b13a6a0747a1f3d0a8189fcf701d82b03b7b62c73774845d35dc38fb8743
 SHA512 
a5909a1bbc46924ac8ee89322ed35fbf5562397fc46f5d20d12f6d63dbd94355c4c9718c07597b6d50c7fe46a771b96c2c25f1f2f53d6ff17c4d7cbd9e6bcb09
 DIST setuptools-71.1.0-py3-none-any.whl 2341722 BLAKE2B 
5d2aa4205b91f619a5c6e9596d9ac77aaef4759a98d4a2ee1cd706b01febadf2b94cc891f92640da185ac565d315b141c66f628a213fa199a3ab282250250d34
 SHA512 
3c2a49f5a3953b525885635bbd93a503e6bc378914da2a2ff658b5800b27848e91ee268d652176c7034f55b8937db10d7e68f3d4d315ca03124ee3054f58e36c
 DIST setuptools-72.1.0-py3-none-any.whl 2337965 BLAKE2B 
88954b396a47b4223b73313100b9ae0782a16f755660da1abed31316f056beca78401b151f1bec39a791b1c556da09479e527b2316f5d1391e6996f5433c0bc3
 SHA512 
ef9f855c8ca4d7f6e5eb79f3d40b44830eede4664ec5667415fc676a0b8230a64fb62fda49c1eef6a9c3f89d4724b0717e7d702be99ab61f8763d91feb9a6ea1

diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.0.4.ebuild 
b/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.0.4.ebuild
deleted file mode 100644
index 6e384d8b8a5b..
--- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-71.0.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
-HOMEPAGE="https://pypi.org/project/setuptools/";
-SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
-S=${DISTDIR}
-
-LICENSE="MIT"
-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"
-
-RDEPEND="
-   !

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

2024-08-10 Thread Michał Górny
commit: ba50476e19d84af496f2feda31cb4727d062a85f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:30:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba50476e

app-admin/awscli: Remove old

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

 app-admin/awscli/Manifest  |  5 --
 app-admin/awscli/awscli-1.33.27.ebuild | 90 --
 app-admin/awscli/awscli-1.33.36.ebuild | 90 --
 app-admin/awscli/awscli-1.33.37.ebuild | 90 --
 app-admin/awscli/awscli-1.33.38.ebuild | 90 --
 app-admin/awscli/awscli-1.33.39.ebuild | 90 --
 6 files changed, 455 deletions(-)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 1cbc7f885d41..2242b814cb29 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,8 +1,3 @@
-DIST aws-cli-1.33.27.gh.tar.gz 2758530 BLAKE2B 
c40db2483f0561078d1dc191e1d8c97bae0d0ab00f0ca11db796213567943f7dd816143340c6c9b9c28012d2881d860948138cc41b37555b7416a5289c7a5cd8
 SHA512 
3716ef6b5ab7db33496f31445d6ec404b89fc8a3fec564dd6644d43d4ea0db12aadcce545a481e955a166000386d8183e801780b6ac16e03bbea0f5ed9a495c5
 DIST aws-cli-1.33.31.gh.tar.gz 2765982 BLAKE2B 
424422520aada1a5ab21843e61d5027937c1cd306936740ce6fe80ac8beadc5c5885727d716a7efe1890a3a3d7138710cb4b43a04d5293593d8b6fbf94e83ff9
 SHA512 
d7f860cb1b37c32a05550a43ff4c7e691f90ca8753fead9e1f2590556e589d6748ba163408ffbc7ecb1b1414a9df3590ffd5962aaf2acc6e49fff60a101034cb
 DIST aws-cli-1.33.35.gh.tar.gz 2768498 BLAKE2B 
d925c1a63a73bda27711d2f930d0832ea17e012d62d634330cef16f1962cbcbeb9149a5ef14765af04bfbc4b49c6160a319e02a3eab475473a2fe46ab27da305
 SHA512 
5804947acc002cd9f53b94865542d4f4708116a3a31dafd6a217e84dff973b6c6af0237272d52d9d15e0eaf7f243ef577c1a1b3c2f18e845857886d9f2c1
-DIST aws-cli-1.33.36.gh.tar.gz 2768813 BLAKE2B 
dbeaf0049d855da5b20c6ce24201dca4347ce72ca9546b1a6479d864f650fb39b0e557cf1f3a35a3165c118700fd0e06417c2ae594053992a8d16c3a95376e43
 SHA512 
6de8542a11bfa6e076bb7d99f6573d04b16bcae65c07a33b518d5dc3ea20dacf899f6929c8892731c98e77381ce5986d82e508b2f2c72854d3cd4c647979d41a
-DIST aws-cli-1.33.37.gh.tar.gz 2769229 BLAKE2B 
39ef0d26e555f197cb4b4b588dc1fc9cad1562ba15926e349cae6e409bced94443403c6975ce08c69431accc45557e5659c6a23b686c7d046a7a338b4968a6a1
 SHA512 
d50150e04695ac651d27c7bdd23e79b5031f9e54fe2f00e6c1b78b5d2a22afac34a242e6473de52c813d85c219274fca472abb9dc70318c203a7638d2f869e42
-DIST aws-cli-1.33.38.gh.tar.gz 2769355 BLAKE2B 
fd943a5d41a2426ad022156f48f972915d019e0e20ab9b64d498426402c0fa5d1ab45ffd1927fcc5a49d62266c3b02a81c3875f396e3fc919fcaae1e9b8d5f1e
 SHA512 
27759a759eabe66d2b3058e1c8acb747debf34f5b737f5096937886771d754f3a926a7da82d4fc4e68cd118338a86945f6f4ecc3d23f297af32f12aa1a8f1323
-DIST aws-cli-1.33.39.gh.tar.gz 2769718 BLAKE2B 
5e391d01bce3beb424c4ae3456c782db8471aa6bc9f06d78b2855bfbf873dd41b5c7477a43bf80e7b996b5100c962024b5f5466b3772cbace319e6dbb01403c6
 SHA512 
00eb50f95d786abfa52591f3bc811854dfb769e0a1541d37c846a11553aba1ebe58f851d52d42720472abdab76e269e1b398595ca1bd5c11eb68912b3e8c7eb4
 DIST aws-cli-1.33.40.gh.tar.gz 2769444 BLAKE2B 
a26e26cb4694460e36fe2d9730092db33aff74e436642f3de5f94dc2fcbb594bb1ef2db425584359f50d0ae37be8be6034a0e722968a0ea4179e888b2f23be7c
 SHA512 
d19d762a1ca0b02f3076d9241be19755f74c2b228cdb258f873d73dc91f25730b40e4a82bed3cb77e94b30ba34e1260629a3af6e7a7b7df108522d21103f34bb

diff --git a/app-admin/awscli/awscli-1.33.27.ebuild 
b/app-admin/awscli/awscli-1.33.27.ebuild
deleted file mode 100644
index 350b274749f3..
--- a/app-admin/awscli/awscli-1.33.27.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit bash-completion-r1 distutils-r1
-
-MY_P=aws-cli-${PV}
-DESCRIPTION="Universal Command Line Environment for AWS"
-HOMEPAGE="
-   https://github.com/aws/aws-cli/
-   https://pypi.org/project/awscli/
-"
-SRC_URI="
-   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
-
-# botocore is x.(y+1).(z+118), sigh
-BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1 )).$(( $(ver_cut 3-) + 118 ))"
-RDEPEND="
-   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
-   dev-python/colorama[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/rsa[${PYTHON_USEDEP}]
-   >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   !app-admin/awscli-bin
-"
-BDEPEND="
-   test? (
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pytest-fork

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

2024-08-10 Thread Michał Górny
commit: 08cecc2562ed9068f6204c7734fd0eb7b1c57dbf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:30:30 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cecc25

dev-python/boto3: Remove old

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

 dev-python/boto3/Manifest  |  5 
 dev-python/boto3/boto3-1.34.145.ebuild | 53 --
 dev-python/boto3/boto3-1.34.154.ebuild | 53 --
 dev-python/boto3/boto3-1.34.155.ebuild | 53 --
 dev-python/boto3/boto3-1.34.156.ebuild | 53 --
 dev-python/boto3/boto3-1.34.157.ebuild | 53 --
 6 files changed, 270 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 4946d862211f..1859347e1f7e 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,8 +1,3 @@
-DIST boto3-1.34.145.gh.tar.gz 841776 BLAKE2B 
e93a6c4d634c2df22ed27e58c2abe0a6cc835364b4a93c73c8c221ba39b63b89c5f3ddbf210eb90a451c9b6650061f08a173395f1fb3cd4abe8fde90347b4c63
 SHA512 
ebd85e3068d1ad332b2ed4c2ad45c022fadb090f8aacdcd72c0d515f91b218201afd69750281b68c909dbf2ab35bef3a39412a616f5b134780f15c0cc9854123
 DIST boto3-1.34.149.gh.tar.gz 845064 BLAKE2B 
25e77483b8ac8a52e7f5586794839dcab694cf8db3cc27112db25fc77b55845cb84dd2750a45dd5097b49e62e62403077fd741d7f1610fc7f735d8344e6fd23c
 SHA512 
21a942ca15023b3e2732678ee79d1b8c7b027e89958b5761a8d543b91c434d06d7c84e137177e1fde52440c801f62dfa4caed309ec92400f6516720bbcc11690
 DIST boto3-1.34.153.gh.tar.gz 847038 BLAKE2B 
f29aec887fd57d2bc4b6be125787384438e0dba65dd01effcc91016b9301be2fdde315a2fbdc8f122350ae52f904ba1c281aee9a5dc52994ddd11b45ead3f8a3
 SHA512 
a8d8f75ef48ad8418aafddbdea4fb021f64b041e7beabf68a0c2f6c461c3aa0b3f2f20c33122ac87d57296fd0d14ee8834b96257085c522b556f6aa1d99ea0d1
-DIST boto3-1.34.154.gh.tar.gz 847586 BLAKE2B 
6ae763f1e112f865f8711951ac52f4ff28976928470ac3d8c468278e0abde23750457b8f92a9346b1468f94da4282b5b71eba09f7b442fd448ab8c1501e79914
 SHA512 
22eb130dbeaf9dfc87d2e0100d3bd10a2fa91c8c7994add2ad3d739769dbd56717d9d034a0edb8e02ad15b8b956a31737269b303a3ec3508d8cfc00482ed
-DIST boto3-1.34.155.gh.tar.gz 847949 BLAKE2B 
922377411d5535ff98b81f96cdb15dfd98de23bda40acabb172c889b221936083ad91403f59926fb29ca480f6d0056fb0441371dcfbd2b94d05158c34503bb8c
 SHA512 
c8d7764c10a81fa8fb32eecdd242a36032db451bf4afe1bbc1974de422e0dc387d18e9ef78dcbdb41b19a05db4da8d66131d246b074463a33ae072a61141c362
-DIST boto3-1.34.156.gh.tar.gz 848245 BLAKE2B 
ee690925f3e3866f0b843bebdfd48bf4bf2f63232c5207f2e3c5823f7b5142c8990b65d5cdfb14a2d14b2460c463efec6444c50733ac920b3a28188dc814adff
 SHA512 
f42ddc6eab3cd07b80021fc3fa99c2fdeae85d70249a369d8a8d5c1e0fc7d692e78989489de8976ac66ce91327352f9df2b70574a8067bf44c1f09b4476ef0ca
-DIST boto3-1.34.157.gh.tar.gz 848610 BLAKE2B 
a11c44d0d9685e3a1b2237b0b3d9e2927066bcb4feee6ed8198ed83b07673e53635c19328986edc2a70cad69f89db5637db09ff5768368b3494ad14aeaf4a250
 SHA512 
dc2e1d22d532ea398fadc653ff29642b99e2effbfb23af38288a437a0726d3191eafad481a19f6dc947d790546782e9b0b3c7926d28cf4a0f7fc0d5ac71faa6d
 DIST boto3-1.34.158.gh.tar.gz 848930 BLAKE2B 
5db04b9eee08f5418a595e736f075fbe22b92adada9219e8a8cf2299c723d09e2edf88e5ebb3d09c1613a01e5d0d5c837e9545c6ee3110c430c521da10fa2bde
 SHA512 
03f532e78a1a2b8ec01396f0b7f7bae7059165e35440eda47f4393e99d2a8ded229470cf3269a71c746b8a66dccd8626444f1e429e561df1dc1ec0f6b8653272

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

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

2024-08-10 Thread Michał Górny
commit: 1044a22c02592f97496d5a04cb15042c63620c9f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:28:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1044a22c

dev-python/stripe: Remove old

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

 dev-python/stripe/Manifest |  1 -
 dev-python/stripe/stripe-10.3.0.ebuild | 88 --
 2 files changed, 89 deletions(-)

diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest
index 69034db86a1f..06f7d7cb 100644
--- a/dev-python/stripe/Manifest
+++ b/dev-python/stripe/Manifest
@@ -1,4 +1,3 @@
-DIST stripe-10.3.0.tar.gz 1300786 BLAKE2B 
626a3c52cbb93aeae3749f6ffedd421557aa4e8085d2b0591ca2c1c866caa64ef78bdf8f0e5c85ee814ffd588d95ee05267748a97f2a50ff89d28a9e501d4da8
 SHA512 
7353df871f0b83330208e1a3e0fa339d319c3bb1b2e4e90bf045dd691120b22b908e263f3cdae5127b3a1299b950be3685ec63149284d42570947de70268
 DIST stripe-10.5.0.tar.gz 1301564 BLAKE2B 
5cc9175c52bfadb0fc05528b406090f72215d2b27eefa51336508a74dd348d37d51b93e0e898ba22b1102316b95643bad6b0ca0e1ef84c8053b98a34ed496698
 SHA512 
c320c9f6b77ce38ef4182607168c811d512ba12d080c8f1c4f61fbdef6adaa2c955078e333715343e0bf796826e9d303a45765e1e67aee518a3cd6ffbfb801b4
 DIST stripe-10.6.0.tar.gz 1306235 BLAKE2B 
0dbedd05118c31452e50f24fc92afb4f21a129ea1b47054d4c79bb48d6ea520ba34bc9b694c4919037488ad316180f793be0aa84068ed30c0c8bd7092841c4d7
 SHA512 
745aeedec3a666850afd77925c15599a74c73142808ee3cc9835e1853ece7c4fbb68c556f02b92d7265d638ed6fe39f254ccf3fb62cadeccc2e2bc57c57a9a7d
 DIST stripe-10.7.0.tar.gz 1311319 BLAKE2B 
c593f9478e180b8965e6d4c93c58f0e539c0821b79c48893d65fa59f4a31d29eece26ab74113f251fa5da0620358bb45e9030e1a64aa17d189974f7c6250cfcf
 SHA512 
2f0c6082cf292068a8790c7080e60c2b7fef2a16b5cf9fd31dabd1e7428b6317941cb64b32c7710d165a5b6b2da1c5899e5cfa88e354bc88c49c9513c25c58a4

diff --git a/dev-python/stripe/stripe-10.3.0.ebuild 
b/dev-python/stripe/stripe-10.3.0.ebuild
deleted file mode 100644
index 47a6cb02ea58..
--- a/dev-python/stripe/stripe-10.3.0.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Stripe Python bindings"
-HOMEPAGE="
-   https://github.com/stripe/stripe-python/
-   https://pypi.org/project/stripe/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="telemetry"
-
-RDEPEND="
-   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
-   >=dev-python/typing-extensions-4.5.0[${PYTHON_USEDEP}]
-"
-# please bump dev-util/stripe-mock dep to the latest version on every bump
-BDEPEND="
-   test? (
-   >=dev-util/stripe-mock-0.186.0
-   dev-python/aiohttp[${PYTHON_USEDEP}]
-   dev-python/anyio[${PYTHON_USEDEP}]
-   dev-python/httpx[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/trio[${PYTHON_USEDEP}]
-   net-misc/curl
-   )
-"
-
-distutils_enable_tests pytest
-
-DOCS=( LONG_DESCRIPTION.rst CHANGELOG.md README.md )
-
-src_prepare() {
-   if ! use telemetry; then
-   sed -i -e '/enable_telemetry/s:True:False:' stripe/__init__.py 
|| die
-   fi
-   # https://github.com/stripe/stripe-python/pull/1297
-   sed -e 's:from mock:from unittest.mock:' \
-   -i tests/test_http_client.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest tests -p anyio -p pytest_mock
-}
-
-src_test() {
-   local stripe_mock_port=12111
-   local stripe_mock_max_port=12121
-   local stripe_mock_logfile="${T}/stripe_mock_${EPYTHON}.log"
-   # Try to start stripe-mock until we find a free port
-   while [[ ${stripe_mock_port} -le ${stripe_mock_max_port} ]]; do
-   ebegin "Trying to start stripe-mock on port ${stripe_mock_port}"
-   stripe-mock --http-port "${stripe_mock_port}" &> 
"${stripe_mock_logfile}" &
-   local stripe_mock_pid=${!}
-   sleep 2
-   # Did stripe-mock start?
-   curl --fail -u "sk_test_123:" \
-   "http://127.0.0.1:${stripe_mock_port}/v1/customers"; &> 
/dev/null
-   eend ${?} "Port ${stripe_mock_port} unavailable"
-   if [[ ${?} -eq 0 ]]; then
-   einfo "stripe-mock running on port ${stripe_mock_port}"
-   break
-   fi
-   (( stripe_mock_port++ ))
-   done
-   if [[ ${stripe_mock_port} -gt ${stripe_mock_max_port} ]]; then
-   eerror "Unable to start stripe-mock for tests"
-   die "Please see the logfile located at: ${stripe_mock_logfile}"
-

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

2024-08-10 Thread Michał Górny
commit: 29b88af833fd65cddad02c347dfb96fe4dc43b00
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:28:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b88af8

dev-python/pytest-import-check: Remove old

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

 dev-python/pytest-import-check/Manifest|  1 -
 .../pytest-import-check-0.0.3.ebuild   | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/pytest-import-check/Manifest 
b/dev-python/pytest-import-check/Manifest
index 6439eed65ca1..10e039baaf78 100644
--- a/dev-python/pytest-import-check/Manifest
+++ b/dev-python/pytest-import-check/Manifest
@@ -1,2 +1 @@
-DIST pytest_import_check-0.0.3.tar.gz 16993 BLAKE2B 
c0d9ccff18f46b4331ba455fec3e4353084769be631f81e56bf8f0fce374cbc3b9e5ef16e3527f7d39e2b6f46ea7e26b88ffd4197487575b14ee607f94389045
 SHA512 
4618bc4f5988480f712d0a5dcf7dc2743520a454e5b32beb225f04afeb70235a65bfc27c5a30dbdf248429b844a64edd4a0af805eaa720ba5658aa7dccf8fbb4
 DIST pytest_import_check-0.0.4.tar.gz 17221 BLAKE2B 
d835f1104a1b96aa07e42b5abf6db70284affdb50cfbda22f4a1d4cdf6a7bc5fc93914c95c96b775cf799c0a895bedded63b767946a1caa25b3339a20f16daff
 SHA512 
b661c8da479ec3c02907d34c1b87aaf2a6ab2570bcc61bd9bb662d1292d02093f9b2726e23ae773d6a0d8c28f64a7e2025222dd2c8a2bd7af85adcafb85e69ed

diff --git a/dev-python/pytest-import-check/pytest-import-check-0.0.3.ebuild 
b/dev-python/pytest-import-check/pytest-import-check-0.0.3.ebuild
deleted file mode 100644
index 62fbf37420b0..
--- a/dev-python/pytest-import-check/pytest-import-check-0.0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="pytest plugin to check whether Python modules can be imported"
-HOMEPAGE="
-   https://github.com/projg2/pytest-import-check/
-   https://pypi.org/project/pytest-import-check/
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/pytest-8.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x PYTEST_PLUGINS=pytest_import_check.plugin
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/certifi/, dev-python/certifi/files/

2024-08-10 Thread Michał Górny
commit: 63d09e9da0ff3cc4e5369c5f1c257bbac9c61b96
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:30:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d09e9d

dev-python/certifi: Remove old

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

 dev-python/certifi/Manifest|   1 -
 dev-python/certifi/certifi-3021.3.16-r4.ebuild |  54 ---
 .../files/certifi-3021.3.16-use-importlib.patch| 164 -
 3 files changed, 219 deletions(-)

diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest
index a75342220c4c..7c79b0bb5cda 100644
--- a/dev-python/certifi/Manifest
+++ b/dev-python/certifi/Manifest
@@ -1,2 +1 @@
-DIST certifi-system-store-3021.3.16.gh.tar.gz 13784 BLAKE2B 
c0c2322fe298d363c4ef4dada2c0db8837bf7a32d86a7b54a1b45bb3dd3c99d732b2612f25495f4a59d9692f896e2b962e7057fa5fec9998724476db48f90c2a
 SHA512 
44953ed8a3deb5fa4aff3f74afa557219e042acea395e9cdebfd26fd43ce0bdeca07c6b6dfe91977f88852e7674b94337b93c4d78fd2da6f47a6187fa46d6668
 DIST certifi-system-store-3024.7.22.gh.tar.gz 12441 BLAKE2B 
445477dc557f980c5f2edf37d6683204181071e625dac66e9cc3bdeec38ba28ff385d2a92d8162de6af30fc552b64b6c8ad13a06dd6e7f2e26f02d453d69d5c4
 SHA512 
a4862dbb9f931322f7c62ecd877bee97679cc147acd4585642cbd215f37663f3bde7a73cf846bb0c84077c6cee1c1e4c06da9e2ce44d8dcb1e8fe6065e282feb

diff --git a/dev-python/certifi/certifi-3021.3.16-r4.ebuild 
b/dev-python/certifi/certifi-3021.3.16-r4.ebuild
deleted file mode 100644
index 563a3059ac9f..
--- a/dev-python/certifi/certifi-3021.3.16-r4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1
-
-MY_P=certifi-system-store-${PV}
-DESCRIPTION="A certifi hack to use system trust store on Linux/FreeBSD"
-HOMEPAGE="
-   https://github.com/tiran/certifi-system-store/
-   https://pypi.org/project/certifi-system-store/
-"
-SRC_URI="
-   https://github.com/tiran/certifi-system-store/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MPL-2.0"
-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"
-
-RDEPEND="
-   app-misc/ca-certificates
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-use-importlib.patch
-)
-
-EPYTEST_IGNORE=(
-   # requires Internet
-   tests/test_requests.py
-)
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e "s^/etc^${EPREFIX}/etc^" src/certifi/core.py || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   local distinfo=( certifi_system_store*.dist-info )
-   [[ -d ${distinfo} ]] || die
-   ln -v -s "${distinfo}" "${distinfo/_system_store}" || die
-}

diff --git a/dev-python/certifi/files/certifi-3021.3.16-use-importlib.patch 
b/dev-python/certifi/files/certifi-3021.3.16-use-importlib.patch
deleted file mode 100644
index 3028bfcb99cf..
--- a/dev-python/certifi/files/certifi-3021.3.16-use-importlib.patch
+++ /dev/null
@@ -1,164 +0,0 @@
-1. 
https://github.com/tiran/certifi-system-store/commit/6945f34b7be433dbf22946825cdb225d5d2136d5
-2. https://github.com/tiran/certifi-system-store/pull/21
-
-Avoid repeated instances of https://bugs.gentoo.org/878045 when a package
-has too-strict requirements and then affects other, unrelated Python
-packages on the system.
-
-From 6945f34b7be433dbf22946825cdb225d5d2136d5 Mon Sep 17 00:00:00 2001
-From: Christian Heimes 
-Date: Tue, 16 Mar 2021 16:00:08 +0100
-Subject: [PATCH] Relax patch checks (#13)
-
-- only check that version matches, not files are identical
-- compare base directories with samefile. This fixes a problem with
-  lib64 symlink in virtual envs.
-
-Signed-off-by: Christian Heimes 
 a/src/certifi/_patch.py
-+++ b/src/certifi/_patch.py
-@@ -28,7 +28,7 @@ def _patch_dist_info():
- except pkg_resources.DistributionNotFound:
- pass
- else:
--if os.path.samefile(css_dist.egg_info, certifi_dist.egg_info):
-+if certifi_dist.version == css_dist.version:
- return False, css_dist.egg_info, certifi_dist.egg_info
- else:
- # blow away certifi's dist-info
-@@ -55,7 +55,9 @@ def _patch_dist_info():
- certifi_dir = os.path.dirname(os.path.abspath(__file__))
- dist_dir = os.path.abspath(certifi_dist.egg_info)
- 
--if os.path.dirname(certifi_dir) != os.path.dirname(dist_dir):
-+# compare with samefile instead of string comparison to avoid false
-+# negatives caused by venv

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

2024-08-10 Thread Michał Górny
commit: 4ada016caeffe3e2f9645466d23c792269bd72d3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:29:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ada016c

dev-python/pytest-lazy-fixtures: Remove old

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

 dev-python/pytest-lazy-fixtures/Manifest   |  2 --
 .../pytest-lazy-fixtures-1.0.7.ebuild  | 31 --
 .../pytest-lazy-fixtures-1.1.0.ebuild  | 31 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/pytest-lazy-fixtures/Manifest 
b/dev-python/pytest-lazy-fixtures/Manifest
index 57ae2ef747db..5716cc075fca 100644
--- a/dev-python/pytest-lazy-fixtures/Manifest
+++ b/dev-python/pytest-lazy-fixtures/Manifest
@@ -1,3 +1 @@
-DIST pytest_lazy_fixtures-1.0.7.tar.gz 6958 BLAKE2B 
e8bd937592fc0773077712517655f25a3051263c3ef0a9450e78a22b3e69fa028ecbe17b8f9c5d4e38eff263a2a3a8cb5b0a64e0ca77cd47c80b3128f9a46122
 SHA512 
abb4cc08d3a3a3de5e1df2df7df8b9f552cefc715408b402a738ebc0368475480f63c627d49b7fe0bdfdb468f15cfc8e568ac1057511f9f9cc4c13231a8c3e71
-DIST pytest_lazy_fixtures-1.1.0.tar.gz 6952 BLAKE2B 
487e449368a0cc38a2249c4b1863ddaf050f6c1841624639365b3c972400be677ab2b40e4a9032cd41fbfcadb125109d1801459d48519faaa72533ea54213e3d
 SHA512 
71c55335153520c72dc12b8decc99f2f82369e737ff5067b2a5d53d09ebd5550cf182bb594ef74c574d77f0ce851856eb982860c952147d3fe65b32345e8d6b7
 DIST pytest_lazy_fixtures-1.1.1.tar.gz 6978 BLAKE2B 
975f76783a224c5f1237546108c25936a3fc5f6f466e936f506957675f220cf200dd0bb4f516e361fb56795281951b4196e1e7f1f399bf15dd9337766eb611a0
 SHA512 
b8b215f16414ddfd2f6c16b1eb8f10cc6b9931ff44f7a0a158e721071160d94e550336e785d1b5ab772ccc2a88c08687c3e5bdcf684c5e496630f341ba8b423d

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
deleted file mode 100644
index e789a3c23d78..
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Allows you to use fixtures in @pytest.mark.parametrize"
-HOMEPAGE="
-   https://github.com/dev-petrov/pytest-lazy-fixtures/
-   https://pypi.org/project/pytest-lazy-fixtures/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   >=dev-python/pytest-7[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x PYTEST_PLUGINS=pytest_lazy_fixtures.plugin
-   epytest
-}

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.0.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.0.ebuild
deleted file mode 100644
index 507bf3099c3d..
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Allows you to use fixtures in @pytest.mark.parametrize"
-HOMEPAGE="
-   https://github.com/dev-petrov/pytest-lazy-fixtures/
-   https://pypi.org/project/pytest-lazy-fixtures/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/pytest-7[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x PYTEST_PLUGINS=pytest_lazy_fixtures.plugin
-   epytest
-}



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

2024-08-10 Thread Michał Górny
commit: 0746f397fc45d363424ae626ea2ecade1fb39871
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:30:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0746f397

dev-python/botocore: Remove old

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

 dev-python/botocore/Manifest |  5 --
 dev-python/botocore/botocore-1.34.145.ebuild | 76 
 dev-python/botocore/botocore-1.34.154.ebuild | 76 
 dev-python/botocore/botocore-1.34.155.ebuild | 76 
 dev-python/botocore/botocore-1.34.156.ebuild | 76 
 dev-python/botocore/botocore-1.34.157.ebuild | 76 
 6 files changed, 385 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 47e587db0527..1315c3805335 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,8 +1,3 @@
-DIST botocore-1.34.145.gh.tar.gz 13230154 BLAKE2B 
ebcf6acdd7ab01bca4032eaa9bc94fd72807edb3b0ce7cdc7addc4bed9a3500627b95d95e69c3027ecb384e65d95c0955e71a0e3262d89e3e8d49eefc37e9aaf
 SHA512 
96042253f2f5ec74b258327c3c4eb322a8ed534ac8ed78f38a5aafb3a97ce832bfe5184090a2dadd41e30b75bf35c463d8d80c3de72a46410656d62076469650
 DIST botocore-1.34.149.gh.tar.gz 13245965 BLAKE2B 
6bc05c1d93eaa62fa9acb3c0e42acdc67272df442452892cb8e833d93edaafd0dfe03f9467e5f305d2827a12bcc9f0658e13a889f9165e1a83250a9ba1bd5f5b
 SHA512 
e44ab480c611b43e13474db97642b92ac59c4b9e641d45ca0967aca385c608f37dd77541088161e7ac1b05ff9b5e4fa544e8d8711d7fbe0a8a4e78e7d7710722
 DIST botocore-1.34.153.gh.tar.gz 13269606 BLAKE2B 
1b2ec1af3b699c18c5761fe72b8488361f843e1b2abc5f311736e7c93a52574738a8e72708791657d0d86586d64ee3c85804514779c6dc75c6c2e37035517be1
 SHA512 
9a7b3359f4304bcb4d3605e2516514360e8898d7b8b1fdee8fab5dc6026a7d8197b09199da4e9aefcf1ab0b094a2e0e336ad13942ce0364f7b5ac87d86fdc4fd
-DIST botocore-1.34.154.gh.tar.gz 13272973 BLAKE2B 
ce1616749d9baddf6fbbf08be1dc0c5343b3b9ec3bf2b357690ca31076d52f814e7a7d4f61f2a2e2629d35c55894bd56e6fa4ada8834e1df1b072638ec6dd874
 SHA512 
5b5d8efb5834ddfac08216a9919f2e1d3ac92823b635530a429e45b90f16fbf426dabec7da98e965f5e540fb471eba49d3ccbf55e771d956fa200f6196612837
-DIST botocore-1.34.155.gh.tar.gz 13274262 BLAKE2B 
ec3602e31e2091877faa07841494e63b169624992c88a7eb9fa0315c2dcb205b7903e1eba101291caeadc89f078365e1fb605ffd1dc096cbb748e206d9bc5df1
 SHA512 
6582c286304cb667048325c7b2710fc040f41a822497732919e7982791d686af21e9f7851239b736e0b2f7e463f00fdb9e0e2793004d04c3fce7831d10f46e60
-DIST botocore-1.34.156.gh.tar.gz 13279124 BLAKE2B 
022551a3247c467a4ec81ec257b50887ea9626b966df42b3f175a1ff3fa3daab73be9c17d0fdf8b2d0a69797f26575c84b11aac8e39ca26b624e4f3228de92e6
 SHA512 
ae4dbde1624b410b26c2e514582470ece7d841faad72d8288da09e980314170e60594095d86aeb3cba0878687832cf1e971277f943f935ecee2625eaefd4faab
-DIST botocore-1.34.157.gh.tar.gz 13281159 BLAKE2B 
a23a3d53731998db87ff634aa58bc22c101a1d65630102f701f4908cc0e8b2676c20071dc5a1b62b2d0162cb3583b33f27b34190c31a4714af0350695014250e
 SHA512 
38d3695ee29d688f470743cfa48f9cb9baaf1e278fdabdd15cf9b6f87597bf067d27e243d05a99f2ad1c785e9eaa6e4820e5fe4335c0db1592b9595d126df19c
 DIST botocore-1.34.158.gh.tar.gz 13282704 BLAKE2B 
c244a36093cdaf57ac82dc11a3e9d4268d7cce36b8119674530228825f6ec4053abbc909dd664a1ea10ec48e0c418b90803275aabc89a41a99eaba6e138a5a17
 SHA512 
b60c743bfd1a1f3806c6ae71158a998587b8e87f43bdbe88c960cee19bcef41a4b3fd2fe5f50408abc97b22200a689990f79cbb6e952347c747e4bc8c21ae368

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

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

2024-08-10 Thread Michał Górny
commit: 74148cb6d8f3d104b3620395b1a3e7c812771702
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:32:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:32:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74148cb6

dev-python/sentry-sdk: Stabilize 2.11.0 ALLARCHES, #937654

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

 dev-python/sentry-sdk/sentry-sdk-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sentry-sdk/sentry-sdk-2.11.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-2.11.0.ebuild
index 12930ca8256b..3eb4aba5de5c 100644
--- a/dev-python/sentry-sdk/sentry-sdk-2.11.0.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-2.11.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
dev-python/urllib3[${PYTHON_USEDEP}]



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

2024-08-10 Thread Michał Górny
commit: dfa36bc8c14809195693723f72d84c153a0edafe
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:31:58 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa36bc8

dev-python/numpy: Stabilize 2.0.1 arm64, #937651

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

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

diff --git a/dev-python/numpy/numpy-2.0.1.ebuild 
b/dev-python/numpy/numpy-2.0.1.ebuild
index 600343fdf194..570cc6b7b1dc 100644
--- a/dev-python/numpy/numpy-2.0.1.ebuild
+++ b/dev-python/numpy/numpy-2.0.1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 # +lapack because the internal fallbacks are pretty slow. Building without blas
 # is barely supported anyway, see bug #914358.
 IUSE="+lapack"



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

2024-08-10 Thread Michał Górny
commit: fd04afde2b231f4125f540896bb9452fd73e0c9b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:32:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:32:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd04afde

dev-python/selenium: Stabilize 4.23.1 ppc, #937686

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

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

diff --git a/dev-python/selenium/selenium-4.23.1.ebuild 
b/dev-python/selenium/selenium-4.23.1.ebuild
index da75b4628d2b..5520daf02950 100644
--- a/dev-python/selenium/selenium-4.23.1.ebuild
+++ b/dev-python/selenium/selenium-4.23.1.ebuild
@@ -28,7 +28,7 @@ SRC_URI+="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/certifi-2021.10.8[${PYTHON_USEDEP}]



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

2024-08-10 Thread Michał Górny
commit: a36e64e7c8462511b272b6cd83ad6502b209c98e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:32:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:32:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36e64e7

dev-python/sentry-sdk: Remove old

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

 dev-python/sentry-sdk/Manifest|   1 -
 dev-python/sentry-sdk/sentry-sdk-2.9.0.ebuild | 127 --
 2 files changed, 128 deletions(-)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index 40503959b560..1f9b8edd1c96 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1,4 +1,3 @@
 DIST sentry-python-1.45.1.gh.tar.gz 474940 BLAKE2B 
ae3195bceee5beb79d36958b79992fc8433d5315052e7cb4dde2dad4a21482549b28325329a9bd6cc44376acff69ca41b1506e7341c17314318cc93360b5fbcd
 SHA512 
15c42187ef1a9ec1515e23e4e49980e8aecec4bd1f63866bc793bbaf75d9663a636d34c1fcc46faec839685d50366e0a2c9a2e735780d8a1f47f5986bf9fc6a6
 DIST sentry-python-2.11.0.gh.tar.gz 537891 BLAKE2B 
ce46efe95a61088f92c02c13ed55c4cde4e1b17cbfbbbdbb0b8092f83d5571239d004810ca193f7954f0469018b2b881ec254530c13d58056993c2811a14a376
 SHA512 
339ed1b325c84ef350ca29deb326b4adff5a9b648a03ec28dcf6ca461856c79b2f30944a1360204d54020732564f6c30ebe3fc8902c3b3c2a7e66e5bb0f7994b
 DIST sentry-python-2.12.0.gh.tar.gz 537094 BLAKE2B 
cb009c4569e5defae8cfb44bbc1260d63554dc0f002675910e8be0b9d0259f89a860d2852d9f9af8460c76d2eb311339f40847d94bc05fb06fbd677cad3d46e3
 SHA512 
61cdd006792dbcf4cb77f1dd3935d1ba1232361aa2e7b48f2b423873fec88c6d01c24c52cc4520989a501d372ee1d22a580ef89887c454045f6d5ce20e2e2c32
-DIST sentry-python-2.9.0.gh.tar.gz 531490 BLAKE2B 
8b67caa6911fd44e58c2a1d1206e6ecb9dc31f81c15c66763a04f1a65fc89d4667e60f27e055016342c6b4cac5470729c802ffb046e6e0796d5bfd7044caf27d
 SHA512 
aed112a2ee35e23a1431486ff18e67772476ecfc63eacc388d17454a723b98f6e05cfa95a6c9db2cb6be572eed73d249951a411c60184b20eb251520071a4254

diff --git a/dev-python/sentry-sdk/sentry-sdk-2.9.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-2.9.0.ebuild
deleted file mode 100644
index c1ca3a0a34bf..
--- a/dev-python/sentry-sdk/sentry-sdk-2.9.0.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1
-
-MY_P=sentry-python-${PV}
-DESCRIPTION="Python client for Sentry"
-HOMEPAGE="
-   https://sentry.io/
-   https://github.com/getsentry/sentry-python/
-   https://pypi.org/project/sentry-sdk/
-"
-SRC_URI="
-   https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   dev-python/certifi[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/asttokens[${PYTHON_USEDEP}]
-   dev-python/executing[${PYTHON_USEDEP}]
-   dev-python/fakeredis[${PYTHON_USEDEP}]
-   dev-python/flask-login[${PYTHON_USEDEP}]
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   dev-python/pyrsistent[${PYTHON_USEDEP}]
-   

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

2024-08-10 Thread Andreas Sturmlechner
commit: 03dc3c5427ad9433635b2b0bdeae425ea87c2d4c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 10 07:43:30 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:46:43 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=03dc3c54

kde-apps/kio-extras: drop 5., branch does not get any backports

... and we're not using this as base for any kind of automated bumping either.

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

 kde-apps/kio-extras/kio-extras-5..ebuild | 102 ---
 kde-apps/kio-extras/metadata.xml |   2 -
 2 files changed, 104 deletions(-)

diff --git a/kde-apps/kio-extras/kio-extras-5..ebuild 
b/kde-apps/kio-extras/kio-extras-5..ebuild
deleted file mode 100644
index 512c2a0a51..00
--- a/kde-apps/kio-extras/kio-extras-5..ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KDE_ORG_TAR_PN="kio-extras-kf5"
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://invent.kde.org/network/kio-extras/-/tree/kf5";
-EGIT_BRANCH="kf5"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS=""
-IUSE="activities ios kf6compat +man mtp nfs openexr phonon samba +sftp taglib 
X"
-
-# requires running Plasma environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   kde-apps/libkexiv2:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdnssd-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=kde-frameworks/syntax-highlighting-${KFMIN}:5
-   activities? (
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=kde-plasma/plasma-activities-${KFMIN}:5
-   >=kde-plasma/plasma-activities-stats-${KFMIN}:5
-   )
-   ios? (
-   app-pda/libimobiledevice:=
-   app-pda/libplist:=
-   )
-   mtp? ( >=media-libs/libmtp-1.1.16:= )
-   nfs? ( net-libs/libtirpc:= )
-   openexr? ( media-libs/openexr:= )
-   phonon? ( >=media-libs/phonon-4.11.0[qt5(+)] )
-   samba? (
-   net-fs/samba[client]
-   net-libs/kdsoap:=[qt5(+)]
-   )
-   sftp? ( net-libs/libssh:=[sftp] )
-   taglib? ( >=media-libs/taglib-1.11.1:= )
-   X? (
-   x11-libs/libX11
-   x11-libs/libXcursor
-   )
-"
-RDEPEND="${DEPEND}
-   !kde-apps/kio-extras-kf5:5
-   >=kde-frameworks/kded-${KFMIN}:5
-   kf6compat? ( kde-apps/kio-extras:6 )
-"
-BDEPEND="man? ( dev-util/gperf )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_ACTIVITIES=$(usex activities)
-   $(cmake_use_find_package ios IMobileDevice)
-   $(cmake_use_find_package ios PList)
-   $(cmake_use_find_package man Gperf)
-   $(cmake_use_find_package mtp Libmtp)
-   $(cmake_use_find_package nfs TIRPC)
-   -DKF6_COMPAT_BUILD=$(usex kf6compat)
-   $(cmake_use_find_package openexr OpenEXR)
-   $(cmake_use_find_package phonon Phonon4Qt5)
-   $(cmake_use_find_package samba Samba)
-   $(cmake_use_find_package sftp libssh)
-   $(cmake_use_find_package taglib Taglib)
-   -DWITHOUT_X11=$(usex !X)
-   )
-
-   use samba && mycmakeargs+=(
-   # do not attempt to find now Qt6-based system version
-   -DCMAKE_DISABLE_FIND_PACKAGE_KDSoapWSDiscoveryClient=ON
-   )
-
-   ecm_src_configure
-}

diff --git a/kde-apps/kio-extras/metadata.xml b/kde-apps/kio-extras/metadata.xml
index f55e3c5c8b..40dd5ecbf7 100644
--- a/kde-apps/kio-extras/metadata.xml
+++ b/kde-apps/kio-extras/metadata.xml
@@ -13,9 +13,7 @@

Enable activities KIO worker and 
fileitem plugin
Enable AFC (Apple File Conduit) KIO worker for 
iOS devices support
-   Disable components colliding with KF6, 
depend on KF6 components instead
Enable manpages KIO worker
-   Enable NFS support using 
net-libs/libtirpc
Enable file audio p

[gentoo-commits] proj/kde:master commit in: kde-apps/kgeography/, kde-apps/kbreakout/, kde-apps/thumbnailers/, ...

2024-08-10 Thread Andreas Sturmlechner
commit: bb5a70780340e429958481a21a7d67f6ee55f12f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 10 07:41:42 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:46:41 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb5a7078

*/*: KDE Gear: Raise KFMIN=6.5.0, QTMIN=6.7.2

Individual packages already started depending on either or, and we don't
track these per-package.

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

 app-accessibility/kontrast/kontrast-.ebuild   | 4 ++--
 app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-.ebuild | 4 ++--
 app-cdr/isoimagewriter/isoimagewriter-.ebuild | 4 ++--
 app-crypt/keysmith/keysmith-.ebuild   | 4 ++--
 app-editors/ghostwriter/ghostwriter-.ebuild   | 4 ++--
 app-office/merkuro/merkuro-.ebuild| 4 ++--
 app-text/arianna/arianna-.ebuild  | 4 ++--
 dev-libs/kopeninghours/kopeninghours-.ebuild  | 4 ++--
 dev-libs/kosmindoormap/kosmindoormap-.ebuild  | 4 ++--
 dev-libs/kpublictransport/kpublictransport-.ebuild| 4 ++--
 dev-libs/kweathercore/kweathercore-.ebuild| 4 ++--
 dev-util/kdevelop-php/kdevelop-php-.ebuild| 4 ++--
 dev-util/kdevelop-python/kdevelop-python-.ebuild  | 4 ++--
 dev-util/kdevelop/kdevelop-.ebuild| 4 ++--
 dev-util/kio-perldoc/kio-perldoc-.ebuild  | 2 +-
 dev-util/massif-visualizer/massif-visualizer-.ebuild  | 4 ++--
 games-puzzle/skladnik/skladnik-.ebuild| 4 ++--
 kde-apps/akonadi-calendar/akonadi-calendar-.ebuild| 4 ++--
 kde-apps/akonadi-contacts/akonadi-contacts-.ebuild| 4 ++--
 kde-apps/akonadi-import-wizard/akonadi-import-wizard-.ebuild  | 4 ++--
 kde-apps/akonadi-mime/akonadi-mime-.ebuild| 4 ++--
 kde-apps/akonadi-notes/akonadi-notes-.ebuild  | 4 ++--
 kde-apps/akonadi-search/akonadi-search-.ebuild| 4 ++--
 kde-apps/akonadi/akonadi-.ebuild  | 4 ++--
 kde-apps/akonadiconsole/akonadiconsole-.ebuild| 4 ++--
 kde-apps/akregator/akregator-.ebuild  | 4 ++--
 kde-apps/analitza/analitza-.ebuild| 4 ++--
 kde-apps/ark/ark-.ebuild  | 4 ++--
 kde-apps/audiocd-kio/audiocd-kio-.ebuild  | 4 ++--
 kde-apps/baloo-widgets/baloo-widgets-.ebuild  | 4 ++--
 kde-apps/blinken/blinken-.ebuild  | 4 ++--
 kde-apps/bomber/bomber-.ebuild| 4 ++--
 kde-apps/bovo/bovo-.ebuild| 4 ++--
 kde-apps/calendarjanitor/calendarjanitor-.ebuild  | 4 ++--
 kde-apps/calendarsupport/calendarsupport-.ebuild  | 4 ++--
 kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-.ebuild  | 4 ++--
 kde-apps/dolphin-plugins-git/dolphin-plugins-git-.ebuild  | 4 ++--
 .../dolphin-plugins-mercurial/dolphin-plugins-mercurial-.ebuild   | 4 ++--
 .../dolphin-plugins-subversion/dolphin-plugins-subversion-.ebuild | 4 ++--
 kde-apps/dolphin/dolphin-.ebuild  | 4 ++--
 kde-apps/dragon/dragon-.ebuild| 4 ++--
 kde-apps/eventviews/eventviews-.ebuild| 4 ++--
 kde-apps/ffmpegthumbs/ffmpegthumbs-.ebuild| 4 ++--
 kde-apps/filelight/filelight-.ebuild  | 4 ++--
 kde-apps/granatier/granatier-.ebuild  | 4 ++--
 kde-apps/grantlee-editor/grantlee-editor-.ebuild  | 4 ++--
 kde-apps/grantleetheme/grantleetheme-.ebuild  | 4 ++--
 kde-apps/gwenview/gwenview-.ebuild| 4 ++--
 kde-apps/incidenceeditor/incidenceeditor-.ebuild  | 4 ++--
 kde-apps/juk/juk-.ebuild  | 4 ++--
 kde-apps/k3b/k3b-.ebuild  | 4 ++--
 kde-apps/kaccounts-integration/kaccounts-integration-.ebuild  | 4 ++--
 kde-apps/kaccounts-providers/kaccounts-providers-.ebuild  | 4 ++--
 kde-apps/kaddressbook/kaddressbook-.ebuild| 4 ++--
 kde-apps/kajongg/kajongg-.ebuild  | 4 ++--
 kde-apps/kalarm/kalarm-.ebuild| 4 ++--
 kde-apps/kalgebra/k

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

2024-08-10 Thread Andreas Sturmlechner
commit: 8c72f5424ca655c37aa551602684ecefc9ae697a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 19:53:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:50:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c72f542

dev-libs/kopeninghours: drop 23.08.5

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

 dev-libs/kopeninghours/Manifest|  1 -
 .../kopeninghours/kopeninghours-23.08.5.ebuild | 64 --
 2 files changed, 65 deletions(-)

diff --git a/dev-libs/kopeninghours/Manifest b/dev-libs/kopeninghours/Manifest
index 5f4a01594175..dc504edcf0ae 100644
--- a/dev-libs/kopeninghours/Manifest
+++ b/dev-libs/kopeninghours/Manifest
@@ -1,2 +1 @@
-DIST kopeninghours-23.08.5.tar.xz 72568 BLAKE2B 
84e418d95f4a7261786a101882000bed0ca721931cc419e0330edb0f659e38459063d49c75ca643d169e9326ed66694130cfeebef51183c89e02efd02f6f3133
 SHA512 
a95cd3c446699d8bd95f2f746cb8b4187c7d2027067e5c731afe371a3313a5569780110e8acbf52d125da673aff4b2567da9f2b8c07a4412cf1d7540baad7a14
 DIST kopeninghours-24.05.2.tar.xz 74584 BLAKE2B 
54ec52b2f59f714794f35d2e4b131beeb931b4a9d248afbcc49b0d0708c98c91501e782433cd4bcffd61b81a4d0bfd551b216c4886f8ec72cf79321840b7b5d2
 SHA512 
72f2276d9e48836dda32320695ab35e36c8204d8bc84f8c777a81ebf5ff0a4a83e87375b5af9458ab46755a2456a54451fd2f50cfe4ff3d7d4067d30297a

diff --git a/dev-libs/kopeninghours/kopeninghours-23.08.5.ebuild 
b/dev-libs/kopeninghours/kopeninghours-23.08.5.ebuild
deleted file mode 100644
index 0ced49ce9bd3..
--- a/dev-libs/kopeninghours/kopeninghours-23.08.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.106.0
-QTMIN=5.15.9
-PYTHON_COMPAT=( python3_{10..12} )
-inherit ecm gear.kde.org python-single-r1
-
-DESCRIPTION="Library for parsing and evaluating OSM opening hours expressions"
-HOMEPAGE="https://api.kde.org/kopeninghours/html/index.html
-https://invent.kde.org/libraries/kopeninghours";
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE="python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND="
-   >=dev-libs/kpublictransport-${PVCUT}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=kde-frameworks/kholidays-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   sys-libs/zlib
-   python? (
-   $(python_gen_cond_dep '
-   >=dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}]
-   ')
-   )
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-BDEPEND="
-   app-alternatives/lex
-   app-alternatives/yacc
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-22.04.0-boostpython.patch )
-
-pkg_setup() {
-   ecm_pkg_setup
-   python_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBOOSTPYTHON_VERSION_MAJOR_MINOR=${EPYTHON}
-   $(cmake_use_find_package python Boost)
-   )
-   ecm_src_configure
-}
-
-src_install() {
-   ecm_src_install
-   python_optimize
-}



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

2024-08-10 Thread Andreas Sturmlechner
commit: 784bea3a59ca23e9d24e007e6adeb335a6bbf0a9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 19:52:11 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:50:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784bea3a

dev-libs/kosmindoormap: drop 23.08.5

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

 dev-libs/kosmindoormap/Manifest|  1 -
 .../kosmindoormap/kosmindoormap-23.08.5.ebuild | 47 --
 dev-libs/kosmindoormap/metadata.xml|  3 --
 3 files changed, 51 deletions(-)

diff --git a/dev-libs/kosmindoormap/Manifest b/dev-libs/kosmindoormap/Manifest
index 42f5c5949e32..34a6e4cd20e6 100644
--- a/dev-libs/kosmindoormap/Manifest
+++ b/dev-libs/kosmindoormap/Manifest
@@ -1,2 +1 @@
-DIST kosmindoormap-23.08.5.tar.xz 384948 BLAKE2B 
0936fe42b0c370dc0c57d475aa771784c75e8350e2d563140c027d047514840f99d6697e36fde027da11e22a92239b6403cf1b18a37aa8e09a3f8814cb6931c8
 SHA512 
9128cccbd56f51b1e8ad7f7151db0de8952a8348fb74afe3eefeb085979b26d95d1699f260d744c4f3ea5d815109f998829625db480194a8539e782e8c32537c
 DIST kosmindoormap-24.05.2.tar.xz 647752 BLAKE2B 
9464b424669a412b4b32958ced91c0dae9980e9387cc97b823bcdaecffca850d29f25e9b437fc1d3b4d8b0d8022c6fc7b0a8e176a20f72ee2714da1691207838
 SHA512 
2bf2998be61893d651dbd1a9a0e509c6cf83a122e9ee95c265bf0507706c77b20b7e64d462840d76c7b1aa6f9d884305812e32dc4058c09a0f724994d2e073b1

diff --git a/dev-libs/kosmindoormap/kosmindoormap-23.08.5.ebuild 
b/dev-libs/kosmindoormap/kosmindoormap-23.08.5.ebuild
deleted file mode 100644
index 132e337c3522..
--- a/dev-libs/kosmindoormap/kosmindoormap-23.08.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Data Model and Extraction System for Travel Reservation 
information"
-HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap";
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE="+openinghours"
-
-COMMON_DEPEND="
-   >=dev-libs/kpublictransport-${PVCUT}:5
-   dev-libs/protobuf:=
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   sys-libs/zlib
-   openinghours? ( >=dev-libs/kopeninghours-${PVCUT}:5 )
-"
-DEPEND="${COMMON_DEPEND}
-   test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-BDEPEND="
-   app-alternatives/lex
-   app-alternatives/yacc
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
-   $(cmake_use_find_package openinghours KOpeningHours)
-   )
-   ecm_src_configure
-}

diff --git a/dev-libs/kosmindoormap/metadata.xml 
b/dev-libs/kosmindoormap/metadata.xml
index 51bb95c924f5..4963db4002f5 100644
--- a/dev-libs/kosmindoormap/metadata.xml
+++ b/dev-libs/kosmindoormap/metadata.xml
@@ -9,7 +9,4 @@
https://bugs.kde.org/
libraries/kosmindoormap

-   
-   Enable support for highlighting 
currently open amenities/shops/etc.
-   
 



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

2024-08-10 Thread Andreas Sturmlechner
commit: 90b84ebea5f5d2905ba3aea61940f3cdc6ee5f3a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 19:58:48 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:50:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b84ebe

profiles: x86: Fix package.use.stable.mask comment

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

 profiles/arch/x86/package.use.stable.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index 4689d96039b5..1947aa4df1ce 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -18,7 +18,7 @@
 #--- END OF EXAMPLES ---
 
 # Andreas Sturmlechner  (2024-07-21)
-# Need as-yet-unkeyworded KF6-based counterparts (bug #934361)
+# Need not as yet stable KF6-based counterparts (bug #934361)
 kde-apps/libkcddb kf6compat
 kde-apps/libkcompactdisc kf6compat
 kde-apps/libksane kf6compat



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

2024-08-10 Thread Andreas Sturmlechner
commit: 6183bf2b81793d7c7d03cfc70e5c580dc21e73da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:46:12 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:50:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6183bf2b

profiles: powerpc/ppc64: Mask kde-apps/libkgapi:5[kf6compat]

KDE PIM 6 is not going to be keyworded here.

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

 profiles/arch/powerpc/ppc64/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/package.use.mask 
b/profiles/arch/powerpc/ppc64/package.use.mask
index 7cb6d5245bcd..09567a0a3406 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (2024-08-09)
+# KDE PIM 6 is not being keyworded here
+kde-apps/libkgapi:5 kf6compat
+
 # Andreas Sturmlechner  (2024-07-01)
 # USE="kf6compat,kaccounts" depends on kde-frameworks/purpose:6[webengine]
 # which is package.use.mask'ed on these arches. We cannot mask the



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

2024-08-10 Thread Andreas Sturmlechner
commit: 38ffb484b6db6bb0b257005a7e1fa3c10741ed41
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:01:50 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:50:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ffb484

profiles: powerpc/ppc64: Drop kf6compat from use.mask

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

 profiles/arch/powerpc/ppc64/use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/use.mask 
b/profiles/arch/powerpc/ppc64/use.mask
index 460ba125e9a4..df505e9a7a73 100644
--- a/profiles/arch/powerpc/ppc64/use.mask
+++ b/profiles/arch/powerpc/ppc64/use.mask
@@ -3,10 +3,6 @@
 
 ### THIS FILE IS ONLY FOR PACKAGES MASKED ON BOTH 64-BIT AND 32-BIT USERLAND!!!
 
-# Sam James  (2024-06-13)
-# Needs as-yet-unkeyworded KF6 (bug #934215)
-kf6compat
-
 # Paul Zander  (2024-03-29)
 # not available here (see openexr, opencolorio, opencv)
 openvdb



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

2024-08-10 Thread Andreas Sturmlechner
commit: 828054a46aff8030d98824dc125b6b980167d0ab
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 19:53:27 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:50:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828054a4

dev-libs/kpublictransport: drop 23.08.5

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

 dev-libs/kpublictransport/Manifest |  1 -
 .../kpublictransport-23.08.5.ebuild| 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-libs/kpublictransport/Manifest 
b/dev-libs/kpublictransport/Manifest
index 3c8a8873e825..6c31d775ba6f 100644
--- a/dev-libs/kpublictransport/Manifest
+++ b/dev-libs/kpublictransport/Manifest
@@ -1,2 +1 @@
-DIST kpublictransport-23.08.5.tar.xz 572952 BLAKE2B 
9628dfba5f73b76594b3bb97b7e4996267f9bb7f9acc024de003e28dd9754bf1c7226eb85aeae27784752356688abe28ec85b93b028c863f2c8edf9d645fd54d
 SHA512 
43c58c14ee5827579ffcf97c42c4ac844f49c05f5e68f441c6d3d2a32bf074de08f7daf14b3ca32b25101215943601204837e5ad4e7841cd9984745769b4008f
 DIST kpublictransport-24.05.2.tar.xz 662684 BLAKE2B 
eb331cfa35f41992182df54e051de18608ccb6b6650f83c5c2ed8382dc5f945579b237a6c64bc1ba820d1906715b42493258f8f7f2006bd49734a9aa303c5561
 SHA512 
5bb89da0039e372ae8b6b6dfb33850517ca9d71bc32540e5b4dc19ce89b5910a57aff6f4f7182544f90ad89da4eceaad0bc9438bc1958887158fe8f0afabaf59

diff --git a/dev-libs/kpublictransport/kpublictransport-23.08.5.ebuild 
b/dev-libs/kpublictransport/kpublictransport-23.08.5.ebuild
deleted file mode 100644
index b769c4eea8e6..
--- a/dev-libs/kpublictransport/kpublictransport-23.08.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Library for accessing public transport timetables and other 
information"
-HOMEPAGE="https://invent.kde.org/libraries/kpublictransport
-   
https://www.volkerkrause.eu/2019/03/02/kpublictransport-introduction.html";
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE="networkmanager"
-
-RDEPEND="
-   dev-libs/protobuf:=
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   sys-libs/zlib
-   networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 )
-"
-DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it
-   $(cmake_use_find_package networkmanager KF5NetworkManagerQt)
-   )
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/musescore/, media-sound/musescore/files/

2024-08-10 Thread Miroslav Šulc
commit: 792e62986c7be8a0a683cd76a3f5048f723b8d4b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Aug 10 07:52:09 2024 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Aug 10 07:52:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792e6298

media-sound/musescore: updated live ebuild

Signed-off-by: Miroslav Šulc  gentoo.org>

 .../files/musescore-4.4.0-unbundle-harfbuzz.patch  | 25 ++
 media-sound/musescore/musescore-.ebuild| 19 ++--
 2 files changed, 38 insertions(+), 6 deletions(-)

diff --git 
a/media-sound/musescore/files/musescore-4.4.0-unbundle-harfbuzz.patch 
b/media-sound/musescore/files/musescore-4.4.0-unbundle-harfbuzz.patch
new file mode 100644
index ..b9a1247a78c1
--- /dev/null
+++ b/media-sound/musescore/files/musescore-4.4.0-unbundle-harfbuzz.patch
@@ -0,0 +1,25 @@
+--- a/src/framework/draw/CMakeLists.txt
 b/src/framework/draw/CMakeLists.txt
+@@ -123,20 +123,14 @@ else()
+ include(${local_path}/harfbuzz.cmake)
+ 
+ # func from ${name}.cmake)
+-cmake_language(CALL harfbuzz_Populate ${remote_url} ${local_path} 
"source" "" "")
+ 
+-add_subdirectory(_deps/harfbuzz/harfbuzz)
+-target_no_warning(harfbuzz -Wno-conversion)
+-target_no_warning(harfbuzz -Wno-unused-parameter)
+-target_no_warning(harfbuzz -Wno-unused-variable)
+-target_no_warning(harfbuzz -WMSVC-no-hides-previous)
+-target_no_warning(harfbuzz -WMSVC-no-unreachable)
++pkg_check_modules(harfbuzz REQUIRED IMPORTED_TARGET harfbuzz)
+ 
+ #add_subdirectory(thirdparty/msdfgen)
+ 
+ set(MODULE_INCLUDE
+ ${FREETYPE_INCLUDE_DIRS}
+-${CMAKE_CURRENT_LIST_DIR}/_deps/harfbuzz/harfbuzz/harfbuzz/src
++  /usr/include/harfbuzz
+ #${CMAKE_CURRENT_LIST_DIR}/thirdparty/msdfgen/msdfgen-1.4
+ )
+ 

diff --git a/media-sound/musescore/musescore-.ebuild 
b/media-sound/musescore/musescore-.ebuild
index 5e65d317f42e..06e97196028f 100644
--- a/media-sound/musescore/musescore-.ebuild
+++ b/media-sound/musescore/musescore-.ebuild
@@ -59,6 +59,7 @@ DEPEND="
 PATCHES=(
"${FILESDIR}/${PN}-4.4.0-uncompressed-man-pages.patch"
"${FILESDIR}/${PN}-4.4.0-unbundle-deps.patch"
+   "${FILESDIR}/${PN}-4.4.0-unbundle-harfbuzz.patch"
"${FILESDIR}/${PN}-4.2.0-dynamic_cast-crash.patch"
 )
 
@@ -86,13 +87,11 @@ src_configure() {
export PATH="$(qt5_get_bindir):${PATH}"
 
local mycmakeargs=(
+   -DCMAKE_BUILD_TYPE="release"
-DCMAKE_CXX_FLAGS_RELEASE="${CXXFLAGS}"
-DCMAKE_C_FLAGS_RELEASE="${CFLAGS}"
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_SKIP_RPATH=TRUE
-   -DMUE_BUILD_CRASHPAD_CLIENT=OFF
-   -DMUE_BUILD_UNIT_TESTS="$(usex test)"
-   -DMUE_BUILD_UPDATE_MODULE=OFF
-DMUE_BUILD_VIDEOEXPORT_MODULE="$(usex video)"
-DMUE_COMPILE_USE_CCACHE=OFF
-DMUE_COMPILE_USE_SYSTEM_FLAC=ON
@@ -100,15 +99,23 @@ src_configure() {
-DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON
-DMUE_COMPILE_USE_SYSTEM_TINYXML=ON
-DMUE_DOWNLOAD_SOUNDFONT=OFF
-   -DMUE_ENABLE_AUDIO_JACK=$(usex jack)
-   -DMUSESCORE_BUILD_MODE=release
+   -DMUSE_APP_BUILD_MODE="release"
+   -DMUSE_MODULE_AUDIO_JACK="$(usex jack)"
+   -DMUSE_MODULE_DIAGNOSTICS_CRASHPAD_CLIENT=OFF
+   # tests
+   -DMUE_BUILD_BRAILLE_TESTS="$(usex test)"
+   -DMUE_BUILD_ENGRAVING_TESTS="$(usex test)"
+   -DMUE_BUILD_IMPORTEXPORT_TESTS="$(usex test)"
+   -DMUE_BUILD_NOTATION_TESTS="$(usex test)"
+   -DMUE_BUILD_PLAYBACK_TESTS="$(usex test)"
+   -DMUE_BUILD_PROJECT_TESTS="$(usex test)"
)
cmake_src_configure
 }
 
 src_compile() {
cd "${BUILD_DIR}" || die
-   cmake_build lrelease manpages
+   cmake_build
cmake_src_compile
 }
 



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kbookmarks/

2024-08-10 Thread Andreas Sturmlechner
commit: 3e54bfebe7e1e0be3e3fed01cb2008fd20e591e7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:35:54 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e54bfeb

kde-frameworks/kbookmarks: drop 6.4.0

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

 kde-frameworks/kbookmarks/Manifest|  1 -
 kde-frameworks/kbookmarks/kbookmarks-6.4.0.ebuild | 26 ---
 2 files changed, 27 deletions(-)

diff --git a/kde-frameworks/kbookmarks/Manifest 
b/kde-frameworks/kbookmarks/Manifest
index 709f2dccd166..b33d743f78d8 100644
--- a/kde-frameworks/kbookmarks/Manifest
+++ b/kde-frameworks/kbookmarks/Manifest
@@ -1,3 +1,2 @@
 DIST kbookmarks-5.116.0.tar.xz 1100676 BLAKE2B 
405d625539d8d2950ed931283ec6abfcd83bfce141c6f7044e19ae15cf127905b823ce617a2baee2590d7e9fa9be09e44ed447c57f70a499550391bf25789939
 SHA512 
72f19ad40595093fa828ead0553f8d0afc149b77479f75b014e1cab059208fa23607a755f2d4afd2079c047bf6832782664beb07d674cb56b41586d51c5d9933
-DIST kbookmarks-6.4.0.tar.xz 1108876 BLAKE2B 
93fbd2dd5ee93a7473b2259556ebb9c17d663b708ce6a06c4cb1a32e44de5f1f5c81bbeac67bc17964e6c2aae954a21efc987b61f669eec6d48cdb0744572138
 SHA512 
1204aca63ede52878c3405d21807fb474a56f864caf236e65def546b06a9a24941ac52fa8b42f90c69d3d50ba5df32843311660a60b5a88b4218e981479df9fb
 DIST kbookmarks-6.5.0.tar.xz 1108688 BLAKE2B 
a20f2b47ff5e18c7202350d30b09b17d2d8b00fa67988f14f2c982a14fd428cbaf1e8822ad4b60d98b715611997d25625cd8e34bfea4d6c18c7522e0de259bd0
 SHA512 
99b8df52e9c90b9830736ef30e52b8b55e2c72a805b502911f4606bf107bb3933f761004676dba85d9f415ed924193dfbe1e46a6dcbef985e488a718088bdc5a

diff --git a/kde-frameworks/kbookmarks/kbookmarks-6.4.0.ebuild 
b/kde-frameworks/kbookmarks/kbookmarks-6.4.0.ebuild
deleted file mode 100644
index 10c29a443b62..
--- a/kde-frameworks/kbookmarks/kbookmarks-6.4.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for managing bookmarks stored in XBEL format"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml]
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/kiconthemes-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-"
-DEPEND="${RDEPEND}
-   >=kde-frameworks/kconfigwidgets-${PVCUT}:6
-"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcmutils/

2024-08-10 Thread Andreas Sturmlechner
commit: 2a913175da84c20e77fbe2377e0e92f6906bfe04
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:35:58 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a913175

kde-frameworks/kcmutils: drop 6.4.0

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

 kde-frameworks/kcmutils/Manifest  |  1 -
 kde-frameworks/kcmutils/kcmutils-6.4.0.ebuild | 30 ---
 2 files changed, 31 deletions(-)

diff --git a/kde-frameworks/kcmutils/Manifest b/kde-frameworks/kcmutils/Manifest
index 8a5b40e477db..2120804e0ebd 100644
--- a/kde-frameworks/kcmutils/Manifest
+++ b/kde-frameworks/kcmutils/Manifest
@@ -1,3 +1,2 @@
 DIST kcmutils-5.116.0.tar.xz 2483612 BLAKE2B 
8cf69f90c1fc3ea0fccb7394891140b7ab8cbadbe413a0a48452061519486b2d0f7e7ea95c129a2a63e4be15ada7e259a16f97805a582be2a93e670f07b40ee3
 SHA512 
05ee74e36f859a7c60d60c5da9bf24923742440b094b3969f56f7cef3ca1d7d7cdc6b3d7bb467db3388e3946f627fcbef29ba0c2f84cd85f041382920b4e3ad8
-DIST kcmutils-6.4.0.tar.xz 2463320 BLAKE2B 
dd76f942ac2a42c0a8511c52f19f5f26f05537fdcf6df541f1e602f336fe95b0bd20180ca4d35612c23bc40bafb5d0d7fbfcbe0d6373c0064f39f3f493c7bc4e
 SHA512 
4006c7eb0ac7971d6da095b65181259c334e9f8f9fedc9f16664cbaefb34506a86db26f15c6d8a2e11e9a75a7994d32f0dfe077354b82221fd31ce9c612497fa
 DIST kcmutils-6.5.0.tar.xz 2463544 BLAKE2B 
3cf50710f166ba20bceeeba30de98d9d8cc794f51919c89ec7b4ecaa430ce5df58236ca601a7527690b600a9f9d82f5d69856441df7a6da9030b32ebc3b81d27
 SHA512 
4e67c848f6265e2d37c461e754a7e78595a36f4ffe4e0b12c0502fdd8295ebd2c68d9df9480ee9befed72ae4bb33b5fc080b3905de65a6150d9b3f6a653843c0

diff --git a/kde-frameworks/kcmutils/kcmutils-6.4.0.ebuild 
b/kde-frameworks/kcmutils/kcmutils-6.4.0.ebuild
deleted file mode 100644
index c6d901446229..
--- a/kde-frameworks/kcmutils/kcmutils-6.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to work with KDE System Settings modules"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/kguiaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   =kde-frameworks/kitemviews-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-   =kde-frameworks/kxmlgui-${PVCUT}*:6
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdav/

2024-08-10 Thread Andreas Sturmlechner
commit: f8e0847de39a5c0cace35e437fc459d8706e3936
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e0847d

kde-frameworks/kdav: drop 6.4.0

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

 kde-frameworks/kdav/Manifest  |  1 -
 kde-frameworks/kdav/kdav-6.4.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/kde-frameworks/kdav/Manifest b/kde-frameworks/kdav/Manifest
index ec36b8078795..5a6409c924be 100644
--- a/kde-frameworks/kdav/Manifest
+++ b/kde-frameworks/kdav/Manifest
@@ -1,3 +1,2 @@
 DIST kdav-5.116.0.tar.xz 66496 BLAKE2B 
711e08e882808b8ce4e542523cbe71517cbf5444043502864959f3f4a27d69b6fa867e86608fbe9086300631fcd113feaa95dea3e93d1377bc637fe4285d9b3f
 SHA512 
195e71f17b20652a333881692160d70a370b605b86fc63daf29d95bb9f47d2c7b4f4446d2597080a2b8ee54303d2708059f750c58177da9b698194072e06922c
-DIST kdav-6.4.0.tar.xz 68028 BLAKE2B 
f6f1f90c284ea9123c15c099b625ab265cd9dc71d79f4b2043abe8ad9e887d38d165850055b2569ec372a6029c6b8774104a2a55787413e0f39457d2e8224231
 SHA512 
37c559c9da50741ba6afc2a1cf04ec7ee672529bf05ee57b473ac6a05ea9606614fabbd8756eee2409b851ecf41a5b8813090548ac4b9998703c3a5af0d780af
 DIST kdav-6.5.0.tar.xz 68104 BLAKE2B 
c8d06dfd0b2a5b7e4ed59ff1ba00493bce3b209025c3f21f45c86f7d5a2cac9c0c8d1f85c04d36bda8d74935d710e324d03aea703d23b57bce8ae82f23043646
 SHA512 
e72bdb0dbc77617e027fd68d2d58349d5c4818e1b64a33b62f0b8a92aafd072c294789306c8210bacdbf12d68b0a921b84985b43c3138edee68dcfdbde4a28ee

diff --git a/kde-frameworks/kdav/kdav-6.4.0.ebuild 
b/kde-frameworks/kdav/kdav-6.4.0.ebuild
deleted file mode 100644
index dc51805cf7a0..
--- a/kde-frameworks/kdav/kdav-6.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="DAV protocol implemention with KJobs"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[gui,xml]
-   >=kde-frameworks/kcoreaddons-${PVCUT}:6
-   >=kde-frameworks/ki18n-${PVCUT}:6
-   >=kde-frameworks/kio-${PVCUT}:6
-"
-DEPEND="${RDEPEND}"
-
-CMAKE_SKIP_TESTS=(
-   # bug 616808: requires D-Bus
-   kdav-davitemfetchjob
-   # bug 653602: mimetypes unsupported
-   kdav-davitemslistjob
-   # bug 765061
-   kdav-davcollectionsmultifetchjobtest
-)



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kconfigwidgets/

2024-08-10 Thread Andreas Sturmlechner
commit: d8099b73685863cf9d00d7e56932beedfea6240a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:02 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8099b73

kde-frameworks/kconfigwidgets: drop 6.4.0

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

 kde-frameworks/kconfigwidgets/Manifest |  1 -
 .../kconfigwidgets/kconfigwidgets-6.4.0.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/kde-frameworks/kconfigwidgets/Manifest 
b/kde-frameworks/kconfigwidgets/Manifest
index 8e888b29b707..3e2f73502cf9 100644
--- a/kde-frameworks/kconfigwidgets/Manifest
+++ b/kde-frameworks/kconfigwidgets/Manifest
@@ -1,3 +1,2 @@
 DIST kconfigwidgets-5.116.0.tar.xz 2614488 BLAKE2B 
d1ec8d4f7afa66a4e468b6c4996ef3437f16f498736ec4a10fca4020058a43ec0d2d3ddaf1e6d6b2356adccd53215ab15f765384ecc1244792d5d0ade6c59d7e
 SHA512 
30325d3b88539d96de97adf8d596bebc6f5f8a5ea0ccc0b272f5e5557aa4ad4dc72ece1491ab2d656efb6ba378a236448a2efb35e4d82ee3dd42f2f9d178ad0b
-DIST kconfigwidgets-6.4.0.tar.xz 2557848 BLAKE2B 
a2cbe5f67e0bb8ebf171bd05a7ab9414185a852907d8a7b323c69167c876551cd768dcb745fd5c83b8186f5cd1743f3206a866c7a4d5650f7b3bf0aaebdc213e
 SHA512 
1e35e709e604221e08a6ff9582d2391b467f1cc6cb181187ef999595a3715696ecc8b54096559680085a0684f0bf95ef224fff51efd5f756a2249a7793b8cb44
 DIST kconfigwidgets-6.5.0.tar.xz 2557616 BLAKE2B 
e6690a3fe3e03c05fd5415abeedfa94dc7662f6f8de8e5f20f4c35ade03ecf3ce055c54f8c88a9c6b24e4f7449e9415fe904901d5a406133e850517d438c3c4e
 SHA512 
ed24802a0b9f1813e5dcd0c04942524a46f9161fa539f24bf61eae040cb9f0dc0cf8603138ed470a7d6a2ea5db6396ce32b9ddf2ccf6eb11b5de27dbb066855c

diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-6.4.0.ebuild 
b/kde-frameworks/kconfigwidgets/kconfigwidgets-6.4.0.ebuild
deleted file mode 100644
index 0783a3e4d35e..
--- a/kde-frameworks/kconfigwidgets/kconfigwidgets-6.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing an assortment of configuration-related 
widgets"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-CMAKE_SKIP_TESTS=(
-   # bugs: 864250
-   kstandardactiontest
-   # bug 926497
-   klanguagenametest
-)
-
-RDEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-   =kde-frameworks/kcodecs-${PVCUT}*:6
-   =kde-frameworks/kcolorscheme-${PVCUT}*:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/kguiaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-"
-DEPEND="${RDEPEND}
-   test? ( =kde-frameworks/kconfig-${PVCUT}*:6[dbus] )
-"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdesu/

2024-08-10 Thread Andreas Sturmlechner
commit: e34da1ac40390dca3a53f51df70484d2d81d015e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:19 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34da1ac

kde-frameworks/kdesu: drop 6.4.0

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

 kde-frameworks/kdesu/Manifest   |  1 -
 kde-frameworks/kdesu/kdesu-6.4.0.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest
index 132e126de996..e5bcdd1b0787 100644
--- a/kde-frameworks/kdesu/Manifest
+++ b/kde-frameworks/kdesu/Manifest
@@ -1,3 +1,2 @@
 DIST kdesu-5.116.0.tar.xz 57072 BLAKE2B 
6891406ddfba6caa6bbf0e5a476b99632e261d884cf882977225eb6876eef261a2f1b9a01cbbcbcb05be811500f6c0e4b387ad066e899a71277c717f57c514a1
 SHA512 
6426e65af37b4bec97ef2e93a48de25fe2e5d99fa4a4f8da850a6ed91ef428933062ca81455a91f4604fa8552dd0fe46ef835a4408e91a05e4609b09864a25cf
-DIST kdesu-6.4.0.tar.xz 56612 BLAKE2B 
9f247c7ad530cddaea0f5ee530ebbb78d39b8d62af22c33d55d4f0d8a94d521120a00fa2b27b82e796e485fcf1eda1808709f09f5e480e7661392d9cd0e05971
 SHA512 
58aa1deb30c31ba1c87b1b09fa84ded051513e103c89bee14e9e3a6818ea3a638a74eb79b2075ad76577611a3fc5abfe719fa8972808f448f76f0290d28958ef
 DIST kdesu-6.5.0.tar.xz 56656 BLAKE2B 
49cdcba52941fecf1662e08001e6674c5b1857348cd652d701aba803f7416d3dc7c7811391173797d54dcaa0a9505fb89aebad0e26197b6bb38a960bc43e8938
 SHA512 
32f40abb9fb5c15e729d9a5e0aba0e6b000e0c80b2dcb822f651ef5276daa2e1f3b05f80cf137779c77cdd0255c45ec3b31b4eb3198fb9772161076a8822

diff --git a/kde-frameworks/kdesu/kdesu-6.4.0.ebuild 
b/kde-frameworks/kdesu/kdesu-6.4.0.ebuild
deleted file mode 100644
index 69b3aef23ba4..
--- a/kde-frameworks/kdesu/kdesu-6.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kpty-${PVCUT}*:6
-   X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
-   X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package X X11)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/

2024-08-10 Thread Andreas Sturmlechner
commit: 1038f5f9b810349e0854ea8d64f198e75abb7b72
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:11 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1038f5f9

kde-frameworks/kdeclarative: drop 6.4.0

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

 kde-frameworks/kdeclarative/Manifest   |  1 -
 .../kdeclarative/kdeclarative-6.4.0.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/kde-frameworks/kdeclarative/Manifest 
b/kde-frameworks/kdeclarative/Manifest
index 60a38ddbc843..456fa8904f22 100644
--- a/kde-frameworks/kdeclarative/Manifest
+++ b/kde-frameworks/kdeclarative/Manifest
@@ -1,3 +1,2 @@
 DIST kdeclarative-5.116.0.tar.xz 2492824 BLAKE2B 
118ed6f9151ea2545282593b5e95250a708e1aae3c124aa3a49ce1e428d87fa4d4a771788a4ff628e87e39d3ddcd5e506664608b35be957241fb0f88b04f230b
 SHA512 
6118cfc64c5a600cead31deaab79e7e60fef9c24ce5d4b163b581e1bae617979069e1a00cfc610a1e4b3fb80c9ff77fa5b34dace836d1d5326dfc31a2482d4bc
-DIST kdeclarative-6.4.0.tar.xz 2426788 BLAKE2B 
a82c88808930653ef8f1b9d632a605c8f5a11ef06148883f4315d6406e1a9df7156c962862b7be6cb9510e27c96156285e5262522bf5dcb03541529084a99438
 SHA512 
ae0793e4ef41a4b98dcf69f7b1055a051b2bff52743301bb167951771e86a9e3a03d4fe8a7fa7818925b8e77128dc73cc4fe892e9171ced9df5a3f4e562ee5d3
 DIST kdeclarative-6.5.0.tar.xz 2429848 BLAKE2B 
3d7a8448e9131c9aba91d7d4e882e92a117a836d4aa43a2e90c4b50490393427ac5d8e38eb5b22f2ee3bc7eceebb1ec48d193463570441789eef3f196ed9b002
 SHA512 
f5c39c1a1dc16d48972df787c35113c3824aef6fcd48f0498bfb30a5991472159c789b7dd8eabec015c967958f369f29c07742d80ba3798a4cb2d5468691025d

diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.4.0.ebuild 
b/kde-frameworks/kdeclarative/kdeclarative-6.4.0.ebuild
deleted file mode 100644
index 020efd148754..
--- a/kde-frameworks/kdeclarative/kdeclarative-6.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing integration of QML and KDE work spaces"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[gui]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/kglobalaccel-${PVCUT}*:6
-   =kde-frameworks/kguiaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kglobalaccel/

2024-08-10 Thread Andreas Sturmlechner
commit: a60e077b51530266939d1228ae5cf589249f5bcc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:23 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60e077b

kde-frameworks/kglobalaccel: drop 6.4.0

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

 kde-frameworks/kglobalaccel/Manifest  |  1 -
 kde-frameworks/kglobalaccel/kglobalaccel-6.4.0.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/kde-frameworks/kglobalaccel/Manifest 
b/kde-frameworks/kglobalaccel/Manifest
index 7291877dcc6f..99f0ba0308b3 100644
--- a/kde-frameworks/kglobalaccel/Manifest
+++ b/kde-frameworks/kglobalaccel/Manifest
@@ -1,3 +1,2 @@
 DIST kglobalaccel-5.116.0.tar.xz 2305972 BLAKE2B 
f5243fc4f539ef5f8877114e1fd5854c98adc747cc7509c8f3ea4285b85680b06ebd230160c988591beaa0f05ff5c0983eb9c577e8bb4ca450396a337f0a8875
 SHA512 
76420eb2fa026c0770b8f78c9ff0780056e2126aa4b6efdeb023faf306e7068781fb2885e0fff2d6f47475a73ca01fdf137f329701c7f240bc03f485daafbbeb
-DIST kglobalaccel-6.4.0.tar.xz 2294616 BLAKE2B 
fc13b5d269b3a1718fca50959278b0f7b2fb3c04e83a6b6255259ba02683c7fc58d1742f5de8e68b50e751684eaa25c925febf44708180a672cc857b7314b74e
 SHA512 
cc78067a9a10b51b5d14d64411a3f9782f67eaad69331a31159549c200aa597f167bd2bdc8e0c5e461529e66d7f617457cd7acdd3c924a8d9a7a85d514cf92dc
 DIST kglobalaccel-6.5.0.tar.xz 2294512 BLAKE2B 
d31f85daad0dcd715e5aab081ac144aa258aa7d3b4e51fec5529933c927415086e114ea73fbf0291c64e52c1fee6fbe95a19c91ffac48431b12c08b91f0020c8
 SHA512 
4bde41f4a86f294ac1f49b8deccd303513eea1e2aebdcfeb6232de757fec5362300307be82eaf873ae06caea9997430fcd282b5c0ffc05e34ebea3784e47558a

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-6.4.0.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-6.4.0.ebuild
deleted file mode 100644
index 3aeec7184323..
--- a/kde-frameworks/kglobalaccel/kglobalaccel-6.4.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle global shortcuts"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND=">=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kded/

2024-08-10 Thread Andreas Sturmlechner
commit: 5d22bd5095c6ce71f96d76dd7026b3812006c1b3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:15 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d22bd50

kde-frameworks/kded: drop 6.4.0

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

 kde-frameworks/kded/Manifest  |  1 -
 kde-frameworks/kded/kded-6.4.0.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/kde-frameworks/kded/Manifest b/kde-frameworks/kded/Manifest
index 749279f1fac0..a02c4e8c032a 100644
--- a/kde-frameworks/kded/Manifest
+++ b/kde-frameworks/kded/Manifest
@@ -1,3 +1,2 @@
 DIST kded-5.116.0.tar.xz 41064 BLAKE2B 
78650fdcb2175c868b5966e858edfac65ea18f3da1d36e07772c61c1ec3e357c40caa7ac496ac00e7906bd5201a70c82da1698ca911ce95cc47de58efa9a9695
 SHA512 
442c90ee2519363dc2e128a8cd6ef34e4e35944036476f98cdd2432a61ca72f8e235e40364a0aa3ced7f3528fa7b876ebfa297386b6f0397d0409faf2a908910
-DIST kded-6.4.0.tar.xz 33776 BLAKE2B 
d784664c4619114de0379ea6746ab83ad6c0805ea10c75eadf99f884cf59881daef97305e9646c63347e4658d918639be4a3194e3b74ea78848c93cdd6a196dd
 SHA512 
a22ed7c479ae3df87e16c088c7ea30e4d1c97b147f35be48e3cb3b1e8651329b4dfa1060a3de7a5e1c1a5a82d591afd266f70ba05feb35c03968248ee591f3da
 DIST kded-6.5.0.tar.xz 33776 BLAKE2B 
fc7da98de83aea9e330e948027d4c20001d2866cb42e3e83ce8ccae2de93bb4ae3512b21bf4e28fdf0ab8e83e3db73789173eaa44a5fe1944a88a24854fce234
 SHA512 
727926825a085d533e6549dbcc090f0130f4c585810d4f08c95d09d19fd58e618ffb54b6ba0c8bdb40304523c582c4f833bea0ff1b7e9ac1b4ce64d49ca8f510

diff --git a/kde-frameworks/kded/kded-6.4.0.ebuild 
b/kde-frameworks/kded/kded-6.4.0.ebuild
deleted file mode 100644
index 505dcb21b8b3..
--- a/kde-frameworks/kded/kded-6.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Central daemon of KDE workspaces"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+man"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-   =kde-frameworks/kconfig-${PVCUT}*:6[dbus]
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/kcrash-${PVCUT}*:6
-   =kde-frameworks/kdbusaddons-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-"
-RDEPEND="${DEPEND}"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:6 )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package man KF6DocTools)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/, kde-frameworks/kio/files/

2024-08-10 Thread Andreas Sturmlechner
commit: e653f89a19b7eabb04786e5d9847c1eef4960cca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:32 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e653f89a

kde-frameworks/kio: drop 6.4.0-r1

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

 kde-frameworks/kio/Manifest|  1 -
 .../kio-6.4.0-remove-parent-for-DropMenu.patch | 45 ---
 kde-frameworks/kio/kio-6.4.0-r1.ebuild | 94 --
 3 files changed, 140 deletions(-)

diff --git a/kde-frameworks/kio/Manifest b/kde-frameworks/kio/Manifest
index d5d358953c62..f89429b4d3a3 100644
--- a/kde-frameworks/kio/Manifest
+++ b/kde-frameworks/kio/Manifest
@@ -1,3 +1,2 @@
 DIST kio-5.116.0.tar.xz 3800352 BLAKE2B 
2197d92589bd6eba360a72fb1902bb1e97d48065834e762e681eb312797f8c54829ee6099e87f316de83913755572e7b9fe4aa1d168fa83ada519cce8980d030
 SHA512 
a07661717846860db3a64bcead9c2b80192d8c5b8e66a25f0f83ced6b596c4e8af7eb94e68b17770f45b36b22ccbcecaef4f8590d790cf69fceb140ab9e47376
-DIST kio-6.4.0.tar.xz 3347400 BLAKE2B 
8497d550b247bacfd514a404c9b74fb5620bb0f4e0e3a75c50a637d053c2377ef0399167e13bb4622d02e97be721a1431fc65a5a21b17a8c0425239a5428b5c1
 SHA512 
9068ea2f400848ad26bfe4b56d9489f897c02a5410d47444b5f44118f7491cd7914eee83dee095f301e910c546a60d5d2a121aea617e87fbc9c971c3ac5e3e24
 DIST kio-6.5.0.tar.xz 3350220 BLAKE2B 
56b581082b0741953e8b980733dcea45a9c0c77585e061daa1d2ab35249c172c74cf4cf6abaac35c47829c007bf7f6192caddafe7fbf777f42f7624fecbd3cc1
 SHA512 
091e7bd21140b3c9b11608449dc0d4af75e0ad4e2122d95864cacb7e9f78502fe5daca80774287a9a724ddeb80bef35fbfb1d05a76810229f58f1b948be6093f

diff --git 
a/kde-frameworks/kio/files/kio-6.4.0-remove-parent-for-DropMenu.patch 
b/kde-frameworks/kio/files/kio-6.4.0-remove-parent-for-DropMenu.patch
deleted file mode 100644
index 596806804902..
--- a/kde-frameworks/kio/files/kio-6.4.0-remove-parent-for-DropMenu.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From e0ea91afdf0dccef7e3afbf23a159bf5a8d6b249 Mon Sep 17 00:00:00 2001
-From: Vlad Zahorodnii 
-Date: Mon, 15 Jul 2024 09:45:20 +0300
-Subject: [PATCH] Remove parent for DropMenu
-
-QWidget::winId() will force creating window handles for all its ancestor
-widgets unless the Qt::WA_DontCreateNativeAncestors flag is set.
-
-For example, on wayland, this would result in creating sub-surfaces, and
-depending on the client, it's likely that there are going to be issues with
-painting.
-
-On the other hand, since the DropJob takes care of setting the transient
-parent for the DropMenu, the parent can be simply omitted.
-
-BUG: 490183

- src/widgets/dropjob.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/widgets/dropjob.cpp b/src/widgets/dropjob.cpp
-index e11e762bd0..f4a23f5688 100644
 a/src/widgets/dropjob.cpp
-+++ b/src/widgets/dropjob.cpp
-@@ -520,8 +520,7 @@ void DropJobPrivate::slotDropActionDetermined(int error)
- 
- // There was an error, handle it
- if (error == KIO::ERR_UNKNOWN) {
--auto *window = KJobWidgets::window(q);
--KIO::DropMenu *menu = new KIO::DropMenu(window);
-+KIO::DropMenu *menu = new KIO::DropMenu();
- QObject::connect(menu, &QMenu::aboutToHide, menu, 
&QObject::deleteLater);
- 
- // If the user clicks outside the menu, it will be destroyed without 
emitting the triggered signal.
-@@ -541,6 +540,7 @@ void DropJobPrivate::slotDropActionDetermined(int error)
- menu->windowHandle()->setTransientParent(transientParent);
- }
- }
-+auto *window = KJobWidgets::window(q);
- menu->popup(window ? window->mapToGlobal(m_relativePos) : 
QCursor::pos());
- }
- m_menus.insert(menu);
--- 
-GitLab
-

diff --git a/kde-frameworks/kio/kio-6.4.0-r1.ebuild 
b/kde-frameworks/kio/kio-6.4.0-r1.ebuild
deleted file mode 100644
index a7bbf6bb0a66..
--- a/kde-frameworks/kio/kio-6.4.0-r1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_HANDBOOK="optional"
-ECM_HANDBOOK_DIR="docs"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org xdg-utils
-
-DESCRIPTION="Framework providing transparent file and data management"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="acl +kwallet wayland X"
-
-# tests hang
-RESTRICT="test"
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-COMMON_DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,ssl,widgets]
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   =kde-frameworks/kauth-${PVCUT}*:6
-   =kde-frameworks/kbookmarks-${PVCUT}*:6
-   =kde-frameworks/kcodecs-${PVCUT}*:6
-   =kde-frameworks/kcolorscheme-$

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knewstuff/, kde-frameworks/knewstuff/files/

2024-08-10 Thread Andreas Sturmlechner
commit: 167c777963a8738088b67b628b846ea64505929d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:36 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167c7779

kde-frameworks/knewstuff: drop 6.4.0-r1

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

 kde-frameworks/knewstuff/Manifest  |  1 -
 .../knewstuff-6.4.0-fix-reference-error.patch  | 38 
 kde-frameworks/knewstuff/knewstuff-6.4.0-r1.ebuild | 42 --
 3 files changed, 81 deletions(-)

diff --git a/kde-frameworks/knewstuff/Manifest 
b/kde-frameworks/knewstuff/Manifest
index 9090ef1e3ca5..179a0efe1cb8 100644
--- a/kde-frameworks/knewstuff/Manifest
+++ b/kde-frameworks/knewstuff/Manifest
@@ -1,3 +1,2 @@
 DIST knewstuff-5.116.0.tar.xz 3359252 BLAKE2B 
76df212d33e2ff3a4e47024c8007dcf5e595a892d4ddc5e3579639cc2ec86589392c8a9e53ae5e39d8b71b632a84b1d615291f44635e43514ddb2468c8e4d0d5
 SHA512 
c66f8905c622964a81609d384ea64c0614714b4d760ee908e2efcdaab4ef146fc2af099625e81b83c2e43e4f97a0f5960dae345cbf9d8453a15b465536c06152
-DIST knewstuff-6.4.0.tar.xz 3092488 BLAKE2B 
c33565d331b271f1d2e0eb6054517cf38838f737be4fb9c8282f5581a7c5ee384e2c0f7672484b72a8590d02d18b90c1085770801bd0bf59ba1753b09f1a39b1
 SHA512 
1ed697dc896052c7096ce8711776971447c9414b9d2ea1dd5c70a4cfc316a241af7ae17db6e4daf90edb73f12e16a6da3a7f0e09a2ebf1cb099e6a9d19c95aad
 DIST knewstuff-6.5.0.tar.xz 3092996 BLAKE2B 
f6727258b7d036109badfe54fa2e20cb309ec8befadc3ba85b578af9d115685e448d89214cc8b9da1f0d59833287fe91a1367c161cc9215006d7868e5b08ca47
 SHA512 
a13c62dbd66a0df11c37734a0d9ff68e5f115fc921af74f7df301729e6f7adbe8bc8ee4a58851577516b2c5cdbe560141d6991cd62c29357a5e678ae1945d8af

diff --git 
a/kde-frameworks/knewstuff/files/knewstuff-6.4.0-fix-reference-error.patch 
b/kde-frameworks/knewstuff/files/knewstuff-6.4.0-fix-reference-error.patch
deleted file mode 100644
index 536b8d7533ea..
--- a/kde-frameworks/knewstuff/files/knewstuff-6.4.0-fix-reference-error.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From f8fb221d6f355c4f0873592fbf7dce358f4f0b40 Mon Sep 17 00:00:00 2001
-From: Akseli Lahtinen 
-Date: Fri, 12 Jul 2024 12:58:53 +
-Subject: [PATCH] EntryDetails.qml: Qualify newStuffModel, use downloadItemId
-
-There is no such thing as entryId, change it to downloadItemId
-Otherwise the item wont download anything.
-
-This fixes a bug where in detailed item view, if the list with multiple 
downloads
-appears and user clicks download, nothing would happen and knewstuff would 
report this
-warning in terminal: `qrc:/qt/qml/org/kde/newstuff/EntryDetails.qml:88: 
ReferenceError: entryId is not defined`
-
-After this fix it will download items.
-
-BUG:483659

- src/qtquick/qml/EntryDetails.qml | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/qtquick/qml/EntryDetails.qml 
b/src/qtquick/qml/EntryDetails.qml
-index d21e18fc2..94fc88d76 100644
 a/src/qtquick/qml/EntryDetails.qml
-+++ b/src/qtquick/qml/EntryDetails.qml
-@@ -85,9 +85,9 @@ KCMUtils.SimpleKCM {
- parent: component.QQC2.Overlay.overlay
- 
- onItemPicked: (entry, downloadItemId, downloadName) => {
--const entryName = newStuffModel.data(newStuffModel.index(entryId, 
0), NewStuff.ItemsModel.NameRole);
-+const entryName = 
component.newStuffModel.data(component.newStuffModel.index(downloadItemId, 0), 
NewStuff.ItemsModel.NameRole);
- applicationWindow().showPassiveNotification(i18ndc("knewstuff6", 
"A passive notification shown when installation of an item is initiated", 
"Installing %1 from %2", downloadName, entryName), 1500);
--newStuffModel.engine.install(component.entry, downloadItemId);
-+component.newStuffModel.engine.install(component.entry, 
downloadItemId);
- }
- }
- 
--- 
-GitLab
-

diff --git a/kde-frameworks/knewstuff/knewstuff-6.4.0-r1.ebuild 
b/kde-frameworks/knewstuff/knewstuff-6.4.0-r1.ebuild
deleted file mode 100644
index d79237ebf728..
--- a/kde-frameworks/knewstuff/knewstuff-6.4.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for downloading and sharing additional application data"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="opds"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
-   =kde-frameworks/attica-${PVCUT}*:6
-   =kde-frameworks/karchive-${PVCUT}*:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kpackage-${PVCUT}*:6
- 

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kparts/

2024-08-10 Thread Andreas Sturmlechner
commit: 67d3fbf2d0e6c60b1bc2ff50f01b41e3ae46d897
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:45 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d3fbf2

kde-frameworks/kparts: drop 6.4.0

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

 kde-frameworks/kparts/Manifest|  1 -
 kde-frameworks/kparts/kparts-6.4.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index 2616e96ffae7..e844f2e92e84 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1,3 +1,2 @@
 DIST kparts-5.116.0.tar.xz 2473828 BLAKE2B 
3b26c04146367f20a1dc5fdad5518a9ea2a8b88e2083d6da64216cebe2e815aaa4c69c3ce901a5a7a0bed76c0eec222e82dcdaf7208d14348d8e095e83af5db1
 SHA512 
a619168f6e2622c64e4304641da47f91deef49843dfec72a08aa775e24b9319f7b550bc423f6b2516ef0a38bb2c39234d1325f25c62b57c8c6daa5fb7580813e
-DIST kparts-6.4.0.tar.xz 2424912 BLAKE2B 
9b6a70ce937d13d94ff1a81cd6017bd7a8eb5c8d53596d4fa88e774897d3fed23d0012c18d3e64a824f6f78e4ab0b14106ebe0f7a2c5a1b37d364ebe233a3558
 SHA512 
e9f7fcf199680edc291c415e254d56bb60734137672d581318fcba84aafffcf9591fd7951de9ed23bd68f9814c7d728a6881750f60c3ca8326579b3268f5519e
 DIST kparts-6.5.0.tar.xz 2424708 BLAKE2B 
0fdf30d559186841f82c5cd5cd95d2418411ef3a6f51285cc722b8d4458db49d1b7f1b92d26c8072e0140d49007780c6bf7d36c1da30eab2c34888fc72b17fb0
 SHA512 
c7ec3ebebfbcddb9716f57739e897274cccbd619f921bcaf2059210d5b56162744284f727ffce22549a8defe304f11178a23cd264990922af563fcf9e85c7a76

diff --git a/kde-frameworks/kparts/kparts-6.4.0.ebuild 
b/kde-frameworks/kparts/kparts-6.4.0.ebuild
deleted file mode 100644
index e6385952bb95..
--- a/kde-frameworks/kparts/kparts-6.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing elaborate user-interface components"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml]
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kiconthemes-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   =kde-frameworks/kjobwidgets-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-   =kde-frameworks/kxmlgui-${PVCUT}*:6
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpeople/

2024-08-10 Thread Andreas Sturmlechner
commit: 2ad9eff91f81320301611507a45fda81aaf3d75d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:49 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad9eff9

kde-frameworks/kpeople: drop 6.4.0

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

 kde-frameworks/kpeople/Manifest |  1 -
 kde-frameworks/kpeople/kpeople-6.4.0.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/kde-frameworks/kpeople/Manifest b/kde-frameworks/kpeople/Manifest
index a69cad72b570..2d62cf9e396c 100644
--- a/kde-frameworks/kpeople/Manifest
+++ b/kde-frameworks/kpeople/Manifest
@@ -1,3 +1,2 @@
 DIST kpeople-5.116.0.tar.xz 63440 BLAKE2B 
cd54995f6825468122f36287e9116e0ba37f63b210f1efa95975062621ec7ec809b032d04e938bd4230eb232aced9ec0fcf4d7bdab252a55811585af45bbdd57
 SHA512 
3cbd62d9696592b654a9568d5789eb0acc370e4fcb174938db23a0ac03949f9fe174d6ff4abe35a7132319c725349be2520d7857a9d0b83048df23bb38f76232
-DIST kpeople-6.4.0.tar.xz 66648 BLAKE2B 
cfec062c07499c263293cd8b3409bce31498bd665fac2dda9686e8dde08ccaffb48b4cef74364438509f067e6357808fad1c0e60ac803129ff4870c253cb9de1
 SHA512 
a45a416015d173256b61f532cb37263b8aae29752e9f357781a60418ae4efde598b2bfea5991337a210f190aa749a1a1f9b0adad078b037d72cafe003c5e
 DIST kpeople-6.5.0.tar.xz 66628 BLAKE2B 
88a2b46f2839e20dbdf34485ff21cbb1d50aadecb124304824c691ae989b10f4c55c375f601511338b831929c508f985f8e595645b155b90876d4c8acc77f27a
 SHA512 
4c857b589b53e8ef8191c418c18a355f2e3f636c35be8688aa68e339ce4ab66faade3cb48f16960de933d5f60e3e3ad13977fb85a15d106243642919d6cc8eaf

diff --git a/kde-frameworks/kpeople/kpeople-6.4.0.ebuild 
b/kde-frameworks/kpeople/kpeople-6.4.0.ebuild
deleted file mode 100644
index bee29f2c963d..
--- a/kde-frameworks/kpeople/kpeople-6.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-VIRTUALX_REQUIRED="test" # bug 816588 (test fails)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="KDE contact person abstraction library"
-HOMEPAGE="https://invent.kde.org/frameworks/kpeople";
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcontacts-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kitemviews-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-"
-RDEPEND="${DEPEND}"
-
-src_test() {
-   local CMAKE_SKIP_TESTS=(
-   # bug 668192, segfaults
-   persondatatest
-   )
-
-   ecm_src_test -j1
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kservice/

2024-08-10 Thread Andreas Sturmlechner
commit: e1ac1225912d1398aeeafe62e405456af91cfef5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:57 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ac1225

kde-frameworks/kservice: drop 6.4.0

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

 kde-frameworks/kservice/Manifest  |  1 -
 kde-frameworks/kservice/kservice-6.4.0.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/kde-frameworks/kservice/Manifest b/kde-frameworks/kservice/Manifest
index aef41a9e9f26..d3e65ea0f586 100644
--- a/kde-frameworks/kservice/Manifest
+++ b/kde-frameworks/kservice/Manifest
@@ -1,3 +1,2 @@
 DIST kservice-5.116.0.tar.xz 2538968 BLAKE2B 
7cdc876b130e428139dcc477c9089e0f97c3c501b4619e9c39b67a71ca3f5edb1dc6092d3c1b889fb7c0c740f354bb2c20effcad112fdaadefadfaf1b4fa989f
 SHA512 
daadc5d0bfa2dbfc6ae0c6535f407851d1adc67529d2262d92c2e8dff8a45aa701790d8aa2e6d97d9c433409ffee4767214523f992937e244b02fb27d62ffea8
-DIST kservice-6.4.0.tar.xz 2439216 BLAKE2B 
e03adb9b2fa1c2a70cda55d1fdafcfa46138d692e3d9d7c965e5fa226049e881286f05db57e8288c9de466138de93e8bd9ed00771d352c6305785f57fc01edb6
 SHA512 
020e38630cba9c132c3ab9705f376a8f10a92649d9767f7483fc5230f2ee546fae5c23ada45ee2f2b77060fc14cba3869b6dd4b940f2621ca04ed18f4989001c
 DIST kservice-6.5.0.tar.xz 2439264 BLAKE2B 
082e6524e603f26d4cf05b2a1db6cf6f8d74f3535973a4f32689cbbd966a1f7d8e48d4f459b5db972943a5cf7e09315e9a27770f0698c97717530e006506444a
 SHA512 
e7766fbaf2af17886697bdf7eb66c5b3096009c5a2bc939fd609e279eb91f4441718eefe590f9028556cc51396eaa7f3fd2c7a7745dbb8cf3c8075970e6693f8

diff --git a/kde-frameworks/kservice/kservice-6.4.0.ebuild 
b/kde-frameworks/kservice/kservice-6.4.0.ebuild
deleted file mode 100644
index f06d6bdd50ac..
--- a/kde-frameworks/kservice/kservice-6.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Advanced plugin and service introspection"
-
-LICENSE="LGPL-2 LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+man"
-
-# requires running kde environment
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,xml]
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/kdbusaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-"
-DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qtbase-${QTMIN}:6[concurrent] )
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:6 )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package man KF6DocTools)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet/

2024-08-10 Thread Andreas Sturmlechner
commit: f3176bf76a4fc172122506f996a88f0733a864ef
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:37:10 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3176bf7

kde-frameworks/kwallet: drop 6.4.0

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

 kde-frameworks/kwallet/Manifest |  1 -
 kde-frameworks/kwallet/kwallet-6.4.0.ebuild | 52 -
 2 files changed, 53 deletions(-)

diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
index 0f946810351b..e4a920f93051 100644
--- a/kde-frameworks/kwallet/Manifest
+++ b/kde-frameworks/kwallet/Manifest
@@ -1,3 +1,2 @@
 DIST kwallet-5.116.0.tar.xz 353948 BLAKE2B 
d8c38a71e72ea9ce316a9f5af440c502b4e21b69f9ae40e740a209bde3aaa6519dd26079c99ffe1b7441a464c1ebdb34b550f9127be89c0f2baede68003eb462
 SHA512 
fc96b2e87e565dadb960159c5412cc0862454331824510405f434dfda2146ecf4e2ca133345c0c46608143da10265f154a0225f4d8d82ae6f11a184b222d663d
-DIST kwallet-6.4.0.tar.xz 351864 BLAKE2B 
64214e09f867aaf8d89b10ddf01856e3d31cccf665a731d57f8ff27e8468b662ec094300d56cf8ffebdfc74f3d280a36bcee9bc74bf82c6512bdf86fb0fc23c2
 SHA512 
d0c81ca3e45ead2b42bd01a469c8ba3f8b27986a5cf839cc1190e5efde6aa6a739bbd92d3daa95baab0b14cd0f22aaccd3b4370adf200b7cba60fc70da5e152e
 DIST kwallet-6.5.0.tar.xz 352952 BLAKE2B 
b595e551fcf56743f0d87ca88354d4efaf16c3663f46e40328e4f61c6cb885a26eb96cb7f0b235b66f636cf88473ca78c4ea54affd055bc2b87a0ba6242cdda0
 SHA512 
0547be2bf4a204fc35e603f2fff3a5c0078f22f0a0111046e9fd69dfd20cb1560be08f7f5234e3ce5f0c6d72fdc539fe78de9700d3854fd93c154106f892

diff --git a/kde-frameworks/kwallet/kwallet-6.4.0.ebuild 
b/kde-frameworks/kwallet/kwallet-6.4.0.ebuild
deleted file mode 100644
index e6425e528fbe..
--- a/kde-frameworks/kwallet/kwallet-6.4.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="gpg +man"
-
-DEPEND="
-   >=app-crypt/qca-2.3.1:2[qt6(-)]
-   dev-libs/libgcrypt:0=
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-   =kde-frameworks/kcolorscheme-${PVCUT}*:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/kdbusaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/knotifications-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-   =kde-frameworks/kwindowsystem-${PVCUT}*:6[X]
-   gpg? ( app-crypt/gpgme:=[qt6(-)] )
-"
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:6 )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package gpg Gpgmepp)
-   $(cmake_use_find_package man KF6DocTools)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Auto-unlocking after account login" 
"kde-plasma/kwallet-pam:6"
-   optfeature "KWallet management" "kde-apps/kwalletmanager:6"
-   elog "For more information, read 
https://wiki.gentoo.org/wiki/KDE#KWallet";
-   fi
-   ecm_pkg_postinst
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/

2024-08-10 Thread Andreas Sturmlechner
commit: 42b34850b54935f26006878a6a4224f3ecf76bfc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:37:01 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b34850

kde-frameworks/ktexteditor: drop 6.4.0

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

 kde-frameworks/ktexteditor/Manifest|  1 -
 .../ktexteditor/ktexteditor-6.4.0.ebuild   | 53 --
 2 files changed, 54 deletions(-)

diff --git a/kde-frameworks/ktexteditor/Manifest 
b/kde-frameworks/ktexteditor/Manifest
index b04edb69e83e..b2200310b5bb 100644
--- a/kde-frameworks/ktexteditor/Manifest
+++ b/kde-frameworks/ktexteditor/Manifest
@@ -1,3 +1,2 @@
 DIST ktexteditor-5.116.0.tar.xz 2791176 BLAKE2B 
7fb32bb7d18ccf43e33f66b0401fc086597145e3838e84a4333f99b3725e64c82ea5f78daf5fc58dfb13ea0452e85a64d1d03a503b363bba8247e26c922fd396
 SHA512 
9d17558e4f7adc5de1dec0af9ba32b2eb086def576dd32d3458b91d9f0424aa86505a57ab092a71f5274197bfd18927b7ccddf221551cd42d2a96f22394495e0
-DIST ktexteditor-6.4.0.tar.xz 2862688 BLAKE2B 
16f67bd34be2a9a7cfb19844cb643735de82d23f62187cdf565460aa47f872ecd917383c813026ad785844552c1857b12635ca5e14e3cf9b58cf5519d7086bb4
 SHA512 
a5de69616c4488b94826ba8142f8b6107aa02c2e30aabff7564e91f4cdc27cb22df078ee5c1700ca226a3b4646cf55f076f7d5737df271aa76e73169f35f81f1
 DIST ktexteditor-6.5.0.tar.xz 2846764 BLAKE2B 
d3e696a69fe57cfd08616644eca4386ba56e78964f1eab11a9bc46dfa56ba044f709fe69a9be323dc55be8485d7f1facc31c22d1cc174cc6627ba79ee0ac952d
 SHA512 
848e552b06432564fdda4667f13f514632610df50914721c0784287fe9b0f17bf50c0f8bba562d27fe9ecf6d1fa8090d2e0c419b74c8e01d668c218a45385115

diff --git a/kde-frameworks/ktexteditor/ktexteditor-6.4.0.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-6.4.0.ebuild
deleted file mode 100644
index c48eab005425..
--- a/kde-frameworks/ktexteditor/ktexteditor-6.4.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing a full text editor component"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+editorconfig"
-
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=dev-qt/qtspeech-${QTMIN}:6
-   =kde-frameworks/karchive-${PVCUT}*:6
-   =kde-frameworks/kauth-${PVCUT}*:6
-   =kde-frameworks/kcodecs-${PVCUT}*:6
-   =kde-frameworks/kcompletion-${PVCUT}*:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/kguiaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kiconthemes-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   =kde-frameworks/kitemviews-${PVCUT}*:6
-   =kde-frameworks/kjobwidgets-${PVCUT}*:6
-   =kde-frameworks/kparts-${PVCUT}*:6
-   =kde-frameworks/ktextwidgets-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-   =kde-frameworks/kwindowsystem-${PVCUT}*:6
-   =kde-frameworks/kxmlgui-${PVCUT}*:6
-   =kde-frameworks/sonnet-${PVCUT}*:6
-   =kde-frameworks/syntax-highlighting-${PVCUT}*:6
-   editorconfig? ( app-text/editorconfig-core-c )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="test? ( >=kde-frameworks/kservice-${PVCUT}:6 )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package editorconfig EditorConfig)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kiconthemes/

2024-08-10 Thread Andreas Sturmlechner
commit: 38bbe35a12d71b0166952fb7484553bdb7668871
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:27 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bbe35a

kde-frameworks/kiconthemes: drop 6.4.0

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

 kde-frameworks/kiconthemes/Manifest|  1 -
 .../kiconthemes/kiconthemes-6.4.0.ebuild   | 32 --
 2 files changed, 33 deletions(-)

diff --git a/kde-frameworks/kiconthemes/Manifest 
b/kde-frameworks/kiconthemes/Manifest
index e7ffd315d8b8..6208a16200af 100644
--- a/kde-frameworks/kiconthemes/Manifest
+++ b/kde-frameworks/kiconthemes/Manifest
@@ -1,3 +1,2 @@
 DIST kiconthemes-5.116.0.tar.xz 1312172 BLAKE2B 
a7f0231a298ce665e74f7ec2a739aec3f0c7e5636fe5b0b8c92384f78172f6d175b5ab0dbd88fb31ad51f9b7dbe9eb2c099deb6af7080725315b62c4f2b16716
 SHA512 
2c34793a8ac925c4a6fe548c26f5444e74e84624848158053e282716e59515981f248c17ec24f48794754db0eafe1b3bd63e6202c4a22fa805621084b643637c
-DIST kiconthemes-6.4.0.tar.xz 1287148 BLAKE2B 
f249e7b74ea0a9dc43a60d3ff7414231517039881fdd14c8c8299d6b1fbfef0bce116ab97c26eb5c17f5134495657182b7e713888d5272cf9ad385d7893186b7
 SHA512 
7e4b0c1836ca6f9261d6bc208969e6546abed8bdb84ea0cbb29c9f0e6fdabee8adaa37f2ca266ec431924814e55599b8a8928553b0f65e2b6366694f63cb791d
 DIST kiconthemes-6.5.0.tar.xz 1287492 BLAKE2B 
571b6fda6a84e2904de25d5ae6f93f336c6556a8b41e88e3d0d410ed337ba032130e47685b1086545aadb683ab1b5dfcdedf978ec7f532402b35abc5707283b7
 SHA512 
f37fa537021a84fdb90126ad3d3fe1d4982d0156377a266ba3067efb1531f3707a20240a8aadceae3d63f3a2d61f69ec85f9da66cf4e8f5f3982163f7dca5868

diff --git a/kde-frameworks/kiconthemes/kiconthemes-6.4.0.ebuild 
b/kde-frameworks/kiconthemes/kiconthemes-6.4.0.ebuild
deleted file mode 100644
index d46bd0c7ec17..
--- a/kde-frameworks/kiconthemes/kiconthemes-6.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for icon theming and configuration"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RESTRICT="test" # bug 574770
-
-# slot op: Uses Qt6::GuiPrivate for qiconloader_p.h, qguiapplication_p.h
-RDEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=dev-qt/qtsvg-${QTMIN}:6
-   =kde-frameworks/breeze-icons-${PVCUT}*:6
-   =kde-frameworks/karchive-${PVCUT}*:6
-   =kde-frameworks/kcolorscheme-${PVCUT}*:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifyconfig/

2024-08-10 Thread Andreas Sturmlechner
commit: d0c1a7a96a53c38e5b58133056fc885c15d50b5c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:40 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c1a7a9

kde-frameworks/knotifyconfig: drop 6.4.0

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

 kde-frameworks/knotifyconfig/Manifest  |  1 -
 .../knotifyconfig/knotifyconfig-6.4.0.ebuild   | 33 --
 2 files changed, 34 deletions(-)

diff --git a/kde-frameworks/knotifyconfig/Manifest 
b/kde-frameworks/knotifyconfig/Manifest
index 1b3a0edb2b95..254139b8367c 100644
--- a/kde-frameworks/knotifyconfig/Manifest
+++ b/kde-frameworks/knotifyconfig/Manifest
@@ -1,3 +1,2 @@
 DIST knotifyconfig-5.116.0.tar.xz 2401664 BLAKE2B 
12574922cf245545885af033c4335320de23840748c8d110b429edfcc0c91193d809abe398e29c1285b78c9a949f1439c4c3862b6981f8757932ef955cc508af
 SHA512 
e251964dc5dbc518e5a993e1d6605435f5d858868631d00178484c57e418deba4e688d3ed5dd6e58b9fcda96991ac0043da5ff762ac6038d1187a4625103d038
-DIST knotifyconfig-6.4.0.tar.xz 2385480 BLAKE2B 
316d438dbcbba8ffcbf14cdb614765cbab1a5da3ee213b3c95d61ab97a68494a9463caa5637f5a4af7dc4e14486d1d009e2be0f0540e50c54a660fa108c01ea1
 SHA512 
47823a7c155d4de3917170f682f20e45949240b60b31589756636dc57bb2b6da1da8ed3b2fc122a600abb91145409abd74885a6115c80e491f831d24fa87a261
 DIST knotifyconfig-6.5.0.tar.xz 2385828 BLAKE2B 
e70e6771c3aa3d0c273c3aa123d935e435e9d44e62ec89d30ee5bc7d200e877cba32eaf589f048daacdadf798cabe75821f92f12592db7f09ecb22c1c1b9b2d3
 SHA512 
ab3b315b8b68bb181f390c7e405fe08e7b7372677b45cb647ff4ed0f25ba44eb67cb82c608412aa0b3adfc84fa1cd5ac09666160d79ff543cba7a50a0b311e2d

diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-6.4.0.ebuild 
b/kde-frameworks/knotifyconfig/knotifyconfig-6.4.0.ebuild
deleted file mode 100644
index 6a7b398844b2..
--- a/kde-frameworks/knotifyconfig/knotifyconfig-6.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for configuring desktop notifications"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="phonon"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-   =kde-frameworks/kcompletion-${PVCUT}*:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   !phonon? ( media-libs/libcanberra )
-   phonon? ( >=media-libs/phonon-4.12.0[qt6] )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package !phonon Canberra)
-   )
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-10 Thread Andreas Sturmlechner
commit: 2a40cf53ef5fc8c5ac11b2a92aaeb748566ffd86
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:37:18 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a40cf53

kde-frameworks/purpose: drop 6.4.0

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

 kde-frameworks/purpose/Manifest |  1 -
 kde-frameworks/purpose/purpose-6.4.0.ebuild | 70 -
 2 files changed, 71 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index ac74740fd2f7..e251846fc605 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.116.0.tar.xz 181148 BLAKE2B 
9b4b267128511929fe0e81256f046552a1d70654c9a3e46ca52c2e5035003f96bf42cebf91b2ff0c19d8ca846b3dbd9106d5fd2df5dda11ec17c16bb8c419447
 SHA512 
3447135ad33c725e0512c6b20a9be81082737146fa0c5a32b0c7d50a21cb5697b2b4796d1cbffc8661dd845ee3ef51bc57af0c94cce0ed14cc1542df822139d5
-DIST purpose-6.4.0.tar.xz 173916 BLAKE2B 
2ef90d2d76b8ec1b8c22a71a56667a8b9f0fcdfc3cbcd86cc835a088e6f68606eb4ff1a8df78398edad53c101a70d88eb78afb3375bfed4840c4645d904e4dc0
 SHA512 
0f52dfd6bed4cd5d0fa0bc1673edef1de773a4a404947ba9f1e9519c28f73ed5779e4c157c5cfa43ff6c2a6c2e119950b635b3e236b578e6dc75e09ddf330dd9
 DIST purpose-6.5.0.tar.xz 174700 BLAKE2B 
780682a8308023e40723616f3f69704fc168d4a3391194948a7345246cf0014572d0100fccb2575c11251b067c26a21f40997418bb98e35287e7c88b3454c9e2
 SHA512 
8f0947545c125b08ed34a36321d73ff99725e6e537ec7675f8cff0673c11b7a4570bf194da409b43c997927a844f2236ebaf07fd193f887d57e768485f41ca0b

diff --git a/kde-frameworks/purpose/purpose-6.4.0.ebuild 
b/kde-frameworks/purpose/purpose-6.4.0.ebuild
deleted file mode 100644
index 601eaf910a3c..
--- a/kde-frameworks/purpose/purpose-6.4.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
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="bluetooth webengine"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   =kde-frameworks/kirigami-${PVCUT}*:6
-   =kde-frameworks/knotifications-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/prison-${PVCUT}*:6
-   webengine? (
-   kde-apps/kaccounts-integration:6
-   >=net-libs/accounts-qt-1.16_p20220803[qt6]
-   )
-"
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-   >=kde-frameworks/kdeclarative-${PVCUT}:6
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
-   webengine? ( >=net-libs/accounts-qml-0.7_p20231028[qt6] )
-"
-BDEPEND="webengine? ( dev-util/intltool )"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package webengine KAccounts6)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/

2024-08-10 Thread Andreas Sturmlechner
commit: 8769836cb738ca1c80ad29fa770faddcfda0d7ad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:37:23 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8769836c

kde-frameworks/qqc2-desktop-style: drop 6.4.0

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

 kde-frameworks/qqc2-desktop-style/Manifest |  1 -
 .../qqc2-desktop-style-6.4.0.ebuild| 36 --
 2 files changed, 37 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/Manifest 
b/kde-frameworks/qqc2-desktop-style/Manifest
index 63c61d95b15f..520be98ce68c 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,3 +1,2 @@
 DIST qqc2-desktop-style-5.116.1.tar.xz 73068 BLAKE2B 
713b863a08785f8d8a3509aad938818881e71bc2b966d10d823a805733bf2a5382337b7966a5c11c005ddf99a5e9ef377d59658568fc8cdcbdd1c35be41e1b09
 SHA512 
80520c19717f9150b6b0e91f45e65ef967f7fbadaff5b1f6bdab526822706a361e0094ded93826ea9fb2dc3028f8cd076e03b2067dbfc1d43ff764bc5ae5facb
-DIST qqc2-desktop-style-6.4.0.tar.xz 86876 BLAKE2B 
de103f2b8bb67403bc59e6a6137901fc01a37c5d8801e3c903c968f970558cf39325005c4edc4d7e931f1ea4986a2c8be6b309e169a6e247c9d65fba3e39
 SHA512 
bc8404948c4e79781f7cb6fedb99580c8254ccc3ff246b927eda1c88d3b4ec31bbb15ff661811232ad76513f208e83f9ff7a9d6b5b3d8c2f8bc97dd4c4c49e59
 DIST qqc2-desktop-style-6.5.0.tar.xz 87208 BLAKE2B 
f95f2e7798dbd7a0940eabfca75388c52f7c20d061e0a064a566c7cd7b001dc90f94ed03e8e69b3b170fdaedbe636a45559c902ae9978d08e921c7ed71a83979
 SHA512 
f0a278a9550eb222fc5fc099d71fd28e70e016987bea773b87bd9b2b3f47cd9b8ed5890225b956bb603019ec2dc07831f5c13e11e04aa5b6eea4426be37452f4

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild 
b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild
deleted file mode 100644
index 052306a8ad15..
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for 
painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
-# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6=
-   =kde-frameworks/kcolorscheme-${PVCUT}*:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kiconthemes-${PVCUT}*:6
-   =kde-frameworks/kirigami-${PVCUT}*:6
-   =kde-frameworks/sonnet-${PVCUT}*:6[qml]
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qt5compat-${QTMIN}:6
-"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-CMAKE_SKIP_TESTS=(
-   # bug 926509
-   animationspeedmodifiertest
-)



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

2024-08-10 Thread Andreas Sturmlechner
commit: c2c08715d8ba483c3066053d8528f64001b07435
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:49:43 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c08715

media-sound/easyeffects: drop 7.0.7

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

 media-sound/easyeffects/Manifest |  1 -
 media-sound/easyeffects/easyeffects-7.0.7.ebuild | 80 
 2 files changed, 81 deletions(-)

diff --git a/media-sound/easyeffects/Manifest b/media-sound/easyeffects/Manifest
index 4daae661bb0f..379f0b62d0c8 100644
--- a/media-sound/easyeffects/Manifest
+++ b/media-sound/easyeffects/Manifest
@@ -1,3 +1,2 @@
-DIST easyeffects-7.0.7.tar.gz 3359508 BLAKE2B 
16c4fd322eefcd16bb8a83a5443e482689b2f4665556f306e11c072b869f9929d5c7b781f7adbba7faacb71a07c0bdd2b61efb6584131e61e2bfa6dedcdf3c8d
 SHA512 
3ceadf6c8acff64a98cf6c0e2c5386aa7b6d4649d49a9879574415bb7959b9c7243870bc30ea38bb3de3ee5b4d9ab9892eb8809069c08b2a50ab7f2342f6a1e4
 DIST easyeffects-7.1.3.tar.gz 3426093 BLAKE2B 
62ff40388df2a3452d23968881ab7d247c5504abc4524564e919cc520700e64978914248f00fb8b3ae251b895850d9a4dee763576baf2c43af3cd1105d2b62d5
 SHA512 
9e277b0c432f5015b33d4ac6961d5eec4cbf498dd2e947d231a9c13d8c7b7680f7ded7bf3d55d2c72ebf46de94308447a0b1e3b8cbbb13ce96c3a79bf027ffa3
 DIST easyeffects-7.1.6.tar.gz 3505689 BLAKE2B 
fbb1dd05b2e5f8e3224653ddebf49175af1d6b39d034d6446750e780ec0f8f8a4d58b085c019767a121641d8b5176f0a6a0d828c3537aa2c3803223015fe6826
 SHA512 
7c70aeb66fc2242011c96d44b4a007cdec4733c968195089ec62968ee1dcb96ec6460ac67a2eb8baa104120bc13798792236fb677ac3f56557bfb05109b43f02

diff --git a/media-sound/easyeffects/easyeffects-7.0.7.ebuild 
b/media-sound/easyeffects/easyeffects-7.0.7.ebuild
deleted file mode 100644
index 0e8515fc94de..
--- a/media-sound/easyeffects/easyeffects-7.0.7.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson toolchain-funcs
-
-DESCRIPTION="Limiter, auto volume and many other plugins for PipeWire 
applications"
-HOMEPAGE="https://github.com/wwmm/easyeffects";
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/wwmm/easyeffects";
-else
-   SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="calf +doc mda-lv2 zamaudio"
-
-COMMON="dev-cpp/nlohmann_json
-   dev-cpp/tbb
-   >=dev-libs/glib-2.56:2
-   dev-libs/libfmt
-   >=dev-libs/libsigc++-3.0.6:3
-   >=gui-libs/gtk-4.10.0:4
-   >=gui-libs/libadwaita-1.2.0:1
-   media-libs/libbs2b
-   >=media-libs/libebur128-1.2.0
-   media-libs/libsndfile
-   media-libs/libsoundtouch
-   >=media-libs/lilv-0.22
-   >=media-libs/lv2-1.18.2
-   media-libs/rnnoise
-   media-libs/speexdsp
-   >=media-libs/zita-convolver-3.0.0
-   >=media-video/pipewire-0.3.41
-   sci-libs/gsl:=
-   sci-libs/fftw:3.0"
-# Only header files are used from libsamplerate
-DEPEND="${COMMON}
-   media-libs/libsamplerate"
-RDEPEND="${COMMON}
-   >=media-libs/lsp-plugins-1.1.24[lv2]
-   sys-apps/dbus
-   calf? ( >=media-plugins/calf-0.90.1[lv2] )
-   doc? ( gnome-extra/yelp )
-   mda-lv2? ( media-plugins/mda-lv2 )
-   zamaudio? ( media-plugins/zam-plugins )"
-BDEPEND="dev-libs/appstream-glib
-   dev-util/desktop-file-utils
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != "binary" ]] ; then
-   if ! tc-is-gcc; then
-   if ! tc-is-clang || [[ $(clang-major-version) -lt 16 
]]; then
-   die "${PN} can only be built with GCC or 
>=Clang-16 due to required level of C++20 support"
-   fi
-   elif [[ $(gcc-major-version) -lt 11 ]] ; then
-   die "Since version 6.2.5 ${PN} requires GCC 11 or newer 
to build (Bug #848072)"
-   fi
-   fi
-}
-
-pkg_postinst() {
-   gnome2_gconf_install
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdiff3/

2024-08-10 Thread Andreas Sturmlechner
commit: ced57017db4ff713428257c46558a76c7d4f9479
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 21:37:58 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced57017

kde-misc/kdiff3: drop 1.11.2

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

 kde-misc/kdiff3/kdiff3-1.11.2.ebuild | 47 
 1 file changed, 47 deletions(-)

diff --git a/kde-misc/kdiff3/kdiff3-1.11.2.ebuild 
b/kde-misc/kdiff3/kdiff3-1.11.2.ebuild
deleted file mode 100644
index 070dd90af8ee..
--- a/kde-misc/kdiff3/kdiff3-1.11.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm kde.org
-
-DESCRIPTION="Frontend to diff3 based on KDE Frameworks"
-HOMEPAGE="https://apps.kde.org/kdiff3/ https://userbase.kde.org/KDiff3";
-SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=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
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/boost-1.82
-"
-RDEPEND="${COMMON_DEPEND}
-   !${CATEGORY}/${PN}:5
-   sys-apps/diffutils
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_WITH_QT6=ON
-   # TODO: -DENABLE_GDBINDEX?
-   )
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdiff3/files/, kde-misc/kdiff3/

2024-08-10 Thread Andreas Sturmlechner
commit: 5a59820eaa645944a7136c4d623da15364d6701f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 21:12:58 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a59820e

kde-misc/kdiff3: Handle 0 height QWidget in getNofVisibleLines

Upstream commit 5965591080306c66a48e961d264f212989fdae94

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=487338

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

 .../files/kdiff3-1.11.2-fix-fp-exception.patch | 55 ++
 kde-misc/kdiff3/kdiff3-1.11.2-r1.ebuild| 49 +++
 2 files changed, 104 insertions(+)

diff --git a/kde-misc/kdiff3/files/kdiff3-1.11.2-fix-fp-exception.patch 
b/kde-misc/kdiff3/files/kdiff3-1.11.2-fix-fp-exception.patch
new file mode 100644
index ..b735d659f928
--- /dev/null
+++ b/kde-misc/kdiff3/files/kdiff3-1.11.2-fix-fp-exception.patch
@@ -0,0 +1,55 @@
+From 5965591080306c66a48e961d264f212989fdae94 Mon Sep 17 00:00:00 2001
+From: Michael Reeves 
+Date: Thu, 4 Jul 2024 07:50:21 -0400
+Subject: [PATCH] Handle 0 height QWidget in getNofVisibleLines
+
+BUG:487338
+FIXED-IN:1.11.3
+---
+ src/difftextwindow.cpp| 8 +---
+ src/mergeresultwindow.cpp | 3 ++-
+ 2 files changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/src/difftextwindow.cpp b/src/difftextwindow.cpp
+index 783d13a66..85c0419fd 100644
+--- a/src/difftextwindow.cpp
 b/src/difftextwindow.cpp
+@@ -574,7 +574,9 @@ LineRef DiffTextWindow::convertDiff3LineIdxToLine(const 
LineType d3lIdx) const
+ */
+ LineRef getBestFirstLine(LineRef line, LineType nofLines, LineRef firstLine, 
LineType visibleLines)
+ {
+-if(line < visibleLines) //well known result.
++assert(visibleLines >= 0); // VisibleLines should not be < 0.
++
++if(line < visibleLines || visibleLines == 0) //well known result.
+ return 0;
+ 
+ LineRef newFirstLine = firstLine;
+@@ -1412,8 +1414,8 @@ void DiffTextWindow::resizeEvent(QResizeEvent* e)
+ LineType DiffTextWindow::getNofVisibleLines() const
+ {
+ QFontMetrics fm = fontMetrics();
+-
+-return height() / fm.lineSpacing() - 1;
++//QWidget::height() may return 0 with certian configurations with 0 
length input files loaded.
++return std::max((LineType)ceil(height() / fm.lineSpacing()) - 1, 0);
+ }
+ 
+ qint32 DiffTextWindow::getVisibleTextAreaWidth() const
+diff --git a/src/mergeresultwindow.cpp b/src/mergeresultwindow.cpp
+index b1100569d..46e50c945 100644
+--- a/src/mergeresultwindow.cpp
 b/src/mergeresultwindow.cpp
+@@ -471,7 +471,8 @@ qint32 MergeResultWindow::getVisibleTextAreaWidth() const
+ qint32 MergeResultWindow::getNofVisibleLines() const
+ {
+ QFontMetrics fm = fontMetrics();
+-return (height() - 3) / fm.lineSpacing() - 2;
++//QWidget::height() may return 0 with certian configurations with 0 
length input files loaded.
++return std::max((qint32)ceil((height() - 3) / fm.lineSpacing()) - 2, 0);
+ }
+ 
+ qint32 MergeResultWindow::getTextXOffset() const
+-- 
+GitLab
+

diff --git a/kde-misc/kdiff3/kdiff3-1.11.2-r1.ebuild 
b/kde-misc/kdiff3/kdiff3-1.11.2-r1.ebuild
new file mode 100644
index ..35a32af7049c
--- /dev/null
+++ b/kde-misc/kdiff3/kdiff3-1.11.2-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KFMIN=6.3.0
+QTMIN=6.6.2
+inherit ecm kde.org
+
+DESCRIPTION="Frontend to diff3 based on KDE Frameworks"
+HOMEPAGE="https://apps.kde.org/kdiff3/ https://userbase.kde.org/KDiff3";
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-qt/qt5compat-${QTMIN}:6
+   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=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
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/boost-1.82
+"
+RDEPEND="${COMMON_DEPEND}
+   !${CATEGORY}/${PN}:5
+   sys-apps/diffutils
+"
+
+PATCHES=( "${FILESDIR}/${P}-fix-fp-exception.patch" ) # KDE-bug 487338
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_WITH_QT6=ON
+   # TODO: -DENABLE_GDBINDEX?
+   )
+   ecm_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktextwidgets/

2024-08-10 Thread Andreas Sturmlechner
commit: 5f408e675be5ab4abccad3e6bc62b64d542cb7c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:37:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f408e67

kde-frameworks/ktextwidgets: drop 6.4.0

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

 kde-frameworks/ktextwidgets/Manifest   |  1 -
 .../ktextwidgets/ktextwidgets-6.4.0.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/kde-frameworks/ktextwidgets/Manifest 
b/kde-frameworks/ktextwidgets/Manifest
index 524d777e68a5..11c4888ede74 100644
--- a/kde-frameworks/ktextwidgets/Manifest
+++ b/kde-frameworks/ktextwidgets/Manifest
@@ -1,3 +1,2 @@
 DIST ktextwidgets-5.116.0.tar.xz 2552684 BLAKE2B 
4ef07c2cdc480c600164c7b1f6d9c7706f1faddd560072d405466a5ba50c672993097b07f36e48e7259430fbc58c3938d074b7732d0e2402771d92d906997708
 SHA512 
0534a06529e681da51aac627869de8587e3002a5ad3b460725924454ef66a69cb4b72a8b455aa4bf06b50cf0623f54ba6ba267485e2317659dc5ada295092b4c
-DIST ktextwidgets-6.4.0.tar.xz 2507372 BLAKE2B 
d394bf172355de67cc61dc3f34e899bba44e7b94d522ea7732306a7b2d4265478e97e3a9981376f3698be1e1affa3ccc898092694eac2468a5b032dd23c7ac85
 SHA512 
85738d67b5cd0ef0bb2c3dfbd034ea7ef1c1b658910d2dc5b0f1fb288ce7ac8d9f7c8df761d426756cafb13131115402fc2ce8525eadc0a682844ef1d9c68d5e
 DIST ktextwidgets-6.5.0.tar.xz 2507204 BLAKE2B 
1ed0978d618a581e0020cd55894e9b6e255f642b74512e42d453f5437f7119bbccdd53b23beaba01dd5c2e0a0edbc2241ab3a6620b0a7cd272c7ecbe06c615da
 SHA512 
6b4d8d8db1379529c11c8ef924e3a94801fbff68b631cc3d7e5e00525e371b10e8afadcdead15168c57ac6d01ac1735947abb6999fbc9e5c599e1752e5462d5e

diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-6.4.0.ebuild 
b/kde-frameworks/ktextwidgets/ktextwidgets-6.4.0.ebuild
deleted file mode 100644
index 8fb3c171b8d5..
--- a/kde-frameworks/ktextwidgets/ktextwidgets-6.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing an assortment of widgets for displaying and 
editing text"
-
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="speech"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-   =kde-frameworks/kcompletion-${PVCUT}*:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-   =kde-frameworks/sonnet-${PVCUT}*:6
-   speech? ( >=dev-qt/qtspeech-${QTMIN}:6 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_TEXT_TO_SPEECH=$(usex speech)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kxmlgui/

2024-08-10 Thread Andreas Sturmlechner
commit: e35b557e449a8d6f45aecb1a78c5f7934822a793
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:37:14 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35b557e

kde-frameworks/kxmlgui: drop 6.4.0

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

 kde-frameworks/kxmlgui/Manifest |  1 -
 kde-frameworks/kxmlgui/kxmlgui-6.4.0.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/kde-frameworks/kxmlgui/Manifest b/kde-frameworks/kxmlgui/Manifest
index ad1437d8248f..92b004304e05 100644
--- a/kde-frameworks/kxmlgui/Manifest
+++ b/kde-frameworks/kxmlgui/Manifest
@@ -1,3 +1,2 @@
 DIST kxmlgui-5.116.0.tar.xz 2953508 BLAKE2B 
133ae08dfa3b7f2077530f2164c6a912cfe4681ff41682ba7f76ebbf8b732dab3ee267a98eac46b02e58f87a891312b6dbfeffe65fc1eb290f1bb609e2b293a4
 SHA512 
e3a205f8eb0dc28869530e73e02ab090c55a5e1a54e3747b2271e34d211e2fb81fc61d07a44fc9ff3b41d37720e2861e4bff04d06419e5813ee526c02681bbef
-DIST kxmlgui-6.4.0.tar.xz 2925656 BLAKE2B 
329f657d45fe4ef931fabd7c99f82482f429a853465f1b5b95245121cb7a271461a90af050aec059f26f394f6b87640b1da8a6e6275df4ffbdad163404389ca5
 SHA512 
3064db09577201ddd600256487a39f0c980c75c4bbdc4d2287cebde87cf7e8a044cb261e7e1f2e2f6cbf76eb1b23c6af65423235a65b1c76274eda69f1e1a745
 DIST kxmlgui-6.5.0.tar.xz 2925684 BLAKE2B 
eec51be027d67619e12f6e8bb8699bb24604f862a0ff79ce3c7ff1811def3c6aa24336687959feb43ca6a176a9425dc736587882b6290d8ba64314d3a5f6be9b
 SHA512 
5f539278e0aaa045682100b5a5029c34544e19d73951425bb3bb98959e8d2a8adad6d185a6c4f260ba11fb9d894340f0d9cdd5342077efcc2c556fda90385fcb

diff --git a/kde-frameworks/kxmlgui/kxmlgui-6.4.0.ebuild 
b/kde-frameworks/kxmlgui/kxmlgui-6.4.0.ebuild
deleted file mode 100644
index 79b92c61df5c..
--- a/kde-frameworks/kxmlgui/kxmlgui-6.4.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for managing menu and toolbar actions in an abstract 
way"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# slot op: includes QtCore/private/qlocale_p.h
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,ssl,widgets,xml]
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/kglobalaccel-${PVCUT}*:6
-   =kde-frameworks/kguiaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kiconthemes-${PVCUT}*:6
-   =kde-frameworks/kitemviews-${PVCUT}*:6
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-"
-RDEPEND="${DEPEND}"
-
-CMAKE_SKIP_TESTS=(
-   # bug 668198: files are missing; whatever.
-   ktoolbar_unittest
-   # bug 650290
-   kxmlgui_unittest
-   # bug 808216
-   ktooltiphelper_unittest
-)



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/krunner/

2024-08-10 Thread Andreas Sturmlechner
commit: ffd1beb86cae4c45966f8b29172cf161077a5cfd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:36:53 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd1beb8

kde-frameworks/krunner: drop 6.4.0

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

 kde-frameworks/krunner/Manifest |  1 -
 kde-frameworks/krunner/krunner-6.4.0.ebuild | 34 -
 2 files changed, 35 deletions(-)

diff --git a/kde-frameworks/krunner/Manifest b/kde-frameworks/krunner/Manifest
index 9592284f4af6..1dd49e32882c 100644
--- a/kde-frameworks/krunner/Manifest
+++ b/kde-frameworks/krunner/Manifest
@@ -1,3 +1,2 @@
 DIST krunner-5.116.0.tar.xz 89076 BLAKE2B 
24e29ec52aefd9b53b4c1da14f7783540e66e29d026e2750a52945719daff2ecb582a468780307296cabe00b6aeaf3602ea2793b47db7ede33f34131b0985c4e
 SHA512 
53fdc8e841219578a75b7d6ca67aaebd44e2208adfc99a4937c8377369f66a0f907390f49eca6d98385e3fdddc27ec1844620d7390900999d5eb966a565666c9
-DIST krunner-6.4.0.tar.xz 131172 BLAKE2B 
25c7ff09bb9c9dd8be620b27659540510fb0a98c0330d230534b919385b31a164199dc8a933a294daee9267e5dded19c302d8b36a514829c40b4ab7bd15ed3a4
 SHA512 
3768bedefb67f0e13f12963bf86461d1a65faead74c66febda896d7cf8f90837bd5483beac640f8cf5da509c908218c5c60babea7459e8f3d784b83c3865365e
 DIST krunner-6.5.0.tar.xz 131184 BLAKE2B 
691b36c38984a73deeafc43923a7e1c09c026d95a17d7a2ffb970c0b0255bfece5279549ac49fe3f2c4967e22d28bf0f098238cfc014f51cc71134b9ce2c6abf
 SHA512 
c48c69b05c5e0bd465823719ce3b47839fc0883e3176d8549e75dc836d35333f46189050ee1e39beb9014ddbaa33d6639039440682edb39031b4bee72cd08d5f

diff --git a/kde-frameworks/krunner/krunner-6.4.0.ebuild 
b/kde-frameworks/krunner/krunner-6.4.0.ebuild
deleted file mode 100644
index 33e5bed6e5f8..
--- a/kde-frameworks/krunner/krunner-6.4.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for providing different actions given a string query"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kitemmodels-${PVCUT}*:6
-"
-RDEPEND="${DEPEND}"
-
-CMAKE_SKIP_TESTS=(
-   # requires virtual dbus, otherwise hangs; bugs #630672
-   dbusrunnertest
-   # bug 789351
-   runnermanagersinglerunnermodetest
-   # bug 838502
-   runnermanagertest
-   # bug 926502, needs dbus
-   threadingtest
-)



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

2024-08-10 Thread Michał Górny
commit: 203d324fb1e57dc09fe5888422d496f7564fe917
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 08:16:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 08:16:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203d324f

xfce-extra/xfce4-screenshooter: Stabilize 1.11.0 x86, #937649

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

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

diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.11.0.ebuild 
b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.11.0.ebuild
index 4c5ede081dbe..c40267c79d95 100644
--- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.11.0.ebuild
+++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.11.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="X wayland"
 REQUIRED_USE="|| ( X wayland )"
 



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

2024-08-10 Thread Michał Górny
commit: 36e52d970708b1ba0ebdc6293d8aac0ad96277ff
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 08:16:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 08:16:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e52d97

app-arch/lz4: Stabilize 1.10.0-r1 ppc, #937643

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

 app-arch/lz4/lz4-1.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lz4/lz4-1.10.0-r1.ebuild 
b/app-arch/lz4/lz4-1.10.0-r1.ebuild
index 694041eb630b..9b331e1e72aa 100644
--- a/app-arch/lz4/lz4-1.10.0-r1.ebuild
+++ b/app-arch/lz4/lz4-1.10.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/lz4/lz4/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-2"
 SLOT="0/1.10.0-meson"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 



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

2024-08-10 Thread Michał Górny
commit: 34ed69aa8900bc1c84a58f415aa9afe1e20afe2a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 08:16:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 08:16:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ed69aa

net-wireless/blueman: Stabilize 2.4.3 amd64, #937647

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

 net-wireless/blueman/blueman-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.3.ebuild 
b/net-wireless/blueman/blueman-2.4.3.ebuild
index 4bf478f82657..d4d1f0cf5cc6 100644
--- a/net-wireless/blueman/blueman-2.4.3.ebuild
+++ b/net-wireless/blueman/blueman-2.4.3.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-08-10 Thread Michał Górny
commit: 1d6b3d0c8825ffbaed621a3026007b080fb905bb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 08:16:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 08:16:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6b3d0c

net-wireless/blueman: Stabilize 2.4.3 ppc, #937647

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

 net-wireless/blueman/blueman-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/blueman/blueman-2.4.3.ebuild 
b/net-wireless/blueman/blueman-2.4.3.ebuild
index d4d1f0cf5cc6..c0724f44e10b 100644
--- a/net-wireless/blueman/blueman-2.4.3.ebuild
+++ b/net-wireless/blueman/blueman-2.4.3.ebuild
@@ -21,7 +21,7 @@ else

https://github.com/blueman-project/blueman/releases/download/${PV/_/.}/${P/_/.}.tar.xz
"
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv ~x86"
 fi
 
 # icons are GPL-2



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

2024-08-10 Thread Michał Górny
commit: d45979aa6888b9fe5b8e250afa3921a663097733
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 08:16:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 08:16:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45979aa

dev-python/gmpy: Stabilize 2.2.1 arm64, #937650

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

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

diff --git a/dev-python/gmpy/gmpy-2.2.1.ebuild 
b/dev-python/gmpy/gmpy-2.2.1.ebuild
index 7f8da34d25b1..00d6c1d762b4 100644
--- a/dev-python/gmpy/gmpy-2.2.1.ebuild
+++ b/dev-python/gmpy/gmpy-2.2.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-3+"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 
 DEPEND="
>=dev-libs/mpc-1.0.2:=



  1   2   3   4   5   >