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

2022-05-29 Thread Sam James
commit: 2d8c867b47782bb9f938e2f67dbe1685782597d6
Author: Sam James  gentoo  org>
AuthorDate: Mon May 30 04:55:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 30 04:55:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8c867b

media-video/wireplumber: fix UnquotedVariable

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

 media-video/wireplumber/wireplumber-0.4.10-r3.ebuild | 2 +-
 media-video/wireplumber/wireplumber-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/wireplumber/wireplumber-0.4.10-r3.ebuild 
b/media-video/wireplumber/wireplumber-0.4.10-r3.ebuild
index f5d48d6fca34..bcd942a98219 100644
--- a/media-video/wireplumber/wireplumber-0.4.10-r3.ebuild
+++ b/media-video/wireplumber/wireplumber-0.4.10-r3.ebuild
@@ -96,7 +96,7 @@ src_install() {
# If a reflinking CoW filesystem is used (e.g. Btrfs), then the files
# will not actually get stored twice until modified.
insinto /etc
-   doins -r ${ED}/usr/share/wireplumber
+   doins -r "${ED}"/usr/share/wireplumber
 }
 
 pkg_postinst() {

diff --git a/media-video/wireplumber/wireplumber-.ebuild 
b/media-video/wireplumber/wireplumber-.ebuild
index d231bfe704c3..ca50e19600e4 100644
--- a/media-video/wireplumber/wireplumber-.ebuild
+++ b/media-video/wireplumber/wireplumber-.ebuild
@@ -88,7 +88,7 @@ src_install() {
# If a reflinking CoW filesystem is used (e.g. Btrfs), then the files
# will not actually get stored twice until modified.
insinto /etc
-   doins -r ${ED}/usr/share/wireplumber
+   doins -r "${ED}"/usr/share/wireplumber
 }
 
 pkg_postinst() {



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

2022-05-29 Thread Sam James
commit: 96203039ab3a9dba2c9bd332ce96d1a9174382a3
Author: Niklāvs Koļesņikovs <89q1r14hd  relay  firefox  com>
AuthorDate: Sun May 29 14:16:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 30 04:42:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96203039

media-video/wireplumber: clean up troublesome 0.4.10 ebuilds

The original WirePlumber 0.4.10 as well as the 0.4.10-r2 ebuilds
lack an important patch that can result in no devices being detected,
when running with outdated Lua scripts/configuration. 0.4.10-r1 and
-r3 ebuilds should not have that issue with -r1 being kept just in case
if the newer one turns out to have some other issue due to backports.

Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd  relay.firefox.com>
Closes: https://github.com/gentoo/gentoo/pull/25675
Signed-off-by: Sam James  gentoo.org>

 .../wireplumber/wireplumber-0.4.10-r2.ebuild   | 124 -
 media-video/wireplumber/wireplumber-0.4.10.ebuild  | 118 
 2 files changed, 242 deletions(-)

diff --git a/media-video/wireplumber/wireplumber-0.4.10-r2.ebuild 
b/media-video/wireplumber/wireplumber-0.4.10-r2.ebuild
deleted file mode 100644
index a3581508193e..
--- a/media-video/wireplumber/wireplumber-0.4.10-r2.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{3,4} )
-
-inherit lua-single meson systemd
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://gitlab.freedesktop.org/pipewire/${PN}.git;
-   EGIT_BRANCH="master"
-   inherit git-r3
-else
-   
SRC_URI="https://gitlab.freedesktop.org/pipewire/${PN}/-/archive/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-DESCRIPTION="Replacement for pipewire-media-session"
-HOMEPAGE="https://gitlab.freedesktop.org/pipewire/wireplumber;
-
-LICENSE="MIT"
-SLOT="0/0.4"
-IUSE="elogind system-service systemd test"
-
-REQUIRED_USE="
-   ${LUA_REQUIRED_USE}
-   ?? ( elogind systemd )
-   system-service? ( systemd )
-"
-
-RESTRICT="!test? ( test )"
-
-# introspection? ( dev-libs/gobject-introspection ) is valid but likely only 
used for doc building
-BDEPEND="
-   dev-libs/glib
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   sys-devel/gettext
-"
-
-DEPEND="
-   ${LUA_DEPS}
-   >=dev-libs/glib-2.62
-   >=media-video/pipewire-0.3.48:=
-   virtual/libc
-   virtual/libintl
-   elogind? ( sys-auth/elogind )
-   systemd? ( sys-apps/systemd )
-"
-
-# Any dev-lua/* deps get declared like this inside RDEPEND:
-#  $(lua_gen_cond_dep '
-#  dev-lua/[${LUA_USEDEP}]
-#  ')
-RDEPEND="${DEPEND}
-   system-service? (
-   acct-user/pipewire
-   acct-group/pipewire
-   )
-"
-
-DOCS=( {NEWS,README}.rst )
-
-PATCHES=(
-   
"${FILESDIR}"/${P}-m-lua-scripting-allow-converting-GValue-holding-NUL.patch
-   
"${FILESDIR}"/${P}-alsa.lua-fix-device-name-deduplication-when-reserva.patch
-   "${FILESDIR}"/${P}-m-lua-scripting-fix-object-refcounting.patch
-)
-
-src_configure() {
-   local emesonargs=(
-   -Ddoc=disabled # Ebuild not wired up yet (Sphinx, Doxygen?)
-   -Dintrospection=disabled # Only used for Sphinx doc generation
-   -Dsystem-lua=true # We always unbundle everything we can
-   -Dsystem-lua-version=$(ver_cut 1-2 $(lua_get_version))
-   $(meson_feature elogind)
-   $(meson_feature systemd)
-   $(meson_use system-service systemd-system-service)
-   $(meson_use systemd systemd-user-service)
-   -Dsystemd-system-unit-dir=$(systemd_get_systemunitdir)
-   -Dsystemd-user-unit-dir=$(systemd_get_userunitdir)
-   $(meson_use test tests)
-   )
-
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-
-   # We copy the default config, so that Gentoo tools can pick up on any
-   # updates and /etc does not end up with stale overrides.
-   # If a reflinking CoW filesystem is used (e.g. Btrfs), then the files
-   # will not actually get stored twice until modified.
-   insinto /etc
-   doins -r ${ED}/usr/share/wireplumber
-}
-
-pkg_postinst() {
-   if systemd_is_booted ; then
-   ewarn "pipewire-media-session.service is no longer installed. 
You must switch"
-   ewarn "to wireplumber.service user unit before your next 
logout/reboot:"
-   ewarn "systemctl --user disable pipewire-media-session.service"
-   ewarn "systemctl --user --force enable wireplumber.service"
-   else
-   ewarn "Switch to WirePlumber will happen the next time 
gentoo-pipewire-launcher"
-   ewarn "is started (a replacement for directly calling pipewire 
binary)."
- 

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

2022-05-29 Thread Sam James
commit: 6773cae240f67b63545aad170a8ce49222379296
Author: Niklāvs Koļesņikovs <89q1r14hd  relay  firefox  com>
AuthorDate: Sun May 29 14:05:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 30 04:42:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6773cae2

media-video/wireplumber: fix a bad mistake in 0.4.10-r2 by doing -r3

Somehow git format-patch ended up producing a revert for an unrelated
commit which either randomly or perhaps via some copy and paste error
happened to be a revert of the only patch that 0.4.10-r1 was applying.

Because of that wireplumber-0.4.10-r2 incorrectly dropped it. This is
now fixed in 0.4.10-r3 by reinstating the removed patch as well as
adding in the one that was meant to be present in -r2 but had been
incorrectly generated due to probably wrong git format-patch command.

Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd  relay.firefox.com>
Signed-off-by: Sam James  gentoo.org>

 ...nodes-don-t-check-if-all-device-nodes-are.patch | 187 +
 .../wireplumber/wireplumber-0.4.10-r3.ebuild   | 126 ++
 2 files changed, 313 insertions(+)

diff --git 
a/media-video/wireplumber/files/wireplumber-0.4.10-m-default-nodes-don-t-check-if-all-device-nodes-are.patch
 
b/media-video/wireplumber/files/wireplumber-0.4.10-m-default-nodes-don-t-check-if-all-device-nodes-are.patch
new file mode 100644
index ..d9c51489a893
--- /dev/null
+++ 
b/media-video/wireplumber/files/wireplumber-0.4.10-m-default-nodes-don-t-check-if-all-device-nodes-are.patch
@@ -0,0 +1,187 @@
+https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/392cce2136e81ac3146078eacbbae85b694c917a
+
+From 392cce2136e81ac3146078eacbbae85b694c917a Mon Sep 17 00:00:00 2001
+From: Julian Bouzas 
+Date: Fri, 20 May 2022 07:38:24 -0400
+Subject: [PATCH] m-default-nodes: don't check if all device nodes are ready
+ when finding default node
+
+This check was originally added to avoid a small audio glitch when changing
+default nodes while also changing the device profile (eg Gnome Sound Settings).
+The check is removed because it causes issues when disabling alsa nodes. There
+are plans to fix the audio glitch issue in the future with the planned
+event-dispatcher architecture.
+
+Fixes #279
+---
+ modules/module-default-nodes.c | 136 -
+ 1 file changed, 136 deletions(-)
+
+diff --git a/modules/module-default-nodes.c b/modules/module-default-nodes.c
+index 0fdaed5..577f9bb 100644
+--- a/modules/module-default-nodes.c
 b/modules/module-default-nodes.c
+@@ -345,135 +345,6 @@ reevaluate_default_node (WpDefaultNodes * self, 
WpMetadata *m, gint node_t)
+   }
+ }
+ 
+-static guint
+-get_device_total_nodes (WpPipewireObject * proxy)
+-{
+-  g_autoptr (WpIterator) profiles = NULL;
+-  g_auto (GValue) item = G_VALUE_INIT;
+-
+-  profiles = wp_pipewire_object_enum_params_sync (proxy, "Profile", NULL);
+-  if (!profiles)
+-return 0;
+-
+-  for (; wp_iterator_next (profiles, ); g_value_unset ()) {
+-WpSpaPod *pod = g_value_get_boxed ();
+-gint idx = -1;
+-const gchar *name = NULL;
+-g_autoptr (WpSpaPod) classes = NULL;
+-
+-/* Parse */
+-if (!wp_spa_pod_get_object (pod, NULL,
+-"index", "i", ,
+-"name", "s", ,
+-"classes", "?P", ,
+-NULL))
+-  continue;
+-if (!classes)
+-  continue;
+-
+-/* Parse profile classes */
+-{
+-  g_autoptr (WpIterator) it = wp_spa_pod_new_iterator (classes);
+-  g_auto (GValue) v = G_VALUE_INIT;
+-  gint total_nodes = 0;
+-  for (; wp_iterator_next (it, ); g_value_unset ()) {
+-WpSpaPod *entry = g_value_get_boxed ();
+-g_autoptr (WpSpaPodParser) pp = NULL;
+-const gchar *media_class = NULL;
+-gint n_nodes = 0;
+-g_return_val_if_fail (entry, 0);
+-if (!wp_spa_pod_is_struct (entry))
+-  continue;
+-pp = wp_spa_pod_parser_new_struct (entry);
+-g_return_val_if_fail (pp, 0);
+-g_return_val_if_fail (wp_spa_pod_parser_get_string (pp, 
_class), 0);
+-g_return_val_if_fail (wp_spa_pod_parser_get_int (pp, _nodes), 0);
+-wp_spa_pod_parser_end (pp);
+-
+-total_nodes += n_nodes;
+-  }
+-
+-  if (total_nodes > 0)
+-return total_nodes;
+-}
+-  }
+-
+-  return 0;
+-}
+-
+-static gboolean
+-nodes_ready (WpDefaultNodes * self)
+-{
+-  g_autoptr (WpIterator) it = NULL;
+-  g_auto (GValue) val = G_VALUE_INIT;
+-
+-  /* Get the total number of nodes for each device and make sure they exist
+-   * and have at least 1 port */
+-  it = wp_object_manager_new_filtered_iterator (self->rescan_om,
+-  WP_TYPE_DEVICE, NULL);
+-  for (; wp_iterator_next (it, ); g_value_unset ()) {
+-WpPipewireObject *device = g_value_get_object ();
+-guint total_nodes = get_device_total_nodes (device);
+-if (total_nodes > 0) {
+-  guint32 device_id = wp_proxy_get_bound_id (WP_PROXY (device));
+- 

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

2022-05-29 Thread Sam James
commit: 11a750365ff07537c93dc377f99f38450ce499d3
Author: Sam James  gentoo  org>
AuthorDate: Mon May 30 03:58:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 30 03:58:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a75036

net-libs/nodejs: restore nodejs-12.22.1-jinja_collections_abc.patch

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

 .../nodejs-12.22.1-jinja_collections_abc.patch | 95 ++
 1 file changed, 95 insertions(+)

diff --git a/net-libs/nodejs/files/nodejs-12.22.1-jinja_collections_abc.patch 
b/net-libs/nodejs/files/nodejs-12.22.1-jinja_collections_abc.patch
new file mode 100644
index ..5f0df09b6e2e
--- /dev/null
+++ b/net-libs/nodejs/files/nodejs-12.22.1-jinja_collections_abc.patch
@@ -0,0 +1,95 @@
+--- a/deps/v8/third_party/jinja2/tests.py
 b/deps/v8/third_party/jinja2/tests.py
+@@ -10,7 +10,7 @@
+ """
+ import operator
+ import re
+-from collections import Mapping
++from collections.abc import Mapping
+ from jinja2.runtime import Undefined
+ from jinja2._compat import text_type, string_types, integer_types
+ import decimal
+--- a/deps/v8/third_party/jinja2/runtime.py
 b/deps/v8/third_party/jinja2/runtime.py
+@@ -315,7 +315,7 @@ class Context(with_metaclass(ContextMeta)):
+ 
+ # register the context as mapping if possible
+ try:
+-from collections import Mapping
++from collections.abc import Mapping
+ Mapping.register(Context)
+ except ImportError:
+ pass
+--- a/deps/v8/third_party/jinja2/sandbox.py
 b/deps/v8/third_party/jinja2/sandbox.py
+@@ -14,7 +14,7 @@
+ """
+ import types
+ import operator
+-from collections import Mapping
++from collections.abc import Mapping
+ from jinja2.environment import Environment
+ from jinja2.exceptions import SecurityError
+ from jinja2._compat import string_types, PY2
+@@ -79,7 +79,7 @@ except ImportError:
+ pass
+ 
+ #: register Python 2.6 abstract base classes
+-from collections import MutableSet, MutableMapping, MutableSequence
++from collections.abc import MutableSet, MutableMapping, MutableSequence
+ _mutable_set_types += (MutableSet,)
+ _mutable_mapping_types += (MutableMapping,)
+ _mutable_sequence_types += (MutableSequence,)
+--- a/deps/v8/third_party/jinja2/utils.py
 b/deps/v8/third_party/jinja2/utils.py
+@@ -482,7 +482,7 @@ class LRUCache(object):
+ 
+ # register the LRU cache as mutable mapping if possible
+ try:
+-from collections import MutableMapping
++from collections.abc import MutableMapping
+ MutableMapping.register(LRUCache)
+ except ImportError:
+ pass
+--- a/tools/inspector_protocol/jinja2/runtime.py
 b/tools/inspector_protocol/jinja2/runtime.py
+@@ -315,7 +315,7 @@ class Context(with_metaclass(ContextMeta)):
+ 
+ # register the context as mapping if possible
+ try:
+-from collections import Mapping
++from collections.abc import Mapping
+ Mapping.register(Context)
+ except ImportError:
+ pass
+--- a/tools/inspector_protocol/jinja2/sandbox.py
 b/tools/inspector_protocol/jinja2/sandbox.py
+@@ -14,7 +14,7 @@
+ """
+ import types
+ import operator
+-from collections import Mapping
++from collections.abc import Mapping
+ from jinja2.environment import Environment
+ from jinja2.exceptions import SecurityError
+ from jinja2._compat import string_types, PY2
+@@ -79,7 +79,7 @@ except ImportError:
+ pass
+ 
+ #: register Python 2.6 abstract base classes
+-from collections import MutableSet, MutableMapping, MutableSequence
++from collections.abc import MutableSet, MutableMapping, MutableSequence
+ _mutable_set_types += (MutableSet,)
+ _mutable_mapping_types += (MutableMapping,)
+ _mutable_sequence_types += (MutableSequence,)
+--- a/tools/inspector_protocol/jinja2/tests.py
 b/tools/inspector_protocol/jinja2/tests.py
+@@ -10,7 +10,7 @@
+ """
+ import operator
+ import re
+-from collections import Mapping
++from collections.abc import Mapping
+ from jinja2.runtime import Undefined
+ from jinja2._compat import text_type, string_types, integer_types
+ import decimal



[gentoo-commits] repo/gentoo:master commit in: games-util/xpadneo/

2022-05-29 Thread Ionen Wolkens
commit: 3c4d6cf2d04e66e62a6914e7515fa2641ca4fddb
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon May 30 03:07:42 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon May 30 03:08:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4d6cf2

games-util/xpadneo: add 0.9.3

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

 games-util/xpadneo/Manifest |  1 +
 games-util/xpadneo/xpadneo-0.9.3.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/games-util/xpadneo/Manifest b/games-util/xpadneo/Manifest
index 4f6a7bd9839e..875c4aa114a4 100644
--- a/games-util/xpadneo/Manifest
+++ b/games-util/xpadneo/Manifest
@@ -1,2 +1,3 @@
 DIST xpadneo-0.9.1.tar.gz 1353080 BLAKE2B 
fc2207e005cae629da50048330cbaa7d27183b0bbb083d35c3c144e91470273b8c7006c4b62d10b947dbe4fd003ca39623630923e477aa4eff3c243405d876bd
 SHA512 
51063d104f165018b8430e26d2ab5a622c214efaaba3f7706cc99892b2054f57667b419672de5c2696189d389401b07024658c36a88343d980de9802789bcb10
 DIST xpadneo-0.9.2.tar.gz 1342249 BLAKE2B 
de8ed5314d84cb8d4b90c893938f36cc680617ace10eba5d1a86b5acb66747a9c9214896c8375136681c40b988501d9426e1b18eb4ff01d565219c2d7c10c37f
 SHA512 
84470e37e9e44e84a85a91a0df1bca24e109cf2209ae1b131530539202d00242997f1f069989df79a6345387de62c4651c70c641b533deab8ad9a9246841d12d
+DIST xpadneo-0.9.3.tar.gz 1342315 BLAKE2B 
040f16e949a301926cc8e4c38212a658ffbc52832e1cd310ce5ae8bc568e2fd0fadad630771812f8b7ff76eaf5ad0f7ea8f158673a834aa1bd4d9407674acea7
 SHA512 
dd95e4bdbead8c8d93eca7d574989261e12bce232c1845e9bf11b5acdf3b9e47d62afb90f5a4208c788cf02ccaa73e99dc505f35679631119ba014a1f7796562

diff --git a/games-util/xpadneo/xpadneo-0.9.3.ebuild 
b/games-util/xpadneo/xpadneo-0.9.3.ebuild
new file mode 100644
index ..b193e5517951
--- /dev/null
+++ b/games-util/xpadneo/xpadneo-0.9.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# pkgcheck note: toolchain-funcs is not unused
+inherit linux-mod toolchain-funcs udev
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/atar-axis/xpadneo.git;
+   EGIT_MIN_CLONE_TYPE="single"
+else
+   SRC_URI="https://github.com/atar-axis/xpadneo/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Advanced Linux Driver for Xbox One Wireless Controller"
+HOMEPAGE="https://atar-axis.github.io/xpadneo/;
+
+LICENSE="GPL-3"
+SLOT="0"
+
+S="${WORKDIR}/${P}/hid-${PN}"
+MODULE_NAMES="hid-${PN}(kernel/drivers/hid::src)"
+BUILD_PARAMS='V=1 LD="$(tc-getLD)" KERNEL_SOURCE_DIR="${KV_OUT_DIR}"'
+BUILD_TARGETS="modules"
+
+CONFIG_CHECK="INPUT_FF_MEMLESS"
+
+src_install() {
+   linux-mod_src_install
+
+   insinto /etc/modprobe.d
+   doins etc-modprobe.d/${PN}.conf
+
+   udev_dorules etc-udev-rules.d/60-${PN}.rules
+
+   dodoc -r ../docs/{[^i]*.md,descriptors,reports} ../NEWS.md
+}
+
+pkg_postinst() {
+   linux-mod_pkg_postinst
+   udev_reload
+
+   local disable_ertm=/sys/module/bluetooth/parameters/disable_ertm
+   if kernel_is -ge 5 12; then
+   if [[ $(<${disable_ertm}) == Y ]]; then
+   elog "Warning: bluetooth ERTM (Enhanced ReTransmission 
Mode) is disabled."
+   elog "This is no longer recommended with kernel >=5.12 
to use ${PN}."
+   elog "Can remove ${EROOT}/etc/modprobe.d/no-ertm.conf 
if it exists, and run:"
+   elog "  echo N > ${disable_ertm}"
+   elog "After changing, may need to re-pair the gamepad 
with bluetooth."
+   fi
+   elif [[ $(<${disable_ertm}) == N ]]; then
+   elog "Warning: bluetooth ERTM (Enhanced ReTransmission Mode) is 
enabled."
+   elog "While keeping enabled is recommended for rumble usage 
stability, it can"
+   elog "cause connection issues without a fix included in kernel 
>=5.12"
+   elog "If needed, this mode can be disabled by running:"
+   elog "  echo Y > ${disable_ertm}"
+   elog "  echo 'options bluetooth disable_ertm=y' > 
${EROOT}/etc/modprobe.d/no-ertm.conf"
+   elog "After changing, may need to re-pair the gamepad with 
bluetooth."
+   fi
+
+   if [[ ! ${REPLACING_VERSIONS} ]]; then
+   elog "To pair the gamepad and view module options, see 
documentation in:"
+   elog "  ${EROOT}/usr/share/doc/${PF}/"
+   fi
+}
+
+pkg_postrm() {
+   linux-mod_pkg_postrm
+   udev_reload
+}



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

2022-05-29 Thread Sam James
commit: 80734cfaf684d939fc4b017705d0444fb4ed0d98
Author: Sam James  gentoo  org>
AuthorDate: Mon May 30 00:15:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 30 02:49:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80734cfa

sys-apps/gawk: use confcache

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

 sys-apps/gawk/gawk-5.1.1-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/gawk/gawk-5.1.1-r2.ebuild 
b/sys-apps/gawk/gawk-5.1.1-r2.ebuild
index 6e6db23f870b..396c6f8f74f2 100644
--- a/sys-apps/gawk/gawk-5.1.1-r2.ebuild
+++ b/sys-apps/gawk/gawk-5.1.1-r2.ebuild
@@ -62,6 +62,7 @@ src_configure() {
export ac_cv_libsigsegv=no
 
local myeconfargs=(
+   --cache-file="${S}"/config.cache
--libexec='$(libdir)/misc'
$(use_with mpfr)
$(use_enable nls)



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

2022-05-29 Thread Sam James
commit: 5043bc21b6dc1ad72c69afcdd342d2d36df51113
Author: Sam James  gentoo  org>
AuthorDate: Mon May 30 00:18:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 30 02:49:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5043bc21

sys-apps/texinfo: use confcache

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

 sys-apps/texinfo/texinfo-6.8.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/texinfo/texinfo-6.8.ebuild 
b/sys-apps/texinfo/texinfo-6.8.ebuild
index be21633802a7..0935accde6c5 100644
--- a/sys-apps/texinfo/texinfo-6.8.ebuild
+++ b/sys-apps/texinfo/texinfo-6.8.ebuild
@@ -45,7 +45,10 @@ src_configure() {
local -x PERL_EXT_CC="$(tc-getCC)" PERL_EXT_CPPFLAGS="${CPPFLAGS}" 
PERL_EXT_CFLAGS="${CFLAGS}" PERL_EXT_LDFLAGS="${LDFLAGS}"
 
use static && append-ldflags -static
-   local myeconfargs=( $(use_enable nls) )
+   local myeconfargs=(
+   --cache-file="${S}"/config.cache
+   $(use_enable nls)
+   )
 
if use standalone ; then
myeconfargs+=(



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

2022-05-29 Thread Sam James
commit: cb3052f9dbf1062d6aa65262cee501ceb8645301
Author: Sam James  gentoo  org>
AuthorDate: Mon May 30 00:03:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 30 02:49:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3052f9

dev-libs/libintl: use confcache

Like we do with gettext.

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

 dev-libs/libintl/libintl-0.21.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-libs/libintl/libintl-0.21.ebuild 
b/dev-libs/libintl/libintl-0.21.ebuild
index 54944c9356a9..c0d55f3fb99d 100644
--- a/dev-libs/libintl/libintl-0.21.ebuild
+++ b/dev-libs/libintl/libintl-0.21.ebuild
@@ -38,6 +38,8 @@ src_prepare() {
 
 multilib_src_configure() {
local myconf=(
+   --cache-file="${BUILD_DIR}"/config.cache
+
# Emacs support is now in a separate package.
--without-emacs
--without-lispdir



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

2022-05-29 Thread Sam James
commit: bb4dbd4684f2eab0f0897fdc78f1a7008bea407f
Author: Sam James  gentoo  org>
AuthorDate: Mon May 30 00:14:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 30 02:49:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4dbd46

sys-apps/usbutils: use confcache, drop eautoreconf

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

 sys-apps/usbutils/usbutils-014-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-apps/usbutils/usbutils-014-r1.ebuild 
b/sys-apps/usbutils/usbutils-014-r1.ebuild
index ccfe79ce3bab..e99096d69ad4 100644
--- a/sys-apps/usbutils/usbutils-014-r1.ebuild
+++ b/sys-apps/usbutils/usbutils-014-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python3_{8,9,10} )
 
-inherit autotools python-single-r1
+inherit python-single-r1
 
 DESCRIPTION="USB enumeration utilities"
 HOMEPAGE="https://www.kernel.org/pub/linux/utils/usb/usbutils/
@@ -36,12 +36,13 @@ pkg_setup() {
 
 src_prepare() {
default
-   eautoreconf
+
use python && python_fix_shebang lsusb.py.in
 }
 
 src_configure() {
local myeconfargs=(
+   --cache-file="${S}"/config.cache
--datarootdir="${EPREFIX}/usr/share"
--datadir="${EPREFIX}/usr/share/hwdata"
)



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-grid-view/

2022-05-29 Thread Brian Dolbec
commit: f2f5d1d63854dc2ec87167484dd61ce9d81711ea
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun May 29 23:39:55 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon May 30 00:11:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f5d1d6

dev-util/buildbot-grid-view: Bump to 3.5.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-grid-view/Manifest   |  1 +
 .../buildbot-grid-view-3.5.0.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-util/buildbot-grid-view/Manifest 
b/dev-util/buildbot-grid-view/Manifest
index b5893dcbbc02..80ba3fddd7b4 100644
--- a/dev-util/buildbot-grid-view/Manifest
+++ b/dev-util/buildbot-grid-view/Manifest
@@ -1 +1,2 @@
 DIST buildbot-grid-view-3.4.0.tar.gz 13698 BLAKE2B 
bc819f87db76ec217dd91cf1f43d2ad18e1aa27c661f37db893946b22e87a3de752f67fe04df8a10499e0659b618e24c3a15de18dd3f3e93523cdf4234d6907f
 SHA512 
69369694e993365644416ea8223b546e147930dac41c74d000e8b1419e6b889158999cdf5cfb7079c3456a9135071f2d1983472faaed82ad410e7cd873c8c77f
+DIST buildbot-grid-view-3.5.0.tar.gz 13704 BLAKE2B 
3b577c4108abb65677015a29f9af1410588f962a572e31518ac981e937e6a9bb9c7ce7f4435d573d82c5b337331eed2e9dee5c3e0722ebda6591d19e2b30b76f
 SHA512 
a97c5df81b7ff670b26f170895a5a59b9324b7bc1c3714d58c9294848067b0387c93c295db91fd735a3aaa68bd70875aae45b8d6c1549592ad2b066c40ddc2f1

diff --git a/dev-util/buildbot-grid-view/buildbot-grid-view-3.5.0.ebuild 
b/dev-util/buildbot-grid-view/buildbot-grid-view-3.5.0.ebuild
new file mode 100644
index ..bace515df399
--- /dev/null
+++ b/dev-util/buildbot-grid-view/buildbot-grid-view-3.5.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="BuildBot grid view web interface"
+HOMEPAGE="https://buildbot.net/
+   https://github.com/buildbot/buildbot
+   https://pypi.org/project/buildbot-grid-view/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"



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

2022-05-29 Thread Brian Dolbec
commit: c48a2baf347591248febbd9c6c331e94ab51c19a
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun May 29 23:36:11 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon May 30 00:11:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48a2baf

dev-util/buildbot-www: Bump to 3.5.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-www/Manifest  |  1 +
 dev-util/buildbot-www/buildbot-www-3.5.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
index b9cf8773bb60..897fedc4a878 100644
--- a/dev-util/buildbot-www/Manifest
+++ b/dev-util/buildbot-www/Manifest
@@ -1 +1,2 @@
 DIST buildbot-www-3.4.0.tar.gz 3182445 BLAKE2B 
350606158ae68aba1b82c43d202e6140f433905e9913c7f4fcd3f4ebd328f7b70940f0a4e76a4a1f89731f6364dd285f08052bd1d96badac4e69cd1e16643d4e
 SHA512 
7be83f35b6042accae77db1133d54282d0d27ce15a9b34220cc015255935d7463c1a327ee289740325bbb73d6a6a162f384da2b3cc731719e7f99a911faf86cd
+DIST buildbot-www-3.5.0.tar.gz 3182531 BLAKE2B 
dcdd6487eff9d9a0429554d79f9ee83a9086dee3524b49fa8362085dddb969e088373a843a9d872e16d18350e1623ba65258799b9b93327e218f760540ece4fa
 SHA512 
f40101624cf14f88f2796855845d13ee81471d7a1b4911461747aa073735352f21294c17f3a011229c5e1c99867013ff4b306bf32c2c37b3c57d530a6fccc01e

diff --git a/dev-util/buildbot-www/buildbot-www-3.5.0.ebuild 
b/dev-util/buildbot-www/buildbot-www-3.5.0.ebuild
new file mode 100644
index ..c63f1d6ffe14
--- /dev/null
+++ b/dev-util/buildbot-www/buildbot-www-3.5.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="BuildBot base web interface, use with 
buildbot-{console-view,waterfall-view}..."
+HOMEPAGE="https://buildbot.net/
+   https://github.com/buildbot/buildbot
+   https://pypi.org/project/buildbot-www/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
+
+RDEPEND="~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot/, dev-util/buildbot/files/

2022-05-29 Thread Brian Dolbec
commit: 8071d1527b1b5dc313cb77822edd04f63f644738
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun May 29 23:44:52 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon May 30 00:11:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8071d152

dev-util/buildbot: Bump to 3.5.0

Update deps in 
Fix init script bug 845297

Closes: https://bugs.gentoo.org/845297
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot/Manifest  |  1 +
 .../{buildbot-.ebuild => buildbot-3.5.0.ebuild} | 13 +
 dev-util/buildbot/buildbot-.ebuild  | 10 +-
 dev-util/buildbot/files/buildmaster.initd   |  4 ++--
 4 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/dev-util/buildbot/Manifest b/dev-util/buildbot/Manifest
index 3107d5d2b7f8..28cea4cfa214 100644
--- a/dev-util/buildbot/Manifest
+++ b/dev-util/buildbot/Manifest
@@ -1 +1,2 @@
 DIST buildbot-3.4.0.tar.gz 2446868 BLAKE2B 
a58b268fd4569105f1c0ba48c9ed86210a3fee4725f167d6b6847960bbb56a092d0c0db427ecf5932a91d44065da8843fbb4046d289800a019b0b1d8b1f53fea
 SHA512 
92e5085862ac37a6c3c059870a3998fbaac2019c48384295f3e209788ea14bddff6704f1b987a8f3b1550c1b0255d228f8a0b2a20b5cb760b22a513db465863b
+DIST buildbot-3.5.0.tar.gz 2450653 BLAKE2B 
0e923f2a3a334241b25c6a151b397356d7ba81ab2ff19c17c50a5996494d0f99fa198b63aa18a27ab60c5ad53c0154494bf4dea4e2bd306f4b709858a64dc3c4
 SHA512 
9730305540db3cdf166fdfc071142061926bbb895aa941046ad25e8350d3c161d4175f3518cd8a3ab51f320b0a5980517e5e53d9f5ddc342492ee56a0f6f266f

diff --git a/dev-util/buildbot/buildbot-.ebuild 
b/dev-util/buildbot/buildbot-3.5.0.ebuild
similarity index 95%
copy from dev-util/buildbot/buildbot-.ebuild
copy to dev-util/buildbot/buildbot-3.5.0.ebuild
index 0f755c2b1c80..5157b8bb6383 100644
--- a/dev-util/buildbot/buildbot-.ebuild
+++ b/dev-util/buildbot/buildbot-3.5.0.ebuild
@@ -5,17 +5,22 @@ EAPI=8
 
 PYTHON_REQ_USE="sqlite"
 PYTHON_COMPAT=( python3_{8..10} )
-EGIT_REPO_URI="https://github.com/buildbot/${PN}.git;
-inherit readme.gentoo-r1 git-r3 systemd distutils-r1
+inherit readme.gentoo-r1 systemd distutils-r1
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="BuildBot build automation system"
 HOMEPAGE="https://buildbot.net/
https://github.com/buildbot/buildbot
https://pypi.org/project/buildbot/;
-S="${S}/master"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
+
 IUSE="crypt docker examples irc test"
 RESTRICT="!test? ( test )"
 
@@ -24,7 +29,7 @@ RDEPEND="
>=dev-python/twisted-17.9.0[${PYTHON_USEDEP},crypt?]
>=dev-python/jinja-2.1[${PYTHON_USEDEP}]
>=dev-python/zope-interface-4.1.1[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.3.0[${PYTHON_USEDEP}]
=dev-python/alembic-1.6.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]

diff --git a/dev-util/buildbot/buildbot-.ebuild 
b/dev-util/buildbot/buildbot-.ebuild
index 0f755c2b1c80..bc6e6f1f0996 100644
--- a/dev-util/buildbot/buildbot-.ebuild
+++ b/dev-util/buildbot/buildbot-.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
>=dev-python/twisted-17.9.0[${PYTHON_USEDEP},crypt?]
>=dev-python/jinja-2.1[${PYTHON_USEDEP}]
>=dev-python/zope-interface-4.1.1[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.3.0[${PYTHON_USEDEP}]
=dev-python/alembic-1.6.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
@@ -55,12 +55,12 @@ BDEPEND="
>=dev-python/boto3-1.12.48[${PYTHON_USEDEP}]
dev-python/moto[${PYTHON_USEDEP}]
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   dev-python/parameterized[${PYTHON_USEDEP}]
+   >=dev-python/msgpack-0.6.0[${PYTHON_USEDEP}]
dev-python/lz4[${PYTHON_USEDEP}]
dev-python/ldap3[${PYTHON_USEDEP}]
-   ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
-   ~dev-util/buildbot-worker-${PV}[${PYTHON_USEDEP}]
-   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+   dev-util/buildbot-pkg[${PYTHON_USEDEP}]
+   dev-util/buildbot-worker[${PYTHON_USEDEP}]
+   dev-util/buildbot-www[${PYTHON_USEDEP}]
)"
 
 DOC_CONTENTS="The \"buildbot\" user and the \"buildmaster\" init script has 
been added

diff --git a/dev-util/buildbot/files/buildmaster.initd 
b/dev-util/buildbot/files/buildmaster.initd
index b75ae34830d4..2fe8db9f513e 100644
--- a/dev-util/buildbot/files/buildmaster.initd
+++ b/dev-util/buildbot/files/buildmaster.initd
@@ -1,10 +1,10 @@
 #!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
+# 

[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-console-view/

2022-05-29 Thread Brian Dolbec
commit: eecedb482e2917b4b49a9180221068ed67047eec
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun May 29 23:38:47 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon May 30 00:11:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecedb48

dev-util/buildbot-console-view: Bump to 3.5.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-console-view/Manifest|  1 +
 .../buildbot-console-view-3.5.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-util/buildbot-console-view/Manifest 
b/dev-util/buildbot-console-view/Manifest
index be551a1fe893..587f8729c8c2 100644
--- a/dev-util/buildbot-console-view/Manifest
+++ b/dev-util/buildbot-console-view/Manifest
@@ -1 +1,2 @@
 DIST buildbot-console-view-3.4.0.tar.gz 18732 BLAKE2B 
caeb78d4d3cc616edafccc5f78c1104469f77ead6ec31e7b9a741e43cb8d7140f8c44b57449bd6d97e35912787cbbeee5617bdf90ce7a15ebd023721160edc06
 SHA512 
072a4ca8d5677e68d2893684d68d4742d7a5546e128ae99bbec0385772a5df6c885bb62b855484543a42c95471aa828f8f3375770fc079997e5183cf3eda9db8
+DIST buildbot-console-view-3.5.0.tar.gz 18741 BLAKE2B 
a2c4043bdc9eef6189cc15617212aefd7cbdf6db6d4c547c191e0a07bacc9d0cb3e9898867af207d969b294ab15664132636dec4a3c16e620fea9872ae4d0f57
 SHA512 
4a86a2e803dd4547b3cc3018e1284e4fa9eaf1b29ccb78035a1823fd44fd873acb0a746882e8b961f10e8dc533043383c4a6e60622027a248c10766dab7ac266

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-3.5.0.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-3.5.0.ebuild
new file mode 100644
index ..b296e44eae5c
--- /dev/null
+++ b/dev-util/buildbot-console-view/buildbot-console-view-3.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Buildbot console-view plugin"
+HOMEPAGE="https://buildbot.net/
+   https://github.com/buildbot/buildbot
+   https://pypi.org/project/buildbot-console-view/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-waterfall-view/

2022-05-29 Thread Brian Dolbec
commit: 15e2b840cc4e46982fe5022b4e3a54b765b9600e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun May 29 23:40:53 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon May 30 00:11:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e2b840

dev-util/buildbot-waterfall-view: Bump to 3.5.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-waterfall-view/Manifest  |  1 +
 .../buildbot-waterfall-view-3.5.0.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-util/buildbot-waterfall-view/Manifest 
b/dev-util/buildbot-waterfall-view/Manifest
index d43d5267749e..e268e2d943b8 100644
--- a/dev-util/buildbot-waterfall-view/Manifest
+++ b/dev-util/buildbot-waterfall-view/Manifest
@@ -1 +1,2 @@
 DIST buildbot-waterfall-view-3.4.0.tar.gz 192456 BLAKE2B 
7375e22b86b4dfe2cde88d4190accea50bf49c9615358ec55b341e6720551b4605015938ed15bfac6bf80805a32457081389bd150d762e90132af4f18295cfe5
 SHA512 
a9a381e8b520919f71011083face8760f864f5bbe5080446c64c0a63c38d787e486cddd20c3548b01d78534a206221ed2bec85bb78681fe3dceaef2bc1f172d9
+DIST buildbot-waterfall-view-3.5.0.tar.gz 192440 BLAKE2B 
46ef4e839dabb5006c740c6f04235b123be420b4d0108cf59bab075fde3dbf6bbe0b4fdfc37fd8606da3696d15f45ee4363f8c35434f944af70f884e2de1edff
 SHA512 
381ce3bb976aa0e1cadd541af44ab0bf1450a3e47351a55b32bda24ad824dbba0f075ee8204a3f26c3ab62a5a615c6ca5027b1894852f8d5308fb27b64e9c177

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.5.0.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.5.0.ebuild
new file mode 100644
index ..317f27754a58
--- /dev/null
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.5.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Buildbot waterfall-view plugin"
+HOMEPAGE="https://buildbot.net/
+   https://github.com/buildbot/buildbot
+   https://pypi.org/project/buildbot-waterfall-view/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"



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

2022-05-29 Thread Brian Dolbec
commit: 41d7b3b3559f3956608ac5efe2ba92329b6b5e35
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun May 29 23:37:54 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon May 30 00:11:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d7b3b3

dev-util/buildbot-badges: Bump to 3.5.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-badges/Manifest  |  1 +
 .../buildbot-badges/buildbot-badges-3.5.0.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-util/buildbot-badges/Manifest 
b/dev-util/buildbot-badges/Manifest
index 63d36280fde8..2f98deb09c42 100644
--- a/dev-util/buildbot-badges/Manifest
+++ b/dev-util/buildbot-badges/Manifest
@@ -1 +1,2 @@
 DIST buildbot-badges-3.4.0.tar.gz 3966 BLAKE2B 
cb94a63dec1e16bb52f5f84174d204137e7da582d3a62effa2d298fbc5f1c25541a8a96d8366efac650488b3810b37eadf9e650db277d6d04c33c1ff9cab32b1
 SHA512 
3b440b9d36f4e5d310886fd4b0e11607574d312093ce8c9654f07650c2ccf90b27c078c950fb7008f9d834d1cf4f15813c113b85c2d0d1181fac370f7a3472f6
+DIST buildbot-badges-3.5.0.tar.gz 3962 BLAKE2B 
48f4865136845300e447835c348736ee15a3d520db03b4e6e70b45366e723f10eeff3d7e37a1f166682374dc6c1dabb051ad6f15c9730da969a846b606bc5730
 SHA512 
7817e0c2127892ee32a8c14e1f4204d724ce1c584f15c55b77902cdadfe9c2ff0e0df92d282fd8157aebcab067605c56ac776c7f8e37dae0a53672c14e002e19

diff --git a/dev-util/buildbot-badges/buildbot-badges-3.5.0.ebuild 
b/dev-util/buildbot-badges/buildbot-badges-3.5.0.ebuild
new file mode 100644
index ..aaaf23f83793
--- /dev/null
+++ b/dev-util/buildbot-badges/buildbot-badges-3.5.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Buildbot badges plugin produces an image in SVG or PNG format..."
+HOMEPAGE="https://buildbot.net/
+   https://github.com/buildbot/buildbot
+   https://pypi.org/project/buildbot-grid-view/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
+   dev-python/cairocffi[${PYTHON_USEDEP}]
+   media-gfx/cairosvg[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.1[${PYTHON_USEDEP}]
+   dev-python/klein[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-wsgi-dashboards/

2022-05-29 Thread Brian Dolbec
commit: cec28cc758fde3096b80010ce2cb03a91f111585
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun May 29 23:37:29 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon May 30 00:11:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec28cc7

dev-util/buildbot-wsgi-dashboards: Bump to 3.5.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-wsgi-dashboards/Manifest |  1 +
 .../buildbot-wsgi-dashboards-3.5.0.ebuild  | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-util/buildbot-wsgi-dashboards/Manifest 
b/dev-util/buildbot-wsgi-dashboards/Manifest
index cf187ca77b4b..161555be404f 100644
--- a/dev-util/buildbot-wsgi-dashboards/Manifest
+++ b/dev-util/buildbot-wsgi-dashboards/Manifest
@@ -1 +1,2 @@
 DIST buildbot-wsgi-dashboards-3.4.0.tar.gz 5583 BLAKE2B 
0eed4a375330d58bd6caf95f8cdc2ebfaebc9c123450461d4e0f938745bb1b6afe0e9786bd886c6e6cb6a522da2b645bf1ad3237b2049f86bc1bca83829b15a1
 SHA512 
56411bb34a1f40d02a814e8d33dcd3c6de65627728c3bb9cad776c43c48707e648ccdbb4a58cbfb8ed080c219fc37252304c88ab363eb6deb6057b2debde1071
+DIST buildbot-wsgi-dashboards-3.5.0.tar.gz 5585 BLAKE2B 
94c365d4140de539a0ea85b78e24acd5d789fe022eb5ff2474ebc07554d139d964c9625b684b312b2134c3fd4bf3a6628178ac72d52283bb6fcfd7b7820d51f1
 SHA512 
d233273c05f9c2f6d81091dd620469dd19377848d5958c26cc746b6340ea9451c49aff8f8a36986741b3775fcc60065e0fbc402183f60f43d4afce238b907fd0

diff --git 
a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.5.0.ebuild 
b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.5.0.ebuild
new file mode 100644
index ..0bd0ca928a28
--- /dev/null
+++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.5.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Buildbot plugin to integrate flask or bottle dashboards to 
buildbot UI"
+HOMEPAGE="https://buildbot.net/
+   https://github.com/buildbot/buildbot
+   https://pypi.org/project/buildbot-wsgi-dashboards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-worker/, dev-util/buildbot-worker/files/

2022-05-29 Thread Brian Dolbec
commit: 48ecd5008646b9d70b728146f12e232b47794385
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun May 29 23:36:52 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon May 30 00:11:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ecd500

dev-util/buildbot-worker: Bump to 3.5.0

Update deps in 
Fix bug 845300

Closes: https://bugs.gentoo.org/845300
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-worker/Manifest   |  1 +
 ...dbot-worker-.ebuild => buildbot-worker-3.5.0.ebuild} | 13 ++---
 dev-util/buildbot-worker/buildbot-worker-.ebuild|  3 +++
 dev-util/buildbot-worker/files/buildbot_worker.initd2   |  4 ++--
 4 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/dev-util/buildbot-worker/Manifest 
b/dev-util/buildbot-worker/Manifest
index 2143d4df82fc..8cdd489c081c 100644
--- a/dev-util/buildbot-worker/Manifest
+++ b/dev-util/buildbot-worker/Manifest
@@ -1 +1,2 @@
 DIST buildbot-worker-3.4.0.tar.gz 102910 BLAKE2B 
c38a806e8d0475a8c18176310f628b829fc359f013b315e82715e71071213fe4a0cdf38273ad7df39a66675f4ebc9fb1881fb990290f2bbedf4c8777ec93d4dc
 SHA512 
411a2bf496622c2b9a3e0dea1ea8a71b347566010086c57ffc5d1114546cc5052af39a8ff7b10ffe6e7afdb6fc8ff73a9ffba23b96a76ff1cc0e3eff81cc59a7
+DIST buildbot-worker-3.5.0.tar.gz 111349 BLAKE2B 
90d193fb89ac65ca03274e0ad5c7fde8fc478bb932ccc4240495437f79171d49f623f50731c7619336386b7d1d7df3f955e10bf006ad86b8dcf294d75c874774
 SHA512 
1df67b6332753f91179863cca76b0578e4f36954e0aa4eb9c28f98d6451d6972e247849fb9d4e20b753b5702d100406b306ce4982181510ad81de0d35a9828ed

diff --git a/dev-util/buildbot-worker/buildbot-worker-.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-3.5.0.ebuild
similarity index 92%
copy from dev-util/buildbot-worker/buildbot-worker-.ebuild
copy to dev-util/buildbot-worker/buildbot-worker-3.5.0.ebuild
index 18ee776e0e52..7bf98bc994af 100644
--- a/dev-util/buildbot-worker/buildbot-worker-.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-3.5.0.ebuild
@@ -4,30 +4,37 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
-inherit readme.gentoo-r1 git-r3 distutils-r1
+inherit readme.gentoo-r1 distutils-r1
+
+MY_V="${PV/_p/.post}"
+MY_P="${PN}-${MY_V}"
 
 DESCRIPTION="BuildBot Worker (slave) Daemon"
 HOMEPAGE="https://buildbot.net/
https://github.com/buildbot/buildbot
https://pypi.org/project/buildbot-worker/;
-S="${S}/worker"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
acct-user/buildbot
+   >=dev-python/autobahn-0.16.0[${PYTHON_USEDEP}]
>=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
!

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

2022-05-29 Thread Brian Dolbec
commit: 8a578c9388af58d32ca825edb229015d111679d1
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun May 29 23:32:44 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon May 30 00:11:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a578c93

dev-util/buildbot-pkg: Bump to 3.5.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot-pkg/Manifest  |  1 +
 dev-util/buildbot-pkg/buildbot-pkg-3.5.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-util/buildbot-pkg/Manifest b/dev-util/buildbot-pkg/Manifest
index 8f2cc075560c..b24d38f62009 100644
--- a/dev-util/buildbot-pkg/Manifest
+++ b/dev-util/buildbot-pkg/Manifest
@@ -1 +1,2 @@
 DIST buildbot-pkg-3.4.0.tar.gz 4809 BLAKE2B 
6d3e549e7b44b5ad95bb7520ef8765828da587e3940a9f352ede63346b3303127313fe4b71338ff65ef9ab2c0ac6258793bd9ef664153a0b45b0b6d7d2d92943
 SHA512 
ca1ef22fb6113bfe0106360ba1eacb167a8335ba15f94a0635bc4d00f999818704f8cfebd7889b6b3df5e1ca7ab79b96f4656e481d6b1f25f5fb7404af0d7ff6
+DIST buildbot-pkg-3.5.0.tar.gz 4806 BLAKE2B 
41e217bc029bb8dbdb0f95218640d57d9f9ecabfbc0310118898042bbb543d9d4e5ba88075e934a9be9b1653e2a3d3d1e159547b832f9cde08c262713a817968
 SHA512 
08b3ec93dfbef87d90cfd4b7b1402003df785ceff8c43bf0320de79ff0efcb74f4cb4f0ec736e0d7231b54a82761d40df66e21540f1756fe74f68bb550850b1c

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-3.5.0.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-3.5.0.ebuild
new file mode 100644
index ..edf7eaf4cf37
--- /dev/null
+++ b/dev-util/buildbot-pkg/buildbot-pkg-3.5.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="BuildBot common www build tools for packaging releases"
+HOMEPAGE="https://buildbot.net/
+   https://github.com/buildbot/buildbot
+   https://pypi.org/project/buildbot-pkg/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
+
+# No real integration tests for this pkg.
+# all tests are related to making releases and final checks for distribution
+RESTRICT="test"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   sed -e "/version/s/=.*$/=\"${MY_PV}\",/" -i setup.py || die
+   distutils-r1_src_prepare
+}



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

2022-05-29 Thread Mike Gilbert
commit: b2a8e9c7f92d679ffa8137b1decdf19d4cea136c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May 29 23:56:25 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May 29 23:56:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a8e9c7

sys-apps/systemd: update HOMEPAGE

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

 sys-apps/systemd/systemd-250.6.ebuild | 2 +-
 sys-apps/systemd/systemd-251.1.ebuild | 2 +-
 sys-apps/systemd/systemd-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/systemd/systemd-250.6.ebuild 
b/sys-apps/systemd/systemd-250.6.ebuild
index 30b6dfc6d092..1d4e168430cb 100644
--- a/sys-apps/systemd/systemd-250.6.ebuild
+++ b/sys-apps/systemd/systemd-250.6.ebuild
@@ -26,7 +26,7 @@ fi
 inherit bash-completion-r1 flag-o-matic linux-info meson-multilib pam 
python-any-r1 systemd toolchain-funcs udev usr-ldscript
 
 DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+HOMEPAGE="http://systemd.io/;
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0/2"

diff --git a/sys-apps/systemd/systemd-251.1.ebuild 
b/sys-apps/systemd/systemd-251.1.ebuild
index 285ae73ff43f..af8ec1ca5741 100644
--- a/sys-apps/systemd/systemd-251.1.ebuild
+++ b/sys-apps/systemd/systemd-251.1.ebuild
@@ -28,7 +28,7 @@ fi
 inherit bash-completion-r1 flag-o-matic linux-info meson-multilib pam 
python-any-r1 systemd toolchain-funcs udev usr-ldscript
 
 DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+HOMEPAGE="http://systemd.io/;
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0/2"

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 06de6c48675c..e561ef4fe01c 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -28,7 +28,7 @@ fi
 inherit bash-completion-r1 flag-o-matic linux-info meson-multilib pam 
python-any-r1 systemd toolchain-funcs udev usr-ldscript
 
 DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+HOMEPAGE="http://systemd.io/;
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0/2"



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

2022-05-29 Thread Mike Gilbert
commit: 6df04002659fc028670918c7156a88198b5ddef2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May 29 23:48:36 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May 29 23:49:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df04002

sys-apps/systemd-utils: call udev_reload

Closes: https://bugs.gentoo.org/848048
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd-utils/systemd-utils-250.6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-250.6.ebuild 
b/sys-apps/systemd-utils/systemd-utils-250.6.ebuild
index ce351b7aa23d..9e395b363772 100644
--- a/sys-apps/systemd-utils/systemd-utils-250.6.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-250.6.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 
 QA_PKGCONFIG_VERSION=$(ver_cut 1)
 
-inherit bash-completion-r1 flag-o-matic meson-multilib python-any-r1 
toolchain-funcs usr-ldscript
+inherit bash-completion-r1 flag-o-matic meson-multilib python-any-r1 
toolchain-funcs udev usr-ldscript
 
 DESCRIPTION="Utilities taken from systemd"
 HOMEPAGE="https://systemd.io/;
@@ -492,5 +492,6 @@ pkg_postinst() {
ebegin "Updating hwdb"
systemd-hwdb --root="${ROOT}" update
eend $?
+   udev_reload
fi
 }



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/imgui/

2022-05-29 Thread Alessandro Barbieri
commit: 6b48afde8b2110300a0be496a1c0703b043cc4be
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 21:09:07 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:09:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b48afde

media-libs/imgui: add subslot

Signed-off-by: Alessandro Barbieri  gmail.com>

 media-libs/imgui/Manifest   | 4 ++--
 media-libs/imgui/{imgui-1.87-r5.ebuild => imgui-1.87-r6.ebuild} | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/imgui/Manifest b/media-libs/imgui/Manifest
index 582ac2320..6c720b19b 100644
--- a/media-libs/imgui/Manifest
+++ b/media-libs/imgui/Manifest
@@ -1,3 +1,3 @@
-DIST cimgui-1.87.tar.gz 385460 BLAKE2B 
0916d53a00234343536ee412035a2c405b01e31a26c3d059cff4d446188ee8a1835a1233a68f671ccebb67be480801b85203a90b0e79fa729f7ac1efdc8bf4a2
 SHA512 
bf2ed9461e8c12514d29914e6da7f8fae7cd31fcc587c7d89122c950541aed3b4b908d8cd298b3975e9a955a47789335a88db7223ca558cbdf459693a0081bda
+DIST cimgui-1.87.gh.tar.gz 385460 BLAKE2B 
0916d53a00234343536ee412035a2c405b01e31a26c3d059cff4d446188ee8a1835a1233a68f671ccebb67be480801b85203a90b0e79fa729f7ac1efdc8bf4a2
 SHA512 
bf2ed9461e8c12514d29914e6da7f8fae7cd31fcc587c7d89122c950541aed3b4b908d8cd298b3975e9a955a47789335a88db7223ca558cbdf459693a0081bda
 DIST imgui-1.83.tar.gz 1448389 BLAKE2B 
648306bd69181ad8315f12fc5b2c319b23005d6b3fc790ad64caaf1f80304e81b33af5d6f435fa97151fcf1e77eb15455838a09570b7a9c7dd9c56a61510b5a1
 SHA512 
2150e7101f384b1c749b2e89876b2085a7ff43435f04e88602d0e5e00db7a41c1ace5176bdb0963326845d1c8303b5092a7ca1c9c8e70c522ba96f899ed5bb9c
-DIST imgui-1.87.tar.gz 1460834 BLAKE2B 
f73b71400311e7c5f82248e242a932add5090670c78077ca2239f349730bab88a00bfe4deca4e854772ef7f6a2cff1fc0f38f7174a026995f93c9e7b55eb2a1d
 SHA512 
3255b06698ab9c8951953e1e0b6d160d64adfa4c011b21a4288547292a7f8fff586875faf9dae0677818bde65bd7e98da92f16f6beb1e6a66aa835edf32e8ce2
+DIST imgui-1.87.gh.tar.gz 1460834 BLAKE2B 
f73b71400311e7c5f82248e242a932add5090670c78077ca2239f349730bab88a00bfe4deca4e854772ef7f6a2cff1fc0f38f7174a026995f93c9e7b55eb2a1d
 SHA512 
3255b06698ab9c8951953e1e0b6d160d64adfa4c011b21a4288547292a7f8fff586875faf9dae0677818bde65bd7e98da92f16f6beb1e6a66aa835edf32e8ce2

diff --git a/media-libs/imgui/imgui-1.87-r5.ebuild 
b/media-libs/imgui/imgui-1.87-r6.ebuild
similarity index 97%
rename from media-libs/imgui/imgui-1.87-r5.ebuild
rename to media-libs/imgui/imgui-1.87-r6.ebuild
index 927b7feae..375292309 100644
--- a/media-libs/imgui/imgui-1.87-r5.ebuild
+++ b/media-libs/imgui/imgui-1.87-r6.ebuild
@@ -11,12 +11,12 @@ HOMEPAGE="
https://github.com/cimgui/cimgui
 "
 SRC_URI="
-   https://github.com/ocornut/imgui/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   https://github.com/cimgui/cimgui/archive/refs/tags/${PV}.tar.gz -> 
c${P}.tar.gz
+   https://github.com/ocornut/imgui/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+   https://github.com/cimgui/cimgui/archive/refs/tags/${PV}.tar.gz -> 
c${P}.gh.tar.gz
 "
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE="allegro bindings examples freetype glfw glut opengl sdl vulkan"
 S="${WORKDIR}/c${P}"



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/swift/

2022-05-29 Thread Alessandro Barbieri
commit: cccb15764e9d5b3c1affdc9182ceb13e9b8c731d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 22:52:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 22:58:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cccb1576

sys-cluster/swift: create logdir

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/swift/{swift-2.29.1-r1.ebuild => swift-2.29.1-r2.ebuild} | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-cluster/swift/swift-2.29.1-r1.ebuild 
b/sys-cluster/swift/swift-2.29.1-r2.ebuild
similarity index 98%
rename from sys-cluster/swift/swift-2.29.1-r1.ebuild
rename to sys-cluster/swift/swift-2.29.1-r2.ebuild
index c1217fecc..57ed48ed1 100644
--- a/sys-cluster/swift/swift-2.29.1-r1.ebuild
+++ b/sys-cluster/swift/swift-2.29.1-r2.ebuild
@@ -107,6 +107,10 @@ python_install_all() {
systemd_newunit "${i}" "${name/.AT/@}"
done
 
+   dodir /var/log/swift
+   keepdir /var/log/swift
+   fperms swift:swift /var/log/swift
+
insinto /etc/logrotate.d
newins "${FILESDIR}/openstack-swift.logrotate" swift
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/placement/

2022-05-29 Thread Alessandro Barbieri
commit: 6ca0087a5c5960f16b9d6f8fe460e7fcd8a7abc3
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 23:03:43 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 23:03:43 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ca0087a

sys-cluster/placement: use root perms for logrotate

Signed-off-by: Alessandro Barbieri  gmail.com>

 .../placement/{placement-7.0.0.ebuild => placement-7.0.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/placement/placement-7.0.0.ebuild 
b/sys-cluster/placement/placement-7.0.0-r1.ebuild
similarity index 100%
rename from sys-cluster/placement/placement-7.0.0.ebuild
rename to sys-cluster/placement/placement-7.0.0-r1.ebuild
index de17ce395..a1eb2e41c 100644
--- a/sys-cluster/placement/placement-7.0.0.ebuild
+++ b/sys-cluster/placement/placement-7.0.0-r1.ebuild
@@ -72,6 +72,9 @@ python_compile_all() {
 python_install_all() {
distutils-r1_python_install_all
 
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/placement.logrotate" placement
+
diropts -m 0750 -o placement -g placement
insinto /etc/placement
insopts -m 0640 -o placement -g placement
@@ -83,9 +86,6 @@ python_install_all() {
dobin tools/postgresql-migrate-db.sh
 
newtmpfiles "${FILESDIR}/placement.tmpfile" placement.conf
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/placement.logrotate" placement
 }
 
 pkg_postinst() {



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/placement/

2022-05-29 Thread Alessandro Barbieri
commit: 209cf7f8e102a0ab88a6c7f70cea3309526fb036
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 23:05:51 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 23:05:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=209cf7f8

sys-cluster/placement: create logdir

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/placement/placement-7.0.0-r1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-cluster/placement/placement-7.0.0-r1.ebuild 
b/sys-cluster/placement/placement-7.0.0-r1.ebuild
index a1eb2e41c..54a93e358 100644
--- a/sys-cluster/placement/placement-7.0.0-r1.ebuild
+++ b/sys-cluster/placement/placement-7.0.0-r1.ebuild
@@ -86,6 +86,10 @@ python_install_all() {
dobin tools/postgresql-migrate-db.sh
 
newtmpfiles "${FILESDIR}/placement.tmpfile" placement.conf
+
+   dodir /var/log/placement
+   fperms placement:placement /var/log/placement
+   keepdir /var/log/placement
 }
 
 pkg_postinst() {



[gentoo-commits] repo/proj/guru:dev commit in: sys-auth/keystone/

2022-05-29 Thread Alessandro Barbieri
commit: e3d352d8fade400644367fdd2b2344f657c404a8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 23:02:15 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 23:02:15 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3d352d8

sys-auth/keystone: use root perms for logrotate

Signed-off-by: Alessandro Barbieri  gmail.com>

 .../{keystone-21.0.0-r1.ebuild => keystone-21.0.0-r2.ebuild}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-auth/keystone/keystone-21.0.0-r1.ebuild 
b/sys-auth/keystone/keystone-21.0.0-r2.ebuild
similarity index 100%
rename from sys-auth/keystone/keystone-21.0.0-r1.ebuild
rename to sys-auth/keystone/keystone-21.0.0-r2.ebuild
index bf0863462..4630d4695 100644
--- a/sys-auth/keystone/keystone-21.0.0-r1.ebuild
+++ b/sys-auth/keystone/keystone-21.0.0-r2.ebuild
@@ -100,6 +100,9 @@ python_compile_all() {
 python_install_all() {
distutils-r1_python_install_all
 
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/keystone.logrotate" keystone.conf
+
diropts -m 0750
keepdir /etc/keystone /var/log/keystone
insinto /etc/keystone
@@ -115,9 +118,6 @@ python_install_all() {
 
newtmpfiles "${FILESDIR}/keystone.tmpfile" keystone.conf
 
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/keystone.logrotate" keystone.conf
-
systemd_dounit "${FILESDIR}/openstack-keystone.service"
 
insinto /usr/lib/sysctl.d/



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/lodepng/

2022-05-29 Thread Alessandro Barbieri
commit: 6db729f112844298196d188177bba363334834b6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 21:08:01 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:08:01 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6db729f1

media-libs/lodepng: add subslot

Signed-off-by: Alessandro Barbieri  gmail.com>

 media-libs/lodepng/Manifest | 2 +-
 .../lodepng/{lodepng-20210627.ebuild => lodepng-20210627-r1.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/lodepng/Manifest b/media-libs/lodepng/Manifest
index 9c8e5d286..b67c6d112 100644
--- a/media-libs/lodepng/Manifest
+++ b/media-libs/lodepng/Manifest
@@ -1 +1 @@
-DIST lodepng-20210627-8c6a9e30576f07bf470ad6f09458a2dcd7a6a84a.tar.gz 242778 
BLAKE2B 
eb4b95fdc800b070c96d3303d2c44a33b4304dae946b26569f52a1ad8847d049108975b082ba49b35c84b97bd1ce58ba74885c6dc843e1e8a73446de1c167369
 SHA512 
2e0abc063be45dc04a070656260e9a2b9fa1172433cdd7d4988f0afc11751ad28aa802350598ef0e2b27c2c011fd9d9f7ab7f267b0bfcdf28f9f708b888c4411
+DIST lodepng-20210627-8c6a9e30576f07bf470ad6f09458a2dcd7a6a84a.gh.tar.gz 
242778 BLAKE2B 
eb4b95fdc800b070c96d3303d2c44a33b4304dae946b26569f52a1ad8847d049108975b082ba49b35c84b97bd1ce58ba74885c6dc843e1e8a73446de1c167369
 SHA512 
2e0abc063be45dc04a070656260e9a2b9fa1172433cdd7d4988f0afc11751ad28aa802350598ef0e2b27c2c011fd9d9f7ab7f267b0bfcdf28f9f708b888c4411

diff --git a/media-libs/lodepng/lodepng-20210627.ebuild 
b/media-libs/lodepng/lodepng-20210627-r1.ebuild
similarity index 91%
rename from media-libs/lodepng/lodepng-20210627.ebuild
rename to media-libs/lodepng/lodepng-20210627-r1.ebuild
index c579c7860..7dda29727 100644
--- a/media-libs/lodepng/lodepng-20210627.ebuild
+++ b/media-libs/lodepng/lodepng-20210627-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,11 +10,11 @@ HOMEPAGE="
http://lodev.org/lodepng
https://github.com/lvandeve/lodepng
 "
-SRC_URI="https://github.com/lvandeve/lodepng/archive/${COMMIT}.tar.gz -> 
${P}-${COMMIT}.tar.gz"
+SRC_URI="https://github.com/lvandeve/lodepng/archive/${COMMIT}.tar.gz -> 
${P}-${COMMIT}.gh.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="ZLIB"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE="benchmark pngdetail showpng test"
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/

2022-05-29 Thread Alessandro Barbieri
commit: 2cdd140a843387d6fd3b744d780613660357f52d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 22:56:06 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 22:58:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cdd140a

sys-cluster/heat: use root perms for logrotate

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/heat/{heat-18.0.0.ebuild => heat-18.0.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/heat/heat-18.0.0.ebuild 
b/sys-cluster/heat/heat-18.0.0-r1.ebuild
similarity index 100%
rename from sys-cluster/heat/heat-18.0.0.ebuild
rename to sys-cluster/heat/heat-18.0.0-r1.ebuild
index 45120c6ff..79911f0e0 100644
--- a/sys-cluster/heat/heat-18.0.0.ebuild
+++ b/sys-cluster/heat/heat-18.0.0-r1.ebuild
@@ -134,6 +134,9 @@ python_install_all() {
newinitd "${FILESDIR}/heat.initd" "heat-${svc}"
done
 
+   insinto /etc/logrotate.d
+   doins "${FILESDIR}/heat.logrotate"
+
insinto /etc/heat
insopts -m 0640 -o heat -g heat
doins etc/heat/heat.conf.sample
@@ -151,8 +154,5 @@ python_install_all() {
systemd_dounit "${FILESDIR}/heat-engine.service"
systemd_dounit "${FILESDIR}/heat-api.service"
 
-   insinto /etc/logrotate.d
-   doins "${FILESDIR}/heat.logrotate"
-
rm -r "${ED}/usr/etc"
 }



[gentoo-commits] repo/gentoo:master commit in: app-containers/apptainer/files/, app-containers/apptainer/

2022-05-29 Thread Marek Szuba
commit: f9741ffa8b1eaf283306886240a31e887012ad7a
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun May 29 22:16:46 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun May 29 22:16:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9741ffa

app-containers/apptainer: trim upstream CFLAGS

-DFORTIFY_SOURCE=2 is a Gentoo default and it being explicitly mentioned
makes things more difficult for those who would rather use level 3.
Nuking -Werror should require no explanation.

Closes: https://bugs.gentoo.org/847895
Signed-off-by: Marek Szuba  gentoo.org>

 app-containers/apptainer/apptainer-1.0.2.ebuild|  4 
 .../apptainer-1.0.2-trim_upstream_cflags.patch | 24 ++
 2 files changed, 28 insertions(+)

diff --git a/app-containers/apptainer/apptainer-1.0.2.ebuild 
b/app-containers/apptainer/apptainer-1.0.2.ebuild
index 9f711a070ada..56b48324770c 100644
--- a/app-containers/apptainer/apptainer-1.0.2.ebuild
+++ b/app-containers/apptainer/apptainer-1.0.2.ebuild
@@ -30,6 +30,10 @@ BDEPEND="virtual/pkgconfig"
 
 CONFIG_CHECK="~SQUASHFS"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0.2-trim_upstream_cflags.patch
+)
+
 DOCS=( README.md CONTRIBUTORS.md CONTRIBUTING.md )
 
 src_configure() {

diff --git 
a/app-containers/apptainer/files/apptainer-1.0.2-trim_upstream_cflags.patch 
b/app-containers/apptainer/files/apptainer-1.0.2-trim_upstream_cflags.patch
new file mode 100644
index ..b1329b5d9d3e
--- /dev/null
+++ b/app-containers/apptainer/files/apptainer-1.0.2-trim_upstream_cflags.patch
@@ -0,0 +1,24 @@
+--- a/mconfig
 b/mconfig
+@@ -42,14 +42,14 @@
+ 
+ # user_cflags - user-defined CFLAGS without all the cflags_opts
+ user_cflags="$CFLAGS"
+-cflags_opts="-Wall -Werror -Wfatal-errors -Wno-unknown-warning-option \
++cflags_opts="-Wall -Wfatal-errors -Wno-unknown-warning-option \
+ -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast \
+ -Woverlength-strings -Wframe-larger-than=2047 \
+ -Wno-sign-compare -Wclobbered -Wempty-body -Wmissing-parameter-type \
+ -Wtype-limits -Wunused-parameter -Wunused-but-set-parameter \
+ -Wno-discarded-qualifiers -Wno-incompatible-pointer-types \
+ -pipe -fmessage-length=0 -fPIC"
+-cflags="$CFLAGS -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security 
-fstack-protector --param ssp-buffer-size=4"
++cflags="$CFLAGS -Wformat -Wformat-security -fstack-protector --param 
ssp-buffer-size=4"
+ ldflags=$LDFLAGS
+ 
+ package_name=apptainer
+--- a/mlocal/frags/go_runtime_opts.mk
 b/mlocal/frags/go_runtime_opts.mk
+@@ -1 +1 @@
+-CGO_CFLAGS += -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security 
-fstack-protector --param ssp-buffer-size=4
++CGO_CFLAGS += -O2 -Wformat -Wformat-security -fstack-protector --param 
ssp-buffer-size=4



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

2022-05-29 Thread Marek Szuba
commit: e53ce62d98b7c4033da6850b3f62fc5a371825a5
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun May 29 09:22:34 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun May 29 22:07:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53ce62d

app-text/xiphos: disable the editor

The editor still requires either WebKit1 or GtkHTML, and upstream hasn't
made much progress on this in recent years (yes, years). Many other
distros have had the editor disabled for quite a while now (many thanks
to Debian for the patch we now use) and since upstream activity implies
they will make the editor officially optional soon, let's do the same.

Once this version has been stabilised we will finally be able to get rid
of gnome-extra/gtkhtml.

Bug: https://bugs.gentoo.org/667914
Signed-off-by: Marek Szuba  gentoo.org>

 app-text/xiphos/Manifest   |  1 +
 app-text/xiphos/xiphos-4.2.1-r1.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/app-text/xiphos/Manifest b/app-text/xiphos/Manifest
index 739b78fae71c..fb4e42013ccf 100644
--- a/app-text/xiphos/Manifest
+++ b/app-text/xiphos/Manifest
@@ -1 +1,2 @@
+DIST xiphos-4.2.1-disable_webkit_editor.patch.xz 7432 BLAKE2B 
b1dd9db675a34433f4979247d57936920e178cf83cbcfa0fc2a4b9491855d064ecccdb8805a5615b9c91490c3ff2c24f7d951dad009e83952e5d6aa28c8a0730
 SHA512 
ae0d9b526143445529fa467bdd1b90015812a5d81396619e64a701962a608413c5875c137970d2b70dbac28085e7f40dc6049d591efaf96df7ddfb2cc64854da
 DIST xiphos-4.2.1.tar.xz 21586484 BLAKE2B 
7529f770766dfc5bae6cb04bfeb3d3cc0714c4ebbd2282aca549e50b8a9ca4c74cdb8cb69667f1036ee33ee1c5d90e562cff80d520ce72651736e1f5f4274ba1
 SHA512 
624bd2e931c15e1665724918e756706f048e824dc13c2f1d5a05c32a93697137e75012564a14b7d2d0aa90c6a109c52ead51901e657d35a457ccf5f42204a0fe

diff --git a/app-text/xiphos/xiphos-4.2.1-r1.ebuild 
b/app-text/xiphos/xiphos-4.2.1-r1.ebuild
new file mode 100644
index ..599d16c4ff3f
--- /dev/null
+++ b/app-text/xiphos/xiphos-4.2.1-r1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="A Gtk+-based Bible-study frontend for SWORD"
+HOMEPAGE="https://xiphos.org/;
+SRC_URI="https://github.com/crosswire/${PN}/releases/download/${PV}/${P}.tar.xz
+   
https://dev.gentoo.org/~marecki/dists/${CATEGORY}/${PN}/${PN}-4.2.1-disable_webkit_editor.patch.xz;
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="dbus debug"
+
+COMMON="sys-apps/util-linux
+   dev-libs/libxml2
+   dev-libs/libxslt
+   dbus? ( dev-libs/dbus-glib )"
+RDEPEND="${COMMON}
+   >=app-text/sword-1.8.1
+   dev-libs/glib:2
+   dev-libs/icu
+   >=net-libs/biblesync-1.2.0
+   net-libs/webkit-gtk:4
+   sys-libs/zlib[minizip]
+   x11-libs/gtk+:3"
+DEPEND="${RDEPEND}"
+BDEPEND="${COMMON}
+   app-arch/zip
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   dev-util/desktop-file-utils
+   dev-util/glib-utils
+   dev-util/itstool
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${WORKDIR}"/${PN}-4.2.1-disable_webkit_editor.patch
+   "${FILESDIR}"/${PN}-4.2.1-appdata_metainfo.patch
+   "${FILESDIR}"/${PN}-4.2.1-glib_version_min_required.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DDBUS=$(usex dbus)
+   -DDEBUG=$(usex debug)
+   -DPOSTINST=off
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+
+   if [[ -n "${REPLACING_VERSIONS}" ]]; then
+   local rver
+   for rver in ${REPLACING_VERSIONS}; do
+   if ver_test "${rver}" -le "4.2.1"; then
+   ewarn "Please note that ${PN} no longer 
provides an editor due to its dependency on outdated libraries."
+   ewarn "Studypad and the personal commentary 
will no longer work."
+   break
+   fi
+   done
+   fi
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2022-05-29 Thread William Hubbs
commit: d352c27a3514b8b343a05e060aad0c1e5b4f637b
Author: William Hubbs  gentoo  org>
AuthorDate: Sun May 29 19:53:17 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun May 29 21:19:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d352c27a

sys-cluster/kubeadm: add 1.22.10

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

 sys-cluster/kubeadm/Manifest   |  1 +
 sys-cluster/kubeadm/kubeadm-1.22.10.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-cluster/kubeadm/Manifest b/sys-cluster/kubeadm/Manifest
index 537064ddccf8..8df2c9dedfb9 100644
--- a/sys-cluster/kubeadm/Manifest
+++ b/sys-cluster/kubeadm/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.21.11.tar.gz 36183641 BLAKE2B 
81683c0f3d9d36aa21fb0bd8d771019af621947c772a9121b453c0c836e991f0812ef4bb0296db7fd0fab0794bbc9af9dbd4801b44d3f6422fa908da03b7de8b
 SHA512 
9b8c92f277c2621015fab67832b8d89a9b2c0227a5ca884a58b959de717af9a3c601acaa6522d758673a628943b93ae23b8a95819b5daf4e0419509ec99408a6
 DIST kubernetes-1.21.13.tar.gz 36157422 BLAKE2B 
413ba3589efd724cd05ab9df76c9ba1f116539ec71c8cad8169095410704e1ab732171b2140b522a5f5cc641a18dd78150e67cd64bc16088f491379957756133
 SHA512 
cc6e9e71816c1fac4cba6cd6aab1919d7c956947b71260ac958015797a856e978bb2f122ad989527c285721e0a03c3327cbe50557cb6717e7a3aad68f2e02dfd
+DIST kubernetes-1.22.10.tar.gz 36075584 BLAKE2B 
e2d440070f8d573527359f4e59950af8c9b783da5e3f1914960b69e527411bf1aca98a1c23902e4e3d6b7c799233837676f02cc8469de130d8405800957b4cc1
 SHA512 
213629d3f71837318b3321b72cc08dcbf756be11ff927893154ec207cb6747a2a36c198cdbeb0f0bf9b1c0d0284f4bca8a43129f538ca1b763570fa4fe0e2ac8
 DIST kubernetes-1.22.8.tar.gz 36060758 BLAKE2B 
8a9bb933aa7ecb07170065fb0b33805332cea5c4f8194d288c83ca907539dc207b878a03aa23ac62545ddbbc46d8896ce27dfd49791c01ef5d619e00c6564dbc
 SHA512 
b55e1ca89349ab9d17a83b662ed9ea94f425bfad2fbbbff5918f48d831d5151036a44fc86c9eda1452a200abf5b39a9ebbba3560a8e90f49bbebb06597529a4a
 DIST kubernetes-1.23.5.tar.gz 38204715 BLAKE2B 
d42d9826704e923f4a25d788656909c641e77de19f483721436c6760d8d9b44c1805da5522c5a850fcbb0d86114057cf690607ff958536ef6af21e21a1d7b089
 SHA512 
4df849fcdf0d4ffd9552706600b43b9b248f9039ce05384fef859ce7479a9aa74b4a54a9a147b8be3db1c5c02274e71b31ae34700777fe010fb147cd132d80a2
 DIST kubernetes-1.23.7.tar.gz 38210779 BLAKE2B 
7b664b22491b19697ab596a2eacab5f4f907b7053f40e54bec48f807c273ec673f0e3f09107539d496ce2efbcfc0d649792d604aa6ea29ed938fc2b732b0cace
 SHA512 
f871d8e4d9e41f829e8f6b5bc563ce7c2a060a3b23e9e8a76e3af49be4e2278422f2e8edff275730b690cc60127e334058f2b08d20c3befc6572431d08a8c0b4

diff --git a/sys-cluster/kubeadm/kubeadm-1.22.10.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.22.10.ebuild
new file mode 100644
index ..654b067fe403
--- /dev/null
+++ b/sys-cluster/kubeadm/kubeadm-1.22.10.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit bash-completion-r1 go-module
+
+DESCRIPTION="CLI to Easily bootstrap a secure Kubernetes cluster"
+HOMEPAGE="https://kubernetes.io;
+SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="hardened"
+
+RDEPEND="!sys-cluster/kubernetes"
+BDEPEND=">=dev-lang/go-1.16"
+
+RESTRICT+=" test"
+S="${WORKDIR}/kubernetes-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
+   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
+}
+
+src_install() {
+   dobin _output/bin/${PN}
+   _output/bin/${PN} completion bash > ${PN}.bash || die
+   _output/bin/${PN} completion zsh > ${PN}.zsh || die
+   newbashcomp ${PN}.bash ${PN}
+   insinto /usr/share/zsh/site-functions
+   newins ${PN}.zsh _${PN}
+}



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

2022-05-29 Thread William Hubbs
commit: d58c2e8191a7d9b3b16225a44fea1a9fdeae83e4
Author: William Hubbs  gentoo  org>
AuthorDate: Sun May 29 19:53:34 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun May 29 21:20:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58c2e81

sys-cluster/kubectl: add 1.22.10

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

 sys-cluster/kubectl/Manifest   |  1 +
 sys-cluster/kubectl/kubectl-1.22.10.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest
index 537064ddccf8..8df2c9dedfb9 100644
--- a/sys-cluster/kubectl/Manifest
+++ b/sys-cluster/kubectl/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.21.11.tar.gz 36183641 BLAKE2B 
81683c0f3d9d36aa21fb0bd8d771019af621947c772a9121b453c0c836e991f0812ef4bb0296db7fd0fab0794bbc9af9dbd4801b44d3f6422fa908da03b7de8b
 SHA512 
9b8c92f277c2621015fab67832b8d89a9b2c0227a5ca884a58b959de717af9a3c601acaa6522d758673a628943b93ae23b8a95819b5daf4e0419509ec99408a6
 DIST kubernetes-1.21.13.tar.gz 36157422 BLAKE2B 
413ba3589efd724cd05ab9df76c9ba1f116539ec71c8cad8169095410704e1ab732171b2140b522a5f5cc641a18dd78150e67cd64bc16088f491379957756133
 SHA512 
cc6e9e71816c1fac4cba6cd6aab1919d7c956947b71260ac958015797a856e978bb2f122ad989527c285721e0a03c3327cbe50557cb6717e7a3aad68f2e02dfd
+DIST kubernetes-1.22.10.tar.gz 36075584 BLAKE2B 
e2d440070f8d573527359f4e59950af8c9b783da5e3f1914960b69e527411bf1aca98a1c23902e4e3d6b7c799233837676f02cc8469de130d8405800957b4cc1
 SHA512 
213629d3f71837318b3321b72cc08dcbf756be11ff927893154ec207cb6747a2a36c198cdbeb0f0bf9b1c0d0284f4bca8a43129f538ca1b763570fa4fe0e2ac8
 DIST kubernetes-1.22.8.tar.gz 36060758 BLAKE2B 
8a9bb933aa7ecb07170065fb0b33805332cea5c4f8194d288c83ca907539dc207b878a03aa23ac62545ddbbc46d8896ce27dfd49791c01ef5d619e00c6564dbc
 SHA512 
b55e1ca89349ab9d17a83b662ed9ea94f425bfad2fbbbff5918f48d831d5151036a44fc86c9eda1452a200abf5b39a9ebbba3560a8e90f49bbebb06597529a4a
 DIST kubernetes-1.23.5.tar.gz 38204715 BLAKE2B 
d42d9826704e923f4a25d788656909c641e77de19f483721436c6760d8d9b44c1805da5522c5a850fcbb0d86114057cf690607ff958536ef6af21e21a1d7b089
 SHA512 
4df849fcdf0d4ffd9552706600b43b9b248f9039ce05384fef859ce7479a9aa74b4a54a9a147b8be3db1c5c02274e71b31ae34700777fe010fb147cd132d80a2
 DIST kubernetes-1.23.7.tar.gz 38210779 BLAKE2B 
7b664b22491b19697ab596a2eacab5f4f907b7053f40e54bec48f807c273ec673f0e3f09107539d496ce2efbcfc0d649792d604aa6ea29ed938fc2b732b0cace
 SHA512 
f871d8e4d9e41f829e8f6b5bc563ce7c2a060a3b23e9e8a76e3af49be4e2278422f2e8edff275730b690cc60127e334058f2b08d20c3befc6572431d08a8c0b4

diff --git a/sys-cluster/kubectl/kubectl-1.22.10.ebuild 
b/sys-cluster/kubectl/kubectl-1.22.10.ebuild
new file mode 100644
index ..f480c2f82844
--- /dev/null
+++ b/sys-cluster/kubectl/kubectl-1.22.10.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit bash-completion-r1 go-module
+
+DESCRIPTION="CLI to run commands against Kubernetes clusters"
+HOMEPAGE="https://kubernetes.io;
+SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="hardened"
+
+DEPEND="!sys-cluster/kubernetes"
+BDEPEND=">=dev-lang/go-1.16"
+
+RESTRICT+=" test"
+S="${WORKDIR}/kubernetes-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
+   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
+}
+
+src_install() {
+   dobin _output/bin/${PN}
+   _output/bin/${PN} completion bash > ${PN}.bash || die
+   _output/bin/${PN} completion zsh > ${PN}.zsh || die
+   newbashcomp ${PN}.bash ${PN}
+   insinto /usr/share/zsh/site-functions
+   newins ${PN}.zsh _${PN}
+}



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

2022-05-29 Thread William Hubbs
commit: a04ec3fdc7491e1f101baf3ffd38611fb56a86ca
Author: William Hubbs  gentoo  org>
AuthorDate: Sun May 29 19:53:42 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun May 29 21:20:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04ec3fd

sys-cluster/kube-scheduler: add 1.22.10

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

 sys-cluster/kube-scheduler/Manifest|  1 +
 .../kube-scheduler/kube-scheduler-1.22.10.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/sys-cluster/kube-scheduler/Manifest 
b/sys-cluster/kube-scheduler/Manifest
index 537064ddccf8..8df2c9dedfb9 100644
--- a/sys-cluster/kube-scheduler/Manifest
+++ b/sys-cluster/kube-scheduler/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.21.11.tar.gz 36183641 BLAKE2B 
81683c0f3d9d36aa21fb0bd8d771019af621947c772a9121b453c0c836e991f0812ef4bb0296db7fd0fab0794bbc9af9dbd4801b44d3f6422fa908da03b7de8b
 SHA512 
9b8c92f277c2621015fab67832b8d89a9b2c0227a5ca884a58b959de717af9a3c601acaa6522d758673a628943b93ae23b8a95819b5daf4e0419509ec99408a6
 DIST kubernetes-1.21.13.tar.gz 36157422 BLAKE2B 
413ba3589efd724cd05ab9df76c9ba1f116539ec71c8cad8169095410704e1ab732171b2140b522a5f5cc641a18dd78150e67cd64bc16088f491379957756133
 SHA512 
cc6e9e71816c1fac4cba6cd6aab1919d7c956947b71260ac958015797a856e978bb2f122ad989527c285721e0a03c3327cbe50557cb6717e7a3aad68f2e02dfd
+DIST kubernetes-1.22.10.tar.gz 36075584 BLAKE2B 
e2d440070f8d573527359f4e59950af8c9b783da5e3f1914960b69e527411bf1aca98a1c23902e4e3d6b7c799233837676f02cc8469de130d8405800957b4cc1
 SHA512 
213629d3f71837318b3321b72cc08dcbf756be11ff927893154ec207cb6747a2a36c198cdbeb0f0bf9b1c0d0284f4bca8a43129f538ca1b763570fa4fe0e2ac8
 DIST kubernetes-1.22.8.tar.gz 36060758 BLAKE2B 
8a9bb933aa7ecb07170065fb0b33805332cea5c4f8194d288c83ca907539dc207b878a03aa23ac62545ddbbc46d8896ce27dfd49791c01ef5d619e00c6564dbc
 SHA512 
b55e1ca89349ab9d17a83b662ed9ea94f425bfad2fbbbff5918f48d831d5151036a44fc86c9eda1452a200abf5b39a9ebbba3560a8e90f49bbebb06597529a4a
 DIST kubernetes-1.23.5.tar.gz 38204715 BLAKE2B 
d42d9826704e923f4a25d788656909c641e77de19f483721436c6760d8d9b44c1805da5522c5a850fcbb0d86114057cf690607ff958536ef6af21e21a1d7b089
 SHA512 
4df849fcdf0d4ffd9552706600b43b9b248f9039ce05384fef859ce7479a9aa74b4a54a9a147b8be3db1c5c02274e71b31ae34700777fe010fb147cd132d80a2
 DIST kubernetes-1.23.7.tar.gz 38210779 BLAKE2B 
7b664b22491b19697ab596a2eacab5f4f907b7053f40e54bec48f807c273ec673f0e3f09107539d496ce2efbcfc0d649792d604aa6ea29ed938fc2b732b0cace
 SHA512 
f871d8e4d9e41f829e8f6b5bc563ce7c2a060a3b23e9e8a76e3af49be4e2278422f2e8edff275730b690cc60127e334058f2b08d20c3befc6572431d08a8c0b4

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.22.10.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.22.10.ebuild
new file mode 100644
index ..6deafd6db8c6
--- /dev/null
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.22.10.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module
+
+DESCRIPTION="Kubernetes Scheduler"
+HOMEPAGE="https://kubernetes.io;
+SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="hardened"
+
+COMMON_DEPEND="acct-group/kube-scheduler
+   acct-user/kube-scheduler"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   !sys-cluster/kubernetes"
+BDEPEND=">=dev-lang/go-1.16"
+
+RESTRICT+=" test"
+S="${WORKDIR}/kubernetes-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
+   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
+}
+
+src_install() {
+   dobin _output/bin/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+}



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

2022-05-29 Thread William Hubbs
commit: 76b8cc11e912522e47a7d6c16c9d429b6dda00fd
Author: William Hubbs  gentoo  org>
AuthorDate: Sun May 29 19:53:39 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun May 29 21:20:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b8cc11

sys-cluster/kube-proxy: add 1.22.10

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

 sys-cluster/kube-proxy/Manifest  |  1 +
 sys-cluster/kube-proxy/kube-proxy-1.22.10.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index 537064ddccf8..8df2c9dedfb9 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.21.11.tar.gz 36183641 BLAKE2B 
81683c0f3d9d36aa21fb0bd8d771019af621947c772a9121b453c0c836e991f0812ef4bb0296db7fd0fab0794bbc9af9dbd4801b44d3f6422fa908da03b7de8b
 SHA512 
9b8c92f277c2621015fab67832b8d89a9b2c0227a5ca884a58b959de717af9a3c601acaa6522d758673a628943b93ae23b8a95819b5daf4e0419509ec99408a6
 DIST kubernetes-1.21.13.tar.gz 36157422 BLAKE2B 
413ba3589efd724cd05ab9df76c9ba1f116539ec71c8cad8169095410704e1ab732171b2140b522a5f5cc641a18dd78150e67cd64bc16088f491379957756133
 SHA512 
cc6e9e71816c1fac4cba6cd6aab1919d7c956947b71260ac958015797a856e978bb2f122ad989527c285721e0a03c3327cbe50557cb6717e7a3aad68f2e02dfd
+DIST kubernetes-1.22.10.tar.gz 36075584 BLAKE2B 
e2d440070f8d573527359f4e59950af8c9b783da5e3f1914960b69e527411bf1aca98a1c23902e4e3d6b7c799233837676f02cc8469de130d8405800957b4cc1
 SHA512 
213629d3f71837318b3321b72cc08dcbf756be11ff927893154ec207cb6747a2a36c198cdbeb0f0bf9b1c0d0284f4bca8a43129f538ca1b763570fa4fe0e2ac8
 DIST kubernetes-1.22.8.tar.gz 36060758 BLAKE2B 
8a9bb933aa7ecb07170065fb0b33805332cea5c4f8194d288c83ca907539dc207b878a03aa23ac62545ddbbc46d8896ce27dfd49791c01ef5d619e00c6564dbc
 SHA512 
b55e1ca89349ab9d17a83b662ed9ea94f425bfad2fbbbff5918f48d831d5151036a44fc86c9eda1452a200abf5b39a9ebbba3560a8e90f49bbebb06597529a4a
 DIST kubernetes-1.23.5.tar.gz 38204715 BLAKE2B 
d42d9826704e923f4a25d788656909c641e77de19f483721436c6760d8d9b44c1805da5522c5a850fcbb0d86114057cf690607ff958536ef6af21e21a1d7b089
 SHA512 
4df849fcdf0d4ffd9552706600b43b9b248f9039ce05384fef859ce7479a9aa74b4a54a9a147b8be3db1c5c02274e71b31ae34700777fe010fb147cd132d80a2
 DIST kubernetes-1.23.7.tar.gz 38210779 BLAKE2B 
7b664b22491b19697ab596a2eacab5f4f907b7053f40e54bec48f807c273ec673f0e3f09107539d496ce2efbcfc0d649792d604aa6ea29ed938fc2b732b0cace
 SHA512 
f871d8e4d9e41f829e8f6b5bc563ce7c2a060a3b23e9e8a76e3af49be4e2278422f2e8edff275730b690cc60127e334058f2b08d20c3befc6572431d08a8c0b4

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.22.10.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.22.10.ebuild
new file mode 100644
index ..866b8b777f1f
--- /dev/null
+++ b/sys-cluster/kube-proxy/kube-proxy-1.22.10.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module
+
+DESCRIPTION="Kubernetes Proxy service"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
+SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="hardened"
+
+RDEPEND="net-firewall/conntrack-tools
+   !sys-cluster/kubernetes"
+BDEPEND=">=dev-lang/go-1.16"
+
+RESTRICT+=" test"
+S="${WORKDIR}/kubernetes-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
+   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
+}
+
+src_install() {
+   dobin _output/bin/${PN}
+   keepdir /var/log/${PN} /var/lib/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2022-05-29 Thread William Hubbs
commit: ef1c8e5a70a5e7f4e74fc2ecb149046e02c1d2a5
Author: William Hubbs  gentoo  org>
AuthorDate: Sun May 29 19:53:31 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun May 29 21:20:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1c8e5a

sys-cluster/kube-controller-manager: add 1.22.10

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

 sys-cluster/kube-controller-manager/Manifest   |  1 +
 .../kube-controller-manager-1.22.10.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/sys-cluster/kube-controller-manager/Manifest 
b/sys-cluster/kube-controller-manager/Manifest
index 537064ddccf8..8df2c9dedfb9 100644
--- a/sys-cluster/kube-controller-manager/Manifest
+++ b/sys-cluster/kube-controller-manager/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.21.11.tar.gz 36183641 BLAKE2B 
81683c0f3d9d36aa21fb0bd8d771019af621947c772a9121b453c0c836e991f0812ef4bb0296db7fd0fab0794bbc9af9dbd4801b44d3f6422fa908da03b7de8b
 SHA512 
9b8c92f277c2621015fab67832b8d89a9b2c0227a5ca884a58b959de717af9a3c601acaa6522d758673a628943b93ae23b8a95819b5daf4e0419509ec99408a6
 DIST kubernetes-1.21.13.tar.gz 36157422 BLAKE2B 
413ba3589efd724cd05ab9df76c9ba1f116539ec71c8cad8169095410704e1ab732171b2140b522a5f5cc641a18dd78150e67cd64bc16088f491379957756133
 SHA512 
cc6e9e71816c1fac4cba6cd6aab1919d7c956947b71260ac958015797a856e978bb2f122ad989527c285721e0a03c3327cbe50557cb6717e7a3aad68f2e02dfd
+DIST kubernetes-1.22.10.tar.gz 36075584 BLAKE2B 
e2d440070f8d573527359f4e59950af8c9b783da5e3f1914960b69e527411bf1aca98a1c23902e4e3d6b7c799233837676f02cc8469de130d8405800957b4cc1
 SHA512 
213629d3f71837318b3321b72cc08dcbf756be11ff927893154ec207cb6747a2a36c198cdbeb0f0bf9b1c0d0284f4bca8a43129f538ca1b763570fa4fe0e2ac8
 DIST kubernetes-1.22.8.tar.gz 36060758 BLAKE2B 
8a9bb933aa7ecb07170065fb0b33805332cea5c4f8194d288c83ca907539dc207b878a03aa23ac62545ddbbc46d8896ce27dfd49791c01ef5d619e00c6564dbc
 SHA512 
b55e1ca89349ab9d17a83b662ed9ea94f425bfad2fbbbff5918f48d831d5151036a44fc86c9eda1452a200abf5b39a9ebbba3560a8e90f49bbebb06597529a4a
 DIST kubernetes-1.23.5.tar.gz 38204715 BLAKE2B 
d42d9826704e923f4a25d788656909c641e77de19f483721436c6760d8d9b44c1805da5522c5a850fcbb0d86114057cf690607ff958536ef6af21e21a1d7b089
 SHA512 
4df849fcdf0d4ffd9552706600b43b9b248f9039ce05384fef859ce7479a9aa74b4a54a9a147b8be3db1c5c02274e71b31ae34700777fe010fb147cd132d80a2
 DIST kubernetes-1.23.7.tar.gz 38210779 BLAKE2B 
7b664b22491b19697ab596a2eacab5f4f907b7053f40e54bec48f807c273ec673f0e3f09107539d496ce2efbcfc0d649792d604aa6ea29ed938fc2b732b0cace
 SHA512 
f871d8e4d9e41f829e8f6b5bc563ce7c2a060a3b23e9e8a76e3af49be4e2278422f2e8edff275730b690cc60127e334058f2b08d20c3befc6572431d08a8c0b4

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.22.10.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.22.10.ebuild
new file mode 100644
index ..3611bae7ae46
--- /dev/null
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.22.10.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module
+
+DESCRIPTION="Kubernetes Controller Manager"
+HOMEPAGE="https://kubernetes.io;
+SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="hardened"
+
+COMMON_DEPEND="acct-group/kube-controller-manager
+   acct-user/kube-controller-manager"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   !sys-cluster/kubernetes"
+BDEPEND=">=dev-lang/go-1.16"
+
+RESTRICT+=" test"
+S="${WORKDIR}/kubernetes-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
+   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
+}
+
+src_install() {
+   dobin _output/bin/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+}



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

2022-05-29 Thread William Hubbs
commit: 31e6daef8e0d7d00f58580e37f32076bc628b9b9
Author: William Hubbs  gentoo  org>
AuthorDate: Sun May 29 19:53:28 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun May 29 21:20:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e6daef

sys-cluster/kube-apiserver: add 1.22.10

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

 sys-cluster/kube-apiserver/Manifest|  1 +
 .../kube-apiserver/kube-apiserver-1.22.10.ebuild   | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-cluster/kube-apiserver/Manifest 
b/sys-cluster/kube-apiserver/Manifest
index 537064ddccf8..8df2c9dedfb9 100644
--- a/sys-cluster/kube-apiserver/Manifest
+++ b/sys-cluster/kube-apiserver/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.21.11.tar.gz 36183641 BLAKE2B 
81683c0f3d9d36aa21fb0bd8d771019af621947c772a9121b453c0c836e991f0812ef4bb0296db7fd0fab0794bbc9af9dbd4801b44d3f6422fa908da03b7de8b
 SHA512 
9b8c92f277c2621015fab67832b8d89a9b2c0227a5ca884a58b959de717af9a3c601acaa6522d758673a628943b93ae23b8a95819b5daf4e0419509ec99408a6
 DIST kubernetes-1.21.13.tar.gz 36157422 BLAKE2B 
413ba3589efd724cd05ab9df76c9ba1f116539ec71c8cad8169095410704e1ab732171b2140b522a5f5cc641a18dd78150e67cd64bc16088f491379957756133
 SHA512 
cc6e9e71816c1fac4cba6cd6aab1919d7c956947b71260ac958015797a856e978bb2f122ad989527c285721e0a03c3327cbe50557cb6717e7a3aad68f2e02dfd
+DIST kubernetes-1.22.10.tar.gz 36075584 BLAKE2B 
e2d440070f8d573527359f4e59950af8c9b783da5e3f1914960b69e527411bf1aca98a1c23902e4e3d6b7c799233837676f02cc8469de130d8405800957b4cc1
 SHA512 
213629d3f71837318b3321b72cc08dcbf756be11ff927893154ec207cb6747a2a36c198cdbeb0f0bf9b1c0d0284f4bca8a43129f538ca1b763570fa4fe0e2ac8
 DIST kubernetes-1.22.8.tar.gz 36060758 BLAKE2B 
8a9bb933aa7ecb07170065fb0b33805332cea5c4f8194d288c83ca907539dc207b878a03aa23ac62545ddbbc46d8896ce27dfd49791c01ef5d619e00c6564dbc
 SHA512 
b55e1ca89349ab9d17a83b662ed9ea94f425bfad2fbbbff5918f48d831d5151036a44fc86c9eda1452a200abf5b39a9ebbba3560a8e90f49bbebb06597529a4a
 DIST kubernetes-1.23.5.tar.gz 38204715 BLAKE2B 
d42d9826704e923f4a25d788656909c641e77de19f483721436c6760d8d9b44c1805da5522c5a850fcbb0d86114057cf690607ff958536ef6af21e21a1d7b089
 SHA512 
4df849fcdf0d4ffd9552706600b43b9b248f9039ce05384fef859ce7479a9aa74b4a54a9a147b8be3db1c5c02274e71b31ae34700777fe010fb147cd132d80a2
 DIST kubernetes-1.23.7.tar.gz 38210779 BLAKE2B 
7b664b22491b19697ab596a2eacab5f4f907b7053f40e54bec48f807c273ec673f0e3f09107539d496ce2efbcfc0d649792d604aa6ea29ed938fc2b732b0cace
 SHA512 
f871d8e4d9e41f829e8f6b5bc563ce7c2a060a3b23e9e8a76e3af49be4e2278422f2e8edff275730b690cc60127e334058f2b08d20c3befc6572431d08a8c0b4

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.22.10.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.22.10.ebuild
new file mode 100644
index ..19b4da1a49f7
--- /dev/null
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.22.10.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit bash-completion-r1 go-module systemd
+
+DESCRIPTION="Kubernetes API server"
+HOMEPAGE="https://kubernetes.io;
+SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="hardened"
+
+COMMON_DEPEND="
+   acct-group/kube-apiserver
+   acct-user/kube-apiserver"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   !sys-cluster/kubernetes"
+BDEPEND=">=dev-lang/go-1.16"
+
+RESTRICT+=" test"
+S="${WORKDIR}/kubernetes-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
+   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
+}
+
+src_install() {
+   dobin _output/bin/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+}



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

2022-05-29 Thread William Hubbs
commit: 7c6ed7416ffae5be8016397de8e74b9bd82966f1
Author: William Hubbs  gentoo  org>
AuthorDate: Sun May 29 19:53:37 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun May 29 21:20:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6ed741

sys-cluster/kubelet: add 1.22.10

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

 sys-cluster/kubelet/Manifest   |  1 +
 sys-cluster/kubelet/kubelet-1.22.10.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest
index 537064ddccf8..8df2c9dedfb9 100644
--- a/sys-cluster/kubelet/Manifest
+++ b/sys-cluster/kubelet/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.21.11.tar.gz 36183641 BLAKE2B 
81683c0f3d9d36aa21fb0bd8d771019af621947c772a9121b453c0c836e991f0812ef4bb0296db7fd0fab0794bbc9af9dbd4801b44d3f6422fa908da03b7de8b
 SHA512 
9b8c92f277c2621015fab67832b8d89a9b2c0227a5ca884a58b959de717af9a3c601acaa6522d758673a628943b93ae23b8a95819b5daf4e0419509ec99408a6
 DIST kubernetes-1.21.13.tar.gz 36157422 BLAKE2B 
413ba3589efd724cd05ab9df76c9ba1f116539ec71c8cad8169095410704e1ab732171b2140b522a5f5cc641a18dd78150e67cd64bc16088f491379957756133
 SHA512 
cc6e9e71816c1fac4cba6cd6aab1919d7c956947b71260ac958015797a856e978bb2f122ad989527c285721e0a03c3327cbe50557cb6717e7a3aad68f2e02dfd
+DIST kubernetes-1.22.10.tar.gz 36075584 BLAKE2B 
e2d440070f8d573527359f4e59950af8c9b783da5e3f1914960b69e527411bf1aca98a1c23902e4e3d6b7c799233837676f02cc8469de130d8405800957b4cc1
 SHA512 
213629d3f71837318b3321b72cc08dcbf756be11ff927893154ec207cb6747a2a36c198cdbeb0f0bf9b1c0d0284f4bca8a43129f538ca1b763570fa4fe0e2ac8
 DIST kubernetes-1.22.8.tar.gz 36060758 BLAKE2B 
8a9bb933aa7ecb07170065fb0b33805332cea5c4f8194d288c83ca907539dc207b878a03aa23ac62545ddbbc46d8896ce27dfd49791c01ef5d619e00c6564dbc
 SHA512 
b55e1ca89349ab9d17a83b662ed9ea94f425bfad2fbbbff5918f48d831d5151036a44fc86c9eda1452a200abf5b39a9ebbba3560a8e90f49bbebb06597529a4a
 DIST kubernetes-1.23.5.tar.gz 38204715 BLAKE2B 
d42d9826704e923f4a25d788656909c641e77de19f483721436c6760d8d9b44c1805da5522c5a850fcbb0d86114057cf690607ff958536ef6af21e21a1d7b089
 SHA512 
4df849fcdf0d4ffd9552706600b43b9b248f9039ce05384fef859ce7479a9aa74b4a54a9a147b8be3db1c5c02274e71b31ae34700777fe010fb147cd132d80a2
 DIST kubernetes-1.23.7.tar.gz 38210779 BLAKE2B 
7b664b22491b19697ab596a2eacab5f4f907b7053f40e54bec48f807c273ec673f0e3f09107539d496ce2efbcfc0d649792d604aa6ea29ed938fc2b732b0cace
 SHA512 
f871d8e4d9e41f829e8f6b5bc563ce7c2a060a3b23e9e8a76e3af49be4e2278422f2e8edff275730b690cc60127e334058f2b08d20c3befc6572431d08a8c0b4

diff --git a/sys-cluster/kubelet/kubelet-1.22.10.ebuild 
b/sys-cluster/kubelet/kubelet-1.22.10.ebuild
new file mode 100644
index ..3dc412ebab17
--- /dev/null
+++ b/sys-cluster/kubelet/kubelet-1.22.10.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module systemd
+
+DESCRIPTION="Kubernetes Node Agent"
+HOMEPAGE="https://kubernetes.io;
+SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="hardened"
+
+RDEPEND="!sys-cluster/kubernetes"
+BDEPEND=">=dev-lang/go-1.16"
+
+RESTRICT+=" test "
+S="${WORKDIR}/kubernetes-${PV}"
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
+   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
+}
+
+src_install() {
+   dobin _output/bin/${PN}
+   keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto /etc/kubernetes
+   newins "${FILESDIR}"/${PN}.env ${PN}.env
+}



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

2022-05-29 Thread Alessandro Barbieri
commit: 2aa9cece056c77f2256c7268392af16d1033092d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:54:40 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2aa9cece

dev-python/python-zunclient: enable py3.10

Closes: https://bugs.gentoo.org/848336
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild 
b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
index a761a1c40..6ff7dba8d 100644
--- a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
+++ b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/skia/

2022-05-29 Thread Alessandro Barbieri
commit: 3c6a43c6e1c3baa9ac5053aad4c5abb50207f306
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 21:01:27 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:53 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c6a43c6

media-libs/skia: add subslot

Signed-off-by: Alessandro Barbieri  gmail.com>

 media-libs/skia/Manifest | 2 +-
 media-libs/skia/{skia-97-r1.ebuild => skia-97-r2.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/skia/Manifest b/media-libs/skia/Manifest
index 184ea284c..3595db41e 100644
--- a/media-libs/skia/Manifest
+++ b/media-libs/skia/Manifest
@@ -1 +1 @@
-DIST skia-97.tar.gz 55736513 BLAKE2B 
a3fddcab23b395e884b64179577c0e88b22c5580c484b79ce11a598ea8822fe797248071ca638541c9146f6752d93e99d9effb7e3499cf1f1efd75e375f9d3d5
 SHA512 
c30cd68fd69cbe998c04db8a9d7d201fefa2e72541745a1216a51bde809152c11f53fd3ba66a5c7bfb971c090e5eecc2be50a3cf013645052c2c447bf70d5f7a
+DIST skia-97.gh.tar.gz 55736513 BLAKE2B 
a3fddcab23b395e884b64179577c0e88b22c5580c484b79ce11a598ea8822fe797248071ca638541c9146f6752d93e99d9effb7e3499cf1f1efd75e375f9d3d5
 SHA512 
c30cd68fd69cbe998c04db8a9d7d201fefa2e72541745a1216a51bde809152c11f53fd3ba66a5c7bfb971c090e5eecc2be50a3cf013645052c2c447bf70d5f7a

diff --git a/media-libs/skia/skia-97-r1.ebuild 
b/media-libs/skia/skia-97-r2.ebuild
similarity index 99%
rename from media-libs/skia/skia-97-r1.ebuild
rename to media-libs/skia/skia-97-r2.ebuild
index 4c190e20b..6dbe9973c 100644
--- a/media-libs/skia/skia-97-r1.ebuild
+++ b/media-libs/skia/skia-97-r2.ebuild
@@ -15,12 +15,12 @@ HOMEPAGE="
https://skia.org
https://github.com/google/skia
 "
-SRC_URI="https://github.com/google/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/google/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 KEYWORDS="~amd64"
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 IUSE="+ccpr debug ffmpeg +fontconfig +freetype gpu +harfbuzz +icu jit +jpeg 
+lottie lua opencl +opengl +pdf +png +rive svg vulkan +webp +zlib +X +xml"
 #TODO: find out how to enable and link: angle dawn piex sfntly wuffs
 



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/skia/

2022-05-29 Thread Alessandro Barbieri
commit: 4298d9fab1b98cf542a633f700f4191df54df855
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:59:03 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:53 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4298d9fa

media-libs/skia: drop 97

Signed-off-by: Alessandro Barbieri  gmail.com>

 media-libs/skia/skia-97.ebuild | 151 -
 1 file changed, 151 deletions(-)

diff --git a/media-libs/skia/skia-97.ebuild b/media-libs/skia/skia-97.ebuild
deleted file mode 100644
index ff47d59f2..0
--- a/media-libs/skia/skia-97.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_9 )
-
-inherit ninja-utils python-any-r1 toolchain-funcs
-
-#https://github.com/google/skia/blob/master/include/core/SkMilestone.h
-COMMIT="f2093bf1b076210bd017f237eaab84ea4d3d6771"
-
-SRC_URI="https://github.com/google/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-DESCRIPTION="A complete 2D graphic library for drawing Text, Geometries, and 
Images"
-HOMEPAGE="
-   https://skia.org
-   https://github.com/google/skia
-"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-#IUSE="dawn expat gif jpeg png pdf webp zlib"
-#TODO: find out how to enable and link: angle egl ffmpeg fontconfig freetype 
gl harfbuzz heif icu lua opencl piex sfntly wuffs vulkan xps s
-
-#TODO: find out which deps are needed for gl/egl/vulkan/X/gif/xps
-#  ffmpeg? ( virtual/ffmpeg )
-#  heif? ( media-libs/libheif )
-#  icu? ( dev-libs/icu )
-#  virtual/opengl
-#  lua? ( dev-lang/lua )
-#  opencl? ( virtual/opencl )
-RDEPEND="
-   app-arch/bzip2
-   dev-libs/expat
-   dev-libs/libbsd
-   dev-libs/libpcre
-   media-gfx/graphite2
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/harfbuzz[icu]
-   media-libs/libglvnd[X]
-   media-libs/libjpeg-turbo
-   media-libs/libpng
-   media-libs/libwebp
-   sys-apps/util-linux
-   sys-libs/zlib
-   x11-libs/libxcb
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libXdmcp
-"
-DEPEND="
-   ${PYTHON_DEPS}
-   ${RDEPEND}
-"
-BDEPEND="
-   dev-util/gn
-"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_prepare() {
-   default
-   # https://chromium.googlesource.com/chromium/src/third_party/zlib
-   # https://github.com/jtkukunas/zlib
-   sed -e '/:zlib_x86/d' \
-   -e '/third_party("zlib_x86/,/^}/d' \
-   -i third_party/zlib/BUILD.gn
-}
-
-src_configure() {
-   python_setup
-   tc-export AR CC CXX
-
-   local myconf_gn=()
-   passflags() {
-   local _f _x
-   _f=( ${1} )
-   _x="[$(printf '"%s", ' "${_f[@]}")]"
-   myconf_gn+=( extra_${2}="${_x}" )
-   }
-   passflags "${CFLAGS}" cflags_c
-   passflags "${CXXFLAGS}" cflags_cc
-   passflags "${LDFLAGS}" ldflags
-
-   myconf_gn+=(
-   ar=\"${AR}\"
-   cc=\"${CC}\"
-   cxx=\"${CXX}\"
-   is_component_build=true
-   is_official_build=true
-   skia_use_dng_sdk=false
-   skia_use_metal=false
-   skia_use_sfntly=false
-   skia_use_zlib=false # disable to build
-   )
-#  skia_enable_pdf=$(usex pdf true false)
-#
-#  skia_use_dawn=$(usex dawn true false)
-#  skia_use_expat=$(usex expat true false)
-#  skia_use_libgifcodec=$(usex gif true false)
-#  skia_use_libjpeg_turbo_decode=$(usex jpeg true false)
-#  skia_use_libjpeg_turbo_encode=$(usex jpeg true false)
-#  skia_use_libpng_decode=$(usex png true false)
-#  skia_use_libpng_encode=$(usex png true false)
-#  skia_use_libwebp_decode=$(usex webp true false)
-#  skia_use_libwebp_encode=$(usex webp true false)
-
-#  skia_use_angle=$(usex angle true false)
-#  skia_use_egl=$(usex egl true false)
-#  skia_use_fontconfig=$(usex fontconfig true false)
-#  skia_use_freetype=$(usex freetype true false)
-#  skia_use_ffmpeg=$(usex ffmpeg  true false)
-#  skia_use_gl=$(usex gl true false)
-#  skia_use_harfbuzz=$(usex harfbuzz true false)
-#  skia_use_icu=$(usex icu true false)
-#  skia_use_libheif=$(usex heif true false)
-#  skia_use_lua=$(usex lua true false)
-#  skia_use_opencl=$(usex opencl true false)
-#  skia_use_vulkan=$(usex vulkan true false)
-#  skia_use_x11=$(usex X true false)
-#  skia_use_xps=$(usex xps true false)
-#  skia_use_piex=$(usex piex true false)
-#  skia_use_sfntly=$(usex sfntly true false)
-#  

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

2022-05-29 Thread Alessandro Barbieri
commit: c52dee3cd3c99f6f6c449163428bb7c9ada743c5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:57:36 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c52dee3c

dev-util/psautohint: drop 2.3.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-util/psautohint/Manifest|  1 -
 dev-util/psautohint/psautohint-2.3.0.ebuild | 81 -
 2 files changed, 82 deletions(-)

diff --git a/dev-util/psautohint/Manifest b/dev-util/psautohint/Manifest
index e77c073e2..34b1b4a4e 100644
--- a/dev-util/psautohint/Manifest
+++ b/dev-util/psautohint/Manifest
@@ -1,3 +1,2 @@
-DIST psautohint-2.3.0.tar.gz 181570 BLAKE2B 
20127221ccbe890b363aba944ca19f6b126ba7c61f0b5e668288a12f93aebfe3541257e576f2ffce9bd935886f5cb9b4eb5c0dc08c0a8b1953484660fef8868a
 SHA512 
943ac93ea4b0c188135cf2146803c36a3e5aa5b2e14924252281f22f6fc4190b935bdd72785107bbaf36d7503f48fc952fb32cd6965791c4ebebc699c0d7c5f5
 DIST psautohint-2.4.0.tar.gz 181009 BLAKE2B 
bb6ed5ae6b800742d8d1061004bfb49a84e3b9c99977a653ef8eeccf38d9c03261be5b735df20ee93dcf712b8b6ade7a2391937f327206fc2e01f2b5bcbe9022
 SHA512 
dfc29d020bedf8bd546e395743befb390e9fb01a3025aa10357a32724c9a78236acd57e05300aa26be630c9d43edab8bda731dc4f51c0a07d0bef79112d952aa
 DIST psautohint-testdata-1e4c5061d328105c4dcfcb6fdbc27ec49b3e9d23.tar.gz 
21949984 BLAKE2B 
a5da67eb4b9f3d0ce5d86469bc0a5f771fa743198836db35121e9c62b66c8b8df00fef6e40e8832e33aee065fe3bdd0a24d1b590bce6fb66d7c43f6719236242
 SHA512 
03d4962958d3551ffdf99463d28723f6b43d42029843da1b40493b0bfc2e586ebf40db3a2497b36b5fde345de4b6998cfc1131c6fb4e8352b05fb59fc4e90e7f

diff --git a/dev-util/psautohint/psautohint-2.3.0.ebuild 
b/dev-util/psautohint/psautohint-2.3.0.ebuild
deleted file mode 100644
index ba1cda307..0
--- a/dev-util/psautohint/psautohint-2.3.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-COMMIT="1e4c5061d328105c4dcfcb6fdbc27ec49b3e9d23"
-DISTUTILS_IN_SOURCE_BUILD=1
-EMESON_SOURCE="${S}/libpsautohint"
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit meson distutils-r1
-
-SRC_URI="
-   
https://github.com/adobe-type-tools/psautohint/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz
-   test? (
-   
https://github.com/adobe-type-tools/psautohint-testdata/archive/${COMMIT}.tar.gz
 -> psautohint-testdata-${COMMIT}.tar.gz
-   )
-"
-KEYWORDS="~amd64 ~x86"
-DESCRIPTION="A standalone version of AFDKO autohinter"
-HOMEPAGE="https://github.com/adobe-type-tools/psautohint;
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND=">=dev-python/fonttools-4.20[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-bininpath.diff"
-   "${FILESDIR}/${P}-no-build-library.patch"
-   "${FILESDIR}/${P}-no-werror.patch"
-)
-
-distutils_enable_tests pytest
-
-pkg_setup() {
-   local _v=$(ver_cut 4)
-   _v="$(ver_cut 1-3)${_v:0:1}$(ver_cut 5)"
-   export SETUPTOOLS_SCM_PRETEND_VERSION="${_v/p/.post}"
-}
-
-src_unpack() {
-   default
-   if [ -d "${WORKDIR}/psautohint-testdata-${COMMIT}" ]; then
-   mv "${WORKDIR}/psautohint-testdata-${COMMIT}"/* 
"${S}/tests/integration/data/" || die
-   fi
-}
-
-src_configure() {
-   MESON_BUILD_DIR="${WORKDIR}/${P}-build"
-   BUILD_DIR="${MESON_BUILD_DIR}" meson_src_configure
-   distutils-r1_src_configure
-}
-
-src_compile() {
-   BUILD_DIR="${MESON_BUILD_DIR}" meson_src_compile
-   distutils-r1_src_compile
-}
-
-python_compile() {
-   esetup.py build_py build_ext --library-dirs "${MESON_BUILD_DIR}"
-}
-
-src_install() {
-   BUILD_DIR="${MESON_BUILD_DIR}" meson_src_install
-   distutils-r1_src_install
-   dodoc doc/*
-}
-
-python_test() {
-   local -x PATH="${BUILD_DIR}/test/scripts:${MESON_BUILD_DIR}l:${PATH}"
-   local -x LD_LIBRARY_PATH="${MESON_BUILD_DIR}"
-   distutils_install_for_testing
-   epytest -vv \
-   --deselect 
tests/integration/test_hint.py::test_hashmap_old_version \
-   --deselect 
tests/integration/test_mmhint.py::test_vfotf[tests/integration/data/vf_tests/CJKSparseVar.subset.hinted.otf]
 \
-   --deselect 
tests/integration/test_mmhint.py::test_vfotf[tests/integration/data/vf_tests/bug816.hinted.otf]
 \
-   --deselect tests/integration/test_cli.py::test_multi_outpath \
-   --deselect 
tests/integration/test_cli.py::test_multi_different_formats \
-   || die
-}



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

2022-05-29 Thread Alessandro Barbieri
commit: 4e907b07cb792e53189ff0bd42008ca0ba02b948
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:53:58 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e907b07

dev-python/schedule: EAPI 8

Closes: https://bugs.gentoo.org/848333
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/schedule/Manifest  | 2 +-
 .../schedule/{schedule-1.1.0.ebuild => schedule-1.1.0-r1.ebuild}  | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/schedule/Manifest b/dev-python/schedule/Manifest
index e7435225e..91dc10417 100644
--- a/dev-python/schedule/Manifest
+++ b/dev-python/schedule/Manifest
@@ -1 +1 @@
-DIST schedule-1.1.0.tar.gz 31873 BLAKE2B 
6e33e862f94c72f32ae3bba566ad4a64428cc90f80ed6ff8d577a29717b3cc5f3c91195742cedfedbcc4090d955f343097f53ed69e9922775969c854780798ce
 SHA512 
3fe06e334ed532f013aeb806b7beacd9418c4dbbcb80d4b27090c08178f1874694ecfced24eeddc8450e99a80831d68b34a4a3b2638a870f30f53f570650795c
+DIST schedule-1.1.0.gh.tar.gz 31873 BLAKE2B 
6e33e862f94c72f32ae3bba566ad4a64428cc90f80ed6ff8d577a29717b3cc5f3c91195742cedfedbcc4090d955f343097f53ed69e9922775969c854780798ce
 SHA512 
3fe06e334ed532f013aeb806b7beacd9418c4dbbcb80d4b27090c08178f1874694ecfced24eeddc8450e99a80831d68b34a4a3b2638a870f30f53f570650795c

diff --git a/dev-python/schedule/schedule-1.1.0.ebuild 
b/dev-python/schedule/schedule-1.1.0-r1.ebuild
similarity index 85%
rename from dev-python/schedule/schedule-1.1.0.ebuild
rename to dev-python/schedule/schedule-1.1.0-r1.ebuild
index b9773cff4..f90f14e24 100644
--- a/dev-python/schedule/schedule-1.1.0.ebuild
+++ b/dev-python/schedule/schedule-1.1.0-r1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 #pypy3 fails tests
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="Python job scheduling for humans"
 HOMEPAGE="https://github.com/dbader/schedule;
 
-SRC_URI="https://github.com/dbader/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/dbader/${PN}/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 LICENSE="MIT"



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/skia/

2022-05-29 Thread Alessandro Barbieri
commit: 8735d9ef019819a26f54c8432723dec8dda93f56
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 21:00:32 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:53 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8735d9ef

media-libs/skia: enable py3.10, py3.11

Closes: https://bugs.gentoo.org/848384
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/media-libs/skia/skia-97-r1.ebuild 
b/media-libs/skia/skia-97-r1.ebuild
index fd289b368..4c190e20b 100644
--- a/media-libs/skia/skia-97-r1.ebuild
+++ b/media-libs/skia/skia-97-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_9 )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit ninja-utils python-any-r1 toolchain-funcs
 



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

2022-05-29 Thread Alessandro Barbieri
commit: 57799acd79bc137d82f5dbe206414577055fd23a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:58:33 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57799acd

dev-util/psautohint: enable py3.10

Closes: https://bugs.gentoo.org/848369
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-util/psautohint/psautohint-2.4.0.ebuild 
b/dev-util/psautohint/psautohint-2.4.0.ebuild
index 34273f758..675b06317 100644
--- a/dev-util/psautohint/psautohint-2.4.0.ebuild
+++ b/dev-util/psautohint/psautohint-2.4.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 COMMIT="1e4c5061d328105c4dcfcb6fdbc27ec49b3e9d23"
 DISTUTILS_IN_SOURCE_BUILD=1
 EMESON_SOURCE="${S}/libpsautohint"
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit meson distutils-r1
 



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

2022-05-29 Thread Alessandro Barbieri
commit: fb4021669dd240d29ef7a4d92a07ac9b0665b6d3
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:52:13 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb402166

dev-python/python-zaqarclient: enable py3.10

Closes: https://bugs.gentoo.org/848327
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild 
b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
index 2e12193e5..32c0db1ba 100644
--- a/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
+++ b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/skcms/

2022-05-29 Thread Alessandro Barbieri
commit: e3aa6b447f30585ce500d77499ce92845c1d5e80
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 21:04:09 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:53 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3aa6b44

media-libs/skcms: EAPI 8

Signed-off-by: Alessandro Barbieri  gmail.com>

 media-libs/skcms/Manifest   | 2 +-
 .../{skcms-0_pre20211006.ebuild => skcms-0_pre20211006-r1.ebuild}   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/skcms/Manifest b/media-libs/skcms/Manifest
index 6c557484e..6cfd4f48c 100644
--- a/media-libs/skcms/Manifest
+++ b/media-libs/skcms/Manifest
@@ -1 +1 @@
-DIST skcms-0_pre20211006.tar.gz 9986375 BLAKE2B 
f95ab6fb05c422e58e10aca053df670b44b98dbc0c6bf7d75ad6ff9e5fc312c0f7c0447e1d8ecf8eedfb110df232d01924227a42c178e6b09e7e9ce078f5bbe8
 SHA512 
cff5d835934f125373854c651f6ea50a10b212f207c6101ef2cf36ac4a27dc1e5d45a5e932595824f7385a4fe1611508f4c8861094219029aabe3d6462211fd7
+DIST skcms-0_pre20211006-r1.tar.gz 9986375 BLAKE2B 
f95ab6fb05c422e58e10aca053df670b44b98dbc0c6bf7d75ad6ff9e5fc312c0f7c0447e1d8ecf8eedfb110df232d01924227a42c178e6b09e7e9ce078f5bbe8
 SHA512 
cff5d835934f125373854c651f6ea50a10b212f207c6101ef2cf36ac4a27dc1e5d45a5e932595824f7385a4fe1611508f4c8861094219029aabe3d6462211fd7

diff --git a/media-libs/skcms/skcms-0_pre20211006.ebuild 
b/media-libs/skcms/skcms-0_pre20211006-r1.ebuild
similarity index 94%
rename from media-libs/skcms/skcms-0_pre20211006.ebuild
rename to media-libs/skcms/skcms-0_pre20211006-r1.ebuild
index 115d950fc..0321395e5 100644
--- a/media-libs/skcms/skcms-0_pre20211006.ebuild
+++ b/media-libs/skcms/skcms-0_pre20211006-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 KEYWORDS="~amd64"
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-repo-updater/

2022-05-29 Thread Alessandro Barbieri
commit: 3d84ec24d3a1e110095e3b01f8cd06c036c3aa24
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:56:46 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d84ec24

dev-vcs/git-repo-updater: EAPI 8

Closes: https://bugs.gentoo.org/848363
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-vcs/git-repo-updater/Manifest| 2 +-
 ...-updater-0.5.1-r1.ebuild => git-repo-updater-0.5.1-r2.ebuild} | 9 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/git-repo-updater/Manifest 
b/dev-vcs/git-repo-updater/Manifest
index bee3c5acf..43b371f5f 100644
--- a/dev-vcs/git-repo-updater/Manifest
+++ b/dev-vcs/git-repo-updater/Manifest
@@ -1 +1 @@
-DIST git-repo-updater-0.5.1.tar.gz 11430 BLAKE2B 
bb18ff809e48c2b93aabd287477436ca8140071c61d9266a048758d8d3acd207b601d2f534be22615f9de804a69c37101fbafd4fd8d82da4f9c67f09c9cdd44e
 SHA512 
189717859050ecfb3533f0fed694c3d9674108c4d31dc71036ab04f9f0403bbdd92909995e0de81044581d278bd984ac698ea235db093ccd0c032a8a741c5918
+DIST git-repo-updater-0.5.1.gh.tar.gz 11430 BLAKE2B 
bb18ff809e48c2b93aabd287477436ca8140071c61d9266a048758d8d3acd207b601d2f534be22615f9de804a69c37101fbafd4fd8d82da4f9c67f09c9cdd44e
 SHA512 
189717859050ecfb3533f0fed694c3d9674108c4d31dc71036ab04f9f0403bbdd92909995e0de81044581d278bd984ac698ea235db093ccd0c032a8a741c5918

diff --git a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r1.ebuild 
b/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild
similarity index 83%
rename from dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r1.ebuild
rename to dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild
index 906168b9e..61d0ec66a 100644
--- a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r1.ebuild
+++ b/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8,9} )
+EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="Easily update multiple git repositories at once"
 HOMEPAGE="https://github.com/earwig/git-repo-updater;
-SRC_URI="https://github.com/earwig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/earwig/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2022-05-29 Thread Alessandro Barbieri
commit: c4a5401ed020034d091d7bd3914e04a302db1434
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:55:38 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4a5401e

dev-python/threadloop: enable py3.10

Closes: https://bugs.gentoo.org/848345
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/threadloop/threadloop-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/threadloop/threadloop-1.0.2.ebuild 
b/dev-python/threadloop/threadloop-1.0.2.ebuild
index 4ca0d6c36..45cc11dd4 100644
--- a/dev-python/threadloop/threadloop-1.0.2.ebuild
+++ b/dev-python/threadloop/threadloop-1.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-29 Thread Alessandro Barbieri
commit: c4775fe7f66e20c27b7bf15954d43e104f4a35de
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:52:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4775fe7

dev-python/python-mistralclient: enable py3.10

Closes: https://bugs.gentoo.org/848303
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild 
b/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild
index 908d54210..5c4af0013 100644
--- a/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild
+++ b/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 EPYTEST_IGNORE=( mistralclient/tests/functional )
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-29 Thread Alessandro Barbieri
commit: 4f52252d5c11260f97e301a0da1115efe14bf82b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:50:14 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f52252d

dev-python/python-octaviaclient: enable py3.10

Closes: https://bugs.gentoo.org/848306
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild 
b/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild
index e863ade9a..e124978dc 100644
--- a/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild
+++ b/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-29 Thread Alessandro Barbieri
commit: d0d1ddaa1dc3153ae769d212a59de62e778b0e35
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:49:41 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0d1ddaa

dev-python/python-blazarclient: enable py3.10

Closes: https://bugs.gentoo.org/848297
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild 
b/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild
index 38a87616c..ee5418f68 100644
--- a/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild
+++ b/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/radian/

2022-05-29 Thread Alessandro Barbieri
commit: 00066535ec499ea0b3a7aaa6fe3683bfe64d99e6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 21:02:29 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:53 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00066535

sci-mathematics/radian: bump python

Closes: https://bugs.gentoo.org/848414
Signed-off-by: Alessandro Barbieri  gmail.com>

 sci-mathematics/radian/Manifest|  1 -
 sci-mathematics/radian/radian-0.6.1.ebuild | 53 --
 sci-mathematics/radian/radian-0.6.3.ebuild |  2 +-
 3 files changed, 1 insertion(+), 55 deletions(-)

diff --git a/sci-mathematics/radian/Manifest b/sci-mathematics/radian/Manifest
index 7def4fb88..4fdb34ec0 100644
--- a/sci-mathematics/radian/Manifest
+++ b/sci-mathematics/radian/Manifest
@@ -1,2 +1 @@
-DIST radian-0.6.1-github.tar.gz 73582 BLAKE2B 
c0b091782dde617abbba1ca8363c4b30a4649a5dbb712a40e9cee7be6b6775a9d952b18db9522827b6b0d8ddc0b3fe6d5003b703d9cdc19b2a763e76c4c81b79
 SHA512 
e768219e8f850062f2e6327d12ce7d61ed00eb74626ab224a6b33ef5963d44067e3cf99f955f42d0eaad48eb11e42c6743fb9a95361ebc014216527c8939c862
 DIST radian-0.6.3-github.tar.gz 73850 BLAKE2B 
705ef33769ae1f41f384967e9ec5d6594130f036279f944a307fdd371b01b619c064406797cdfc354778c30875610cc66c19c3e9f3c244fcc96f08f01effd073
 SHA512 
6fd62b767e6b282804c3d729d0c8ba2e5e80ce5afbc0f6dd15d9afd6775f7b4527b7042427eefc58338ea969887afda4342c2bb7d20ff73d832af8f44609b953

diff --git a/sci-mathematics/radian/radian-0.6.1.ebuild 
b/sci-mathematics/radian/radian-0.6.1.ebuild
deleted file mode 100644
index cee2fc2bb..0
--- a/sci-mathematics/radian/radian-0.6.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="A 21 century R console"
-HOMEPAGE="
-   https://pypi.org/project/radian/
-   https://github.com/randy3k/radian
-"
-SRC_URI="https://github.com/randy3k/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}-github.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-   $(python_gen_cond_dep   '
-   >=dev-python/rchitect-0.3.36[${PYTHON_USEDEP}]
-   >=dev-python/prompt_toolkit-3.0.15[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.5.0[${PYTHON_USEDEP}]
-   ')
-"
-RDEPEND="
-   ${DEPEND}
-   ${PYTHON_DEPS}
-   dev-lang/R
-"
-BDEPEND="
-   test? (
-   $(python_gen_cond_dep   '
-   >=dev-python/pyte-0.8.0[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/ptyprocess[${PYTHON_USEDEP}]
-   dev-python/jedi[${PYTHON_USEDEP}]
-   ')
-   dev-R/reticulate[${PYTHON_SINGLE_USEDEP}]
-   dev-vcs/git
-   )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-0.6.0-no-pytest-runner.patch" )
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-   optfeature "prompt completions" dev-python/jedi
-}

diff --git a/sci-mathematics/radian/radian-0.6.3.ebuild 
b/sci-mathematics/radian/radian-0.6.3.ebuild
index e7a49ac98..95b9af4eb 100644
--- a/sci-mathematics/radian/radian-0.6.3.ebuild
+++ b/sci-mathematics/radian/radian-0.6.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature
 



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

2022-05-29 Thread Alessandro Barbieri
commit: 494bbfb28a3c1b90fb2173fa5ccfeb17f7fc4efe
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:48:07 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=494bbfb2

dev-python/python-pkcs11: EAPI 8

Closes: https://bugs.gentoo.org/848294
Signed-off-by: Alessandro Barbieri  gmail.com>

 .../{python-pkcs11-0.7.0.ebuild => python-pkcs11-0.7.0-r1.ebuild}  | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild 
b/dev-python/python-pkcs11/python-pkcs11-0.7.0-r1.ebuild
similarity index 91%
rename from dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
rename to dev-python/python-pkcs11/python-pkcs11-0.7.0-r1.ebuild
index 628dadf7a..cd358edc7 100644
--- a/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
+++ b/dev-python/python-pkcs11/python-pkcs11-0.7.0-r1.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8,9} )
+EAPI=8
 
 DOCS_BUILDER="sphinx"
 DOCS_DIR="${S}/docs"
 DOCS_DEPEND="dev-python/sphinx_rtd_theme"
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 docs
 



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

2022-05-29 Thread Alessandro Barbieri
commit: 01db6c39381cfb2cff7b6a95c9df454703f12f13
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:49:04 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01db6c39

dev-python/python-saharaclient: enable py3.10

Closes: https://bugs.gentoo.org/848300
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
index 9bccb5560..4a1f3342b 100644
--- a/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-29 Thread Alessandro Barbieri
commit: 48443c37bb13712ced4cbd12c7c5e4fc55d2c3be
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:45:43 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48443c37

dev-python/python-monascaclient: enable py3.10

Closes: https://bugs.gentoo.org/848291
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/python-monascaclient/python-monascaclient-2.5.0.ebuild 
b/dev-python/python-monascaclient/python-monascaclient-2.5.0.ebuild
index 544f72833..60ef5ef51 100644
--- a/dev-python/python-monascaclient/python-monascaclient-2.5.0.ebuild
+++ b/dev-python/python-monascaclient/python-monascaclient-2.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-29 Thread Alessandro Barbieri
commit: 015be6e75bfc283de0396afb50c8dd98862607d8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:46:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=015be6e7

dev-python/python-binary-memcached: enable py3.10

Closes: https://bugs.gentoo.org/848288
Signed-off-by: Alessandro Barbieri  gmail.com>

 .../python-binary-memcached/python-binary-memcached-0.31.1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild 
b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
index aa6660f93..37802aa38 100644
--- a/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
+++ b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-29 Thread Alessandro Barbieri
commit: 128c3826d4b1c7ca95f046304675d5100376501a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:51:34 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=128c3826

dev-python/skills: EAPI 8

Closes: https://bugs.gentoo.org/848330
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/skills/{skills-0.3.0.ebuild => skills-0.3.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/skills/skills-0.3.0.ebuild 
b/dev-python/skills/skills-0.3.0-r1.ebuild
similarity index 84%
rename from dev-python/skills/skills-0.3.0.ebuild
rename to dev-python/skills/skills-0.3.0-r1.ebuild
index 233b94994..7fee8077f 100644
--- a/dev-python/skills/skills-0.3.0.ebuild
+++ b/dev-python/skills/skills-0.3.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-29 Thread Alessandro Barbieri
commit: ed8a37e6302b196f92eb85d1e0e2fad483aabc2b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:44:52 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:50 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed8a37e6

dev-python/pybrowserstack-screenshots: enable py3.10, py3.11

Closes: https://bugs.gentoo.org/848258
Signed-off-by: Alessandro Barbieri  gmail.com>

 .../pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild
 
b/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild
index bd32c1d9e..f02df 100644
--- 
a/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild
+++ 
b/dev-python/pybrowserstack-screenshots/pybrowserstack-screenshots-0.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-29 Thread Alessandro Barbieri
commit: 0889386176247aee8a631f544865d6e7f9c06599
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:50:45 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08893861

dev-python/python-senlinclient: enable py3.10

Closes: https://bugs.gentoo.org/848318
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild 
b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
index 31fa6ed5e..ab9e9cb74 100644
--- a/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
+++ b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 EPYTEST_IGNORE=( senlinclient/tests/functional )
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-29 Thread Alessandro Barbieri
commit: 10c9ed8a976ec806e97abf75d9680d4a97e24e22
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:44:17 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:50 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10c9ed8a

dev-python/oslo-middleware: enable py3.10

Closes: https://bugs.gentoo.org/848240
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild 
b/dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild
index 45d521bef..622d4dfb5 100644
--- a/dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild
+++ b/dev-python/oslo-middleware/oslo-middleware-4.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-29 Thread Alessandro Barbieri
commit: e46d16752f677a703d0f460fc11b7cb8af69b608
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:42:12 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:50 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e46d1675

dev-python/portio: EAPI 8

Closes: https://bugs.gentoo.org/848243
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/portio/{portio-0.5.ebuild => portio-0.5-r1.ebuild} | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/portio/portio-0.5.ebuild 
b/dev-python/portio/portio-0.5-r1.ebuild
similarity index 84%
rename from dev-python/portio/portio-0.5.ebuild
rename to dev-python/portio/portio-0.5-r1.ebuild
index de8f8e6a7..d0ecaaa60 100644
--- a/dev-python/portio/portio-0.5.ebuild
+++ b/dev-python/portio/portio-0.5-r1.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8,9} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
 inherit distutils-r1
 
 DESCRIPTION="Python low level port I/O for Linux x86"



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

2022-05-29 Thread Alessandro Barbieri
commit: 1a13b8d98b506cc239c396c3b0a4558be7e62a5c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:43:24 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:50 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a13b8d9

dev-python/oslo-upgradecheck: enable py3.10

Closes: https://bugs.gentoo.org/848237
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/oslo-upgradecheck/oslo-upgradecheck-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.4.0.ebuild 
b/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.4.0.ebuild
index 59bacc23f..87de9de9e 100644
--- a/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.4.0.ebuild
+++ b/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.4.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=bdepend
 MY_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/

2022-05-29 Thread Richard Freeman
commit: 28878a63b9b689340558da807622a7cc9697249d
Author: Richard Freeman  gentoo  org>
AuthorDate: Sun May 29 20:59:59 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sun May 29 20:59:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28878a63

media-radio/tqsl: add 2.6.3

Signed-off-by: Richard Freeman  gentoo.org>

 media-radio/tqsl/Manifest  |  1 +
 media-radio/tqsl/tqsl-2.6.3.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/media-radio/tqsl/Manifest b/media-radio/tqsl/Manifest
index 075459e063e1..9326a72788a9 100644
--- a/media-radio/tqsl/Manifest
+++ b/media-radio/tqsl/Manifest
@@ -1,2 +1,3 @@
 DIST tqsl-2.6.1.tar.gz 3516512 BLAKE2B 
4dc52dcb0b35d0eccdc531a0d5d09e7bf827791c21f63401bc880d912b5fe2214fa2ec85888bbe680fe34226452c911f2e10c89b03ab45d8c17720e1e668920f
 SHA512 
0e18461d60016f633024f103c7e3584f6ac9254ff45133505bdcb2c0a32e6e24415cefe8120f791b0f8df993e88cdae7e724fd8cd86c0bb4a1eed382a6a94de0
 DIST tqsl-2.6.2.tar.gz 3516428 BLAKE2B 
daa9b474b5a803192857e3586b989399fea04de9a8c67b4ebdb3b4f2f02d08a68ab317589824b15fa7c974ee82bf4a75bb4d51a8b44e4e6468fd582e2339190a
 SHA512 
c32a0d2eb1bd0f840d918085cd3e343e2fd169958e51bf6bad3c187a98df8996612b868585d38bbdc4794bc99525df89a52d0aaa9fe919c1baaa3884d9baf78e
+DIST tqsl-2.6.3.tar.gz 3516151 BLAKE2B 
34df7d322404aba9ccf64b55c97799b4a02f9a3b1032e59a72dff7f9a6c118ebafab0316b5bd763fb981d813e9360df130179532af98f695a48e15530cb6fe6a
 SHA512 
e6308cda39177b74ebb30eee481ed52f9231916a1c6dfaef2d42eaa758bc247ff46319b29d9d61fa7b1503164392b365f5e8bdbfac622281646c630034ff88e2

diff --git a/media-radio/tqsl/tqsl-2.6.3.ebuild 
b/media-radio/tqsl/tqsl-2.6.3.ebuild
new file mode 100644
index ..ee19a35410f7
--- /dev/null
+++ b/media-radio/tqsl/tqsl-2.6.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER="3.0-gtk3"
+inherit cmake wxwidgets
+
+DESCRIPTION="ARRL Logbook of the World"
+HOMEPAGE="https://www.arrl.org/tqsl-download;
+SRC_URI="https://www.arrl.org/${PN}/${P}.tar.gz;
+
+LICENSE="LOTW"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat:=
+   dev-libs/openssl:0=
+   net-misc/curl:=
+   dev-db/lmdb:=
+   sys-libs/zlib:=
+   x11-libs/wxGTK:${WX_GTK_VER}="
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS.txt INSTALL README )
+HTML_DOCS=( html/. )
+
+src_configure() {
+   setup-wxwidgets
+   cmake_src_configure
+}



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

2022-05-29 Thread Mathieu Tortuyaux
commit: 6b7193cbf70d5b27ea681aa6b843bee37d7b778f
Author: Mathieu Tortuyaux  gmail  com>
AuthorDate: Sun May 29 20:44:35 2022 +
Commit: Mathieu Tortuyaux  gmail  com>
CommitDate: Sun May 29 20:47:54 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b7193cb

dev-python/pygments-promql: bump to python3.10

Bug: https://bugs.gentoo.org/848270
Signed-off-by: Mathieu Tortuyaux  gmail.com>

 dev-python/pygments-promql/pygments-promql-0.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pygments-promql/pygments-promql-0.0.9.ebuild 
b/dev-python/pygments-promql/pygments-promql-0.0.9.ebuild
index f71a5b165..b696e9157 100644
--- a/dev-python/pygments-promql/pygments-promql-0.0.9.ebuild
+++ b/dev-python/pygments-promql/pygments-promql-0.0.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_9 )
+PYTHON_COMPAT=( python3_{9..10} )
 inherit distutils-r1
 
 DESCRIPTION="A PromQL lexer for Pygments"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/powerdevil/

2022-05-29 Thread Andreas Sturmlechner
commit: 3c1b644be270ae94ce6caf428c081dcf1d48e910
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:53 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1b644b

kde-plasma/powerdevil: Drop 5.24.4

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

 kde-plasma/powerdevil/Manifest |  1 -
 kde-plasma/powerdevil/powerdevil-5.24.4.ebuild | 70 --
 2 files changed, 71 deletions(-)

diff --git a/kde-plasma/powerdevil/Manifest b/kde-plasma/powerdevil/Manifest
index 8f9ae48efa00..8cfafee09145 100644
--- a/kde-plasma/powerdevil/Manifest
+++ b/kde-plasma/powerdevil/Manifest
@@ -1,2 +1 @@
-DIST powerdevil-5.24.4.tar.xz 632736 BLAKE2B 
ab348f7f193627bd7833890cc64ff07b614ff899f2fc2c148d38f6a42f627ae7f2ed7978aecd08795ab4ebdaa4a36b68c483f8fabe7714954e4527c6b743e1cf
 SHA512 
195724a72593248bcf7001a59fbc3b1b1aa3672c3b040eff935993fff26e16c2d85ec37ccc3d2d25e9e3758dd5ed135f203d22855982141fca2e3600566589ee
 DIST powerdevil-5.24.5.tar.xz 632800 BLAKE2B 
657e68359664bdf4d6ac782a53148400b430ae786d5551763b45d28690d1a3481d913e47618aea015c1753389c779f7e028c03f21a328d08edc6fa5bb3ab21d1
 SHA512 
2f3e6888be7039bf7beb754ef117d09e79ceb4e5ef73d74f982d37785adbd7a489fc86641c9df9ea4a34fabd2ccac737f5e7ee08958d2dd03b5a676f22aa4c15

diff --git a/kde-plasma/powerdevil/powerdevil-5.24.4.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.24.4.ebuild
deleted file mode 100644
index f06590672c3f..
--- a/kde-plasma/powerdevil/powerdevil-5.24.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Power management for KDE Plasma Shell"
-HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="brightness-control caps +wireless"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5[policykit]
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kidletime-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=kde-plasma/libkscreen-${PVCUT}:5
-   >=kde-plasma/libkworkspace-${PVCUT}:5
-   virtual/libudev:=
-   x11-libs/libxcb
-   brightness-control? ( app-misc/ddcutil:= )
-   caps? ( sys-libs/libcap )
-   wireless? (
-   >=kde-frameworks/bluez-qt-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5
-   )
-"
-RDEPEND="${DEPEND}
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-   >=sys-power/upower-0.9.23
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DHAVE_DDCUTIL=$(usex brightness-control)
-   $(cmake_use_find_package caps Libcap)
-   $(cmake_use_find_package wireless KF5BluezQt)
-   $(cmake_use_find_package wireless KF5NetworkManagerQt)
-   )
-
-   ecm_src_configure
-}



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

2022-05-29 Thread Andreas Sturmlechner
commit: c64b4682a275d1a7b1bf456ded3138f23631d19a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:54 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64b4682

kde-plasma/sddm-kcm: Drop 5.24.4

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

 kde-plasma/sddm-kcm/Manifest   |  1 -
 kde-plasma/sddm-kcm/sddm-kcm-5.24.4.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/kde-plasma/sddm-kcm/Manifest b/kde-plasma/sddm-kcm/Manifest
index a1ad758667dc..cad9d0730f00 100644
--- a/kde-plasma/sddm-kcm/Manifest
+++ b/kde-plasma/sddm-kcm/Manifest
@@ -1,2 +1 @@
-DIST sddm-kcm-5.24.4.tar.xz 81212 BLAKE2B 
4e1b4a7762c330a89af10fe729373548bd2167c27dd5dbda53d08fa63c4ab0f399969b92a0fc67cd72bdb66bbccf360c057d09c81e4041ec6fed4f9ca1f7301f
 SHA512 
ecff5e710148dc42daffdbebb5ea63c36afe01cf1c3219e615efc8c34d1191748e69ff79017beb3ccd1e48c0e967d258066b004c25b9aa2252972645e95a1192
 DIST sddm-kcm-5.24.5.tar.xz 81280 BLAKE2B 
d944d898b84dd9da0849c5a81586365d0cae06a1c116587807329e8b029cf26f3faa31e0dcce5382d42d7416b601f10e4110850d643f5f7b0a83a5f4d7f906b3
 SHA512 
1fbc050e70dde74bcaa0a97ac982f017146ca65f180ea07e57190bd13ea653789fb369b83bc0b2583b73d37e4cd3db087eebe2cdaa3346b81c1d7d11730fad15

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.24.4.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.24.4.ebuild
deleted file mode 100644
index 362db6a8c3c2..
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.24.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for SDDM"
-HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-   x11-misc/sddm
-"
-
-DOCS=( CONTRIBUTORS )



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/

2022-05-29 Thread Andreas Sturmlechner
commit: 849e8dab270fa2d293a2bb603bd162d85d421cb6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:45 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849e8dab

kde-plasma/plasma-pa: Drop 5.24.4

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

 kde-plasma/plasma-pa/Manifest|  1 -
 kde-plasma/plasma-pa/plasma-pa-5.24.4.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index b72d48e53e1a..4599ce975f8e 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,2 +1 @@
-DIST plasma-pa-5.24.4.tar.xz 132860 BLAKE2B 
034716472ac2b2d0c35005b95457b75f6517d5a51cb94df57bec5b34a5f9785f1784f819b74f1ca330af4be58f3b665d3b26942976b9cd18ba4621873be86931
 SHA512 
37662d46928e5e086ea6e9d681903d70a2c673207c0c5b692dac01d583d38e14a79f185088a8f7db88e655ef16d62432771acc1cec9c923d22299f7b1da0749d
 DIST plasma-pa-5.24.5.tar.xz 132952 BLAKE2B 
f877a23a07420c27cc55760a870bf45d887b0787c0e25dea2e37b79d04b56db8d4ebace9505934fb370cda4adf0d992033b3ed72fda4b73497acdbacb551fc10
 SHA512 
fdf18b0baa1fb43a8d576d454ba6625bf7d376eb30fcbe8e09df388441a04d1b373b6d53a56b4f14552fc06cbdddea193248044d0cc5e3b71fb90651708afaa1

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.24.4.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.24.4.ebuild
deleted file mode 100644
index f61ca444d701..
--- a/kde-plasma/plasma-pa/plasma-pa-5.24.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-   dev-libs/glib:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   media-libs/libcanberra
-   media-sound/pulseaudio
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   || (
-   media-video/pipewire
-   media-sound/pulseaudio-daemon
-   media-sound/pulseaudio[daemon(+)]
-   )
-   x11-themes/sound-theme-freedesktop
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/

2022-05-29 Thread Andreas Sturmlechner
commit: 258a15738f9cd9f28bc6e1c0a83fd36bf9cbefe6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:57 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258a1573

kde-plasma/xembed-sni-proxy: Drop 5.24.4

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

 kde-plasma/xembed-sni-proxy/Manifest   |  1 -
 .../xembed-sni-proxy-5.24.4.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/Manifest 
b/kde-plasma/xembed-sni-proxy/Manifest
index be5c47e6ef60..1ba2f05fc00f 100644
--- a/kde-plasma/xembed-sni-proxy/Manifest
+++ b/kde-plasma/xembed-sni-proxy/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.24.4.tar.xz 18488324 BLAKE2B 
140540a95360bc1c9ce1940ca03267bfe8c5d59a378b09a5c2abfed9ad8f8af89558c616465363f27a42a730025c081092f00dd0eb776cb7ee53a0aeff1b3881
 SHA512 
6c917d3ea307bca85e6ca12294357410c3442a9115a4864311df87af29919c20d8dab768f470379bbc4e0510367319a6cf8ce045ab7254db06e8c29477370d89
 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 
5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d
 SHA512 
ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.4.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.4.ebuild
deleted file mode 100644
index 4930f2576348..
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.24.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake kde.org
-
-DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-RDEPEND="${DEPEND}
-   !kde-plasma/xembed-sni-proxy:0
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/

2022-05-29 Thread Andreas Sturmlechner
commit: 3d976d0a981eeaa327890acd9b90cb682d6c1935
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:49 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d976d0a

kde-plasma/plasma-vault: Drop 5.24.4

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

 kde-plasma/plasma-vault/Manifest   |  1 -
 kde-plasma/plasma-vault/plasma-vault-5.24.4.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-vault/Manifest b/kde-plasma/plasma-vault/Manifest
index 48a76a4f10a0..d4e6e03587b6 100644
--- a/kde-plasma/plasma-vault/Manifest
+++ b/kde-plasma/plasma-vault/Manifest
@@ -1,2 +1 @@
-DIST plasma-vault-5.24.4.tar.xz 178000 BLAKE2B 
736fbad8567c21fcd259c2334674e88a1ce041c9e3136712444fcf4b69785f5bd86eff6edfcbf73cca54e6c6ff75f742c97064b6b63cb46ff13850bce5fd01fb
 SHA512 
21bf4f215583bf055f15d3c05e0a8b8d637662619eced04008051e25c1bac7ca6fb9b83d0c8661daf91c4790405d422d272176042f3420f9d27497fc2fc84a4c
 DIST plasma-vault-5.24.5.tar.xz 178032 BLAKE2B 
a9e93f71a627c0426e881b1e48e3a6cb32c3744db7986a09c33c36cf04be275dffd22c45369bfdcf1ca0f05b31d0d30129e7af54f6d425bb28e96f586a5453c3
 SHA512 
6495f94f060f139e91a25cbecf432d5bf9ee5ae949438278966c11cd7e725feb63aee6955dce5b46b816b0c57f5253b2cf215ad70efd592bf6e579ad6acb4cd2

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.24.4.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.24.4.ebuild
deleted file mode 100644
index 9cce0daf50a1..
--- a/kde-plasma/plasma-vault/plasma-vault-5.24.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma applet and services for creating encrypted vaults"
-HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
-
-LICENSE="LGPL-3"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="networkmanager"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kactivities-${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/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-plasma/libksysguard-${PVCUT}:5
-   networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   || ( >=sys-fs/cryfs-0.9.9 >=sys-fs/encfs-1.9.2 )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package networkmanager KF5NetworkManagerQt)
-   )
-
-   ecm_src_configure
-}



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

2022-05-29 Thread Andreas Sturmlechner
commit: 100957a46371afc026d241010e6c55ca96b7908b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:55 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100957a4

kde-plasma/systemsettings: Drop 5.24.4

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

 kde-plasma/systemsettings/Manifest |  1 -
 .../systemsettings/systemsettings-5.24.4.ebuild| 60 --
 2 files changed, 61 deletions(-)

diff --git a/kde-plasma/systemsettings/Manifest 
b/kde-plasma/systemsettings/Manifest
index 10653b9ec2fd..8cb76b26c599 100644
--- a/kde-plasma/systemsettings/Manifest
+++ b/kde-plasma/systemsettings/Manifest
@@ -1,2 +1 @@
-DIST systemsettings-5.24.4.tar.xz 205488 BLAKE2B 
0bef1c8f3c1c63820b273e8182db3a506b71f379bbe952b485c73485b9fecfea418dea19c1fdfa53fb0fc5436ece192f1b30e60ebb9e3e65151a21f62b9a50bb
 SHA512 
4de5b7c8224f0fb376dfa5481c4185d44632485569e3dd1a7f36582751ca15de2382cd8293d684bdb1d771983ad09b53fa36fe7ae776f447ca09f609a6ec13c0
 DIST systemsettings-5.24.5.tar.xz 205532 BLAKE2B 
ddde588074ab761fc41e6fb0715fa1af45904d223c060234170062a25b86d58d807b8fed003543785f50e9227161b167f4889bd817fe87c8b711da9f07bf361d
 SHA512 
7dd2aa3d2b0ad821569eaa6e17d064a2216d35a525baf82621a1fb31867a340372ec0349488cc6bf344156f9d9052b589be5d01ed82a1c18fcedaa64fb4986b1

diff --git a/kde-plasma/systemsettings/systemsettings-5.24.4.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.24.4.ebuild
deleted file mode 100644
index 3b2ece11ba78..
--- a/kde-plasma/systemsettings/systemsettings-5.24.4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org optfeature
-
-DESCRIPTION="Control Center to configure KDE Plasma desktop"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kactivities-stats-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/libkworkspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Configure looks for GTK+" kde-plasma/kde-gtk-config
-   fi
-   ecm_pkg_postinst
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/

2022-05-29 Thread Andreas Sturmlechner
commit: bacadd767ce5dcd39249b414b5f04e28942cb6cb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacadd76

kde-plasma/plymouth-kcm: Drop 5.24.4

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

 kde-plasma/plymouth-kcm/Manifest   |  1 -
 kde-plasma/plymouth-kcm/plymouth-kcm-5.24.4.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index ea366b3531e1..8d7f4806c734 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1 @@
-DIST plymouth-kcm-5.24.4.tar.xz 39920 BLAKE2B 
e1edda971f8d055defe35da2710c1da7de336bde9dedc378b7217b1884da2bbdf066be58e17159b029487772f0ff3e2072986c6b7da1cf005e4dbab5ab3dd5ca
 SHA512 
532f83b73fdbdfb1457a86d8d06d0f947eb64729d75b33646c7ca276845407c5ad924f2d3bfa34a926a26f0c580696ed076bb927b99d13edc1049f0109c8b4af
 DIST plymouth-kcm-5.24.5.tar.xz 39964 BLAKE2B 
ba1e54afb9a19b4e3858caa31c8c729feb338412368c8b91a197ee87351397f6c54f62753862982f6f2a3bbcbb74c39946bfcc9e90085ec22179676672ebb229
 SHA512 
7bc78c3b3d2639de00f428bda606b4f822c99f4c3dc0c2f1fe3f422208e05273701a1871fc573c36b8e14cc1a8bc02e07e4389a40b3fee3a6b79c44a561c2cf8

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.4.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.4.ebuild
deleted file mode 100644
index d6268b4f5766..
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/

2022-05-29 Thread Andreas Sturmlechner
commit: 151ef7890a9f19c0397197796f63c9591f9cb251
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:50 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151ef789

kde-plasma/plasma-workspace-wallpapers: Drop 5.24.4

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

 kde-plasma/plasma-workspace-wallpapers/Manifest   |  1 -
 .../plasma-workspace-wallpapers-5.24.4.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest 
b/kde-plasma/plasma-workspace-wallpapers/Manifest
index 7cf57f020e86..d1fa26040312 100644
--- a/kde-plasma/plasma-workspace-wallpapers/Manifest
+++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-wallpapers-5.24.4.tar.xz 72711976 BLAKE2B 
f8b06a88543e2ad6a225fc2d463045047df66b9582307cbc10a068aad0af6ee9ea2500c773edfa042498af8726d4ef3593893b70356189f21cf164a8ffc137f1
 SHA512 
8bfdd82e3e88d9723fcbd530660ef0fa8060a0b1504157057ea7a057aa1dd2a7309ca5b86830c4ed6c8e80fc8a31a01ce7b78e0675babafc95c41ba41607ae55
 DIST plasma-workspace-wallpapers-5.24.5.tar.xz 72711796 BLAKE2B 
0740e3ac16db5274505358a096997e36f72bd2e58fe60cc7fec914a7a9cfe8a5480fc3e5317cef9a6e4a75d05b58ecb9918b433a61e522a5c605b503cdf785d1
 SHA512 
8b22bb8a2c093f3f7b7da8b0db55c688fa6d602326429db3e32960d7596c0f79e79d1a724bdb914d55caeffa36f422eea6678afdd62e2bb89f3afa479d056873

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.4.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.4.ebuild
deleted file mode 100644
index 862f306fb000..
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.24.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-inherit cmake kde.org
-
-DESCRIPTION="Wallpapers for the Plasma workspace"
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-BDEPEND="
-   dev-qt/qtcore:5
-   kde-frameworks/extra-cmake-modules:5
-"



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

2022-05-29 Thread Andreas Sturmlechner
commit: 8f1df5e345fea3990ed7237602616938bd349526
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:56 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1df5e3

kde-plasma/xdg-desktop-portal-kde: Drop 5.24.4

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

 kde-plasma/xdg-desktop-portal-kde/Manifest |  1 -
 .../xdg-desktop-portal-kde-5.24.4-r1.ebuild| 44 --
 2 files changed, 45 deletions(-)

diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest 
b/kde-plasma/xdg-desktop-portal-kde/Manifest
index a3f73b00da72..bbe1b1eda38d 100644
--- a/kde-plasma/xdg-desktop-portal-kde/Manifest
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -1,2 +1 @@
-DIST xdg-desktop-portal-kde-5.24.4.tar.xz 88540 BLAKE2B 
6a6522bbfe99919a98ee697fc6331fe6b833f376307dbfec303dddb2020c97d355dcd0b251d0feb1e270f2b9a7633f8e770f5e58d9a0ade618dd376fc3890eed
 SHA512 
6efd6452aff8e139921d884e272d26421ed3b1b83c36ca1bdee8bb54633cf85866be87e5f169ececd5364d901d78d9f4b0dd520450b890540a5bd514b0e2e54c
 DIST xdg-desktop-portal-kde-5.24.5.tar.xz 88904 BLAKE2B 
b7ab407132ce8dfdae58854dc29af270c411e1d2c7c8631c6209ff0fb44c80b8287dbe13a6ed60d2e8926f4b23ed3209242bd2836906a44ee06a936d56a91131
 SHA512 
6314fa4f679700224c6de44726f1fbf513249cebcb9c0fae212bde3de98cb0cc040f671e2435d8e53f379ad907bde4022a6ecfe5f95424a9414ce7471c0fe401

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.4-r1.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.4-r1.ebuild
deleted file mode 100644
index dce949206335..
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.4-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal that is using 
Qt/KDE Frameworks"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/wayland-1.15
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5[cups]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.1.1
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/xdg-desktop-portal
-"
-BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/

2022-05-29 Thread Andreas Sturmlechner
commit: 685ee3e27aead80aaca02b1516108b6b3077ee40
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:50 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685ee3e2

kde-plasma/plasma-workspace: Drop 5.24.4

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

 kde-plasma/plasma-workspace/Manifest   |   1 -
 .../plasma-workspace-5.24.4.ebuild | 219 -
 2 files changed, 220 deletions(-)

diff --git a/kde-plasma/plasma-workspace/Manifest 
b/kde-plasma/plasma-workspace/Manifest
index be5c47e6ef60..1ba2f05fc00f 100644
--- a/kde-plasma/plasma-workspace/Manifest
+++ b/kde-plasma/plasma-workspace/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.24.4.tar.xz 18488324 BLAKE2B 
140540a95360bc1c9ce1940ca03267bfe8c5d59a378b09a5c2abfed9ad8f8af89558c616465363f27a42a730025c081092f00dd0eb776cb7ee53a0aeff1b3881
 SHA512 
6c917d3ea307bca85e6ca12294357410c3442a9115a4864311df87af29919c20d8dab768f470379bbc4e0510367319a6cf8ce045ab7254db06e8c29477370d89
 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 
5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d
 SHA512 
ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.24.4.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.24.4.ebuild
deleted file mode 100644
index 8c06edc3b7e3..
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.24.4.ebuild
+++ /dev/null
@@ -1,219 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma workspace"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="appstream +calendar +fontconfig geolocation gps +policykit
-screencast +semantic-desktop telemetry"
-
-REQUIRED_USE="gps? ( geolocation )"
-RESTRICT="test"
-
-# slot op: various private QtWaylandClient headers
-COMMON_DEPEND="
-   >=dev-libs/wayland-1.15
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5=[jpeg,libinput]
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5=
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kactivities-stats-${KFMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kbookmarks-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kded-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kidletime-${KFMIN}:5
-   >=kde-frameworks/kinit-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kpeople-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kunitconversion-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/prison-${KFMIN}:5[qml]
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   >=kde-plasma/kscreenlocker-${PVCUT}:5
-   >=kde-plasma/kwin-${PVCUT}:5
-   >=kde-plasma/layer-shell-qt-${PVCUT}:5
-   >=kde-plasma/libkscreen-${PVCUT}:5
-   >=kde-plasma/libksysguard-${PVCUT}:5
-   

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/polkit-kde-agent/

2022-05-29 Thread Andreas Sturmlechner
commit: 371fab7965616e358f006a461c73aee92c3b88f6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371fab79

kde-plasma/polkit-kde-agent: Drop 5.24.4

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

 kde-plasma/polkit-kde-agent/Manifest   |  1 -
 .../polkit-kde-agent-5.24.4.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/kde-plasma/polkit-kde-agent/Manifest 
b/kde-plasma/polkit-kde-agent/Manifest
index bc252a236a22..57ba63276cf3 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1,2 +1 @@
-DIST polkit-kde-agent-1-5.24.4.tar.xz 48424 BLAKE2B 
f7981148478e674961aaac29359748e1703a5ae41d1cadde0b94da5c37c4bc9afd1a508e3ea6e6e083dae21174fa1e2377e3679ad6ae8709d50918579b9df069
 SHA512 
49e18d1c3e858eba2157064fef94b8023f7ac56cbc3bd43f1b454f19381a3d9567a68ec0f846097e992f4cec78f51ed011cc36afd9e3b335ffe6bf05001c6664
 DIST polkit-kde-agent-1-5.24.5.tar.xz 48444 BLAKE2B 
4e39fe9e23d474e79a0e2611669065e05180f9e2e514cd0aba23b950c19357ac8d56d1a3fbaa85516b3eff86ebe2fbfb8e96d1dcda2cca9333ce0d9b7e7f7f8e
 SHA512 
8182271a4463e28001c5806156afffa8436c9fce0ead257c60b413bf54565d8271e8356f5670e8eb2aea5c3d2a308e31f14f6eff4c6903e1936e6395d8502a93

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.24.4.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.24.4.ebuild
deleted file mode 100644
index 6d8dd7374950..
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.24.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="${PN}-1"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="PolKit agent module for KDE Plasma"
-HOMEPAGE="https://kde.org/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=sys-auth/polkit-qt-0.113.0
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/

2022-05-29 Thread Andreas Sturmlechner
commit: a080057e1d064ee390fad6d36a256fb11949e28b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:46 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a080057e

kde-plasma/plasma-sdk: Drop 5.24.4

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

 kde-plasma/plasma-sdk/Manifest |  1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 305320851330..ecdf057924a5 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1 @@
-DIST plasma-sdk-5.24.4.tar.xz 261172 BLAKE2B 
c195814d62cfa8d22df67e726a11004e7a3530b0eec358a7b90270b09d525ef8817602a0dfac974e097c8b62f417af688a0b0173ca95868443585d267fefce2b
 SHA512 
c531f4df314b25f7e34495a4c26189a5c83065523935a20ff482ddd22df7b922dd06784a218d41817bd49edef3bb1b41c09bfdd26aa806914a40781210d25690
 DIST plasma-sdk-5.24.5.tar.xz 261552 BLAKE2B 
6a52464135d73119b53b3a5ce73e5a58f8797e6e8357010809e623bca5797199fb76aac5c3c0f18269d5584303b207e9ac21b03415e80d041f73154aa8b31aaa
 SHA512 
9dff5a3088fb92296e4bb53d8839dade53dc71595c62e85bf5431ce85b686fec9197adf09177f1aa6ab488d0ededc063121f074f1c77b8b281950eb5cea0caf8

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
deleted file mode 100644
index 305df908068b..
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.24.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-disks/

2022-05-29 Thread Andreas Sturmlechner
commit: 433ca24df17aadfc41279db17afc100b3d6fa740
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:38 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433ca24d

kde-plasma/plasma-disks: Drop 5.24.4

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

 kde-plasma/plasma-disks/Manifest   |  1 -
 kde-plasma/plasma-disks/plasma-disks-5.24.4.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/kde-plasma/plasma-disks/Manifest b/kde-plasma/plasma-disks/Manifest
index 997aa524492c..d1aaeabc1e8c 100644
--- a/kde-plasma/plasma-disks/Manifest
+++ b/kde-plasma/plasma-disks/Manifest
@@ -1,2 +1 @@
-DIST plasma-disks-5.24.4.tar.xz 88244 BLAKE2B 
71035d47373eb97cff2355a6fc22faac149874d922d6f857ab6f669af2f36ceb750194d9d4679c8218e85b2e5f7b3e293b48c0fb2838d3ca15029ca66f3ec789
 SHA512 
735d28c6c50515ae7af7a3df4f2ba586d7273d11e8ba96e6546685f6dbf29917001854ba9fa8f298b15f50ec8b26d51d04771874074eeb808f29f5112d07758f
 DIST plasma-disks-5.24.5.tar.xz 88304 BLAKE2B 
649bb10a09333cc49f34731188a66cea6017702e5d5d5f7dc1aa100c6cf7b274153a5570ce20aa3c05737a9f5c8041dd73e0707b91b1198ff3d4e456081497b9
 SHA512 
fc13922a8961a0581eb5c67f23a00c7898e0700604785573c677ceae3391d784fd44944acbfae501a620ce9e86c21694a03b4613a60284488c1cf5450c5de6fe

diff --git a/kde-plasma/plasma-disks/plasma-disks-5.24.4.ebuild 
b/kde-plasma/plasma-disks/plasma-disks-5.24.4.ebuild
deleted file mode 100644
index 857b4e21996c..
--- a/kde-plasma/plasma-disks/plasma-disks-5.24.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="true"
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Monitors S.M.A.R.T. capable devices for imminent failure"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-disks;
-
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   sys-apps/smartmontools
-"
-RDEPEND="${DEPEND}
-   kde-plasma/kinfocenter:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-thunderbolt/

2022-05-29 Thread Andreas Sturmlechner
commit: dcf7ab53addfcd28525b6a4bff141c0316454cdf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:48 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf7ab53

kde-plasma/plasma-thunderbolt: Drop 5.24.4

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

 kde-plasma/plasma-thunderbolt/Manifest |  1 -
 .../plasma-thunderbolt-5.24.4.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/kde-plasma/plasma-thunderbolt/Manifest 
b/kde-plasma/plasma-thunderbolt/Manifest
index 499a16783202..84f0784b4a6c 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,2 +1 @@
-DIST plasma-thunderbolt-5.24.4.tar.xz 66724 BLAKE2B 
339a4fd20ddd8032736d84e2247b0ed52f9a9231bd36c2f4c91defd09b8f3997d5c13642319fdfaa3e96921fbadbff94da6450d417f6e31f6fe675f72e63686d
 SHA512 
eb5af8c87852fdd0089cc48675c572887ff1d0d63b2a68d7e2d28e22890f93a4697575f56b76fc3a135a81cd721ffef0fab6d274d862d431fd6daafc79d621be
 DIST plasma-thunderbolt-5.24.5.tar.xz 66752 BLAKE2B 
38fe4132da08afe71a26751307d9ecd77cf0462323b4dc452ae2355cedf25f41c1de4e6f6dfe50b24fd2f1650383434aea4ec775e194b219d27a09387a8453e4
 SHA512 
b1096fac09800e33b87e79a2e774eaf19afa063263e71f772ec0081fda714c63dd07a489c36c3f7deead3ee563880bc12f336b8ea599b396613d28cc08f5

diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.4.ebuild 
b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.4.ebuild
deleted file mode 100644
index 346585e6911a..
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt;
-
-LICENSE="|| ( GPL-2 GPL-3+ )"
-SLOT="5"
-KEYWORDS="amd64 ~riscv x86"
-IUSE=""
-
-# tests require DBus
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   sys-apps/bolt
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/milou/

2022-05-29 Thread Andreas Sturmlechner
commit: 1bdab050f29603256c95b27f3707bac5109f447d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdab050

kde-plasma/milou: Drop 5.24.4

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

 kde-plasma/milou/Manifest|  1 -
 kde-plasma/milou/milou-5.24.4.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest
index dd0172b231c7..bcb62352ec11 100644
--- a/kde-plasma/milou/Manifest
+++ b/kde-plasma/milou/Manifest
@@ -1,2 +1 @@
-DIST milou-5.24.4.tar.xz 48236 BLAKE2B 
286f746a3fe632098531f03557b763f636390eb73e94c31bbb8e5aa70b7ec67066121544d327fdc5e2f669ffba9930bc6d1d3a546fb216e9bb7bf2493eb4bcb9
 SHA512 
ef41d274970e38f45e26bc986948e3ba49d0ef54a907e64fc36f15ed9369d3c4cd5e2566b25a2d3499b123cb0ec20eca9c777ab3a66248e6a5a824d7b7c4ae96
 DIST milou-5.24.5.tar.xz 48264 BLAKE2B 
00ee42f530a73038198f0abbd04e54c54bb60fc449129a634dfdaefc56331ad0a55cfa7ccd4ae0fc60643b4ec5f8d89bc27382b27a23f36172fcc1956376b026
 SHA512 
b6a2979b6ab4717d53e0f58605ba43a08f78836a287c0988aeb9461f6d4cb42f71d1081ec1261dcb957ee97b67f8eba42f3c6861e96d6a2e796142edac74ea7c

diff --git a/kde-plasma/milou/milou-5.24.4.ebuild 
b/kde-plasma/milou/milou-5.24.4.ebuild
deleted file mode 100644
index f74c41e92e5c..
--- a/kde-plasma/milou/milou-5.24.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dedicated search application built on top of Baloo"
-HOMEPAGE="https://invent.kde.org/plasma/milou;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/

2022-05-29 Thread Andreas Sturmlechner
commit: 38acedde16fbc0d45894128c57f1749bea817f89
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:44 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38acedde

kde-plasma/plasma-nm: Drop 5.24.4

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

 kde-plasma/plasma-nm/Manifest|  1 -
 kde-plasma/plasma-nm/plasma-nm-5.24.4.ebuild | 90 
 2 files changed, 91 deletions(-)

diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest
index 7d492c21ed58..665a967b0a10 100644
--- a/kde-plasma/plasma-nm/Manifest
+++ b/kde-plasma/plasma-nm/Manifest
@@ -1,2 +1 @@
-DIST plasma-nm-5.24.4.tar.xz 926080 BLAKE2B 
4ae2ae273572b60e6c4d88658f2247843921cb59060d1489c00388d4b224e66f6278f47009ba2a866ca7d725bba6c567839a4610c8a8123191511c048998ee42
 SHA512 
2a28f7879a3e90111ab43d6c30d7f191dfbd58dbcac1e2415387f054674cebc28e2aaeb5beffe448c1bc4f698bb1212b757746dc1e4f5d78a1c2e094895eae85
 DIST plasma-nm-5.24.5.tar.xz 926128 BLAKE2B 
43abf81b433291432cc8d5a576ac7579c7a68f196afab106b832a8851846eebdf1562654f7186efae65f3e0942b88aa12f778eb9e5a3972cbafc62f165d07b02
 SHA512 
0b64b2f231d7e97f901251e274bebd53b22c19ddcfa67cc66947f48adebe61c6bde21f339896f267af22f4112b9a392d331345999000c43cb5b1e51680668ec8

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.24.4.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.24.4.ebuild
deleted file mode 100644
index 65f17f90aad8..
--- a/kde-plasma/plasma-nm/plasma-nm-5.24.4.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/files/, kde-plasma/plasma-desktop/

2022-05-29 Thread Andreas Sturmlechner
commit: d77a0d49c5508d5b4fec7f543fc7c4ee4c7dc0f8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:37 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77a0d49

kde-plasma/plasma-desktop: Drop 5.24.4

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

 kde-plasma/plasma-desktop/Manifest |   1 -
 ...op-5.24.4-folderview-icons-per-resolution.patch | 132 ---
 .../plasma-desktop/plasma-desktop-5.24.4-r1.ebuild | 179 -
 3 files changed, 312 deletions(-)

diff --git a/kde-plasma/plasma-desktop/Manifest 
b/kde-plasma/plasma-desktop/Manifest
index 07428c4cd1aa..78c361f0fe92 100644
--- a/kde-plasma/plasma-desktop/Manifest
+++ b/kde-plasma/plasma-desktop/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-desktop-5.24.4.tar.xz 6239980 BLAKE2B 
0b8af5d596e277d202a9c088aa561ce3f0c3602ca781c807b4082f37da4269176429946edf0665ebd9bc6046cd6b0a97baf5a67ec3c0194c23d6fe237a56c18d
 SHA512 
9d6a8c50a85d7f59b89a13753d9a7072df5e8bd1e726bf1037c4cf8d4d43046c2076c8993dffc1f5cec7f7a113832dd14f836e9b47b879f6352f3c30f4b5c408
 DIST plasma-desktop-5.24.5.tar.xz 6241532 BLAKE2B 
20bec56fbd0c3f68b3eaf75cb18a01888c63a8d49e2761c83858125ef82dfe225137e9ba704eaddc43405fe6f9818f879f0105eff03d06aa74d93800e4891693
 SHA512 
3bb770023b47dcc3c51dbdacfe9cb93adc2f514d8d19f54fed10023d9440bed956ec3beb18d9979cb408ab2e6e960ca383d215fd072ba2df34e4e0b5f6c55270
 DIST plasma-desktop-override-include-dirs-1.tar.xz 7888 BLAKE2B 
f1e416fa0ed27cfe6e049cafc66d1603bb4f76f0cec16dc47339a238cbb485b202adf08ececbb8933a5e1a54954cbd21653d2c9dfec27baa49fdf583acf0d75f
 SHA512 
aa26b4966a5d00c378128ee8ee56025d637f139fcd315bf0aabefa080caecadf8cd3176dee3df87d4f8bdc48446df535260cf64a65055857fb895fa8988e1a20

diff --git 
a/kde-plasma/plasma-desktop/files/plasma-desktop-5.24.4-folderview-icons-per-resolution.patch
 
b/kde-plasma/plasma-desktop/files/plasma-desktop-5.24.4-folderview-icons-per-resolution.patch
deleted file mode 100644
index fce29f49536a..
--- 
a/kde-plasma/plasma-desktop/files/plasma-desktop-5.24.4-folderview-icons-per-resolution.patch
+++ /dev/null
@@ -1,132 +0,0 @@
-From 8f85c4658adfdf7a01c591afd79baa9eed8b79dd Mon Sep 17 00:00:00 2001
-From: Bharadwaj Raju 
-Date: Tue, 12 Apr 2022 15:01:15 +
-Subject: [PATCH] Folder View: save desktop containment icon positions on a
- per-resolution basis
-
-BUG: 360478
-BUG: 354802
-FIXED-IN: 5.24.5
-(cherry picked from commit 2dca17060c06f85abc365bab9484ee4446d78772)

- .../package/contents/ui/FolderView.qml| 15 +
- .../package/contents/ui/FolderViewLayer.qml   | 32 +--
- .../desktop/plugins/folder/positioner.cpp |  1 +
- 3 files changed, 31 insertions(+), 17 deletions(-)
-
-diff --git a/containments/desktop/package/contents/ui/FolderView.qml 
b/containments/desktop/package/contents/ui/FolderView.qml
-index 218a3da77..72ae4903a 100644
 a/containments/desktop/package/contents/ui/FolderView.qml
-+++ b/containments/desktop/package/contents/ui/FolderView.qml
-@@ -30,6 +30,7 @@ FocusScope {
- property alias currentIndex: gridView.currentIndex
- property alias url: dir.url
- property alias status: dir.status
-+property alias perStripe: positioner.perStripe
- property alias positions: positioner.positions
- property alias errorString: dir.errorString
- property alias dragging: dir.dragging
-@@ -828,20 +829,6 @@ FocusScope {
- }
- }
- 
--onFlowChanged: {
--// FIXME TODO: Preserve positions.
--if (positioner.enabled) {
--positioner.reset();
--}
--}
--
--onLayoutDirectionChanged: {
--// FIXME TODO: Preserve positions.
--if (positioner.enabled) {
--positioner.reset();
--}
--}
--
- onCurrentIndexChanged: {
- positionViewAtIndex(currentIndex, GridView.Contain);
- }
-diff --git a/containments/desktop/package/contents/ui/FolderViewLayer.qml 
b/containments/desktop/package/contents/ui/FolderViewLayer.qml
-index 3f9b29937..f2044e1b0 100644
 a/containments/desktop/package/contents/ui/FolderViewLayer.qml
-+++ b/containments/desktop/package/contents/ui/FolderViewLayer.qml
-@@ -29,6 +29,8 @@ FocusScope {
- property alias overflowing: folderView.overflowing
- property alias flow: folderView.flow
- 
-+property string resolution: Math.round(plasmoid.screenGeometry.width) + 
"x" + Math.round(plasmoid.screenGeometry.height)
-+
- readonly property bool lockedByKiosk: 
!KAuthorized.authorize("editable_desktop_icons")
- 
- focus: true
-@@ -178,6 +180,26 @@ FocusScope {
- }
- }
- 
-+function getPositions() {
-+try {
-+

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-05-29 Thread Andreas Sturmlechner
commit: 7ee578b39f07b1e83831c439a02669e2e1415c6c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:41 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee578b3

kde-plasma/plasma-firewall: Drop 5.24.4

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

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.24.4.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index cacaf8a16971..4aebb0d95ad6 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1 @@
-DIST plasma-firewall-5.24.4.tar.xz 346676 BLAKE2B 
bbd7e460910b6437c29871814c11c08bb2cb36976a92c70cb7afafbf865d99db73d6ef2c0f0502d990df6c4c72c789f5153ceecd732b2dcb994db330035448d5
 SHA512 
320066a2339eae7113a3a8b50a01d8ef11c4ba2e9bed48a4f919cae0d1964246ad0beef02f3bc26c8e7ea63214037683552c1004d8b98cfcece52e2ee131b3cc
 DIST plasma-firewall-5.24.5.tar.xz 346660 BLAKE2B 
767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3
 SHA512 
4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
deleted file mode 100644
index 5093bf4f5120..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkworkspace/

2022-05-29 Thread Andreas Sturmlechner
commit: 6def13b7f62ca1cb1a4338d705ea6df4146977da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:32 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6def13b7

kde-plasma/libkworkspace: Drop 5.24.4

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

 kde-plasma/libkworkspace/Manifest  |  1 -
 .../libkworkspace/libkworkspace-5.24.4.ebuild  | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/libkworkspace/Manifest 
b/kde-plasma/libkworkspace/Manifest
index be5c47e6ef60..1ba2f05fc00f 100644
--- a/kde-plasma/libkworkspace/Manifest
+++ b/kde-plasma/libkworkspace/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.24.4.tar.xz 18488324 BLAKE2B 
140540a95360bc1c9ce1940ca03267bfe8c5d59a378b09a5c2abfed9ad8f8af89558c616465363f27a42a730025c081092f00dd0eb776cb7ee53a0aeff1b3881
 SHA512 
6c917d3ea307bca85e6ca12294357410c3442a9115a4864311df87af29919c20d8dab768f470379bbc4e0510367319a6cf8ce045ab7254db06e8c29477370d89
 DIST plasma-workspace-5.24.5.tar.xz 18490588 BLAKE2B 
5a9681620f40604f631cd7ef0c9d6256cc490436dc5e29ef9434d0f129324c2d405c5647da12778c208976c0cb0b4da698a90a22b70c1cb2723cbc58f69bda1d
 SHA512 
ae40fe545b03e42e9f8fe2e8885d3853f4b52d4fd2ed3ecf7d24fa59b4924b8f8b389e8713ec6a3a875bc66df3952de9157d4a5631b283105a9329a1a1825996

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.24.4.ebuild 
b/kde-plasma/libkworkspace/libkworkspace-5.24.4.ebuild
deleted file mode 100644
index 14acef8df3b4..
--- a/kde-plasma/libkworkspace/libkworkspace-5.24.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Workspace library to interact with the Plasma session manager"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-plasma/kscreenlocker-${PVCUT}:5
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-"
-DEPEND="${RDEPEND}
-   >=kde-frameworks/kinit-${KFMIN}:5
-   >=kde-plasma/kwin-${PVCUT}:5
-"
-
-S="${S}/${PN}"
-
-src_prepare() {
-   # delete colliding libkworkspace translations, let ecm_src_prepare do 
its magic
-   if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   find ../po -type f -name "*po" -and -not -name "libkworkspace*" 
-delete || die
-   rm -rf po/*/docs || die
-   cp -a ../po ./ || die
-   fi
-
-   eapply "${FILESDIR}/${PN}-5.22.80-standalone.patch"
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" -i CMakeLists.txt || die
-   cat >> CMakeLists.txt <<- _EOF_ || die
-   ki18n_install(po)
-   _EOF_
-
-   ecm_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2022-05-29 Thread Andreas Sturmlechner
commit: 1e1b139d30dd131b72d15668e55a49f79e03273f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1b139d

kde-plasma/plasma-integration: Drop 5.24.4

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

 kde-plasma/plasma-integration/Manifest |  1 -
 .../plasma-integration-5.24.4.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index f2cdbe17c054..2b895123a835 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1 @@
-DIST plasma-integration-5.24.4.tar.xz 83744 BLAKE2B 
4784ccde0eb5f9075cc47c1b9c718971a36b025f9e7a2c404af96dad07d71300ca1b7a0bfdf9a2c30391526f8fb2a2156d4a96e9cf098d09a649f94e665366d7
 SHA512 
a4262cca85bac798c5afd29543cae7a670b346347f00f29a693d3263cde669931fdf981fa64c8632bb0ab447b758a24795c343b99b5b7acc166da14db66543a1
 DIST plasma-integration-5.24.5.tar.xz 83772 BLAKE2B 
a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1
 SHA512 
6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild
deleted file mode 100644
index d598ad5a2941..
--- a/kde-plasma/plasma-integration/plasma-integration-5.24.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-systemmonitor/

2022-05-29 Thread Andreas Sturmlechner
commit: 5f171bc10b05ac582b48f992deca45afbda3c4ad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:47 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f171bc1

kde-plasma/plasma-systemmonitor: Drop 5.24.4

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

 kde-plasma/plasma-systemmonitor/Manifest   |  1 -
 .../plasma-systemmonitor-5.24.4.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/kde-plasma/plasma-systemmonitor/Manifest 
b/kde-plasma/plasma-systemmonitor/Manifest
index 91042abfec56..5ef59576c3a7 100644
--- a/kde-plasma/plasma-systemmonitor/Manifest
+++ b/kde-plasma/plasma-systemmonitor/Manifest
@@ -1,2 +1 @@
-DIST plasma-systemmonitor-5.24.4.tar.xz 151840 BLAKE2B 
d0c8f3ab7881650b9bf38218cfeff78fbba0194a6fee80d79649f8ec12136082d86ec6153aa91815d2916416a9d641fa1ab7533d0f75c372336bbe3ef5b62df1
 SHA512 
13d489865df36bbe9a1465d7efd5603442144492781d0a5102e395f80f50b31d0519953962a0c3b2b9ff199c05daf20e9d7828ae42ce2335714c31bb6ff9f2c1
 DIST plasma-systemmonitor-5.24.5.tar.xz 151824 BLAKE2B 
dfc6bc0dfe6815879eaed6686f52f108ce3e9a84f76899afffac255c97e36dd8afb4521d2dd8abad157306b1e0e02c874935e40e88aa2c187ce22f668c05b760
 SHA512 
b8c4a959eb587b25d8d503b3b2d05e6c8ced3b0cb146e08f0351f424962d059b70c8dd323d55b31ef903157b71bad6f20f969840a860ed25ebdafeb3db18489d

diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.4.ebuild 
b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.4.ebuild
deleted file mode 100644
index ed93a083cd93..
--- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Monitor system sensors, process information and other system 
resources"
-HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/;
-
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-plasma/libksysguard-${PVCUT}:5
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-   >=kde-frameworks/kquickcharts-${KFMIN}:5
-   >=kde-plasma/ksystemstats-${PVCUT}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/

2022-05-29 Thread Andreas Sturmlechner
commit: 000a25ad9232f64c35e5b35543c4c60b1334d358
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:35 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000a25ad

kde-plasma/oxygen: Drop 5.24.4

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

 kde-plasma/oxygen/Manifest |  1 -
 kde-plasma/oxygen/oxygen-5.24.4.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest
index 895d0849e124..758e17e905ac 100644
--- a/kde-plasma/oxygen/Manifest
+++ b/kde-plasma/oxygen/Manifest
@@ -1,2 +1 @@
-DIST oxygen-5.24.4.tar.xz 4615036 BLAKE2B 
e6a6aea36d9de13ebf5bbbcb02be1631a86d415d7e838fd5d389bca8c6bc8ad34257f30d1bb040015bb1f0cf20611b54012072fb6ffe99aa0a3f4149d3028906
 SHA512 
dad2ef40a6daacf36e37bc6f5285229917b68e66c986cd4e73998a1caadfec0b078a2751ad59aa20d41f5a9ac3ebc1b94e5f5a89eba02523fdec3f28b21728cc
 DIST oxygen-5.24.5.tar.xz 4615504 BLAKE2B 
d937770d2919f2318cfce3fc0b90f9c8009aa1c80ce9f491d3c9863c383fd3d8b0ff61582a454d7bb7cc066183ac514c4058d48b523aec68b635ffd1b3e93606
 SHA512 
90df776e36014b07849c9454632bb73a3b75d5d146eeec8d9de88b63d0bdbd68fabd9f1eaac0166f47057a61c48f7b531630f48d6b037d1a266e18e36febbaa2

diff --git a/kde-plasma/oxygen/oxygen-5.24.4.ebuild 
b/kde-plasma/oxygen/oxygen-5.24.4.ebuild
deleted file mode 100644
index 1f0f9efb675b..
--- a/kde-plasma/oxygen/oxygen-5.24.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Oxygen visual style for the Plasma desktop"
-HOMEPAGE="https://invent.kde.org/plasma/oxygen;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="wayland"
-
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/frameworkintegration-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-plasma/kdecoration-${PVCUT}:5
-   x11-libs/libxcb
-   wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 )
-"
-DEPEND="${RDEPEND}
-   >=kde-frameworks/kservice-${KFMIN}:5
-"
-PDEPEND="
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package wayland KF5Wayland)
-   )
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2022-05-29 Thread Andreas Sturmlechner
commit: 6c69a31666acdea100ae1df0b9598f07271608fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:43 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c69a316

kde-plasma/plasma-meta: Drop 5.24.4

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

 kde-plasma/plasma-meta/plasma-meta-5.24.4.ebuild | 107 ---
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.24.4.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.24.4.ebuild
deleted file mode 100644
index 28ee1d06a038..
--- a/kde-plasma/plasma-meta/plasma-meta-5.24.4.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/;
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-browser-integration/

2022-05-29 Thread Andreas Sturmlechner
commit: 6b2b2592e62fac8b8ea407aabc911691864f2a1e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:36 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2b2592

kde-plasma/plasma-browser-integration: Drop 5.24.4

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

 kde-plasma/plasma-browser-integration/Manifest |  1 -
 .../plasma-browser-integration-5.24.4-r1.ebuild| 45 --
 2 files changed, 46 deletions(-)

diff --git a/kde-plasma/plasma-browser-integration/Manifest 
b/kde-plasma/plasma-browser-integration/Manifest
index 55e7fed28f43..03bc71db3aec 100644
--- a/kde-plasma/plasma-browser-integration/Manifest
+++ b/kde-plasma/plasma-browser-integration/Manifest
@@ -1,2 +1 @@
-DIST plasma-browser-integration-5.24.4.tar.xz 222496 BLAKE2B 
098422fd62b8fc80c722a43d8c6854f35e651797d949a38741daa19512171988146db7fb5b9ef2a26001cec3ed3aef99d9109ecc2f09100c942e8d362239dd05
 SHA512 
91a300676bd90a85bc4cc1f8364c351a62146876a8bef499ebd481cbf204ef712443960cf4aa8cfa1246285106a3a4eeb4d320c959afae109da79dc83871
 DIST plasma-browser-integration-5.24.5.tar.xz 222452 BLAKE2B 
6caca77f50f401a230e5936b36b7babdf6186d6a11a7fb1bda2a0423a7bea5b3f7a66d12e7d569b406e93636b980bb9308c20452a8a9b62197b4170988361aab
 SHA512 
f34885920f1d4859d57ce3c96523c46d392f5835bce6b7d73afb30ea60827e5d520c168ccf45d2d46cec8027b0d9abe2bfc0c5b4ecfbf3b4433bb3ed0b405497

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.4-r1.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.4-r1.ebuild
deleted file mode 100644
index 15e44d6aa3de..
--- 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.24.4-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser 
extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration;
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kfilemetadata-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/purpose-${KFMIN}:5
-   >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/

2022-05-29 Thread Andreas Sturmlechner
commit: 5470c147779f0579c14b81b8026466f0529f0048
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:31 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5470c147

kde-plasma/libksysguard: Drop 5.24.4

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

 kde-plasma/libksysguard/Manifest   |  1 -
 kde-plasma/libksysguard/libksysguard-5.24.4.ebuild | 76 --
 2 files changed, 77 deletions(-)

diff --git a/kde-plasma/libksysguard/Manifest b/kde-plasma/libksysguard/Manifest
index f9461f019009..f37d3295f026 100644
--- a/kde-plasma/libksysguard/Manifest
+++ b/kde-plasma/libksysguard/Manifest
@@ -1,2 +1 @@
-DIST libksysguard-5.24.4.tar.xz 767300 BLAKE2B 
cfb42c1da82bb90c33ab14d87351e009759afd294b3cd44ab98f2310f0dba520f421c26d3db4f1031d8d8c6086e63b14eebcc3ceaa4db2d9479d6571c409450b
 SHA512 
a43c10109ee36d4840fae30ef73209e0a0bf43c076e94d57642aa6f89aadb95928751281342e52f01357b2b1dde788c5d034c595e22f5fc6ce1c2da3979dc5c2
 DIST libksysguard-5.24.5.tar.xz 768040 BLAKE2B 
1b4defe6a174db5258a4d85c12d469a78dd1b709f5df07b8d3076076da1b72d6446307b5d1ab360c91ee6e2bddc0f5bcb837db994e16ab2a9e49450e19e63c58
 SHA512 
133c5923ee616515b1934c4e2c30509d407f40b7afc3914ac2417d7c961f3a1921bd3b5bfd1ca73942ddb1fbf4d96950c130129135eae2b8d1b8daac9fa5

diff --git a/kde-plasma/libksysguard/libksysguard-5.24.4.ebuild 
b/kde-plasma/libksysguard/libksysguard-5.24.4.ebuild
deleted file mode 100644
index 8a5ba3fd7afa..
--- a/kde-plasma/libksysguard/libksysguard-5.24.4.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_TEST="true"
-KFMIN=5.90.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Task management and system monitoring library"
-
-LICENSE="LGPL-2+"
-SLOT="5/9"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="webengine X"
-
-COMMON_DEPEND="
-   dev-libs/libnl:3
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   net-libs/libpcap
-   sys-apps/lm-sensors:=
-   sys-libs/libcap
-   sys-libs/zlib
-   webengine? (
-   >=dev-qt/qtwebchannel-${QTMIN}:5
-   >=dev-qt/qtwebengine-${QTMIN}:5
-   )
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libX11
-   x11-libs/libXres
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   X? ( x11-base/xorg-proto )
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/superslicer/files/, media-gfx/superslicer/

2022-05-29 Thread Yahor Berdnikau
commit: 5b22aaf01ab109a5e0dd1fd7d86a58f261d39b00
Author: Yahor Berdnikau  gmail  com>
AuthorDate: Sun May 29 20:37:26 2022 +
Commit: Yahor Berdnikau  gmail  com>
CommitDate: Sun May 29 20:37:26 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b22aaf0

media-gfx/superslicer: drop 2.3.57.10

Signed-off-by: Yahor Berdnikau  gmail.com>

 media-gfx/superslicer/Manifest |   2 -
 .../files/missing-imports-2.3.57.10.patch  |  10 --
 .../files/version-suffix-2.3.57.10.patch   |  38 
 media-gfx/superslicer/superslicer-2.3.57.10.ebuild | 108 -
 4 files changed, 158 deletions(-)

diff --git a/media-gfx/superslicer/Manifest b/media-gfx/superslicer/Manifest
index ea9073fee..d607392fb 100644
--- a/media-gfx/superslicer/Manifest
+++ b/media-gfx/superslicer/Manifest
@@ -1,6 +1,4 @@
 DIST superslicer-2.2.53.4.tar.gz 33791161 BLAKE2B 
c8454ac66a5d75f5bbcd1c29f600897c697f03ad581c97539033758942eac1d4ba0d2acbac43e75307a06e565d25a39b192e6cde522cce6b728afc04c42f82bb
 SHA512 
f883cca3eb2575186c5077e2c1f9ca37e497ff6ed9aeae45a58c1db4de1c52db36fc0f14e7fdcd95aaf375b340932674014614cdab8c6995c56b9988fe5baa06
-DIST superslicer-2.3.57.10-profiles.zip 12193950 BLAKE2B 
c61be0190345bf886cbe60495f95266ec0b07824c803eaca7a29853a3465ab3d631d794899aebb9ef5f7660cb9341c70e9c38d6f8247a58655ed720deebbc584
 SHA512 
6beab170ae7e50e9880288673fd482f2903d5e9b87a0ddd6549098fa35f9b87e4891f015d0a26aedfac9736c3f55dcd1794d8abb3f9cc072bcdbb7e87f42a9fa
-DIST superslicer-2.3.57.10.tar.gz 32466957 BLAKE2B 
7c5fff6ba8139a9bf66d931e6e48e6a9201e7911e90ce2e822ded7ae713f0b8fdf86b9cd317ded4802146c24758148ec989c213b5992c323a2fd442e17a4e228
 SHA512 
4d20078e11f5f3220409bee54ca0a3f2a6fff04febfc09b5f1bc445ceaabc3a359f8f7f478127aa1504e8ba8a121a682c991adf2c45cb2ff1598ed2e3445
 DIST superslicer-2.3.57.11-profiles.zip 14382021 BLAKE2B 
f1908f3bdaebd742dcfa9d2a84dd94502b76261bccd5f924254d3ba10efa32f19923b3861f09c9e346092b77aeb7057830b0428462660967379d74b566744fd0
 SHA512 
af7c3843bfc1e7962b386ab1c6a20007e692abdb4d70e3129edf00739a082fe92193ab72e7746575b52aff4fd684c9c17b7f7698d7831aad8017310293895371
 DIST superslicer-2.3.57.11.tar.gz 32469197 BLAKE2B 
8406717396acfa0c2cfe381587693d3961bdb4933f0d0821ed814e89f7597b4d90a56e877e3dd7e45fe4b14ee13f143e1cff241d59ce1798c39631dd7ffa706f
 SHA512 
978eb5004d788e93ea58b788fbf8fe7a7c1c515b0a138e20662c3c1973b5c72373cd14c76d25ee180095c030416b5b4429b61bb73432910fe9288897a5d7cb4d
 DIST superslicer-2.3.57.12-profiles.zip 14382021 BLAKE2B 
f1908f3bdaebd742dcfa9d2a84dd94502b76261bccd5f924254d3ba10efa32f19923b3861f09c9e346092b77aeb7057830b0428462660967379d74b566744fd0
 SHA512 
af7c3843bfc1e7962b386ab1c6a20007e692abdb4d70e3129edf00739a082fe92193ab72e7746575b52aff4fd684c9c17b7f7698d7831aad8017310293895371

diff --git a/media-gfx/superslicer/files/missing-imports-2.3.57.10.patch 
b/media-gfx/superslicer/files/missing-imports-2.3.57.10.patch
deleted file mode 100644
index 009a4892a..0
--- a/media-gfx/superslicer/files/missing-imports-2.3.57.10.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/slic3r/Utils/PresetUpdater.cpp
-+++ b/src/slic3r/Utils/PresetUpdater.cpp
-@@ -6,6 +6,7 @@
- #include 
- #include 
- #include 
-+#include 
-
- #include 
- #include 

diff --git a/media-gfx/superslicer/files/version-suffix-2.3.57.10.patch 
b/media-gfx/superslicer/files/version-suffix-2.3.57.10.patch
deleted file mode 100644
index ddbda92ac..0
--- a/media-gfx/superslicer/files/version-suffix-2.3.57.10.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 a/version.inc
-+++ b/version.inc
-@@ -4,9 +4,9 @@
- # name of the slicer
- set(SLIC3R_APP_NAME "SuperSlicer")
- # Key fo the slicer, must only contains ascii chars and no spaces (be valid 
in all filesystems)
--set(SLIC3R_APP_KEY "SuperSlicer")
-+set(SLIC3R_APP_KEY "SuperSlicer2.3")
- # exe name of the slicer, should be lowercase and valid in all os
--set(SLIC3R_APP_CMD "superslicer")
-+set(SLIC3R_APP_CMD "superslicer-2.3")
- # versions
- set(SLIC3R_VERSION "2.3.57")
- set(SLIC3R_VERSION_FULL "2.3.57.10")
 a/src/platform/unix/Slic3r.desktop.in
-+++ b/src/platform/unix/Slic3r.desktop.in
-@@ -1,5 +1,5 @@
- [Desktop Entry]
--Name=@SLIC3R_APP_NAME@
-+Name=@SLIC3R_APP_KEY@
- GenericName=3D Printing Software
- Comment=G-code generator for 3D printers
- Icon=@SLIC3R_APP_KEY@
-@@ -10,4 +10,4 @@ 
MimeType=model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;
- Categories=Graphics;3DGraphics;Engineering;
- Keywords=3D;Printing;Slicer;slice;3D;printer;convert;gcode;stl;obj;amf;SLA
- StartupNotify=false
--StartupWMClass=@SLIC3R_APP_KEY@
-+StartupWMClass=@SLIC3R_APP_NAME@
 a/src/platform/unix/Gcodeviewer.desktop.in
-+++ b/src/platform/unix/Gcodeviewer.desktop.in
-@@ -1,5 +1,5 @@
- [Desktop Entry]
--Name=@GCODEVIEWER_APP_NAME@
-+Name=@GCODEVIEWER_APP_KEY@
- Comment=G-code viewer of Slic3r
- Exec=@SLIC3R_APP_CMD@ --gcodeviewer %F
- Icon=@GCODEVIEWER_APP_KEY@

diff --git 

[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/superslicer/files/, media-gfx/superslicer/

2022-05-29 Thread Yahor Berdnikau
commit: 995dcbc45381e55d23c07008f9c8faadf19f2ecc
Author: Yahor Berdnikau  gmail  com>
AuthorDate: Sun May 29 20:34:43 2022 +
Commit: Yahor Berdnikau  gmail  com>
CommitDate: Sun May 29 20:34:43 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=995dcbc4

media-gfx/superslicer: drop 2.3.57.7-r1

Signed-off-by: Yahor Berdnikau  gmail.com>

 media-gfx/superslicer/Manifest |   2 -
 .../files/missing-imports-2.3.57.7.patch   | 188 -
 .../files/version-suffix-2.3.57.7.patch|  38 -
 .../superslicer/superslicer-2.3.57.7-r1.ebuild | 109 
 4 files changed, 337 deletions(-)

diff --git a/media-gfx/superslicer/Manifest b/media-gfx/superslicer/Manifest
index d09c41d47..974642d1f 100644
--- a/media-gfx/superslicer/Manifest
+++ b/media-gfx/superslicer/Manifest
@@ -5,7 +5,5 @@ DIST superslicer-2.3.57.11-profiles.zip 14382021 BLAKE2B 
f1908f3bdaebd742dcfa9d2
 DIST superslicer-2.3.57.11.tar.gz 32469197 BLAKE2B 
8406717396acfa0c2cfe381587693d3961bdb4933f0d0821ed814e89f7597b4d90a56e877e3dd7e45fe4b14ee13f143e1cff241d59ce1798c39631dd7ffa706f
 SHA512 
978eb5004d788e93ea58b788fbf8fe7a7c1c515b0a138e20662c3c1973b5c72373cd14c76d25ee180095c030416b5b4429b61bb73432910fe9288897a5d7cb4d
 DIST superslicer-2.3.57.12-profiles.zip 14382021 BLAKE2B 
f1908f3bdaebd742dcfa9d2a84dd94502b76261bccd5f924254d3ba10efa32f19923b3861f09c9e346092b77aeb7057830b0428462660967379d74b566744fd0
 SHA512 
af7c3843bfc1e7962b386ab1c6a20007e692abdb4d70e3129edf00739a082fe92193ab72e7746575b52aff4fd684c9c17b7f7698d7831aad8017310293895371
 DIST superslicer-2.3.57.12.tar.gz 32472874 BLAKE2B 
600ed29724476f2812c7bbea9bc26d1b54f2291d8994b883ad9da64899ad181ca19e3975865f190b1a3125341456fb38f982f5c20a5d4a0c36459de498a6588b
 SHA512 
3830d275ef9dc5a4b1c62451e532012995647ba276a65007ae2160a89f2c044e18bad851dcf225f768a7023d00e92f398013ffdf1e1fd75e137f37e93edc8f59
-DIST superslicer-2.3.57.7-profiles.zip 12193950 BLAKE2B 
c61be0190345bf886cbe60495f95266ec0b07824c803eaca7a29853a3465ab3d631d794899aebb9ef5f7660cb9341c70e9c38d6f8247a58655ed720deebbc584
 SHA512 
6beab170ae7e50e9880288673fd482f2903d5e9b87a0ddd6549098fa35f9b87e4891f015d0a26aedfac9736c3f55dcd1794d8abb3f9cc072bcdbb7e87f42a9fa
-DIST superslicer-2.3.57.7.tar.gz 32400355 BLAKE2B 
bcacf218ad18146327a9f7005d2c2217cf859d2793e8f74bfd453e2b8b12bf83d224f0325f6908b806735fb94c476b87c5dfe35c16026006bf5bd38de26e5f36
 SHA512 
d9a92366ed426dab77a5d49cddd7c7f37f2a0e026574bcbff342e579c555aefb19aaea8de7b5180bb87ab2749ba0cef96e870d808914fdbc58f3ddf04e1a4a65
 DIST superslicer-2.3.57.9-profiles.zip 12193950 BLAKE2B 
c61be0190345bf886cbe60495f95266ec0b07824c803eaca7a29853a3465ab3d631d794899aebb9ef5f7660cb9341c70e9c38d6f8247a58655ed720deebbc584
 SHA512 
6beab170ae7e50e9880288673fd482f2903d5e9b87a0ddd6549098fa35f9b87e4891f015d0a26aedfac9736c3f55dcd1794d8abb3f9cc072bcdbb7e87f42a9fa
 DIST superslicer-2.3.57.9.tar.gz 32406027 BLAKE2B 
66c6c5cfb044165dd8cce3030fc9e6c29df078aaca94dfecef4c5943a21667fc9dd12d88e821952382e7556775119daf221030b2bb25fc1e52071c4f367fe041
 SHA512 
bf421afa55ad7d1c3eafa8dc15efb20ab463e21b78f5e03d188f68d018a7b32cd24c2163974d90eff80e1ebb39a669b3e877a614e1040bc31c7160cca7ffc554

diff --git a/media-gfx/superslicer/files/missing-imports-2.3.57.7.patch 
b/media-gfx/superslicer/files/missing-imports-2.3.57.7.patch
deleted file mode 100644
index a3354237c..0
--- a/media-gfx/superslicer/files/missing-imports-2.3.57.7.patch
+++ /dev/null
@@ -1,188 +0,0 @@
 a/src/libslic3r/GCode.cpp
-+++ b/src/libslic3r/GCode.cpp
-@@ -19,6 +19,7 @@
- #include 
- #include 
- #include 
-+#include 
-
- #include 
- #include 
 a/src/libslic3r/GCodeWriter.cpp
-+++ b/src/libslic3r/GCodeWriter.cpp
-@@ -5,6 +5,7 @@
- #include 
- #include 
- #include 
-+#include 
-
- #define FLAVOR_IS(val) this->config.gcode_flavor.value == val
- #define FLAVOR_IS_NOT(val) this->config.gcode_flavor.value != val
 a/src/libslic3r/GCode/AvoidCrossingPerimeters.cpp
-+++ b/src/libslic3r/GCode/AvoidCrossingPerimeters.cpp
-@@ -11,5 +11,6 @@
-
- #include 
- #include 
-+#include 
-
- namespace Slic3r {
 a/src/libslic3r/MedialAxis.cpp
-+++ b/src/libslic3r/MedialAxis.cpp
-@@ -11,6 +11,7 @@
- #include 
- #include 
- #include 
-+#include 
-
- namespace Slic3r {
- int count_error = 0;
 a/src/libslic3r/Format/CWS.cpp
-+++ b/src/libslic3r/Format/CWS.cpp
-@@ -1,5 +1,7 @@
- #include "libslic3r/Format/CWS.hpp"
- #include "libslic3r/PrintConfig.hpp"
- #include "libslic3r/Time.hpp"
-+#include 
-+#include 
-
- namespace Slic3r {
 a/src/libslic3r/PrintBase.cpp
-+++ b/src/libslic3r/PrintBase.cpp
-@@ -1,5 +1,6 @@
- #include "Exception.hpp"
- #include "PrintBase.hpp"
-
-+#include 
- #include 
- #include 
 a/src/libslic3r/PrintObject.cpp
-+++ b/src/libslic3r/PrintObject.cpp
-@@ -14,6 +14,7 @@
- #include "Fill/FillAdaptive.hpp"
- #include "Format/STL.hpp"
-
-+#include 
- #include 
- #include 
- #include 
 a/src/libslic3r/AppConfig.cpp
-+++ 

[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/superslicer/files/, media-gfx/superslicer/

2022-05-29 Thread Yahor Berdnikau
commit: fa6a68eb2d8a4ac721519067a145b84fa0827e3a
Author: Yahor Berdnikau  gmail  com>
AuthorDate: Sun May 29 20:36:11 2022 +
Commit: Yahor Berdnikau  gmail  com>
CommitDate: Sun May 29 20:36:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa6a68eb

media-gfx/superslicer: drop 2.3.57.9-r1

Signed-off-by: Yahor Berdnikau  gmail.com>

 media-gfx/superslicer/Manifest |   2 -
 .../files/missing-imports-2.3.57.9.patch   |  10 --
 .../files/string-to-char-conversion-2.3.56.9.patch |  10 --
 .../files/version-suffix-2.3.57.9.patch|  38 ---
 .../superslicer/superslicer-2.3.57.9-r1.ebuild | 109 -
 5 files changed, 169 deletions(-)

diff --git a/media-gfx/superslicer/Manifest b/media-gfx/superslicer/Manifest
index 974642d1f..ea9073fee 100644
--- a/media-gfx/superslicer/Manifest
+++ b/media-gfx/superslicer/Manifest
@@ -5,5 +5,3 @@ DIST superslicer-2.3.57.11-profiles.zip 14382021 BLAKE2B 
f1908f3bdaebd742dcfa9d2
 DIST superslicer-2.3.57.11.tar.gz 32469197 BLAKE2B 
8406717396acfa0c2cfe381587693d3961bdb4933f0d0821ed814e89f7597b4d90a56e877e3dd7e45fe4b14ee13f143e1cff241d59ce1798c39631dd7ffa706f
 SHA512 
978eb5004d788e93ea58b788fbf8fe7a7c1c515b0a138e20662c3c1973b5c72373cd14c76d25ee180095c030416b5b4429b61bb73432910fe9288897a5d7cb4d
 DIST superslicer-2.3.57.12-profiles.zip 14382021 BLAKE2B 
f1908f3bdaebd742dcfa9d2a84dd94502b76261bccd5f924254d3ba10efa32f19923b3861f09c9e346092b77aeb7057830b0428462660967379d74b566744fd0
 SHA512 
af7c3843bfc1e7962b386ab1c6a20007e692abdb4d70e3129edf00739a082fe92193ab72e7746575b52aff4fd684c9c17b7f7698d7831aad8017310293895371
 DIST superslicer-2.3.57.12.tar.gz 32472874 BLAKE2B 
600ed29724476f2812c7bbea9bc26d1b54f2291d8994b883ad9da64899ad181ca19e3975865f190b1a3125341456fb38f982f5c20a5d4a0c36459de498a6588b
 SHA512 
3830d275ef9dc5a4b1c62451e532012995647ba276a65007ae2160a89f2c044e18bad851dcf225f768a7023d00e92f398013ffdf1e1fd75e137f37e93edc8f59
-DIST superslicer-2.3.57.9-profiles.zip 12193950 BLAKE2B 
c61be0190345bf886cbe60495f95266ec0b07824c803eaca7a29853a3465ab3d631d794899aebb9ef5f7660cb9341c70e9c38d6f8247a58655ed720deebbc584
 SHA512 
6beab170ae7e50e9880288673fd482f2903d5e9b87a0ddd6549098fa35f9b87e4891f015d0a26aedfac9736c3f55dcd1794d8abb3f9cc072bcdbb7e87f42a9fa
-DIST superslicer-2.3.57.9.tar.gz 32406027 BLAKE2B 
66c6c5cfb044165dd8cce3030fc9e6c29df078aaca94dfecef4c5943a21667fc9dd12d88e821952382e7556775119daf221030b2bb25fc1e52071c4f367fe041
 SHA512 
bf421afa55ad7d1c3eafa8dc15efb20ab463e21b78f5e03d188f68d018a7b32cd24c2163974d90eff80e1ebb39a669b3e877a614e1040bc31c7160cca7ffc554

diff --git a/media-gfx/superslicer/files/missing-imports-2.3.57.9.patch 
b/media-gfx/superslicer/files/missing-imports-2.3.57.9.patch
deleted file mode 100644
index ebc7ac3dc..0
--- a/media-gfx/superslicer/files/missing-imports-2.3.57.9.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/libslic3r/PrintObject.cpp
-+++ b/src/libslic3r/PrintObject.cpp
-@@ -15,6 +15,7 @@
- #include "Format/STL.hpp"
-
- #include 
-+#include 
- #include 
- #include 
- #include 

diff --git 
a/media-gfx/superslicer/files/string-to-char-conversion-2.3.56.9.patch 
b/media-gfx/superslicer/files/string-to-char-conversion-2.3.56.9.patch
deleted file mode 100644
index 6cb596bf0..0
--- a/media-gfx/superslicer/files/string-to-char-conversion-2.3.56.9.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/slic3r/GUI/GUI_App.cpp
-+++ b/src/slic3r/GUI/GUI_App.cpp
-@@ -837,7 +837,7 @@ bool GUI_App::on_init_inner()
- }
- wxString artist;
- if (!file_name.empty() && file_name != (std::string(SLIC3R_APP_NAME) 
+ L(" icon"))) {
--wxString splash_screen_path = 
wxString::FromUTF8((boost::filesystem::path(Slic3r::resources_dir()) / 
"splashscreen" / file_name).string());
-+wxString splash_screen_path = 
wxString::FromUTF8((boost::filesystem::path(Slic3r::resources_dir()) / 
"splashscreen" / file_name).c_str());
- // make a bitmap with dark grey banner on the left side
- bmp = SplashScreen::MakeBitmap(wxBitmap(splash_screen_path, 
wxBITMAP_TYPE_JPEG));

diff --git a/media-gfx/superslicer/files/version-suffix-2.3.57.9.patch 
b/media-gfx/superslicer/files/version-suffix-2.3.57.9.patch
deleted file mode 100644
index bd41db684..0
--- a/media-gfx/superslicer/files/version-suffix-2.3.57.9.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 a/version.inc
-+++ b/version.inc
-@@ -4,9 +4,9 @@
- # name of the slicer
- set(SLIC3R_APP_NAME "SuperSlicer")
- # Key fo the slicer, must only contains ascii chars and no spaces (be valid 
in all filesystems)
--set(SLIC3R_APP_KEY "SuperSlicer")
-+set(SLIC3R_APP_KEY "SuperSlicer2.3")
- # exe name of the slicer, should be lowercase and valid in all os
--set(SLIC3R_APP_CMD "superslicer")
-+set(SLIC3R_APP_CMD "superslicer-2.3")
- # versions
- set(SLIC3R_VERSION "2.3.57")
- set(SLIC3R_VERSION_FULL "2.3.57.9")
 a/src/platform/unix/Gcodeviewer.desktop.in
-+++ 

[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/superslicer/files/, media-gfx/superslicer/

2022-05-29 Thread Yahor Berdnikau
commit: 32db6dd5ffa7ea343307e05b9cb7fd1aaf81825f
Author: Yahor Berdnikau  gmail  com>
AuthorDate: Sun May 29 20:38:27 2022 +
Commit: Yahor Berdnikau  gmail  com>
CommitDate: Sun May 29 20:38:27 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32db6dd5

media-gfx/superslicer: drop 2.3.57.11

Signed-off-by: Yahor Berdnikau  gmail.com>

 media-gfx/superslicer/Manifest |   2 -
 .../files/missing-imports-2.3.57.11.patch  |  10 --
 .../superslicer/files/symlink-fix-2.3.57.11.patch  |   9 --
 .../files/version-suffix-2.3.57.11.patch   |  42 
 media-gfx/superslicer/superslicer-2.3.57.11.ebuild | 108 -
 5 files changed, 171 deletions(-)

diff --git a/media-gfx/superslicer/Manifest b/media-gfx/superslicer/Manifest
index d607392fb..1175a6f62 100644
--- a/media-gfx/superslicer/Manifest
+++ b/media-gfx/superslicer/Manifest
@@ -1,5 +1,3 @@
 DIST superslicer-2.2.53.4.tar.gz 33791161 BLAKE2B 
c8454ac66a5d75f5bbcd1c29f600897c697f03ad581c97539033758942eac1d4ba0d2acbac43e75307a06e565d25a39b192e6cde522cce6b728afc04c42f82bb
 SHA512 
f883cca3eb2575186c5077e2c1f9ca37e497ff6ed9aeae45a58c1db4de1c52db36fc0f14e7fdcd95aaf375b340932674014614cdab8c6995c56b9988fe5baa06
-DIST superslicer-2.3.57.11-profiles.zip 14382021 BLAKE2B 
f1908f3bdaebd742dcfa9d2a84dd94502b76261bccd5f924254d3ba10efa32f19923b3861f09c9e346092b77aeb7057830b0428462660967379d74b566744fd0
 SHA512 
af7c3843bfc1e7962b386ab1c6a20007e692abdb4d70e3129edf00739a082fe92193ab72e7746575b52aff4fd684c9c17b7f7698d7831aad8017310293895371
-DIST superslicer-2.3.57.11.tar.gz 32469197 BLAKE2B 
8406717396acfa0c2cfe381587693d3961bdb4933f0d0821ed814e89f7597b4d90a56e877e3dd7e45fe4b14ee13f143e1cff241d59ce1798c39631dd7ffa706f
 SHA512 
978eb5004d788e93ea58b788fbf8fe7a7c1c515b0a138e20662c3c1973b5c72373cd14c76d25ee180095c030416b5b4429b61bb73432910fe9288897a5d7cb4d
 DIST superslicer-2.3.57.12-profiles.zip 14382021 BLAKE2B 
f1908f3bdaebd742dcfa9d2a84dd94502b76261bccd5f924254d3ba10efa32f19923b3861f09c9e346092b77aeb7057830b0428462660967379d74b566744fd0
 SHA512 
af7c3843bfc1e7962b386ab1c6a20007e692abdb4d70e3129edf00739a082fe92193ab72e7746575b52aff4fd684c9c17b7f7698d7831aad8017310293895371
 DIST superslicer-2.3.57.12.tar.gz 32472874 BLAKE2B 
600ed29724476f2812c7bbea9bc26d1b54f2291d8994b883ad9da64899ad181ca19e3975865f190b1a3125341456fb38f982f5c20a5d4a0c36459de498a6588b
 SHA512 
3830d275ef9dc5a4b1c62451e532012995647ba276a65007ae2160a89f2c044e18bad851dcf225f768a7023d00e92f398013ffdf1e1fd75e137f37e93edc8f59

diff --git a/media-gfx/superslicer/files/missing-imports-2.3.57.11.patch 
b/media-gfx/superslicer/files/missing-imports-2.3.57.11.patch
deleted file mode 100644
index 009a4892a..0
--- a/media-gfx/superslicer/files/missing-imports-2.3.57.11.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/slic3r/Utils/PresetUpdater.cpp
-+++ b/src/slic3r/Utils/PresetUpdater.cpp
-@@ -6,6 +6,7 @@
- #include 
- #include 
- #include 
-+#include 
-
- #include 
- #include 

diff --git a/media-gfx/superslicer/files/symlink-fix-2.3.57.11.patch 
b/media-gfx/superslicer/files/symlink-fix-2.3.57.11.patch
deleted file mode 100644
index 80d9eddfa..0
--- a/media-gfx/superslicer/files/symlink-fix-2.3.57.11.patch
+++ /dev/null
@@ -1,9 +0,0 @@
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -273,5 +273,5 @@ else ()
- install(TARGETS Slic3r RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
-
- # Install the symlink for gcodeviewer
--install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink 
slic3r ${GCODEVIEWER_APP_CMD} WORKING_DIRECTORY 
\$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR})")
-+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink 
${SLIC3R_APP_CMD} ${GCODEVIEWER_APP_CMD} WORKING_DIRECTORY 
\$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR})")
- endif ()

diff --git a/media-gfx/superslicer/files/version-suffix-2.3.57.11.patch 
b/media-gfx/superslicer/files/version-suffix-2.3.57.11.patch
deleted file mode 100644
index 476509e0a..0
--- a/media-gfx/superslicer/files/version-suffix-2.3.57.11.patch
+++ /dev/null
@@ -1,42 +0,0 @@
 a/src/platform/unix/Gcodeviewer.desktop.in
-+++ b/src/platform/unix/Gcodeviewer.desktop.in
-@@ -1,5 +1,5 @@
- [Desktop Entry]
--Name=@GCODEVIEWER_APP_NAME@
-+Name=@GCODEVIEWER_APP_KEY@
- Comment=G-code viewer of Slic3r
- Exec=@SLIC3R_APP_CMD@ --gcodeviewer %F
- Icon=@GCODEVIEWER_APP_KEY@
 a/src/platform/unix/Slic3r.desktop.in
-+++ b/src/platform/unix/Slic3r.desktop.in
-@@ -1,5 +1,5 @@
- [Desktop Entry]
--Name=@SLIC3R_APP_NAME@
-+Name=@SLIC3R_APP_KEY@
- GenericName=3D Printing Software
- Comment=G-code generator for 3D printers
- Icon=@SLIC3R_APP_KEY@
-@@ -10,4 +10,4 @@ 
MimeType=model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;
- Categories=Graphics;3DGraphics;Engineering;
- Keywords=3D;Printing;Slicer;slice;3D;printer;convert;gcode;stl;obj;amf;SLA
- 

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

2022-05-29 Thread Andreas K. Hüttel
commit: ba5c8a8793c993f4a705932869274f989746219d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 29 19:13:41 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May 29 20:17:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5c8a87

net-libs/libmicrohttpd: builds on m68k

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

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
index eea63f5a40c3..51d32b6c3fd6 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="LGPL-2.1+"
 SLOT="0/12"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="+epoll ssl static-libs test +thread-names"
 RESTRICT="!test? ( test )"
 



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

2022-05-29 Thread Andreas K. Hüttel
commit: 88e34e57cb18b26b3bf6a4b330a1f7fae887e5fa
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 29 18:18:48 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May 29 20:17:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e34e57

profiles: mask systemd[tpm] on m68k, no tpm here

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

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

diff --git a/profiles/arch/m68k/package.use.mask 
b/profiles/arch/m68k/package.use.mask
index 4133c6e73598..44c74538d22a 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas K. Hüttel  (2022-05-29)
+# No TMP here
+sys-apps/systemd tpm
+
 # Adel Kara Slimane  (2022-03-14)
 # Untested useflag on other arches, needs keywording
 media-video/ffmpeg vmaf



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

2022-05-29 Thread Andreas K. Hüttel
commit: 94d9508c594219e50cc4a002a48a75ecaacde5c9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 29 18:59:12 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May 29 20:17:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d9508c

dev-libs/libpwquality: builds on m68k

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

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

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



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

2022-05-29 Thread Andreas K. Hüttel
commit: 1e234514ecad00e781ad50a272f110b1da7533e5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 29 19:02:01 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May 29 20:17:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e234514

profiles: also mask systemd[xkb] on m68k

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

 profiles/arch/m68k/package.use.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/m68k/package.use.mask 
b/profiles/arch/m68k/package.use.mask
index 44c74538d22a..9ae9ba8de940 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Andreas K. Hüttel  (2022-05-29)
-# No TMP here
-sys-apps/systemd tpm
+# No TMP here, no xkb here
+sys-apps/systemd tpm xkb
 
 # Adel Kara Slimane  (2022-03-14)
 # Untested useflag on other arches, needs keywording



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

2022-05-29 Thread Andreas K. Hüttel
commit: 62480364125b9e305a706bf02c49c1160c5d7969
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 29 19:04:50 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May 29 20:17:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62480364

sys-apps/gentoo-systemd-integration: builds on m68k

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

 sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild | 2 +-
 .../gentoo-systemd-integration/gentoo-systemd-integration-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild 
b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild
index 4f9913230625..ff0712f83a44 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 DESCRIPTION="systemd integration files for Gentoo"

diff --git 
a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild 
b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild
index 619ddbf5835c..0332820fef8a 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="systemd integration files for Gentoo"



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

2022-05-29 Thread Andreas K. Hüttel
commit: d3362b573e1808c2612f89306f10bf0f8ac57765
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 29 18:47:04 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May 29 20:17:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3362b57

media-gfx/qrencode: builds on m68k

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

 media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild 
b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 4abfd1947f00..58e1e9cec354 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2;
 
 LICENSE="LGPL-2"
 SLOT="0/4"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 IUSE="png test"
 RESTRICT="!test? ( test )"
 



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

2022-05-29 Thread Nicola Smaniotto
commit: d31f4fe9d9d2b9a0bc33e6d957596b20c7a2a54d
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Sun May 29 20:13:58 2022 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Sun May 29 20:17:16 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d31f4fe9

dev-python/pydub: update EAPI 7 -> 8, enable py3.10

Closes: https://bugs.gentoo.org/848261
Signed-off-by: Nicola Smaniotto  gmail.com>

 dev-python/pydub/pydub-0.25.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pydub/pydub-0.25.1.ebuild 
b/dev-python/pydub/pydub-0.25.1.ebuild
index 84210e78f..179ea5542 100644
--- a/dev-python/pydub/pydub-0.25.1.ebuild
+++ b/dev-python/pydub/pydub-0.25.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature
 



[gentoo-commits] repo/proj/guru:dev commit in: net-voip/discover-overlay/

2022-05-29 Thread Nicola Smaniotto
commit: 2374747e156211bc44d354b1e69d72f6d49a6915
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Sun May 29 20:16:29 2022 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Sun May 29 20:17:16 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2374747e

net-voip/discover-overlay: add 0.5.2, drop 0.5.1

Signed-off-by: Nicola Smaniotto  gmail.com>

 net-voip/discover-overlay/Manifest | 2 +-
 ...discover-overlay-0.5.1.ebuild => discover-overlay-0.5.2.ebuild} | 7 ---
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-voip/discover-overlay/Manifest 
b/net-voip/discover-overlay/Manifest
index 36e5e933a..35d25fbae 100644
--- a/net-voip/discover-overlay/Manifest
+++ b/net-voip/discover-overlay/Manifest
@@ -1,3 +1,3 @@
 DIST discover-overlay-0.3.3.tar.gz 33364 BLAKE2B 
a29f64b42e93c88638a299922e17425e992dcb34fd64dc7c2e3bd3554fcb7c9c13b9b9b5937ba8c7b91d721512d2eace961b847f249b410580167321c8a333a9
 SHA512 
1e145b64d1d0ea4d094dc16fc7871d9177604fd72991c06c6067d08bb49c95b8b4e1e84121b61c6393ddd45bb307eb5796c8a83ce708e30ec2a93c9043e971a3
 DIST discover-overlay-0.4.5.tar.gz 76114 BLAKE2B 
c0c735cea547374f6f7338e09954930a105fc883ea9faa1f4e457800636694d47988726884360643eab9de0df2786ef1242fa036df15896301a48f0f2e684312
 SHA512 
6a7121c0923a68bf6b278b6985a82a3bba98b155c8812056cc0532961cb54ee5045c1279a32fdde8708a15f444d2a2ba0afdeea61f79a89cc542b3a1d5b2aed4
-DIST discover-overlay-0.5.1.tar.gz 167528 BLAKE2B 
7c9dce32839aad0ef5e36a2377c1196b5dd9c0d296f4796b3596a625412ee3adaa06aa619c86119e5c3846a69a20086e130070e720f28c9bb140b5c9211b8f2c
 SHA512 
c78103befaaf0711af2369ee224739635bf699ece37730d7ec01c69d57d2941c2a0edbe34a74c39c1b694fa89f14220eb8e19fb6a2e0ff9d257821e30c0d16cf
+DIST discover-overlay-0.5.2.tar.gz 86777 BLAKE2B 
341a5ced0251547f1025353e01b7b14182fd07fb5911b7a48f0a61e531c8e4613d1ae3589403063f7437efd57c2658f8449e45b88c85ab14e1a5be4564e41f7d
 SHA512 
e672fb3d2ef67053297dc4623708d957de0d8ca1e09c9c6ae16d4c2143a899733c4e493d2f12a87db178caca54f0368c65701a44e56b2efe535b23bfcc11106f

diff --git a/net-voip/discover-overlay/discover-overlay-0.5.1.ebuild 
b/net-voip/discover-overlay/discover-overlay-0.5.2.ebuild
similarity index 78%
rename from net-voip/discover-overlay/discover-overlay-0.5.1.ebuild
rename to net-voip/discover-overlay/discover-overlay-0.5.2.ebuild
index 81d3e9403..1a7a39a4e 100644
--- a/net-voip/discover-overlay/discover-overlay-0.5.1.ebuild
+++ b/net-voip/discover-overlay/discover-overlay-0.5.2.ebuild
@@ -23,11 +23,4 @@ RDEPEND="
>=dev-python/python-pidfile-3.0.0[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/python-xlib[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
 "
-
-src_prepare() {
-   default
-   # dbus-python does not behave correctly when installed by a package 
manager
-   sed -i "/dbus-python/d" setup.py || die
-}



  1   2   3   4   >