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

2024-01-07 Thread Sam James
commit: 34cf0a8d2ab1c37cbe725117a8e3edc565b1ef1c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  7 17:23:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  7 17:23:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cf0a8d

dev-util/umockdev: drop -Werror=unused-variable (for Vala)

Exposed by a change in Meson to stop inhibiting Vala warnings, e.g.
```
umockdev-record.p/src/umockdev-pcap.c: At top level:
umockdev-record.p/src/umockdev-pcap.c:101:20: error: 
‘umockdev_ioctl_usb_pcap_handler_properties’ defined but not used 
[-Werror=unused-variable]
  101 | static GParamSpec* 
umockdev_ioctl_usb_pcap_handler_properties[UMOCKDEV_IOCTL_USB_PCAP_HANDLER_NUM_PROPERTIES];
  |^~
```

See 
https://github.com/mesonbuild/meson/commit/5f659af870011e74299d1455a65c2cd5f5ace51f.

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

 ...ckdev-0.17.18-vala-unused-variable-werror.patch | 22 ++
 dev-util/umockdev/umockdev-0.17.18.ebuild  |  6 +-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git 
a/dev-util/umockdev/files/umockdev-0.17.18-vala-unused-variable-werror.patch 
b/dev-util/umockdev/files/umockdev-0.17.18-vala-unused-variable-werror.patch
new file mode 100644
index ..69023f08e5e2
--- /dev/null
+++ b/dev-util/umockdev/files/umockdev-0.17.18-vala-unused-variable-werror.patch
@@ -0,0 +1,22 @@
+https://bugs.gentoo.org/919380
+
+Exposed by a change in Meson to stop inhibiting Vala warnings, e.g.
+```
+umockdev-record.p/src/umockdev-pcap.c: At top level:
+umockdev-record.p/src/umockdev-pcap.c:101:20: error: 
‘umockdev_ioctl_usb_pcap_handler_properties’ defined but not used 
[-Werror=unused-variable]
+  101 | static GParamSpec* 
umockdev_ioctl_usb_pcap_handler_properties[UMOCKDEV_IOCTL_USB_PCAP_HANDLER_NUM_PROPERTIES];
+  |^~
+```
+
+See 
https://github.com/mesonbuild/meson/commit/5f659af870011e74299d1455a65c2cd5f5ace51f.
+--- a/meson.build
 b/meson.build
+@@ -21,7 +21,7 @@ add_project_arguments(
+   '-Werror=format-security',
+   '-Werror=format=2',
+   #'-Werror=missing-include-dirs',
+-  '-Werror=unused-variable',
++  #'-Werror=unused-variable',
+   '-Werror=return-type',
+   '-Werror=uninitialized',
+   # experimental: first check this on all Debian architectures

diff --git a/dev-util/umockdev/umockdev-0.17.18.ebuild 
b/dev-util/umockdev/umockdev-0.17.18.ebuild
index d195c94f4c13..b627c3aa9f25 100644
--- a/dev-util/umockdev/umockdev-0.17.18.ebuild
+++ b/dev-util/umockdev/umockdev-0.17.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -40,6 +40,10 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.17.18-vala-unused-variable-werror.patch
+)
+
 pkg_setup() {
use test && python-any-r1_pkg_setup
 }



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

2024-01-07 Thread Julien Roy
commit: 21d893d1246aaa722712cb76f09ec1a0de39d896
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Jan  7 17:23:59 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun Jan  7 17:23:59 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21d893d1

README.md: add link to GURU bugs

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

 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2125f942aa..339cbbc96d 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
 
 **The official repository for new Gentoo packages, maintained collaboratively 
by Gentoo users.**
 
-This README contains some additional useful information for GURU contributors, 
such as common mistakes, frequently asked questions and other tips and tricks. 
+This README contains some additional useful information for GURU contributors, 
such as common mistakes, frequently asked questions and other tips and tricks.
 
 The [GURU 
regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations), and 
the Gentoo [developer manual](https://devmanual.gentoo.org/) take precedence 
over any information here.
 
@@ -43,6 +43,7 @@ The [GURU 
regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations
 - https://devmanual.gentoo.org/function-reference/install-functions
 - https://dev.gentoo.org/~mgorny/python-guide/eclass.html
 - [GURU outdated 
packages](https://repology.org/projects/?inrepo=gentoo_ovl_guru&outdated=on)
+- [GURU 
Bugs](https://bugs.gentoo.org/buglist.cgi?f1=product&f2=component&list_id=7042152&o1=equals&query_format=advanced&resolution=---&v1=GURU&v2=Package%20issues)
 
 ## Email Addresses 
 



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

2024-01-07 Thread Andrew Ammerlaan
commit: 8aa237e185cd8ee5507fed05ffe20206a33becc1
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jan  3 10:08:17 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan  7 17:28:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa237e1

sys-kernel/installkernel-gentoo: stabilize 10 for ALLARCHES

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sys-kernel/installkernel-gentoo/installkernel-gentoo-10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/installkernel-gentoo/installkernel-gentoo-10.ebuild 
b/sys-kernel/installkernel-gentoo/installkernel-gentoo-10.ebuild
index 798ac29e8a31..b3fc7f5fa826 100644
--- a/sys-kernel/installkernel-gentoo/installkernel-gentoo-10.ebuild
+++ b/sys-kernel/installkernel-gentoo/installkernel-gentoo-10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/projg2/installkernel-gentoo/archive/v${PV}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x86-linux"
 IUSE="+dracut grub uki ukify"
 
 RDEPEND="



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

2024-01-07 Thread Andrew Ammerlaan
commit: 9a940c3f3c5411d170cd0f575ab87790326cf7c6
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jan  3 10:31:15 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan  7 17:28:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a940c3f

kernel-build.eclass: allow overriding UKI cmdline

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 eclass/kernel-build.eclass | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass
index f3a59559d104..391a99ceffce 100644
--- a/eclass/kernel-build.eclass
+++ b/eclass/kernel-build.eclass
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: kernel-build.eclass
@@ -96,6 +96,14 @@ IUSE="+strip"
 # key in PEM format to use. Must be specified if MODULES_SIGN_KEY
 # is set to a path of a file that only contains the private key.
 
+# @ECLASS_VARIABLE: KERNEL_GENERIC_UKI_CMDLINE
+# @USER_VARIABLE
+# @DESCRIPTION:
+# If KERNEL_IUSE_GENERIC_UKI is set, this variable allows setting the
+# built-in kernel command line for the UKI. If unset, the default is
+# root=/dev/gpt-auto-root ro
+: "${KERNEL_GENERIC_UKI_CMDLINE:="root=/dev/gpt-auto-root ro"}"
+
 if [[ ${KERNEL_IUSE_MODULES_SIGN} ]]; then
IUSE+=" modules-sign"
REQUIRED_USE="secureboot? ( modules-sign )"
@@ -432,7 +440,7 @@ kernel-build_src_install() {
local ukify_args=(
--linux="${image}"
--initrd="${image%/*}/initrd"
-   --cmdline="root=/dev/gpt-auto-root ro"
+   --cmdline="${KERNEL_GENERIC_UKI_CMDLINE}"
--uname="${dir_ver}"
--output="${image%/*}/uki.efi"
)



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

2024-01-07 Thread Andrew Ammerlaan
commit: a42e98431e7538eadaee1df2b90f0e3174b22341
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Nov 15 18:59:06 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan  7 17:28:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42e9843

eclass/(dist-)kernel-*.eclass: drop installkernel-gentoo-7

because we drop the generation of the initrd/uki here
we can remove KERNEL_IUSE_SECUREBOOT since this is now
exactly the same as KERNEL_IUSE_MODULES_SIGN

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 eclass/dist-kernel-utils.eclass | 78 -
 eclass/kernel-build.eclass  | 13 +++
 eclass/kernel-install.eclass| 39 +++--
 3 files changed, 17 insertions(+), 113 deletions(-)

diff --git a/eclass/dist-kernel-utils.eclass b/eclass/dist-kernel-utils.eclass
index 8ccffd038474..13137f8c863c 100644
--- a/eclass/dist-kernel-utils.eclass
+++ b/eclass/dist-kernel-utils.eclass
@@ -12,13 +12,6 @@
 # This eclass provides various utility functions related to Distribution
 # Kernels.
 
-# @ECLASS_VARIABLE: KERNEL_IUSE_SECUREBOOT
-# @PRE_INHERIT
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# If set to a non-null value, inherits secureboot.eclass
-# and allows signing of generated kernel images.
-
 # @ECLASS_VARIABLE: KERNEL_EFI_ZBOOT
 # @DEFAULT_UNSET
 # @DESCRIPTION:
@@ -35,43 +28,6 @@ esac
 
 inherit toolchain-funcs
 
-if [[ ${KERNEL_IUSE_SECUREBOOT} ]]; then
-   inherit secureboot
-fi
-
-# @FUNCTION: dist-kernel_build_initramfs
-# @USAGE:  
-# @DESCRIPTION:
-# Build an initramfs for the kernel.   specifies the absolute
-# path where initramfs will be created, while  specifies
-# the kernel version, used to find modules.
-#
-# Note: while this function uses dracut at the moment, other initramfs
-# variants may be supported in the future.
-dist-kernel_build_initramfs() {
-   debug-print-function ${FUNCNAME} "${@}"
-
-   [[ ${#} -eq 2 ]] || die "${FUNCNAME}: invalid arguments"
-   local output=${1}
-   local version=${2}
-
-   local rel_image_path=$(dist-kernel_get_image_path)
-   local image=${output%/*}/${rel_image_path##*/}
-
-   local args=(
-   --force
-   # if uefi=yes is used, dracut needs to locate the kernel image
-   --kernel-image "${image}"
-
-   # positional arguments
-   "${output}" "${version}"
-   )
-
-   ebegin "Building initramfs via dracut"
-   dracut "${args[@]}"
-   eend ${?} || die -n "Building initramfs failed"
-}
-
 # @FUNCTION: dist-kernel_get_image_path
 # @DESCRIPTION:
 # Get relative kernel image path specific to the current ${ARCH}.
@@ -123,26 +79,6 @@ dist-kernel_install_kernel() {
local image=${2}
local map=${3}
 
-   if has_version "<=sys-kernel/installkernel-gentoo-7"; then
-   # if dracut is used in uefi=yes mode, initrd will actually
-   # be a combined kernel+initramfs UEFI executable.  we can easily
-   # recognize it by PE magic (vs cpio for a regular initramfs)
-   local initrd=${image%/*}/initrd
-   local magic
-   [[ -s ${initrd} ]] && read -n 2 magic < "${initrd}"
-   if [[ ${magic} == MZ ]]; then
-   einfo "Combined UEFI kernel+initramfs executable found"
-   # install the combined executable in place of kernel
-   image=${initrd%/*}/uki.efi
-   mv "${initrd}" "${image}" || die
-
-   if [[ ${KERNEL_IUSE_SECUREBOOT} ]]; then
-   # Ensure the uki is signed if dracut hasn't 
already done so.
-   secureboot_sign_efi_file "${image}"
-   fi
-   fi
-   fi
-
ebegin "Installing the kernel via installkernel"
# note: .config is taken relatively to System.map;
# initrd relatively to bzImage
@@ -159,10 +95,6 @@ dist-kernel_install_kernel() {
 # The function will determine whether  is actually
 # a dist-kernel, and whether initramfs was used.
 #
-# With sys-kernel/installkernel-systemd, or version 8 or greater of
-# sys-kernel/installkernel-gentoo, the generation of the initrd via dracut
-# is handled by kernel-install instead.
-#
 # This function is to be used in pkg_postinst() of ebuilds installing
 # kernel modules that are included in the initramfs.
 dist-kernel_reinstall_initramfs() {
@@ -180,16 +112,6 @@ dist-kernel_reinstall_initramfs() {
return
fi
 
-   if has_version "<=sys-kernel/installkernel-gentoo-7"; then
-   local initramfs_path=${image_path%/*}/initrd
-   if [[ ! -f ${initramfs_path} && ! -f 
${initramfs_path%/*}/uki.efi ]]; then
-   einfo "No initramfs or uki found at ${image_path}"
-   return
-   fi
-
-   dist-kernel_build_initramfs "${

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

2024-01-07 Thread Andrew Ammerlaan
commit: 3b3536fbf055a1b8833a0fab56eabad382a1d8d9
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jan  3 10:08:29 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan  7 17:28:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3536fb

sys-kernel/installkernel-gentoo: drop 7

Signed-off-by: Andrew Ammerlaan  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/33727
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sys-kernel/installkernel-gentoo/Manifest   |  1 -
 .../installkernel-gentoo-7.ebuild  | 39 --
 2 files changed, 40 deletions(-)

diff --git a/sys-kernel/installkernel-gentoo/Manifest 
b/sys-kernel/installkernel-gentoo/Manifest
index af6a85c2cd65..306d1e35a9c7 100644
--- a/sys-kernel/installkernel-gentoo/Manifest
+++ b/sys-kernel/installkernel-gentoo/Manifest
@@ -1,2 +1 @@
 DIST installkernel-gentoo-10.tar.gz 4379 BLAKE2B 
482309090305cf02fe38fb462b7f85a1cbe51b303b1828313210bd37f4f062380bf797bd786274eba53c36eb22e2b5204b1717ec0a50534eca0bc210957b25d0
 SHA512 
ca4bf98ddca82fdd17b933cbbd1c5604b70450e9c4eb2df288b1bdf31209b1cd6f1f83f6bfadee619a09e5ef01a14472321323cbe8a7b696656cbabfad82bc3a
-DIST installkernel-gentoo-7.tar.gz 2962 BLAKE2B 
675a1e33470ef10a38cf880591cc78ce3bf92dad20feaea740cee7cdad657b9a9b30f53ff8078b610ed09e7ec306dc3b565856c92755e3aad2a5ef387df0522b
 SHA512 
9944b20884a0fb252dced70d33963f24af221ffa41b99f14f5f3569c155c48a0e0762fc70ca103723cac35740f94fb2120712c7ba41a442e9f971251365a194e

diff --git a/sys-kernel/installkernel-gentoo/installkernel-gentoo-7.ebuild 
b/sys-kernel/installkernel-gentoo/installkernel-gentoo-7.ebuild
deleted file mode 100644
index a62868a3c86b..
--- a/sys-kernel/installkernel-gentoo/installkernel-gentoo-7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Gentoo fork of installkernel script from debianutils"
-HOMEPAGE="https://github.com/projg2/installkernel-gentoo";
-SRC_URI="https://github.com/projg2/installkernel-gentoo/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x86-linux"
-IUSE="grub"
-
-RDEPEND="
-   >=sys-apps/debianutils-4.9-r1
-   !

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

2024-01-07 Thread Andreas Sturmlechner
commit: a8ebe19e8eded266456584c6bbd2f9fc72ff84c8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 17:26:56 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 17:26:56 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8ebe19e

kde-apps/mimetreeparser: new package, add 24.02.49., 

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

 kde-apps/mimetreeparser/metadata.xml   | 11 
 .../mimetreeparser-24.02.49..ebuild| 32 ++
 kde-apps/mimetreeparser/mimetreeparser-.ebuild | 32 ++
 3 files changed, 75 insertions(+)

diff --git a/kde-apps/mimetreeparser/metadata.xml 
b/kde-apps/mimetreeparser/metadata.xml
new file mode 100644
index 00..d925f24397
--- /dev/null
+++ b/kde-apps/mimetreeparser/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+   
+   https://bugs.kde.org/
+   
+

diff --git a/kde-apps/mimetreeparser/mimetreeparser-24.02.49..ebuild 
b/kde-apps/mimetreeparser/mimetreeparser-24.02.49..ebuild
new file mode 100644
index 00..cdfe1e7b18
--- /dev/null
+++ b/kde-apps/mimetreeparser/mimetreeparser-24.02.49..ebuild
@@ -0,0 +1,32 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KDE_ORG_CATEGORY="pim"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.246.0
+QTMIN=6.6.0
+inherit ecm gear.kde.org
+
+DESCRIPTION="Libraries for messaging functions"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="6"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-apps/kmbox-${PVCUT}:6
+   >=kde-apps/kmime-${PVCUT}:6
+   >=kde-apps/libkleo-${PVCUT}:6
+   >=kde-frameworks/kcalendarcore-${KFMIN}:6
+   >=kde-frameworks/kcodecs-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"

diff --git a/kde-apps/mimetreeparser/mimetreeparser-.ebuild 
b/kde-apps/mimetreeparser/mimetreeparser-.ebuild
new file mode 100644
index 00..cdfe1e7b18
--- /dev/null
+++ b/kde-apps/mimetreeparser/mimetreeparser-.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KDE_ORG_CATEGORY="pim"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.246.0
+QTMIN=6.6.0
+inherit ecm gear.kde.org
+
+DESCRIPTION="Libraries for messaging functions"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="6"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-apps/kmbox-${PVCUT}:6
+   >=kde-apps/kmime-${PVCUT}:6
+   >=kde-apps/libkleo-${PVCUT}:6
+   >=kde-frameworks/kcalendarcore-${KFMIN}:6
+   >=kde-frameworks/kcodecs-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"



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

2024-01-07 Thread Andreas Sturmlechner
commit: caccc3000f2817ef539c28c0881b588eb90a20dd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 17:29:10 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 17:29:10 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=caccc300

kde-apps/kdepim-meta: Depend on kde-apps/mimetreeparser

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

 kde-apps/kdepim-meta/kdepim-meta-24.02.49..ebuild | 1 +
 kde-apps/kdepim-meta/kdepim-meta-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/kdepim-meta/kdepim-meta-24.02.49..ebuild 
b/kde-apps/kdepim-meta/kdepim-meta-24.02.49..ebuild
index 280f2c2bb1..d8bbde7230 100644
--- a/kde-apps/kdepim-meta/kdepim-meta-24.02.49..ebuild
+++ b/kde-apps/kdepim-meta/kdepim-meta-24.02.49..ebuild
@@ -61,6 +61,7 @@ RDEPEND="
>=kde-apps/mailimporter-${PV}:*
>=kde-apps/mbox-importer-${PV}:*
>=kde-apps/messagelib-${PV}:*
+   >=kde-apps/mimetreeparser-${PV}:*
>=kde-apps/pim-data-exporter-${PV}:*
>=kde-apps/pim-sieve-editor-${PV}:*
>=kde-apps/pimcommon-${PV}:*

diff --git a/kde-apps/kdepim-meta/kdepim-meta-.ebuild 
b/kde-apps/kdepim-meta/kdepim-meta-.ebuild
index 280f2c2bb1..d8bbde7230 100644
--- a/kde-apps/kdepim-meta/kdepim-meta-.ebuild
+++ b/kde-apps/kdepim-meta/kdepim-meta-.ebuild
@@ -61,6 +61,7 @@ RDEPEND="
>=kde-apps/mailimporter-${PV}:*
>=kde-apps/mbox-importer-${PV}:*
>=kde-apps/messagelib-${PV}:*
+   >=kde-apps/mimetreeparser-${PV}:*
>=kde-apps/pim-data-exporter-${PV}:*
>=kde-apps/pim-sieve-editor-${PV}:*
>=kde-apps/pimcommon-${PV}:*



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

2024-01-07 Thread Andreas Sturmlechner
commit: c4f7e8929d1656f041a39160a2dea7f5869aa5b9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 17:30:18 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 17:30:18 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4f7e892

sets: Add kde-apps/mimetreeparser to KDE PIM

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

 sets/kdepim-24.02 | 1 +
 sets/kdepim-live  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sets/kdepim-24.02 b/sets/kdepim-24.02
index 6bc1262368..9b4e00fefd 100644
--- a/sets/kdepim-24.02
+++ b/sets/kdepim-24.02
@@ -51,6 +51,7 @@
 

[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, ...

2024-01-07 Thread Andreas Sturmlechner
commit: e92e9156925f3fea131c79c18bd0b84eecd70183
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 17:31:01 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 17:31:01 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e92e9156

Documentation: Add kde-apps/mimetreeparser to KDE PIM

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

 .../package.accept_keywords/.kde-gear-24.02.49./kdepim-24.02 | 1 +
 Documentation/package.accept_keywords/.kde-gear-live/kdepim-live | 1 +
 Documentation/package.accept_keywords/kde-gear-24.02.49..keywords| 1 +
 Documentation/package.accept_keywords/kde-gear-24.02.keywords| 1 +
 Documentation/package.accept_keywords/kde-gear-live.keywords | 1 +
 Documentation/package.mask/kde-gear-24.02| 1 +
 Documentation/package.mask/kde-gear-live | 1 +
 Documentation/package.unmask/kde-gear-24.02  | 1 +
 Documentation/package.unmask/kde-gear-live   | 1 +
 9 files changed, 9 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-gear-24.02.49./kdepim-24.02 
b/Documentation/package.accept_keywords/.kde-gear-24.02.49./kdepim-24.02
index d3e3662e8b..bf1ee654d6 100644
--- a/Documentation/package.accept_keywords/.kde-gear-24.02.49./kdepim-24.02
+++ b/Documentation/package.accept_keywords/.kde-gear-24.02.49./kdepim-24.02
@@ -51,6 +51,7 @@
 ~kde-apps/mailimporter-24.02.49. **
 ~kde-apps/mbox-importer-24.02.49. **
 ~kde-apps/messagelib-24.02.49. **
+~kde-apps/mimetreeparser- **
 ~kde-apps/pim-data-exporter-24.02.49. **
 ~kde-apps/pim-sieve-editor-24.02.49. **
 ~kde-apps/pimcommon-24.02.49. **

diff --git a/Documentation/package.accept_keywords/.kde-gear-live/kdepim-live 
b/Documentation/package.accept_keywords/.kde-gear-live/kdepim-live
index 2d3e4955e8..3bf6353f09 100644
--- a/Documentation/package.accept_keywords/.kde-gear-live/kdepim-live
+++ b/Documentation/package.accept_keywords/.kde-gear-live/kdepim-live
@@ -51,6 +51,7 @@
 ~kde-apps/mailimporter- **
 ~kde-apps/mbox-importer- **
 ~kde-apps/messagelib- **
+~kde-apps/mimetreeparser- **
 ~kde-apps/pim-data-exporter- **
 ~kde-apps/pim-sieve-editor- **
 ~kde-apps/pimcommon- **

diff --git 
a/Documentation/package.accept_keywords/kde-gear-24.02.49..keywords 
b/Documentation/package.accept_keywords/kde-gear-24.02.49..keywords
index 4a0d0c2f47..7536023ee9 100644
--- a/Documentation/package.accept_keywords/kde-gear-24.02.49..keywords
+++ b/Documentation/package.accept_keywords/kde-gear-24.02.49..keywords
@@ -198,6 +198,7 @@
 ~kde-apps/mailimporter-24.02.49. **
 ~kde-apps/mbox-importer-24.02.49. **
 ~kde-apps/messagelib-24.02.49. **
+~kde-apps/mimetreeparser- **
 ~kde-apps/pim-data-exporter-24.02.49. **
 ~kde-apps/pim-sieve-editor-24.02.49. **
 ~kde-apps/pimcommon-24.02.49. **

diff --git a/Documentation/package.accept_keywords/kde-gear-24.02.keywords 
b/Documentation/package.accept_keywords/kde-gear-24.02.keywords
index 3cff3f35c7..20ea2a2a6b 100644
--- a/Documentation/package.accept_keywords/kde-gear-24.02.keywords
+++ b/Documentation/package.accept_keywords/kde-gear-24.02.keywords
@@ -198,6 +198,7 @@
 

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

2024-01-07 Thread Andreas Sturmlechner
commit: 46aa0a0a44979635373c5457e9cca16446e62bb0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 17:28:20 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 17:28:20 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=46aa0a0a

kde-apps/kleopatra: Add new dependency

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

 kde-apps/kleopatra/kleopatra-24.02.49..ebuild | 1 +
 kde-apps/kleopatra/kleopatra-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/kleopatra/kleopatra-24.02.49..ebuild 
b/kde-apps/kleopatra/kleopatra-24.02.49..ebuild
index f76555e2a2..511c0b01e4 100644
--- a/kde-apps/kleopatra/kleopatra-24.02.49..ebuild
+++ b/kde-apps/kleopatra/kleopatra-24.02.49..ebuild
@@ -28,6 +28,7 @@ DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkleo-${PVCUT}:6
+   >=kde-apps/mimetreeparser-${PVCUT}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6

diff --git a/kde-apps/kleopatra/kleopatra-.ebuild 
b/kde-apps/kleopatra/kleopatra-.ebuild
index f76555e2a2..511c0b01e4 100644
--- a/kde-apps/kleopatra/kleopatra-.ebuild
+++ b/kde-apps/kleopatra/kleopatra-.ebuild
@@ -28,6 +28,7 @@ DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkleo-${PVCUT}:6
+   >=kde-apps/mimetreeparser-${PVCUT}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6



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

2024-01-07 Thread Andreas Sturmlechner
commit: 0ee61e449f4a4ffc8fecc9335f502f14c628cd4e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 17:32:16 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 17:32:16 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0ee61e44

sets: Fix kdepim-24.02

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

 sets/kdepim-24.02 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sets/kdepim-24.02 b/sets/kdepim-24.02
index 9b4e00fefd..897839a8b4 100644
--- a/sets/kdepim-24.02
+++ b/sets/kdepim-24.02
@@ -51,7 +51,7 @@
 

[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, Documentation/package.unmask/, ...

2024-01-07 Thread Andreas Sturmlechner
commit: 5aa42c5b085f0d67179df445142aa71e9c74c41f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 17:32:48 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 17:32:48 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5aa42c5b

Documentation: Fix KDE Gear 24.02

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

 .../package.accept_keywords/.kde-gear-24.02.49./kdepim-24.02| 2 +-
 Documentation/package.accept_keywords/kde-gear-24.02.49..keywords   | 2 +-
 Documentation/package.accept_keywords/kde-gear-24.02.keywords   | 2 +-
 Documentation/package.mask/kde-gear-24.02   | 2 +-
 Documentation/package.unmask/kde-gear-24.02 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-gear-24.02.49./kdepim-24.02 
b/Documentation/package.accept_keywords/.kde-gear-24.02.49./kdepim-24.02
index bf1ee654d6..7ebe8e5fbd 100644
--- a/Documentation/package.accept_keywords/.kde-gear-24.02.49./kdepim-24.02
+++ b/Documentation/package.accept_keywords/.kde-gear-24.02.49./kdepim-24.02
@@ -51,7 +51,7 @@
 ~kde-apps/mailimporter-24.02.49. **
 ~kde-apps/mbox-importer-24.02.49. **
 ~kde-apps/messagelib-24.02.49. **
-~kde-apps/mimetreeparser- **
+~kde-apps/mimetreeparser-24.02.49. **
 ~kde-apps/pim-data-exporter-24.02.49. **
 ~kde-apps/pim-sieve-editor-24.02.49. **
 ~kde-apps/pimcommon-24.02.49. **

diff --git 
a/Documentation/package.accept_keywords/kde-gear-24.02.49..keywords 
b/Documentation/package.accept_keywords/kde-gear-24.02.49..keywords
index 7536023ee9..6d31deced4 100644
--- a/Documentation/package.accept_keywords/kde-gear-24.02.49..keywords
+++ b/Documentation/package.accept_keywords/kde-gear-24.02.49..keywords
@@ -198,7 +198,7 @@
 ~kde-apps/mailimporter-24.02.49. **
 ~kde-apps/mbox-importer-24.02.49. **
 ~kde-apps/messagelib-24.02.49. **
-~kde-apps/mimetreeparser- **
+~kde-apps/mimetreeparser-24.02.49. **
 ~kde-apps/pim-data-exporter-24.02.49. **
 ~kde-apps/pim-sieve-editor-24.02.49. **
 ~kde-apps/pimcommon-24.02.49. **

diff --git a/Documentation/package.accept_keywords/kde-gear-24.02.keywords 
b/Documentation/package.accept_keywords/kde-gear-24.02.keywords
index 20ea2a2a6b..ab2b02118b 100644
--- a/Documentation/package.accept_keywords/kde-gear-24.02.keywords
+++ b/Documentation/package.accept_keywords/kde-gear-24.02.keywords
@@ -198,7 +198,7 @@
 

[gentoo-commits] proj/kde:master commit in: app-office/merkuro/

2024-01-07 Thread Andreas Sturmlechner
commit: 40d41cf9d8ae8f8630908ccd6fe16888044da2fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 18:03:22 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 18:04:59 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=40d41cf9

app-office/merkuro: Add new dependency

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

 app-office/merkuro/merkuro-24.02.49..ebuild | 1 +
 app-office/merkuro/merkuro-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-office/merkuro/merkuro-24.02.49..ebuild 
b/app-office/merkuro/merkuro-24.02.49..ebuild
index ecc1277db7..0aa72efa9d 100644
--- a/app-office/merkuro/merkuro-24.02.49..ebuild
+++ b/app-office/merkuro/merkuro-24.02.49..ebuild
@@ -33,6 +33,7 @@ DEPEND="
>=kde-apps/kcalutils-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/mailcommon-${PVCUT}:6
+   >=kde-apps/mimetreeparser-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6

diff --git a/app-office/merkuro/merkuro-.ebuild 
b/app-office/merkuro/merkuro-.ebuild
index ecc1277db7..0aa72efa9d 100644
--- a/app-office/merkuro/merkuro-.ebuild
+++ b/app-office/merkuro/merkuro-.ebuild
@@ -33,6 +33,7 @@ DEPEND="
>=kde-apps/kcalutils-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
>=kde-apps/mailcommon-${PVCUT}:6
+   >=kde-apps/mimetreeparser-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6



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

2024-01-07 Thread Andreas Sturmlechner
commit: 32e1155601f2da0b2fdfeb7e146c4865eaa9677e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 17:54:12 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 18:04:59 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=32e11556

kde-apps/messagelib: Add new dependency

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

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

diff --git a/kde-apps/messagelib/messagelib-24.02.49..ebuild 
b/kde-apps/messagelib/messagelib-24.02.49..ebuild
index 7d85cd7acf..c741ceb687 100644
--- a/kde-apps/messagelib/messagelib-24.02.49..ebuild
+++ b/kde-apps/messagelib/messagelib-24.02.49..ebuild
@@ -40,6 +40,7 @@ DEPEND="
>=kde-apps/libgravatar-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/libkleo-${PVCUT}:6
+   >=kde-apps/mimetreeparser-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6

diff --git a/kde-apps/messagelib/messagelib-.ebuild 
b/kde-apps/messagelib/messagelib-.ebuild
index 7d85cd7acf..c741ceb687 100644
--- a/kde-apps/messagelib/messagelib-.ebuild
+++ b/kde-apps/messagelib/messagelib-.ebuild
@@ -40,6 +40,7 @@ DEPEND="
>=kde-apps/libgravatar-${PVCUT}:6
>=kde-apps/libkdepim-${PVCUT}:6
>=kde-apps/libkleo-${PVCUT}:6
+   >=kde-apps/mimetreeparser-${PVCUT}:6
>=kde-apps/pimcommon-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2024-01-07 Thread Ionen Wolkens
commit: c093eafea3da66f98b84d2754e6f293eba585815
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jan  7 18:11:14 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jan  7 18:15:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c093eafe

x11-drivers/nvidia-drivers: add /dev/nvidia-caps to sandbox predict

Only needed for 545 branch and above for packages using nvml.

Likely only needed when they attempt to use it rather than just
link with it, so this may be specific to hwloc's tests. But given
it's new and scope is uncertain, let's add it here rather than
hwloc itself.

Closes: https://bugs.gentoo.org/921578
Signed-off-by: Ionen Wolkens  gentoo.org>

 ...-drivers-545.29.06.ebuild => nvidia-drivers-545.29.06-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-545.29.06.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-545.29.06-r1.ebuild
similarity index 98%
rename from x11-drivers/nvidia-drivers/nvidia-drivers-545.29.06.ebuild
rename to x11-drivers/nvidia-drivers/nvidia-drivers-545.29.06-r1.ebuild
index 2525545e81b9..67b3cd7013ea 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-545.29.06.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-545.29.06-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -408,12 +408,12 @@ documentation that is installed alongside this README."
# don't attempt to strip firmware files (silences errors)
dostrip -x ${paths[FIRMWARE]}
 
-   # sandbox issues with /dev/nvidiactl (and /dev/char wrt bug #904292)
+   # sandbox issues with /dev/nvidiactl others (bug #904292,#921578)
# are widespread and sometime affect revdeps of packages built with
# USE=opencl/cuda making it hard to manage in ebuilds (minimal set,
# ebuilds should handle manually if need others or addwrite)
insinto /etc/sandbox.d
-   newins - 20nvidia <<<'SANDBOX_PREDICT="/dev/nvidiactl:/dev/char"'
+   newins - 20nvidia 
<<<'SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-caps:/dev/char"'
 }
 
 pkg_preinst() {



[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/

2024-01-07 Thread Andreas Sturmlechner
commit: 4722f53d15b209637375c79ae96098432b43667f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 18:21:41 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 18:21:41 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4722f53d

dev-util/kdevelop: Relax kde-apps/kapptemplate slot def to :*

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

 dev-util/kdevelop/kdevelop-23.08.49..ebuild | 2 +-
 dev-util/kdevelop/kdevelop-24.02.49..ebuild | 2 +-
 dev-util/kdevelop/kdevelop-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/kdevelop/kdevelop-23.08.49..ebuild 
b/dev-util/kdevelop/kdevelop-23.08.49..ebuild
index b06302a118..8007435305 100644
--- a/dev-util/kdevelop/kdevelop-23.08.49..ebuild
+++ b/dev-util/kdevelop/kdevelop-23.08.49..ebuild
@@ -89,7 +89,7 @@ RDEPEND="${COMMON_DEPEND}
>=dev-qt/qtquickcontrols-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
dev-util/ninja
-   kde-apps/kapptemplate:5
+   kde-apps/kapptemplate:*
|| (
kde-apps/kio-extras-kf5:5
kde-apps/kio-extras:5

diff --git a/dev-util/kdevelop/kdevelop-24.02.49..ebuild 
b/dev-util/kdevelop/kdevelop-24.02.49..ebuild
index b06302a118..8007435305 100644
--- a/dev-util/kdevelop/kdevelop-24.02.49..ebuild
+++ b/dev-util/kdevelop/kdevelop-24.02.49..ebuild
@@ -89,7 +89,7 @@ RDEPEND="${COMMON_DEPEND}
>=dev-qt/qtquickcontrols-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
dev-util/ninja
-   kde-apps/kapptemplate:5
+   kde-apps/kapptemplate:*
|| (
kde-apps/kio-extras-kf5:5
kde-apps/kio-extras:5

diff --git a/dev-util/kdevelop/kdevelop-.ebuild 
b/dev-util/kdevelop/kdevelop-.ebuild
index b06302a118..8007435305 100644
--- a/dev-util/kdevelop/kdevelop-.ebuild
+++ b/dev-util/kdevelop/kdevelop-.ebuild
@@ -89,7 +89,7 @@ RDEPEND="${COMMON_DEPEND}
>=dev-qt/qtquickcontrols-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
dev-util/ninja
-   kde-apps/kapptemplate:5
+   kde-apps/kapptemplate:*
|| (
kde-apps/kio-extras-kf5:5
kde-apps/kio-extras:5



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

2024-01-07 Thread Andreas Sturmlechner
commit: 7b9da6e6a6e522ad81ee3bf0dfe3eebeef038e9e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 18:13:33 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 18:13:33 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b9da6e6

gear.kde.org.eclass: Add isoimagewriter to SLOT=5 blocklist

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

 eclass/gear.kde.org.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass
index 8418a90d97..06e23b6e4f 100644
--- a/eclass/gear.kde.org.eclass
+++ b/eclass/gear.kde.org.eclass
@@ -99,6 +99,7 @@ if $(ver_test -gt 24.01.75); then
grantlee-editor | \
grantleetheme | \
incidenceeditor | \
+   isoimagewriter | \
juk | \
kaccounts-integration | \
kaccounts-providers | \



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

2024-01-07 Thread Andreas Sturmlechner
commit: 6afc0fa22307cbd526cc1de94b59b5b96da640ee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 18:24:53 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 18:24:53 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6afc0fa2

kde-apps/libkdcraw: Add missing KFMIN=5.245.0 definition

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

 kde-apps/libkdcraw/libkdcraw-24.02.49..ebuild | 1 +
 kde-apps/libkdcraw/libkdcraw-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/libkdcraw/libkdcraw-24.02.49..ebuild 
b/kde-apps/libkdcraw/libkdcraw-24.02.49..ebuild
index f9f6ab22a0..c7b1674d95 100644
--- a/kde-apps/libkdcraw/libkdcraw-24.02.49..ebuild
+++ b/kde-apps/libkdcraw/libkdcraw-24.02.49..ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+KFMIN=5.245.0
 QTMIN=6.6.0
 inherit ecm gear.kde.org
 

diff --git a/kde-apps/libkdcraw/libkdcraw-.ebuild 
b/kde-apps/libkdcraw/libkdcraw-.ebuild
index f9f6ab22a0..c7b1674d95 100644
--- a/kde-apps/libkdcraw/libkdcraw-.ebuild
+++ b/kde-apps/libkdcraw/libkdcraw-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+KFMIN=5.245.0
 QTMIN=6.6.0
 inherit ecm gear.kde.org
 



[gentoo-commits] repo/proj/guru:dev commit in: app-backup/blocksync-fast/

2024-01-07 Thread Marcin Koczwara
commit: c8cbf3c832a006385702d69c6d63e73ae7be14f1
Author: Marcin Koczwara  nethappen  pl>
AuthorDate: Sun Jan  7 18:42:00 2024 +
Commit: Marcin Koczwara  nethappen  pl>
CommitDate: Sun Jan  7 18:42:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8cbf3c8

app-backup/blocksync-fast: new package, add 1.0.3

Signed-off-by: Marcin Koczwara  nethappen.pl>

 app-backup/blocksync-fast/Manifest |  1 +
 .../blocksync-fast/blocksync-fast-1.0.3.ebuild | 30 ++
 app-backup/blocksync-fast/metadata.xml | 26 +++
 3 files changed, 57 insertions(+)

diff --git a/app-backup/blocksync-fast/Manifest 
b/app-backup/blocksync-fast/Manifest
new file mode 100644
index 00..f84cd1ba22
--- /dev/null
+++ b/app-backup/blocksync-fast/Manifest
@@ -0,0 +1 @@
+DIST blocksync-fast-1.0.3.tar.gz 159994 BLAKE2B 
228d44a07f825ede0236ece06d0b8dd98285f3f74b5a7e32f05f444bba1d1eb53deaf19124ce20f1ae8d0057c551465d3d3cbe51f3d0e6d5977b2651745535a8
 SHA512 
83a086aeabb7b31eb274a682f40e0b2970b5d5ca786baca615ca5353ee2d5e10043f9020d4740bb88660bae3bde54e2d5821b082386e24da41c3ce014e9571bd

diff --git a/app-backup/blocksync-fast/blocksync-fast-1.0.3.ebuild 
b/app-backup/blocksync-fast/blocksync-fast-1.0.3.ebuild
new file mode 100644
index 00..ba98c77215
--- /dev/null
+++ b/app-backup/blocksync-fast/blocksync-fast-1.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Fast block device sync with digest, designed to improve 
block-based backups."
+HOMEPAGE="https://github.com/nethappen/blocksync-fast/";
+SRC_URI="https://github.com/nethappen/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+xxhash"
+
+RDEPEND="
+   >=dev-libs/libgcrypt-1.9.0:0=
+   xxhash? ( >=dev-libs/xxhash-0.8 )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   eautoreconf
+   econf $(use_with xxhash)
+}
+
+src_install() {
+   DOCS=(README.md CHANGELOG.md LICENSE scripts)
+   default_src_install
+}

diff --git a/app-backup/blocksync-fast/metadata.xml 
b/app-backup/blocksync-fast/metadata.xml
new file mode 100644
index 00..196d653e11
--- /dev/null
+++ b/app-backup/blocksync-fast/metadata.xml
@@ -0,0 +1,26 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   m...@nethappen.pl
+   Marcin Koczwara
+   
+   
+   
+   m...@nethappen.pl
+   Marcin Koczwara
+   
+   https://nethappen.github.io/blocksync-fast/
+   
https://raw.githubusercontent.com/nethappen/blocksync-fast/main/CHANGELOG.md
+   nethappen/blocksync-fast
+   
+   
+   This program compares and synchronizes block devices using fast 
and efficient methods.
+   Digest can be used to store checksums of data blocks from 
previous synchronization
+   to speed up synchronize process and avoid read operations from 
target block device.
+   Program can also create delta files that contains differences 
between block devices
+   
+   
+   Enable dev-libs/xxhash support for very 
high speed hashing
+   
+



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

2024-01-07 Thread Andreas Sturmlechner
commit: a336eef9ede93fc93c85472b3df4c7383c5a75c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 18:43:42 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 18:43:42 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a336eef9

kde-apps/dolphin-plugins-dropbox: Disable makefileactions

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

 .../dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.02.49..ebuild | 1 +
 kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.02.49..ebuild 
b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.02.49..ebuild
index b080262d6c..368bd9ad85 100644
--- 
a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.02.49..ebuild
+++ 
b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.02.49..ebuild
@@ -47,6 +47,7 @@ src_configure() {
-DBUILD_bazaar=OFF
-DBUILD_git=OFF
-DBUILD_hg=OFF
+   -DBUILD_makefileactions=OFF
-DBUILD_mountiso=OFF
-DBUILD_svn=OFF
)

diff --git 
a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-.ebuild 
b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-.ebuild
index b080262d6c..368bd9ad85 100644
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-.ebuild
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-.ebuild
@@ -47,6 +47,7 @@ src_configure() {
-DBUILD_bazaar=OFF
-DBUILD_git=OFF
-DBUILD_hg=OFF
+   -DBUILD_makefileactions=OFF
-DBUILD_mountiso=OFF
-DBUILD_svn=OFF
)



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

2024-01-07 Thread Andreas Sturmlechner
commit: 46434587221e569eb872a714f9c25f5ff0c9c61b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 18:44:10 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 18:44:10 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=46434587

kde-apps/dolphin-plugins-mercurial: Disable makefileactions

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

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

diff --git 
a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49..ebuild
 
b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49..ebuild
index 07aaed4bd2..58ce087a8a 100644
--- 
a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49..ebuild
+++ 
b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49..ebuild
@@ -54,6 +54,7 @@ src_configure() {
-DBUILD_bazaar=OFF
-DBUILD_dropbox=OFF
-DBUILD_git=OFF
+   -DBUILD_makefileactions=OFF
-DBUILD_mountiso=OFF
-DBUILD_svn=OFF
)

diff --git 
a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-.ebuild 
b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-.ebuild
index 07aaed4bd2..58ce087a8a 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-.ebuild
@@ -54,6 +54,7 @@ src_configure() {
-DBUILD_bazaar=OFF
-DBUILD_dropbox=OFF
-DBUILD_git=OFF
+   -DBUILD_makefileactions=OFF
-DBUILD_mountiso=OFF
-DBUILD_svn=OFF
)



[gentoo-commits] proj/kde:master commit in: app-cdr/dolphin-plugins-mountiso/

2024-01-07 Thread Andreas Sturmlechner
commit: ae7b609d07363d9876e760e8837c78bf8f25dcf1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 18:44:44 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 18:44:44 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae7b609d

app-cdr/dolphin-plugins-mountiso: Disable makefileactions

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

 .../dolphin-plugins-mountiso-24.02.49..ebuild| 1 +
 app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-24.02.49..ebuild
 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-24.02.49..ebuild
index 8d9a6533dd..10776fc480 100644
--- 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-24.02.49..ebuild
+++ 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-24.02.49..ebuild
@@ -49,6 +49,7 @@ src_configure() {
-DBUILD_dropbox=OFF
-DBUILD_git=OFF
-DBUILD_hg=OFF
+   -DBUILD_makefileactions=OFF
-DBUILD_svn=OFF
)
ecm_src_configure

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-.ebuild
index 8d9a6533dd..10776fc480 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-.ebuild
@@ -49,6 +49,7 @@ src_configure() {
-DBUILD_dropbox=OFF
-DBUILD_git=OFF
-DBUILD_hg=OFF
+   -DBUILD_makefileactions=OFF
-DBUILD_svn=OFF
)
ecm_src_configure



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

2024-01-07 Thread Andreas Sturmlechner
commit: 96b86089f2717e43b29b80b89c4a1bfac6ad5742
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 18:43:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 18:43:06 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=96b86089

kde-apps/dolphin-plugins-git: Disable makefileactions

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

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

diff --git 
a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49..ebuild 
b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49..ebuild
index 29c4d1785b..90f577a70d 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49..ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49..ebuild
@@ -51,6 +51,7 @@ src_configure() {
-DBUILD_bazaar=OFF
-DBUILD_dropbox=OFF
-DBUILD_hg=OFF
+   -DBUILD_makefileactions=OFF
-DBUILD_mountiso=OFF
-DBUILD_svn=OFF
)

diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-.ebuild 
b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-.ebuild
index 29c4d1785b..90f577a70d 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-.ebuild
@@ -51,6 +51,7 @@ src_configure() {
-DBUILD_bazaar=OFF
-DBUILD_dropbox=OFF
-DBUILD_hg=OFF
+   -DBUILD_makefileactions=OFF
-DBUILD_mountiso=OFF
-DBUILD_svn=OFF
)



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

2024-01-07 Thread Matthew Thode
commit: 7054e80f13264fd7cb0eb91afd7427f2980df18b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:42:39 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7054e80f

app-admin/puppet: drop 8.2.0

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

 app-admin/puppet/Manifest|   1 -
 app-admin/puppet/puppet-8.2.0.ebuild | 125 ---
 2 files changed, 126 deletions(-)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index f65072d8a094..4b06b13fad22 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,4 +1,3 @@
 DIST puppet-7.24.0.tar.gz 2823083 BLAKE2B 
f4a3862153a01b1d5ce1cc9d72a2446d91346c5e8ed762f8aeae260a67bd583c277cd4ea0f207021057d40c69078add06af88978522706dea59796bdd6071070
 SHA512 
bb881e7523fce72ca8941d363ebc12f0172aff61a28d49465b7977fdf0d004575f5677fad3f0858db109b1cf85e4d870becdaa7c6687db32eb6eecf849ed25e9
 DIST puppet-7.27.0.tar.gz 2825666 BLAKE2B 
dffc2329c28588a5b4a08996f5fbff95c092961aa68af6287c4216ffb3e5b6ab811df876b8efb0f6724d9990b21ad1c56d65bd9fd8d502008ba385f4460f0591
 SHA512 
a864357f5079c9fad53c2cff35f73f0bc25900359e25b5fb1130e3a3e6f77f63bc38ef59c0ce1b37913eb0acb1e42f39891ed7de0fe39ab138faa426ab2a9392
-DIST puppet-8.2.0.tar.gz 2882267 BLAKE2B 
b109e5cc9fddfa96ebc3be6b892d46a4616a5c1cec677937d02e16d0de6e39c147a9b117514e37ce29b39203f167a33dfe3a6c849fc7ebabecd48925b0d2595b
 SHA512 
40e46350aadd19e187cc2a3c46cfa9f85bb2ffb944b0dcb18d084b10a8baca4c3c830e1361c840490c4f6257930a3ccb556d76b1a933e579ef37103556991b0e
 DIST puppet-8.3.1.tar.gz 2879699 BLAKE2B 
6710d345714e6400ef04aeac8dedb933f39443688bda0b24316a3456a6c6bf2719286472a0ce764ddafd40754f8cd95767a4c311c5b5e2bd72b8bc92ec4d0e85
 SHA512 
0aff032caf7a3966f7e369d6f1785f0ada16e419f96f34dafee61457d2e97979b7934195eb356e44ef323401fa40be5eef608a175b3c2907f25ca92901ec81d2

diff --git a/app-admin/puppet/puppet-8.2.0.ebuild 
b/app-admin/puppet/puppet-8.2.0.ebuild
deleted file mode 100644
index 740979b2b82c..
--- a/app-admin/puppet/puppet-8.2.0.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-USE_RUBY="ruby31"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="doc:all"
-RUBY_FAKEGEM_EXTRAINSTALL="locales"
-
-inherit ruby-fakegem systemd tmpfiles
-
-DESCRIPTION="A system automation and configuration management software"
-HOMEPAGE="https://puppet.com/";
-SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz";
-
-LICENSE="Apache-2.0 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
-IUSE="augeas diff doc emacs hiera ldap rrdtool selinux shadow sqlite 
vim-syntax"
-RESTRICT="test"
-
-ruby_add_rdepend "
-   hiera? ( dev-ruby/hiera )
-   dev-ruby/json:=
-   dev-ruby/semantic_puppet
-   >=dev-ruby/facter-3.0.0
-   dev-ruby/deep_merge
-   dev-ruby/concurrent-ruby
-   augeas? ( dev-ruby/ruby-augeas )
-   diff? ( dev-ruby/diff-lcs )
-   doc? ( dev-ruby/rdoc )
-   ldap? ( dev-ruby/ruby-ldap )
-   shadow? ( dev-ruby/ruby-shadow )
-   sqlite? ( dev-ruby/sqlite3 )
-   virtual/ruby-ssl
-   dev-ruby/hocon"
-
-ruby_add_bdepend "
-   doc? ( dev-ruby/yard )
-   test? (
-   dev-ruby/mocha
-   dev-ruby/rack
-   dev-ruby/rspec-its
-   )"
-# this should go in the above lists, but isn't because of test deps not being 
keyworded
-#   dev-ruby/rspec-collection_matchers
-
-RDEPEND+=" ${RDEPEND}
-   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
-   >=app-portage/eix-0.18.0
-   acct-user/puppet
-   acct-group/puppet"
-PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
-
-all_ruby_prepare() {
-   # Avoid spec that require unpackaged json-schema.
-   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
-
-   # fix systemd path
-   eapply -p0 "${FILESDIR}/puppet-systemd.patch"
-
-   # Avoid specs that can only run in the puppet.git repository. This
-   # should be narrowed down to the specific specs.
-   rm spec/integration/parser/compiler_spec.rb || die
-
-   # Avoid failing spec that need further investigation.
-   rm spec/unit/module_tool/metadata_spec.rb || die
-}
-
-each_ruby_install() {
-   each_fakegem_install
-#  dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" \
-#  "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}"
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   # systemd stuffs
-   systemd_dounit "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
-
-   # tmpfiles stuff
-   newtmpfiles "${FILESDIR}/tmpfiles.d-2" "pup

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

2024-01-07 Thread Matthew Thode
commit: effe6baa76c000fa29ac7969a7dfa2bdb1d4a569
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:45:48 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effe6baa

app-admin/puppetdb: drop 8.1.0

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

 app-admin/puppetdb/Manifest  |  1 -
 app-admin/puppetdb/puppetdb-8.1.0.ebuild | 90 
 2 files changed, 91 deletions(-)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index ae5bb2751229..087ac7424e56 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -1,3 +1,2 @@
 DIST puppetdb-7.13.0.tar.gz 49917440 BLAKE2B 
7cb01b2dbd6b6b22aad11a7fbcabff1c8452d51437bd0b3db3c8afe9d72bb853b66a9c8056c4c7c33f284efc4a90c788a05411fe6f80ae081ef817bb7f609bf3
 SHA512 
ba94031b3c15d38a2719390145e034be453a5f8368b5c53420bf3b371cc36a49f0b416447ec4d9de41ef0618b32ec806b9bae996ec3c4ca0ce05fb152940c2f2
-DIST puppetdb-8.1.0.tar.gz 56647151 BLAKE2B 
ba1fa54db6413ab45780546a33039799e2e1fbb16f99c5e3e54a382d2f6d1c2a2b8a65d0dbfe881284b9218f4b0f0b105e6c2d8ade12a7d2c25c3505bb9f4d07
 SHA512 
76ee2b616373c60496d4bc1f90a01b6d30fa6254ce8788a8438e28cabe55358a10653cfcb78ceda00c90c499c77cf2f77138a3f49daf9b4ebe77255fd134e017
 DIST puppetdb-8.2.0.tar.gz 59250096 BLAKE2B 
ed1009e87cad366a1d3399eb55b51d8aaad325f1b2da9c2fc5f77a1ad43581009ebc23f5e6756cd86430eb300d389a9022b14c29bdd4ea392cf956627df0f1fe
 SHA512 
59d894710c2591566f9900a7fc1a396f971152e66ae423b54d73b0b9d474eaf4f58926fb6dc4815865dac8bd2dc458161685876ffdc9db5a3d049d0ffeb9b601

diff --git a/app-admin/puppetdb/puppetdb-8.1.0.ebuild 
b/app-admin/puppetdb/puppetdb-8.1.0.ebuild
deleted file mode 100644
index 44b569aab29c..
--- a/app-admin/puppetdb/puppetdb-8.1.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd tmpfiles
-
-DESCRIPTION="PuppetDB collects data generated by Puppet"
-HOMEPAGE="http://docs.puppetlabs.com/puppetdb/";
-SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-RDEPEND+=">=virtual/jdk-11"
-DEPEND+="acct-user/puppetdb
-   acct-group/puppetdb"
-
-src_prepare() {
-   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
-   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
-   sed -i 's/sysconfig/conf\.d/g' install.sh || die
-   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
-   sed -i 's/var\/run/run/g' install.sh || die
-   default
-}
-
-src_compile() {
-   einfo "not compiling"
-}
-
-src_install() {
-   dodir /opt/puppetlabs/server/data/puppetdb
-   insinto /opt/puppetlabs/server/apps/puppetdb
-   insopts -m0744
-   doins ext/ezbake-functions.sh
-   insopts -m0644
-   doins ext/ezbake.manifest
-   doins puppetdb.jar
-   insinto /etc/puppetlabs/puppetdb
-   doins ext/config/logback.xml
-   doins ext/config/bootstrap.cfg
-   doins ext/config/request-logging.xml
-   insinto /etc/puppetlabs/puppetdb/conf.d
-   doins ext/config/conf.d/jetty.ini
-   doins ext/config/conf.d/repl.ini
-   doins ext/config/conf.d/database.ini
-   doins ext/config/conf.d/config.ini
-   doins ext/config/conf.d/auth.conf
-   insopts -m0755
-   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
-   doins install.sh
-   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
-   doins ext/cli/foreground
-   doins ext/cli/ssl-setup
-   doins ext/cli/config-migration
-   doins ext/cli/foreground
-   doins ext/cli/anonymize
-   doins ext/cli/reload
-   doins ext/cli/start
-   doins ext/cli/stop
-   insinto /opt/puppetlabs/server/apps/puppetdb/bin
-   doins ext/bin/puppetdb
-   insopts -m0644
-   dodir /opt/puppetlabs/server/bin
-   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
-   dodir /opt/puppetlabs/bin
-   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
-   dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
-   # init type tasks
-   newconfd ext/default puppetdb
-   systemd_dounit ext/redhat/puppetdb.service
-   newtmpfiles ext/puppetdb.tmpfiles.conf puppetdb.conf
-   newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb
-   # misc
-   insinto /etc/logrotate.d
-   newins ext/puppetdb.logrotate.conf puppetdb
-   fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb
-   fperms -R 770 /opt/puppetlabs/server/data/puppetdb
-}
-
-pkg_postinst() {
-   tmpfiles_process puppetdb.conf
-
-   elog "to install please run '/opt/puppetlabs/server/bin/puppetdb 
ssl-setup'"
-   elog
-   elog "to upgrade please ru

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

2024-01-07 Thread Matthew Thode
commit: b7641d0962b031a617bd46377704e0cef0ab058b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:46:01 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7641d09

dev-ruby/puppetdb-termini: drop 8.1.0

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

 dev-ruby/puppetdb-termini/Manifest |  1 -
 .../puppetdb-termini/puppetdb-termini-8.1.0.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/puppetdb-termini/Manifest 
b/dev-ruby/puppetdb-termini/Manifest
index bf4a249cc0ea..1c305a42f651 100644
--- a/dev-ruby/puppetdb-termini/Manifest
+++ b/dev-ruby/puppetdb-termini/Manifest
@@ -1,3 +1,2 @@
 DIST puppetdb-termini_7.13.0-1bullseye_all.deb 22548 BLAKE2B 
535a3f846a7a10dcfaec4447ae852c6c4d870a573169f84e31f61c361164caea989f911df2d18e183c391dd0130a10b9422057eecaab304bebbb022f78e22a21
 SHA512 
3c8e440bfc55579d0c9a03ecae516d4cef49512ad9fdd6fceef37618c163ecac6d77a2b17b6cbb7131ceb3787904486bb78eef84a36a5f76672918db6d30db86
-DIST puppetdb-termini_8.1.0-1focal_all.deb 21764 BLAKE2B 
b45c0fd944422511d2419a1e27a92f348415369ffcd27a53ad8244b2fb993bc735f291b5ae4277706b204c73402c110245a1d750adaaa4bfb94f5133adb4812d
 SHA512 
51cf64d4e08275072a5fbfb7df273574acfe57c228d13d55a96975e26ab0eedd02280ba5dc08441f2e691cdeef10ae771ce26f14f05b2dfeaed4945041687a15
 DIST puppetdb-termini_8.2.0-1focal_all.deb 21850 BLAKE2B 
3f2d35a24c3884fdc985cd22e2c27d159dbea80272f5d1510634fc3b93079fd33e2b4f19963e2e122eb25829aa118ac13a84d6838c73ccb54305afc7876f8fc6
 SHA512 
ebf05f85d4bd455498a40b0210a6fc0cbfed4d0991d5a3d5780eb1b99a2f93f64407d6465d010c53ff55a0a3fcfab6f411c851d95a9e028945634644baef5163

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-8.1.0.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-8.1.0.ebuild
deleted file mode 100644
index f2f2942a0247..
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-8.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-inherit unpacker
-
-DESCRIPTION="Library needed to connect puppet to puppetdb"
-HOMEPAGE="https://puppet.com/docs/puppetdb/latest/index.html";
-SRC_URI="http://apt.puppetlabs.com/pool/focal/puppet8/${PN:0:1}/${PN}/${PN}_${PV}-1focal_all.deb";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-# will need the same keywords as puppet
-KEYWORDS="amd64 ~arm64 ~ppc x86"
-
-RDEPEND+=""
-DEPEND+=""
-
-S=${WORKDIR}
-
-src_install() {
-   insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
-   doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
-}



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

2024-01-07 Thread Matthew Thode
commit: c85fbf224bf2d7b6f986d26306d9049de5663d4c
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:43:22 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85fbf22

app-admin/puppetserver: drop 8.1.0

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

 app-admin/puppetserver/Manifest  |   1 -
 app-admin/puppetserver/puppetserver-8.1.0.ebuild | 131 ---
 2 files changed, 132 deletions(-)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index f57f87e392f1..0b76bc917c2e 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1,3 +1,2 @@
 DIST puppetserver-7.11.0.tar.gz 59927771 BLAKE2B 
dcf2543ac6d5427f57bb451ff9cc6db6748522ffed6fd5a7e81bd63be899fbf722016975fdfca5154489bcaf93d973d11669dd455ad44c79b3be50ccc5e0f636
 SHA512 
4c9c8d05048ccc35fd729a9a37151451e97655eed131f7192be2dac7614c309ffa4cdb0dd77f1c9eb2666d7df630690faa52ad2b01266010533522b58fb06f79
-DIST puppetserver-8.1.0.tar.gz 61109210 BLAKE2B 
562f765d0f36926d16575d6c6fe9e55ee1d732f9288ae3ab0cfa653868de87f4de6176d616e49568298de754a94951e37d61e129b6723ca1f1da6bb3bb191d54
 SHA512 
a6112d8c4eeaa58dfcb72e91f60104a0918a3c55f8fce4e555b40fa42d0027aaddf94e8751ecd854240f3dcf6034233dc52a750ee7791e35f0a6a7a9609a8c35
 DIST puppetserver-8.3.0.tar.gz 63318772 BLAKE2B 
863337c364573b340b802b83f0593fdc510424bfbcf6c6b9f8a8e56729a4db689ce5d4c0d9e1a91399e123e05f42ed0547e6a2e86905d0166c189c79966cd9f3
 SHA512 
c9aa0f84f989dc544ee5d8d268f753b0961f6766531d832a2c99012701dd219d1c2abf4371835242b3445428a7518e86718552678b559b3bf9b027cbf72977fb

diff --git a/app-admin/puppetserver/puppetserver-8.1.0.ebuild 
b/app-admin/puppetserver/puppetserver-8.1.0.ebuild
deleted file mode 100644
index 34a4a96140ca..
--- a/app-admin/puppetserver/puppetserver-8.1.0.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd tmpfiles
-
-DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents"
-HOMEPAGE="http://docs.puppetlabs.com/puppetserver/";
-SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="puppetdb"
-# will need the same keywords in puppet-agent (puppet-agent now has arm64)
-KEYWORDS="amd64"
-
-RDEPEND+="
-   >=virtual/jdk-11
-   app-admin/puppet-agent[puppetdb?]"
-DEPEND+="acct-user/puppet
-   acct-group/puppet"
-
-src_prepare() {
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/redhat/puppetserver.service || die
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/bin/puppetserver || die
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh 
|| die
-   sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
-   sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
-   sed -i 's/var\/run/run/g' install.sh || die
-   default
-}
-
-src_compile() {
-   einfo "not compiling"
-}
-
-src_install() {
-   insinto /opt/puppetlabs/server/apps/puppetserver
-   insopts -m0774
-   doins ext/ezbake-functions.sh
-   insopts -m0644
-   doins ext/ezbake.manifest
-   doins puppet-server-release.jar
-   insinto /etc/puppetlabs/puppetserver
-   doins ext/config/logback.xml
-   doins ext/config/request-logging.xml
-   insinto /etc/puppetlabs/puppetserver/services.d
-   doins ext/system-config/services.d/bootstrap.cfg
-   doins ext/config/services.d/ca.cfg
-   insinto /etc/puppetlabs/puppetserver/conf.d
-   doins ext/config/conf.d/puppetserver.conf
-   doins ext/config/conf.d/auth.conf
-   doins ext/config/conf.d/global.conf
-   doins ext/config/conf.d/web-routes.conf
-   doins ext/config/conf.d/metrics.conf
-   doins ext/config/conf.d/webserver.conf
-   insopts -m0755
-   insinto /opt/puppetlabs/server/apps/puppetserver/scripts
-   doins install.sh
-   insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
-   doins ext/cli/ca
-   doins ext/cli/irb
-   doins ext/cli/foreground
-   doins ext/cli/gem
-   doins ext/cli/ruby
-   doins ext/cli/reload
-   doins ext/cli/start
-   doins ext/cli/stop
-   insinto /opt/puppetlabs/server/apps/puppetserver/cli
-   doins ext/cli_defaults/cli-defaults.sh
-   insinto /opt/puppetlabs/server/apps/puppetserver/bin
-   doins ext/bin/puppetserver
-   insopts -m0644
-   dodir /opt/puppetlabs/server/bin
-   dosym ../apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/server/bin/puppetserver
-   dodir /opt/puppetlabs/bin
-   dosym ../server/apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/bin/puppetserver
-   dosym ../../opt/puppetlabs/server/apps/puppets

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

2024-01-07 Thread Matthew Thode
commit: fce0dfcebfa523577c370bc8408b43b31d212b11
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:43:06 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce0dfce

app-admin/puppet-agent: drop 8.2.0

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

 app-admin/puppet-agent/Manifest  |  2 -
 app-admin/puppet-agent/puppet-agent-8.2.0.ebuild | 91 
 2 files changed, 93 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 20bcb573ba4a..a5924dd7ee51 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,6 +1,4 @@
 DIST puppet-agent_7.24.0-1focal_amd64.deb 31418478 BLAKE2B 
201c0a5adbeca2b6f572d3f8b89df06314171e5c7bb95f574311cee5af1910bdf7f5574eaa5f514bcf0c1ceb5c04c30a2079069183c4b37dd90581596a70092e
 SHA512 
7912360597c21abf048d578783262821210d6568dc41f79b2d21cdb08851f8bd4cbe5a6114aa8af302c9046de424b8b15fe34be1fc51b529f36ccb99445bc7dc
 DIST puppet-agent_7.24.0-1focal_arm64.deb 31160744 BLAKE2B 
22dfc3f0855c2e88c7202f2a9d98efd4ad9ef3a191ab9b5b8c37a6869306a47d1225d568fec9f0fc52cdf236f8258b5ca206a360049cc39e1825f1f8afc5d4af
 SHA512 
db1b7cb25a04d6aeedd7f3bb125fe0fcac420c2881f9f3aba729143e253908376cd118073753de018d8fd1a6d7f38139766b4ec4bfb23f840ca7ee32143a8a48
-DIST puppet-agent_8.2.0-1focal_amd64.deb 35899030 BLAKE2B 
67af546a361c5ff2284eacac49c395baf693fe16a185f63a1e656fc47a6420395f0d26ab27fa2c944e9cb3e520fae32168ba35ff46e8b8d4239bd8fe322154db
 SHA512 
b5f869cfb39e23e401eb1d8ddde0e2d4c07660e4fd8753e53ccfa08c82c51d6d525637e7fbfdf01ee98d776781837fe7dc6e10d2d5a6dcc635479468194e2900
-DIST puppet-agent_8.2.0-1focal_arm64.deb 35390104 BLAKE2B 
a4dad98dfb0779ebece815f17174fe119c22ccd06d19a678b2cca2ecd46330b609eb6d6ce834c5cad57f1a81417914f9bd98a3bdd8697b1dc7eb6ef115834865
 SHA512 
24b458205f8420a2a4168c9eb397d2c8a871a2837b34d10ffc3d43e5e3bf6c94c87856c396ea86826b107daa6aafa4b37b1524bd32f98b11f17627a60a69068d
 DIST puppet-agent_8.3.1-1focal_amd64.deb 35930206 BLAKE2B 
8a636bfd9a76a364f03022a587bbe9bd8a596515d515cc41c1eb4d96f930366191df54217444cb4a7a471e201f5ac9673e101b1a3697a55abfc7e2b19ac9a45c
 SHA512 
b455e4dd539159e568aa68acbb993e3c94a3d2724e8bdc9056a28c79737d54981c891bfb0d0e7084dd6c16bb13580eb535aacfe6dff34f9bf3ea6da32cfbe08b
 DIST puppet-agent_8.3.1-1focal_arm64.deb 35420834 BLAKE2B 
b95702ba60df28ca511c7ea1efeacf7b537d666987e76f83048552667d0ee1ae41041166d07f41a6d1f0e1e6eceea9af427c8e4feef0efa1108b33edf2b64001
 SHA512 
89d0183dd8762ec9e96ca218d179a5c6278c6b106e4679370dac5b96beb5bb6ec5c18f52a6d076a7ae71f9bbcb9466351b65f096b5c961cb6d8f03a2c7fe171e

diff --git a/app-admin/puppet-agent/puppet-agent-8.2.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-8.2.0.ebuild
deleted file mode 100644
index 7544b551c95b..
--- a/app-admin/puppet-agent/puppet-agent-8.2.0.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit systemd unpacker tmpfiles
-
-DESCRIPTION="general puppet client utils along with hiera and facter"
-HOMEPAGE="https://puppetlabs.com/";
-SRC_URI="amd64? ( 
http://apt.puppetlabs.com/pool/focal/puppet8/${PN:0:1}/${PN}/${PN}_${PV}-1focal_amd64.deb
 )
-arm64? ( 
http://apt.puppetlabs.com/pool/focal/puppet8/${PN:0:1}/${PN}/${PN}_${PV}-1focal_arm64.deb
 )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="puppetdb selinux"
-RESTRICT="strip"
-
-# virtual/libcrypt:= is in here despite being a pre-built package
-# to ensure that the has_version logic for the symlink doesn't become stale
-CDEPEND="!app-admin/puppet
-   !dev-ruby/hiera
-   !dev-ruby/facter
-   app-emulation/virt-what
-   acct-user/puppet
-   acct-group/puppet
-   virtual/libcrypt:="
-
-DEPEND="
-   ${CDEPEND}
-   app-admin/augeas"
-RDEPEND="${CDEPEND}
-   app-portage/eix
-   sys-apps/dmidecode
-   sys-libs/libselinux
-   sys-libs/glibc
-   sys-libs/readline:0/8
-   sys-libs/libxcrypt[compat]
-   sys-libs/ncurses:0[tinfo]
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
-
-S=${WORKDIR}
-
-QA_PREBUILT="*"
-
-src_install() {
-   # conf.d
-   doconfd etc/default/puppet
-   doconfd etc/default/pxp-agent
-   # logrotate.d
-   insinto /etc/logrotate.d
-   doins etc/logrotate.d/pxp-agent
-   # puppet itself
-   insinto /etc/puppetlabs
-   doins -r etc/puppetlabs/*
-   # logdir for systemd
-   keepdir var/log/puppetlabs/puppet/
-   chmod 0750 var/log/puppetlabs/puppet/
-   # the rest
-   insinto /opt
-   dodir opt/puppetlabs/puppet/cache
-   doins -r opt/*
-   fperms 0750 /opt/puppetlabs/puppet/cache
-   # init
-   newinitd "${FILESDIR}/puppet.ini

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

2024-01-07 Thread Matthew Thode
commit: 918b7a083e3c75c496a6d0b921464529a477315d
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:46:45 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918b7a08

app-admin/ansible-core: drop 2.14.11

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

 app-admin/ansible-core/Manifest|  1 -
 app-admin/ansible-core/ansible-core-2.14.11.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index ffa94362dc6e..4129c490675c 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,4 +1,3 @@
-DIST ansible-core-2.14.11.tar.gz 3144040 BLAKE2B 
b9ae1b284219650a764af6b2a341172730cbfe3481b9ff3d1e33549ddd9b687071455a6349124019f0dd8448d5c61ada9e0011375f2ffc74ca4ae44cd1ce285b
 SHA512 
778d7b2646d59ac45994a0d33e59d0f85ca2cbf58605d94185fc86d9bc782d642d155c056213703c95e5b144939e287176096d833b9487971efa5cc22624bd27
 DIST ansible-core-2.14.12.tar.gz 3144432 BLAKE2B 
7c7e1f73a19e6033b7b230ac6505d34aeb57b75bfe0ece88332b98aa1cd0c6a27eb843829cbe25b5956dd602143171a6eea313cdd97f53b0ddeceefe905955e5
 SHA512 
648835f2b025ca37c1b88a47eb34ce972c15e66563e14573b9ad9e518cf0d96af882784495311724a5d66cb028fc65aa351e56f827d328032a95c9fb0c882bd8
 DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
 DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114

diff --git a/app-admin/ansible-core/ansible-core-2.14.11.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.11.ebuild
deleted file mode 100644
index c9e4dbcd003a..
--- a/app-admin/ansible-core/ansible-core-2.14.11.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ansible/ansible.git";
-   EGIT_BRANCH="devel"
-else
-   inherit pypi
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}/resolvelib.patch"
-)
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/netaddr[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
-   

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

2024-01-07 Thread Matthew Thode
commit: b8f31843ee7794af8a0eeb0c2309d74bf981ae58
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:46:57 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f31843

app-admin/ansible-core: drop 2.15.6

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

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.15.6.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 4129c490675c..c858161cef52 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,6 +1,5 @@
 DIST ansible-core-2.14.12.tar.gz 3144432 BLAKE2B 
7c7e1f73a19e6033b7b230ac6505d34aeb57b75bfe0ece88332b98aa1cd0c6a27eb843829cbe25b5956dd602143171a6eea313cdd97f53b0ddeceefe905955e5
 SHA512 
648835f2b025ca37c1b88a47eb34ce972c15e66563e14573b9ad9e518cf0d96af882784495311724a5d66cb028fc65aa351e56f827d328032a95c9fb0c882bd8
 DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
-DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114
 DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d
 DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e0618a3ea52c67ebcd51667f31220cb038dda35506e7843d177d555b77a55a9d2c6245a916741ab1dcdf222c535afb5f83d
 SHA512 
020191ef4b005abbf799204da68270bd4f13a85c7f23cb9dffe85b1c5c093c0ad86e061211ab9fcc8fd0be9367717fb0baadefb1ebecd3579471120fb2e8647f
 DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0

diff --git a/app-admin/ansible-core/ansible-core-2.15.6.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.6.ebuild
deleted file mode 100644
index 1e33996c378b..
--- a/app-admin/ansible-core/ansible-core-2.15.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ansible/ansible.git";
-   EGIT_BRANCH="devel"
-else
-   inherit pypi
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/netaddr[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
-   

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

2024-01-07 Thread Matthew Thode
commit: 745cc16bbd36cbc81c32fb0df73db5bf063e734a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:47:06 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745cc16b

app-admin/ansible-core: drop 2.16.0

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

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.16.0.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index c858161cef52..92ef082a0955 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -2,6 +2,5 @@ DIST ansible-core-2.14.12.tar.gz 3144432 BLAKE2B 
7c7e1f73a19e6033b7b230ac6505d34
 DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
 DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d
 DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e0618a3ea52c67ebcd51667f31220cb038dda35506e7843d177d555b77a55a9d2c6245a916741ab1dcdf222c535afb5f83d
 SHA512 
020191ef4b005abbf799204da68270bd4f13a85c7f23cb9dffe85b1c5c093c0ad86e061211ab9fcc8fd0be9367717fb0baadefb1ebecd3579471120fb2e8647f
-DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0
 DIST ansible-core-2.16.1.tar.gz 3162449 BLAKE2B 
b31b0a7506cd753131745b10734a79af5aa41ce2842e15effda88b81deef59978704d3b8d17b4434a657dc984ad8466a0dff807f63db06c190d8e24509f36327
 SHA512 
c01ad95fedc47a8467c9ddf00ac05875d11507ad63da4978c1e6a9d17f3ae200da288851175378147302eb590af9fe6071042695faad3b9aee60161a0df27a6b
 DIST ansible-core-2.16.2.tar.gz 3163899 BLAKE2B 
6365dd573ae4a2f3ebfc870ae3ea399b268615333de2ddf7e21323189dfdd9bf61ae836b536c86d713f4a934468ed36835084e06e4b6d9b32c4b633f55353ad9
 SHA512 
6e2389fc6b34645c0f1566eca960da36616619a5ed5e35b46f3d659979fe519db20d89b4f598344a389f4b6ac33bb660ea91a1a6509002bbf4ac791ea3cb4cbd

diff --git a/app-admin/ansible-core/ansible-core-2.16.0.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.0.ebuild
deleted file mode 100644
index 1e33996c378b..
--- a/app-admin/ansible-core/ansible-core-2.16.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ansible/ansible.git";
-   EGIT_BRANCH="devel"
-else
-   inherit pypi
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/netaddr[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
-   

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

2024-01-07 Thread Matthew Thode
commit: 14a5ea83dc1d79ca035dd60c2f4e0aad67075016
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:47:56 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a5ea83

app-admin/ansible: drop 8.6.0

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

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-8.6.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 180fa2aa8f37..5d0201e62643 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
-DIST ansible-8.6.0.tar.gz 41548019 BLAKE2B 
01506ff418045b138fb7b8cb7c12b30e269c1001a66d2ba3c67fd50542f3823f83f1c85d934985bbeec18ec7275bffdecba47b1a3e6cbb0f350422751eccf319
 SHA512 
b316f1d6e8ffd4739f142d9add50f39802d8a57bac026f8ab833fd3d07c2ccd9df1d2ba5bcf68b3486db99e12943e8787203e22b16d1ecd1c4c1655a3573cf5d
 DIST ansible-8.6.1.tar.gz 41550388 BLAKE2B 
bfa1d1a3fd3a32270f0551942594c117c3637e1556e838ff25fc2116e10e40556fcf0c495228c5aa52238466857194898329cf16dfa9e16d5499a86d80018ea0
 SHA512 
92cb3909693b54c47b88987aa92b3ca7caa1765f16a7e4c88abf0e3ff70e9d764de145fffdc56d04c40b4d4d6551775cfd7b99423373feffe6706ef80c84baa4
 DIST ansible-8.7.0.tar.gz 49317896 BLAKE2B 
d5923753e368e908a569c5f8f261b1afe7c51d5381db190bf7de1e81f0a6359136581852faa2974f174e816944c66e2c0f625d3d62bdde324758309982c90de9
 SHA512 
6a67f8553c3fa56559e4a31ec627cfe2c5f42e147d94bea305ec4580af9ba8add136092b209a5a3d7f9022407e9d557484f044d23cb227973fe4e4341fed7983
 DIST ansible-9.0.1.tar.gz 41021796 BLAKE2B 
d5127e5be9ec2f835e4d32a4a30889f9c0cd50f63f843472b36bce7220a3c7063fefa9e47cba1ea790f44e2a55fd8c1652df49518f76cfa1cac6ad84d7f076c3
 SHA512 
8ae5f6a3e5039129d3a918a538b6b16644a2b489894cbd8a455cbb71ba73b0b0eeb326b7d72b238698af4f7f19cd4ac3fed8e8d55518f817eeae8651776ae503

diff --git a/app-admin/ansible/ansible-8.6.0.ebuild 
b/app-admin/ansible/ansible-8.6.0.ebuild
deleted file mode 100644
index e3d64307f340..
--- a/app-admin/ansible/ansible-8.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-RESTRICT="test"
-
-RDEPEND=">=app-admin/ansible-core-2.15.0
-   

[gentoo-commits] proj/kde:master commit in: Documentation/maintainers/

2024-01-07 Thread Andreas Sturmlechner
commit: 6bb7a3bfa46fa0710a71c727607f71432df6cc21
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 19:09:04 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 19:09:04 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6bb7a3bf

Documentation: regenerate-files: Support categories with digits in them

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

 Documentation/maintainers/regenerate-files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index 04f22f6e4a..6591904a35 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -64,7 +64,7 @@ for release in $GEAR_RELEASES; do
echo -e "${HEADER}" > "kde-gear-${release}.49..keywords"
for file in ".kde-gear-${release}"/*; do
newfile=".kde-gear-${release}.49."/$(basename 
"${file}")
-   sed -e 
"/^<[a-z-]*\/.*\.50$/{s/\.50/.49./;s/^ "${newfile}"
# echo "${newfile}"
done



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/.kde-gear-24.02.49.9999/, ...

2024-01-07 Thread Andreas Sturmlechner
commit: b0b3a4ebcd9a398d5c5dacd9a899235bf8473656
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 19:09:53 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 19:09:53 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b0b3a4eb

Documentation: Regenerate KDE Gear with fixed net-p2p/ktorrent atom

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

 .../package.accept_keywords/.kde-gear-23.08.49./kdenetwork-23.08| 2 +-
 .../package.accept_keywords/.kde-gear-24.02.49./kdenetwork-24.02| 2 +-
 Documentation/package.accept_keywords/kde-gear-23.08.49..keywords   | 2 +-
 Documentation/package.accept_keywords/kde-gear-24.02.49..keywords   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-gear-23.08.49./kdenetwork-23.08
 
b/Documentation/package.accept_keywords/.kde-gear-23.08.49./kdenetwork-23.08
index 5c555aa9a8..c9b3356334 100644
--- 
a/Documentation/package.accept_keywords/.kde-gear-23.08.49./kdenetwork-23.08
+++ 
b/Documentation/package.accept_keywords/.kde-gear-23.08.49./kdenetwork-23.08
@@ -16,4 +16,4 @@
 ~net-libs/libktorrent-23.08.49. **
 ~net-misc/kio-zeroconf-23.08.49. **
 ~net-news/alligator-23.08.49. **
-

[gentoo-commits] repo/proj/guru:dev commit in: net-dialup/minimodem/

2024-01-07 Thread Seth Price
commit: 2faad3d3ec28a013fa61a1faabdc8cab25a23c6c
Author: Seth M. Price  aol  com>
AuthorDate: Sun Jan  7 19:04:13 2024 +
Commit: Seth Price  aol  com>
CommitDate: Sun Jan  7 19:04:13 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2faad3d3

net-dialup/minimodem: new package, add 0.24

Signed-off-by: Seth M. Price  aol.com>

 net-dialup/minimodem/Manifest  |  1 +
 net-dialup/minimodem/metadata.xml  | 22 
 net-dialup/minimodem/minimodem-0.24.ebuild | 32 ++
 3 files changed, 55 insertions(+)

diff --git a/net-dialup/minimodem/Manifest b/net-dialup/minimodem/Manifest
new file mode 100644
index 00..6ae8aa9bf6
--- /dev/null
+++ b/net-dialup/minimodem/Manifest
@@ -0,0 +1 @@
+DIST minimodem-0.24.tar.gz 159508 BLAKE2B 
a08c2ef87ed6d50d5bae390d97a384591da9612e4b60b10fc373fa00bceb60a3f67389179c92303a9d3008184f141d37753043355fe9de04429e5e9f8c9b8167
 SHA512 
5c3a5e6f185d4b09c5f24d776393f2e2d5d787c097c44490905119513b9b39db53b7f2f7e624a4b527e8e8e827a5b99af6b0df5ca525046f60b49fe9ba2b0ceb

diff --git a/net-dialup/minimodem/metadata.xml 
b/net-dialup/minimodem/metadata.xml
new file mode 100644
index 00..addcf89791
--- /dev/null
+++ b/net-dialup/minimodem/metadata.xml
@@ -0,0 +1,22 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   Seth M. Price
+   sprice...@aol.com
+   
+   
+   Minimodem is a command-line program which decodes (or generates)
+   audio modem tones at any specified baud rate, using various
+   framing protocols. It acts a general-purpose software FSK modem,
+   and includes support for various standard FSK protocols such as
+   Bell103, Bell202, RTTY, TTY/TDD, NOAA SAME, and Caller-ID. 
+   
+   
+   Enable support for the 
media-sound/sndio backend
+   
+   
+   
https://github.com/kamalmostafa/minimodem/issues
+   kamalmostafa/minimodem
+   
+

diff --git a/net-dialup/minimodem/minimodem-0.24.ebuild 
b/net-dialup/minimodem/minimodem-0.24.ebuild
new file mode 100644
index 00..2ca21b2552
--- /dev/null
+++ b/net-dialup/minimodem/minimodem-0.24.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="General-purpose software audio FSK modem"
+HOMEPAGE="http://www.whence.com/minimodem/";
+SRC_URI="http://www.whence.com/minimodem/minimodem-${PV}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="alsa pulseaudio sndfile sndio"
+
+DEPEND="sndfile? ( media-libs/libsndfile )
+   sci-libs/fftw:3.0
+   alsa? ( media-libs/alsa-lib )
+   pulseaudio? ( media-libs/libpulse )
+   sndio? ( media-sound/sndio )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   eautoreconf
+   eapply_user
+}
+
+src_configure() {
+   my_args="$(use_with alsa) $(use_with pulseaudio) $(use_with sndfile)"
+   econf $my_args
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/prowlarr/

2024-01-07 Thread Craig Andrews
commit: 54786b0b16c6d20fff5f117b1c92f033ca3a22a2
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Jan  7 19:38:05 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Jan  7 19:42:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54786b0b

www-apps/prowlarr: drop 1.11.4.4173

Signed-off-by: Craig Andrews  gentoo.org>

 www-apps/prowlarr/Manifest|  6 ---
 www-apps/prowlarr/prowlarr-1.11.4.4173.ebuild | 66 ---
 2 files changed, 72 deletions(-)

diff --git a/www-apps/prowlarr/Manifest b/www-apps/prowlarr/Manifest
index bdbbb50c5928..e6ef6dffc2c0 100644
--- a/www-apps/prowlarr/Manifest
+++ b/www-apps/prowlarr/Manifest
@@ -4,9 +4,3 @@ DIST Prowlarr.develop.1.12.0.4188.linux-core-x64.tar.gz 
91319619 BLAKE2B 15ae15e
 DIST Prowlarr.develop.1.12.0.4188.linux-musl-core-arm.tar.gz 87109766 BLAKE2B 
f72f3c52911bf1770c259477a35bcef3f8a03d14bbe596b42e47ddae983d9665c6959bcd16d554089ba1d605bb6d5c0b51c7552920c09663e6094f6b112c6eb3
 SHA512 
f6cba552317fc71f55f1fabe8bdee4745107b10809273b2d0e5c5088cc3fb2e1c52169fab3ef53470a5f41dd63047aeac0f66cf760291f8e185e8788ec6b3779
 DIST Prowlarr.develop.1.12.0.4188.linux-musl-core-arm64.tar.gz 86382500 
BLAKE2B 
04285fad32fd9ab35ceea2b3b657926db6de04e269a22fed70802042bba2a70df50f0eef6afdc9cc9ccd33a073c3cf741a4146b8bc61b60452a0ce48c0d07210
 SHA512 
2638b1eac2a25bc31c6716098853d8b5c71a99e453ee6e6ad35e2683afe6ca47ad243710e160b52b6fc2bd3e9d2cdaf44763e2a537d9cb2444d0be1cd4a7c346
 DIST Prowlarr.develop.1.12.0.4188.linux-musl-core-x64.tar.gz 90385092 BLAKE2B 
967b7c0afd7aa2ed335f3607c58100eb3e3ca3ad4f36dbe84e709cfb088f6fbfb30624f469112704f209201520c5d567264e88ce6c740467a5b755752a913323
 SHA512 
ca7c9f71a58302f6aa33daf5e66aaaeafdb76688f7e66b5596770be7b119ffae757fba6659e41912e71034e6f7793ba3db01ab05b90e815f5f87d0ac19b27494
-DIST Prowlarr.master.1.11.4.4173.linux-core-arm.tar.gz 87029424 BLAKE2B 
9a036c42d580c3cdfae5b78bcd9cfd30822e5f634ae3eaa3a0d761fc6d218363a5612c9e49a3d8317adf3f9b99380476467787f1ad3ef4d50d07f9f371bebf5b
 SHA512 
d373946988fb17edaca18bf38e282c33869e0b8b38fd1205f559607483f46ff26d055afac4ba3e5b0b71edbc163e07cc03eec8b1d901468ddf3f13d151fb35d7
-DIST Prowlarr.master.1.11.4.4173.linux-core-arm64.tar.gz 86318333 BLAKE2B 
76cf9f7eec7b70685948d32140115f7e32e4d92b9e90f3de13d9c5b04907dec47bec7534b897b70809bf8e11493c5e1626a5ceec4029b884a1903a6d39bfbf45
 SHA512 
b5fecff097fefba4053e8906d449311cf5585f2dcd77a48ac609ee30f7cd08c3418477fbdb6402c218ec260ea871161c8f2a0cecc2042332eaf2972353b77eda
-DIST Prowlarr.master.1.11.4.4173.linux-core-x64.tar.gz 91313923 BLAKE2B 
30a634cc99c0eb2456be2fffac3c077320285403605cbb0e0eb175252787dbf9167b595f43fd3a8c0186ba9b304beada7b294bd577e324a74595a3b346c9a9ac
 SHA512 
13e4cf8baa8102e6eda80ebecded651bb40604ca9952580c7480f2fdb935981d1301f84f35a9f2f09d732da0cd2b22e801599c1c90613bf0d0313191ad69ac3b
-DIST Prowlarr.master.1.11.4.4173.linux-musl-core-arm.tar.gz 87100479 BLAKE2B 
a1cb880cfa384910ffc66d8eb669c3205a7f90e0651475eba25f6845d9eb603046ec95a3e12b0ee003ae860b8edf554928bb23e181ba453b94c7d4ab9f63dfd0
 SHA512 
86b75797e2cb91f692122fdc63bee7d84e0c90bd59d5453398d77580d94191621448a9c08098a2f74d4c7442afc84268cb04121fc391633e742dd750bff36eeb
-DIST Prowlarr.master.1.11.4.4173.linux-musl-core-arm64.tar.gz 86376765 BLAKE2B 
364168e5160891f43af2fff2f8830513a281488b8e90dc18fb14f65536e953aac217bd6b43de9a36ed2642420be0157154c65af25fc169a7a2ad8407e4a3b0c5
 SHA512 
f1352eb2c1a9dca05670bf397a0bdb9601963c72db44f4d9bfb9e1410a72d34cc6b134529e7ff5b4c1196023ddb93bdf9a200ddc1778c2626a1032394b786a04
-DIST Prowlarr.master.1.11.4.4173.linux-musl-core-x64.tar.gz 90371280 BLAKE2B 
a4f749b22a5615475a650cad408794af558d9e15dee5332a3f8834538d5fa91e31b8b1b514eb3d90059ad5793db88436ec18a6c2ee730ade79369e01e9cbba1a
 SHA512 
130f84a60167c88668205f9d0a3b00292cbc2315dcf75fcb4e55f4c6b97609ecef09aefce6df7a4491a1f653b065a478725a0ed906259f8ba660ff250045ca9a

diff --git a/www-apps/prowlarr/prowlarr-1.11.4.4173.ebuild 
b/www-apps/prowlarr/prowlarr-1.11.4.4173.ebuild
deleted file mode 100644
index 7661310592fb..
--- a/www-apps/prowlarr/prowlarr-1.11.4.4173.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-SRC_URI="
-   amd64? (
-   elibc_glibc? ( 
https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-core-x64.tar.gz
 )
-   elibc_musl? ( 
https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-musl-core-x64.tar.gz
 )
-   )
-   arm? (
-   elibc_glibc? ( 
https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-core-arm.tar.gz
 )
-   elibc_musl? ( 
https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-musl-core-arm.tar.gz
 )
-   )
-   arm64? (
-   elibc_glibc? ( 
h

[gentoo-commits] repo/gentoo:master commit in: www-apps/prowlarr/

2024-01-07 Thread Craig Andrews
commit: 9931c541ac800e55c3b30b8b19ef2c3b68dc65da
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Jan  7 19:38:02 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Jan  7 19:42:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9931c541

www-apps/prowlarr: add 1.12.0.4188

Signed-off-by: Craig Andrews  gentoo.org>

 www-apps/prowlarr/Manifest|  6 +++
 www-apps/prowlarr/prowlarr-1.12.0.4188.ebuild | 66 +++
 2 files changed, 72 insertions(+)

diff --git a/www-apps/prowlarr/Manifest b/www-apps/prowlarr/Manifest
index 3773e74084fc..bdbbb50c5928 100644
--- a/www-apps/prowlarr/Manifest
+++ b/www-apps/prowlarr/Manifest
@@ -1,3 +1,9 @@
+DIST Prowlarr.develop.1.12.0.4188.linux-core-arm.tar.gz 87042386 BLAKE2B 
0fe878787f940c476910f6c7e314c72fa8ea12428aba7bfb85037dc0da5fea8de2aa17af665a2e7e95f9cf04aa2caa903209c3e1a3f24cc1e16c41bf6cf5eaf6
 SHA512 
960ce2bbb5f04e111b7dc24ca44a60fbfc3746b80ab84b6b8e1cb7bbc25ec31b4cee9e165ba66ad3e1586c8a211d8421fe93aa8cf73f20bc12698bbb5a5f2ac4
+DIST Prowlarr.develop.1.12.0.4188.linux-core-arm64.tar.gz 86320270 BLAKE2B 
fe8862ef12229d914d02e68c329c1cd229c81b8b5f11afe5a447ec7cc7f2247b1a4b289e5e4fc5c93404aaa2e6c2b18fbd142df1031c100a6d33777a8b306a99
 SHA512 
98d95c91a072e75e0948352dfa55b4cce8f0ce58ebbd6beec964591486ae87508fa79359f06787c314412efaa81985ee2412746c6daf2432fa99203e405cc870
+DIST Prowlarr.develop.1.12.0.4188.linux-core-x64.tar.gz 91319619 BLAKE2B 
15ae15e3d0fa232854e00966ab6ce42d052c999cdd0a3ef6461941f49ba0930420c1f3b0cd20bfad36ef5f34ff1113b0f19cd8ef6551ce1e1ce76c04b60bc341
 SHA512 
b43748239c02642165f2b7d6d974cf30bc0aa52c30cfb96bb834009b41a61dcd19d752f6812d5e84f59a1d503dc1f0a6528669b7e5d6d3db076894ebdca1bb7f
+DIST Prowlarr.develop.1.12.0.4188.linux-musl-core-arm.tar.gz 87109766 BLAKE2B 
f72f3c52911bf1770c259477a35bcef3f8a03d14bbe596b42e47ddae983d9665c6959bcd16d554089ba1d605bb6d5c0b51c7552920c09663e6094f6b112c6eb3
 SHA512 
f6cba552317fc71f55f1fabe8bdee4745107b10809273b2d0e5c5088cc3fb2e1c52169fab3ef53470a5f41dd63047aeac0f66cf760291f8e185e8788ec6b3779
+DIST Prowlarr.develop.1.12.0.4188.linux-musl-core-arm64.tar.gz 86382500 
BLAKE2B 
04285fad32fd9ab35ceea2b3b657926db6de04e269a22fed70802042bba2a70df50f0eef6afdc9cc9ccd33a073c3cf741a4146b8bc61b60452a0ce48c0d07210
 SHA512 
2638b1eac2a25bc31c6716098853d8b5c71a99e453ee6e6ad35e2683afe6ca47ad243710e160b52b6fc2bd3e9d2cdaf44763e2a537d9cb2444d0be1cd4a7c346
+DIST Prowlarr.develop.1.12.0.4188.linux-musl-core-x64.tar.gz 90385092 BLAKE2B 
967b7c0afd7aa2ed335f3607c58100eb3e3ca3ad4f36dbe84e709cfb088f6fbfb30624f469112704f209201520c5d567264e88ce6c740467a5b755752a913323
 SHA512 
ca7c9f71a58302f6aa33daf5e66aaaeafdb76688f7e66b5596770be7b119ffae757fba6659e41912e71034e6f7793ba3db01ab05b90e815f5f87d0ac19b27494
 DIST Prowlarr.master.1.11.4.4173.linux-core-arm.tar.gz 87029424 BLAKE2B 
9a036c42d580c3cdfae5b78bcd9cfd30822e5f634ae3eaa3a0d761fc6d218363a5612c9e49a3d8317adf3f9b99380476467787f1ad3ef4d50d07f9f371bebf5b
 SHA512 
d373946988fb17edaca18bf38e282c33869e0b8b38fd1205f559607483f46ff26d055afac4ba3e5b0b71edbc163e07cc03eec8b1d901468ddf3f13d151fb35d7
 DIST Prowlarr.master.1.11.4.4173.linux-core-arm64.tar.gz 86318333 BLAKE2B 
76cf9f7eec7b70685948d32140115f7e32e4d92b9e90f3de13d9c5b04907dec47bec7534b897b70809bf8e11493c5e1626a5ceec4029b884a1903a6d39bfbf45
 SHA512 
b5fecff097fefba4053e8906d449311cf5585f2dcd77a48ac609ee30f7cd08c3418477fbdb6402c218ec260ea871161c8f2a0cecc2042332eaf2972353b77eda
 DIST Prowlarr.master.1.11.4.4173.linux-core-x64.tar.gz 91313923 BLAKE2B 
30a634cc99c0eb2456be2fffac3c077320285403605cbb0e0eb175252787dbf9167b595f43fd3a8c0186ba9b304beada7b294bd577e324a74595a3b346c9a9ac
 SHA512 
13e4cf8baa8102e6eda80ebecded651bb40604ca9952580c7480f2fdb935981d1301f84f35a9f2f09d732da0cd2b22e801599c1c90613bf0d0313191ad69ac3b

diff --git a/www-apps/prowlarr/prowlarr-1.12.0.4188.ebuild 
b/www-apps/prowlarr/prowlarr-1.12.0.4188.ebuild
new file mode 100644
index ..12ab0422288f
--- /dev/null
+++ b/www-apps/prowlarr/prowlarr-1.12.0.4188.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+SRC_URI="
+   amd64? (
+   elibc_glibc? ( 
https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core-x64.tar.gz
 )
+   elibc_musl? ( 
https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-musl-core-x64.tar.gz
 )
+   )
+   arm? (
+   elibc_glibc? ( 
https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core-arm.tar.gz
 )
+   elibc_musl? ( 
https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-musl-core-arm.tar.gz
 )
+   )
+   arm64? (
+   elibc_glibc? ( 
https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core

[gentoo-commits] repo/gentoo:master commit in: www-apps/radarr/

2024-01-07 Thread Craig Andrews
commit: 2883daec1b00143e4baf07d1e55a59176d544651
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Jan  7 19:39:35 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Jan  7 19:42:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2883daec

www-apps/radarr: drop 5.2.6.8376

Signed-off-by: Craig Andrews  gentoo.org>

 www-apps/radarr/Manifest |  6 ---
 www-apps/radarr/radarr-5.2.6.8376.ebuild | 67 
 2 files changed, 73 deletions(-)

diff --git a/www-apps/radarr/Manifest b/www-apps/radarr/Manifest
index bea7dec0564e..3da8b0106164 100644
--- a/www-apps/radarr/Manifest
+++ b/www-apps/radarr/Manifest
@@ -4,9 +4,3 @@ DIST Radarr.develop.5.3.0.8410.linux-core-x64.tar.gz 100531138 
BLAKE2B b62594c2f
 DIST Radarr.develop.5.3.0.8410.linux-musl-core-arm.tar.gz 94930680 BLAKE2B 
754f1231588722d4c3f328e8d5dc22129b93e77e4fa2e6943cec8986586dfe93d2a215da718c7df6d2192a383d7b0bebb44341ee27064848bf4f77174a893d8b
 SHA512 
0673265f2b53761743fb698e76e0fa1ade49fc8cf57b0c1bc0bb6919e969618b07795ec8ca4822ca0232201ea6df7ea486ce6c54ca6a3f1955b53f683ab30cc4
 DIST Radarr.develop.5.3.0.8410.linux-musl-core-arm64.tar.gz 94591332 BLAKE2B 
0c530a083106c89e4407431df69ab7eee60870922e62a88e928160bb2a5b254033c39085c836162f1b323647f7274f8cb4792af3ae82954baa6828291c452257
 SHA512 
49936bd420933d3fcd1cc52bd9df57e2d6d60fdc9c2dbde01f9abe42d1e9bf8debc0e92702deb2ed57e3b2993db059bd35f92a0bdfff2ab0c4a6c7adeb92fe10
 DIST Radarr.develop.5.3.0.8410.linux-musl-core-x64.tar.gz 99603627 BLAKE2B 
6f8a9e3aa8fe3bb6d2dc6e261e89b090616fcdb799f257afc2fdae45eb15ff833fbf53d955d1b59f5b0539932585acf84b119bc23e8c4187271e5e819a8630b5
 SHA512 
2cc7754ee992395737408b34f7697695b5bf7828f82b413b7aecc1280d3b6e3311572ce8510457aaf4840e5c2835df41ab4541179efda5f83f17c13cd71c7219
-DIST Radarr.master.5.2.6.8376.linux-core-arm.tar.gz 94618806 BLAKE2B 
13ea8258fa74a6e4e88d81f3050741578dcfa16e14c436f5ce2eb7a17b7620c87c67e67c0e8af378152243f15854b7b97f50830786d6999a8cf10d84821305de
 SHA512 
cd84ace98f55fe733030548f63668246e4c8b0c2e7d9c5e840f97c499b110706f832daf2a6f410a2bc6114d3989a2e1652184f5c6411d86d81cfebb02728be0f
-DIST Radarr.master.5.2.6.8376.linux-core-arm64.tar.gz 94286282 BLAKE2B 
56698da6f8c6f8907e3bf9f6ef2c3bd72a2104b52953ea24346a4834b3f850d24ff8859ac1330469463b136e4af8b4a21b2aba66bff71cb4424716b4f4bc0d33
 SHA512 
3217168041bfd97a51869fa63e3908a4e92b2bea39b85de8629d3cc6c6ba377f6152b4a4f509a709c7166a2fe5cd019a608f3b0a95265827d039e4671e5d
-DIST Radarr.master.5.2.6.8376.linux-core-x64.tar.gz 100285721 BLAKE2B 
46a0b9f46b95bd3d9103a71de36cf1577e2708316fb51f2c385a62e723cb630190a17d91f066dbcff3262f396d8cdec34d957f7825a2f39867a10b944b84a8c7
 SHA512 
4d99859f75a2a37e9dc3db4b9d637abd60939352a8da586ef6d0aa41e9ae34d44ce84186178b2262592091a585da4833b3589adde53306c2ef5b8d09805875bd
-DIST Radarr.master.5.2.6.8376.linux-musl-core-arm.tar.gz 9454 BLAKE2B 
7d4e7c2be768a4ed767a8455ee8c98e08b8fa74aac9b7a4065c8fe75945ead4412f974d8f7472cddce3f97afd51dd35ad326cc768c69b070c83c9c1ef27779ab
 SHA512 
241bf53d5f84ebb3c2d3bdd0e6f34f2b2a3959ebfd6c3044d8a2b4af50b6318e770cdc9e450efba4bc39316322ac7134172d290c42a12e4cbedfeda21cde3a53
-DIST Radarr.master.5.2.6.8376.linux-musl-core-arm64.tar.gz 94347608 BLAKE2B 
4adf9e527cb757d662d2373207fc99305a3cc5356610856ca038b79a0e6d294fa8c62ce479e213084700d7ecca8f8833eb2152f4275b8af745ba36efe09a7849
 SHA512 
74b18349455fa31123888060323fc707e8b0d515114ca9c74e476360fcdfc4bb18c68ae213c9baad0aa7eb12da9477fcda9e41a28af3b2b1e12187d987a6b8c6
-DIST Radarr.master.5.2.6.8376.linux-musl-core-x64.tar.gz 99351948 BLAKE2B 
90d3cae49a6b1a815fcc2aa5270d64bb21a7cc29f2d0c832d942e3f71bbed26ad1e77fd23ceda2dbc97ac15d7ba77c8b15f89e3f59ea6dad261c80225e1b3335
 SHA512 
f18891bc3c9cf4e264cc1351ef4128ba57dbd6d52a78023df190f9bcdab95b6304a07abc42d75279183e1fe028d5514205aff10059354b47133c43d6ff4b976d

diff --git a/www-apps/radarr/radarr-5.2.6.8376.ebuild 
b/www-apps/radarr/radarr-5.2.6.8376.ebuild
deleted file mode 100644
index 28305fdb097f..
--- a/www-apps/radarr/radarr-5.2.6.8376.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-SRC_URI="
-   amd64? (
-   elibc_glibc? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.master.${PV}.linux-core-x64.tar.gz
 )
-   elibc_musl? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.master.${PV}.linux-musl-core-x64.tar.gz
 )
-   )
-   arm? (
-   elibc_glibc? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.master.${PV}.linux-core-arm.tar.gz
 )
-   elibc_musl? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.master.${PV}.linux-musl-core-arm.tar.gz
 )
-   )
-   arm64? (
-   elibc_glibc? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.master.${PV}.linux

[gentoo-commits] repo/gentoo:master commit in: www-apps/readarr/

2024-01-07 Thread Craig Andrews
commit: b41bd59a35c4b576c531452a02aa237dce8f6ac6
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Jan  7 19:41:14 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Jan  7 19:42:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41bd59a

www-apps/readarr: add 0.3.14.2358

Signed-off-by: Craig Andrews  gentoo.org>

 www-apps/readarr/Manifest   |  6 +++
 www-apps/readarr/readarr-0.3.14.2358.ebuild | 66 +
 2 files changed, 72 insertions(+)

diff --git a/www-apps/readarr/Manifest b/www-apps/readarr/Manifest
index 5c4b35108b41..e01e18b0dde1 100644
--- a/www-apps/readarr/Manifest
+++ b/www-apps/readarr/Manifest
@@ -4,3 +4,9 @@ DIST Readarr.develop.0.3.14.2348.linux-core-x64.tar.gz 92530917 
BLAKE2B 8e348bfc
 DIST Readarr.develop.0.3.14.2348.linux-musl-core-arm.tar.gz 88313472 BLAKE2B 
69b6e20bc95062115fb9160cda9949970309121acc564cde999fa017bacbd78bfbe14ffcb90bfa6b22c27e242b63210b2176b8a9f2b03143879cae9366fcf32e
 SHA512 
377f4153a396c23dd57240387e1d64b35c5f322e7da3427d74335cb0c7bd1ab9416ecfba80208c957c2e4c7bdb13ced99fc9b5527945e264592dc5bfd4c0a6c1
 DIST Readarr.develop.0.3.14.2348.linux-musl-core-arm64.tar.gz 87580569 BLAKE2B 
5c8660b647d5ba24540ded9f5ee85705c2ff9d5df209ba3c88cf5096e0ada5cbfedbaa09022b7ef58de126cb88c41f74390720f0915920252cd9c90b6b7a1a6b
 SHA512 
78a0a4673ea2ff19c5b03547839e1bf536c91ddb21df1702a314e2e69be1f7831f7cbf0337d9513959df2cc68ad7c25c8f2a2a145330de2308e68f75860871f9
 DIST Readarr.develop.0.3.14.2348.linux-musl-core-x64.tar.gz 91601238 BLAKE2B 
26b202d012f7ab9d0676111551336eb7456b8d05e2bb016759241dd766f7a468b5c7d18a466b6d3c926abef31267a83594efc0a25c7cbb9697bb5e42207e7d2c
 SHA512 
93c59cdcd30ef2887a65becf21fa3aefc4b5ccb9c7ed0a9891f88d62c7958d38d40dfdaf63acc35176f8f49c7f9118e6f01583ebedc0ccb39269b03a4b9f5bdf
+DIST Readarr.develop.0.3.14.2358.linux-core-arm.tar.gz 88493391 BLAKE2B 
d6c35c9b8d6c47aa2f215cc86cafe5d828aafe2e49281475543343a3bcd842858bd3340bcb9e158c0c5da3951936aff1ea38cbc2edeadabfc6c441dfcd8224cc
 SHA512 
aefecc28ff713cc09457fd35441482f3703b1167da32f10bc43e8a5fa60d405b1a2bc638c61fdc4abc905f5d6ee441601e0a7d64b40be2b02f07b3d40aca474c
+DIST Readarr.develop.0.3.14.2358.linux-core-arm64.tar.gz 87763797 BLAKE2B 
385ebed3f71af2a5cbfa3cde294f486cb325fd0cea0983a3110aaa2bb05727644e50b035718e6286e6a77081feb3ea4f5802747314e1ce38fc4e1888c23fde14
 SHA512 
46e4f53cd33b2f8c43efd438b846956a7f5bc406bdb118338d57b90f1f5eabe1bce17e04e62a035df7e4a7936ff5c6555ce98009ac1539eb57fa9c4c14d7868b
+DIST Readarr.develop.0.3.14.2358.linux-core-x64.tar.gz 92775015 BLAKE2B 
0873c4543d3ab6c4c334ec105e06aca9e8555ee9843ce1782a7028a40f8541900967bc37fba94ac44158611561f501565606ed96193ea47cd57d78a065376d6c
 SHA512 
7172e629901e2a68d6314e34e4719c06aa616f6bd81c45bf044d33bd1d8d7ffaac90607daeb3f5534ff5745d01cc9ab2ba34d9ea2aecdb44d6e27656d229b9cc
+DIST Readarr.develop.0.3.14.2358.linux-musl-core-arm.tar.gz 88555157 BLAKE2B 
5525a5c10a8dcadb17bd9b9e271fe8821b2c8cfdb2d9a78e2bb5823d8cf8ed4f2da9579aa033be6d76f685582f264240a84638cfd2ab71faef69941c374033e1
 SHA512 
faca75c51e563ad09d1e35eaf0f9374632a5cee8de0391b23d84c0e46e6e38addab7c77da524a379ed30f962920b0e6bf6bedcb8142c4d9c79bb9274fde9065c
+DIST Readarr.develop.0.3.14.2358.linux-musl-core-arm64.tar.gz 87818149 BLAKE2B 
3ae82647e3d0627333558c72393043d181c23b12620b1de9dd075baaf105d3495e7b6b20332377e065be95e4048537d5c56af4faa84b6dbf5a91a07d852ea4ac
 SHA512 
3fa3e1d9ff3ab0c9bf13edc8a439ce31027695288bd46cab832abe74b47719c0b848a9d11b3db589e72b844654074e0f0a710bf2b540d376c355fcb6102ce351
+DIST Readarr.develop.0.3.14.2358.linux-musl-core-x64.tar.gz 91823816 BLAKE2B 
6da92f8319a72d9f83ae43943fdc584bfe9cb6fcba381de40bf884b7a9e326a492a8cacb12e69bce1caecfc10ead16298bc95080ccf5e6e815a66f40a560cf63
 SHA512 
cc3b27e5407783c03bb5fb5b387e541b3514bcb4b786b4ebddb692c3ffef50333c5d05070e417f07bee1ccea9dd290dd54cd9b7bccf3d32ecce36ba5f29df505

diff --git a/www-apps/readarr/readarr-0.3.14.2358.ebuild 
b/www-apps/readarr/readarr-0.3.14.2358.ebuild
new file mode 100644
index ..37c24ad2fa29
--- /dev/null
+++ b/www-apps/readarr/readarr-0.3.14.2358.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+SRC_URI="
+   amd64? (
+   elibc_glibc? ( 
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-x64.tar.gz
 )
+   elibc_musl? ( 
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-x64.tar.gz
 )
+   )
+   arm? (
+   elibc_glibc? ( 
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm.tar.gz
 )
+   elibc_musl? ( 
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-arm.tar.gz
 )
+   )
+   arm64? (
+   elibc_glibc? ( 
https://github.com/Readarr/Rea

[gentoo-commits] repo/gentoo:master commit in: www-apps/readarr/

2024-01-07 Thread Craig Andrews
commit: 48cd644cef30a7b17071f14f23387ec26be47958
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Jan  7 19:41:16 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Jan  7 19:42:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cd644c

www-apps/readarr: drop 0.3.14.2348

Signed-off-by: Craig Andrews  gentoo.org>

 www-apps/readarr/Manifest   |  6 ---
 www-apps/readarr/readarr-0.3.14.2348.ebuild | 66 -
 2 files changed, 72 deletions(-)

diff --git a/www-apps/readarr/Manifest b/www-apps/readarr/Manifest
index e01e18b0dde1..76ab7b206fa7 100644
--- a/www-apps/readarr/Manifest
+++ b/www-apps/readarr/Manifest
@@ -1,9 +1,3 @@
-DIST Readarr.develop.0.3.14.2348.linux-core-arm.tar.gz 88251365 BLAKE2B 
a8b0c52c85eb883538b548059f8c391d1845bf532af91ef06bbdc0d6d535f9b536de8d5eb830860bfd80f04bde4f78c41b172f5f7b11629ac4d2113071fe069b
 SHA512 
0ccbf044600a9d73446c65184f18b7918cee4b799c587528e59ac57726d9dd163b843543f73e88f0a49173645be9bcd4e99f434a63ded06a7707fd23d342d2bd
-DIST Readarr.develop.0.3.14.2348.linux-core-arm64.tar.gz 87533067 BLAKE2B 
25ed2f1dca1d1ff43a6d81cbd62d23c35011bc8d6ab9ab55b1154d1936e442a96149a8ff859cec1639743453e87bcbbd2dd578b24b5bf60c45f195cbebf50428
 SHA512 
6c842f8e4085087b96f745ae8026db1245341d41fa996bb24a1b23e3445827495c5713c9373d0b4eb5ddc169d6102722046af84a1a677ab04a9896a459202b3d
-DIST Readarr.develop.0.3.14.2348.linux-core-x64.tar.gz 92530917 BLAKE2B 
8e348bfcb2eeb74936163fcd332cca705d9a2a4979aff3f88dda95ec7e5e37ac3738279022affa2d8eb31ad8e827ca63dfd82ec759c6b1bc239da4160ede9856
 SHA512 
c100830da63403854d92126149b85a6e17412cf19915fa4badd55ca94a8919f4ba2e1e149ae4b29bb045af470715699ab75c35ffb2f2251be35a44f3a79b4f40
-DIST Readarr.develop.0.3.14.2348.linux-musl-core-arm.tar.gz 88313472 BLAKE2B 
69b6e20bc95062115fb9160cda9949970309121acc564cde999fa017bacbd78bfbe14ffcb90bfa6b22c27e242b63210b2176b8a9f2b03143879cae9366fcf32e
 SHA512 
377f4153a396c23dd57240387e1d64b35c5f322e7da3427d74335cb0c7bd1ab9416ecfba80208c957c2e4c7bdb13ced99fc9b5527945e264592dc5bfd4c0a6c1
-DIST Readarr.develop.0.3.14.2348.linux-musl-core-arm64.tar.gz 87580569 BLAKE2B 
5c8660b647d5ba24540ded9f5ee85705c2ff9d5df209ba3c88cf5096e0ada5cbfedbaa09022b7ef58de126cb88c41f74390720f0915920252cd9c90b6b7a1a6b
 SHA512 
78a0a4673ea2ff19c5b03547839e1bf536c91ddb21df1702a314e2e69be1f7831f7cbf0337d9513959df2cc68ad7c25c8f2a2a145330de2308e68f75860871f9
-DIST Readarr.develop.0.3.14.2348.linux-musl-core-x64.tar.gz 91601238 BLAKE2B 
26b202d012f7ab9d0676111551336eb7456b8d05e2bb016759241dd766f7a468b5c7d18a466b6d3c926abef31267a83594efc0a25c7cbb9697bb5e42207e7d2c
 SHA512 
93c59cdcd30ef2887a65becf21fa3aefc4b5ccb9c7ed0a9891f88d62c7958d38d40dfdaf63acc35176f8f49c7f9118e6f01583ebedc0ccb39269b03a4b9f5bdf
 DIST Readarr.develop.0.3.14.2358.linux-core-arm.tar.gz 88493391 BLAKE2B 
d6c35c9b8d6c47aa2f215cc86cafe5d828aafe2e49281475543343a3bcd842858bd3340bcb9e158c0c5da3951936aff1ea38cbc2edeadabfc6c441dfcd8224cc
 SHA512 
aefecc28ff713cc09457fd35441482f3703b1167da32f10bc43e8a5fa60d405b1a2bc638c61fdc4abc905f5d6ee441601e0a7d64b40be2b02f07b3d40aca474c
 DIST Readarr.develop.0.3.14.2358.linux-core-arm64.tar.gz 87763797 BLAKE2B 
385ebed3f71af2a5cbfa3cde294f486cb325fd0cea0983a3110aaa2bb05727644e50b035718e6286e6a77081feb3ea4f5802747314e1ce38fc4e1888c23fde14
 SHA512 
46e4f53cd33b2f8c43efd438b846956a7f5bc406bdb118338d57b90f1f5eabe1bce17e04e62a035df7e4a7936ff5c6555ce98009ac1539eb57fa9c4c14d7868b
 DIST Readarr.develop.0.3.14.2358.linux-core-x64.tar.gz 92775015 BLAKE2B 
0873c4543d3ab6c4c334ec105e06aca9e8555ee9843ce1782a7028a40f8541900967bc37fba94ac44158611561f501565606ed96193ea47cd57d78a065376d6c
 SHA512 
7172e629901e2a68d6314e34e4719c06aa616f6bd81c45bf044d33bd1d8d7ffaac90607daeb3f5534ff5745d01cc9ab2ba34d9ea2aecdb44d6e27656d229b9cc

diff --git a/www-apps/readarr/readarr-0.3.14.2348.ebuild 
b/www-apps/readarr/readarr-0.3.14.2348.ebuild
deleted file mode 100644
index 37c24ad2fa29..
--- a/www-apps/readarr/readarr-0.3.14.2348.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-SRC_URI="
-   amd64? (
-   elibc_glibc? ( 
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-x64.tar.gz
 )
-   elibc_musl? ( 
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-x64.tar.gz
 )
-   )
-   arm? (
-   elibc_glibc? ( 
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm.tar.gz
 )
-   elibc_musl? ( 
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-arm.tar.gz
 )
-   )
-   arm64? (
-   elibc_glibc? ( 
https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm64.tar.gz
 )
- 

[gentoo-commits] repo/gentoo:master commit in: www-apps/lidarr/

2024-01-07 Thread Craig Andrews
commit: 7b841fedd3dc9da52c15389b66976d0f461b5829
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Jan  7 19:42:39 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Jan  7 19:42:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b841fed

www-apps/lidarr: add 2.1.2.3893

Signed-off-by: Craig Andrews  gentoo.org>

 www-apps/lidarr/Manifest |  6 +++
 www-apps/lidarr/lidarr-2.1.2.3893.ebuild | 67 
 2 files changed, 73 insertions(+)

diff --git a/www-apps/lidarr/Manifest b/www-apps/lidarr/Manifest
index 9c385e072cc5..0c50dcf74e01 100644
--- a/www-apps/lidarr/Manifest
+++ b/www-apps/lidarr/Manifest
@@ -4,3 +4,9 @@ DIST Lidarr.develop.2.1.1.3877.linux-core-x64.tar.gz 97637532 
BLAKE2B 76832c1201
 DIST Lidarr.develop.2.1.1.3877.linux-musl-core-arm.tar.gz 91569670 BLAKE2B 
0af6023f150637962f43175134f928fd46430552939b4c48cf330f64106d0be082329f85a2d1f8e58693a533d4d8fe9f081d7b4e5650cf42d4e63aee0b8fc0b3
 SHA512 
a78f3cd8f255d9e2ace971fb4139ca4c67ab4cde9a20f72a62fc5498d6a998d755ddcbe4f14e271d7a8373f1571d78942918f6e6387da3b728d2e4bef0beb992
 DIST Lidarr.develop.2.1.1.3877.linux-musl-core-arm64.tar.gz 91193918 BLAKE2B 
84c61accdd38ac952d4b54d878eadf6a67d8d611622b0947ccf1774d955d7f255a0edeaafc70b1be939614aef1f80837119274c64f19c6336e754f62c6e45344
 SHA512 
0c43bbed172e763c849a8a2a1c227ca7cc343c3a8ce25e262dd689373b861bf0a4e7084f48f424369e02dc575fceacac2ab2bdef726bc4dcc158c78f4cbe
 DIST Lidarr.develop.2.1.1.3877.linux-musl-core-x64.tar.gz 96700266 BLAKE2B 
3f9a6e9408c91384d8c9ee98f30c9fe962ce1f2a72cf08b4ce15d5bdd2c28454f2c59592e6289aa6350a8fcc393a81e6788af3f39768980a348cade23299f413
 SHA512 
3747b860d55808ec913517d623353905052ef76d8de95bb2e1436eac7060dc8ca1776ce2e4efee3ca94e7112a74228ea076075ba8a9ab6237c33a7b388cfe3dc
+DIST Lidarr.develop.2.1.2.3893.linux-core-arm.tar.gz 91748857 BLAKE2B 
e076925f1a2edfff99a98319810ba746b0bf7500dc41a72e07fa528d233fe68172553846231d24ce51a3460bb0ed63d8d8541fccde26d5426bc51b386a0c87e4
 SHA512 
0c3c9833ce083c44161ad7f8c69b4d0b5173114ae3856e591801ab0aabaedfbb2166a9e7fbf29fcd5986adeb3eec887f287cae22474f9b9731796b4d3c53d822
+DIST Lidarr.develop.2.1.2.3893.linux-core-arm64.tar.gz 91368859 BLAKE2B 
15c9690c11bd8d7a31da59879b03645c77a7d44b7d12160e9db01273348ec58dca2b75765a53a6467c973cfcf48b18f5d5766029a66a3b60776240d722f92ad0
 SHA512 
937c1cc95bfa2e2e37fdd6a16aa39230cf988e58c67b44f169d278efca93f16a58296e35b64953d00ddf3b8b7ebf8b90d241380d5b260cd1cbd27c259c8741d2
+DIST Lidarr.develop.2.1.2.3893.linux-core-x64.tar.gz 97866802 BLAKE2B 
af301888e597e3b0d30ac2f95f943a17397d942dcf1a5d949d9cd1b9940d6a03b865e1fc0f1cb5c61b5cd79fff3e8636b0f3976fec4cc6915c63ee006d3dba26
 SHA512 
e44953f84bcee0a3119d99c6644eacb44abece8952408a66e6c9f906fe9b48b1533ddd6135c1557edf3b5f29162dd28f7fa4a4a84cff22cbb05c284ee3e3adaa
+DIST Lidarr.develop.2.1.2.3893.linux-musl-core-arm.tar.gz 91806862 BLAKE2B 
6eb98739d1324a272766d4956372d5cdd96d19b80d37cf0e705371f73a109eb8a4c36cfbbe0878d45ba65d742e007de839ddafa8274a2b72697e97603505ac82
 SHA512 
c7d6d643a051a43eb6fdeb2595dae4a02f3a74e4101bc175f64d9f3c05787a2f444bc9a5052d536b233da36b3c19314f532042f1d6a4b7a867a65ab800c6334e
+DIST Lidarr.develop.2.1.2.3893.linux-musl-core-arm64.tar.gz 91425195 BLAKE2B 
8d97b4148609baaabbc183a48e9e590678e9fbd73873a04ec22d79137ae4097460ee2d90994589bd661d5918d43dd69c87f7831e2bb0ede57ca03112d07c02bb
 SHA512 
59ed8bcfb38a8a52939ca24efa058bad9cd3a8446c0cd2c9d7aa8bf0a66471cf464bc191fce5c82ed688d8826b90f814c828ed5d1a5624635ec83baac686752c
+DIST Lidarr.develop.2.1.2.3893.linux-musl-core-x64.tar.gz 96926231 BLAKE2B 
83ee37de57fe1d50c974bae23d1a47126f8cf037ae3eca449855952436fe33e542f1b5128dca9fa679919b1225351c918dffe88b8471dbb2268a7145aabe0aa4
 SHA512 
054231aa73be66c4908f2666d97600ad13831034e095a5276f276b7f68b294bb9908bafb82e80ec473f685d4e4311a142b6153e3d4b7bad66864db6bc41c1b11

diff --git a/www-apps/lidarr/lidarr-2.1.2.3893.ebuild 
b/www-apps/lidarr/lidarr-2.1.2.3893.ebuild
new file mode 100644
index ..ada71be57d53
--- /dev/null
+++ b/www-apps/lidarr/lidarr-2.1.2.3893.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+SRC_URI="
+   amd64? (
+   elibc_glibc? ( 
https://github.com/Lidarr/Lidarr/releases/download/v${PV}/Lidarr.develop.${PV}.linux-core-x64.tar.gz
 )
+   elibc_musl? ( 
https://github.com/Lidarr/Lidarr/releases/download/v${PV}/Lidarr.develop.${PV}.linux-musl-core-x64.tar.gz
 )
+   )
+   arm? (
+   elibc_glibc? ( 
https://github.com/Lidarr/Lidarr/releases/download/v${PV}/Lidarr.develop.${PV}.linux-core-arm.tar.gz
 )
+   elibc_musl? ( 
https://github.com/Lidarr/Lidarr/releases/download/v${PV}/Lidarr.develop.${PV}.linux-musl-core-arm.tar.gz
 )
+   )
+   arm64? (
+   elibc_glibc? ( 
https://github.com/Lidarr/Lidarr/releases/download/v${PV}/Lidarr.develop.${PV}

[gentoo-commits] repo/gentoo:master commit in: www-apps/lidarr/

2024-01-07 Thread Craig Andrews
commit: 8d2240ea57646b102addeb5b24e5b31de15afee6
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Jan  7 19:42:41 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Jan  7 19:42:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2240ea

www-apps/lidarr: drop 2.1.1.3877

Signed-off-by: Craig Andrews  gentoo.org>

 www-apps/lidarr/Manifest |  6 ---
 www-apps/lidarr/lidarr-2.1.1.3877.ebuild | 67 
 2 files changed, 73 deletions(-)

diff --git a/www-apps/lidarr/Manifest b/www-apps/lidarr/Manifest
index 0c50dcf74e01..c984dc5b3c07 100644
--- a/www-apps/lidarr/Manifest
+++ b/www-apps/lidarr/Manifest
@@ -1,9 +1,3 @@
-DIST Lidarr.develop.2.1.1.3877.linux-core-arm.tar.gz 91517014 BLAKE2B 
e6853b96fea0a5993f83138f0d03006a739cfea0dbbc9a6985ac863345db3a5930fee55b4ea5e5cb9c5d4ee6000366b66a0954ab1dbec31aa2b182ea89a3a0f1
 SHA512 
c6f9cdd0a224f9782b01ac4e7e3abd9b523562a5846b365af32535ae06494ac7c07b4f161ddca81b3e6c04e53c566fde3409167fc2d348726b03bcd3f56f30c2
-DIST Lidarr.develop.2.1.1.3877.linux-core-arm64.tar.gz 91134542 BLAKE2B 
d61de67761e47c6b435b660ccfb4e58ff0bf0abf48f7c2b4d0c39a3171dc43ee047bd5b2ee303ea6bc62115053b0cdffdffe7385adadf08d8996dc46b6ff17e5
 SHA512 
360705348034fee458da3d66a7aecc932597a2f65c3ff0c2285bd0f78e9dfb1b08089714e209a87fc4b4f2519596b189f333f555a344a9fdffda4c89487a7dc4
-DIST Lidarr.develop.2.1.1.3877.linux-core-x64.tar.gz 97637532 BLAKE2B 
76832c120178d494933de24791ab81d70ac39daef5a30ea5c24b4e0c8da927e8c435443295c7005973efcc470fbe986eacf15d8ca5e7b09b4261c4473a6aecc1
 SHA512 
26f2197eb8646ac27f2d2f4df4869bde2e703bc48619681e843e60309fc584ca675c959e55f20fdabcab220d020fcb83f51775c62bb661729baa45e5fc559218
-DIST Lidarr.develop.2.1.1.3877.linux-musl-core-arm.tar.gz 91569670 BLAKE2B 
0af6023f150637962f43175134f928fd46430552939b4c48cf330f64106d0be082329f85a2d1f8e58693a533d4d8fe9f081d7b4e5650cf42d4e63aee0b8fc0b3
 SHA512 
a78f3cd8f255d9e2ace971fb4139ca4c67ab4cde9a20f72a62fc5498d6a998d755ddcbe4f14e271d7a8373f1571d78942918f6e6387da3b728d2e4bef0beb992
-DIST Lidarr.develop.2.1.1.3877.linux-musl-core-arm64.tar.gz 91193918 BLAKE2B 
84c61accdd38ac952d4b54d878eadf6a67d8d611622b0947ccf1774d955d7f255a0edeaafc70b1be939614aef1f80837119274c64f19c6336e754f62c6e45344
 SHA512 
0c43bbed172e763c849a8a2a1c227ca7cc343c3a8ce25e262dd689373b861bf0a4e7084f48f424369e02dc575fceacac2ab2bdef726bc4dcc158c78f4cbe
-DIST Lidarr.develop.2.1.1.3877.linux-musl-core-x64.tar.gz 96700266 BLAKE2B 
3f9a6e9408c91384d8c9ee98f30c9fe962ce1f2a72cf08b4ce15d5bdd2c28454f2c59592e6289aa6350a8fcc393a81e6788af3f39768980a348cade23299f413
 SHA512 
3747b860d55808ec913517d623353905052ef76d8de95bb2e1436eac7060dc8ca1776ce2e4efee3ca94e7112a74228ea076075ba8a9ab6237c33a7b388cfe3dc
 DIST Lidarr.develop.2.1.2.3893.linux-core-arm.tar.gz 91748857 BLAKE2B 
e076925f1a2edfff99a98319810ba746b0bf7500dc41a72e07fa528d233fe68172553846231d24ce51a3460bb0ed63d8d8541fccde26d5426bc51b386a0c87e4
 SHA512 
0c3c9833ce083c44161ad7f8c69b4d0b5173114ae3856e591801ab0aabaedfbb2166a9e7fbf29fcd5986adeb3eec887f287cae22474f9b9731796b4d3c53d822
 DIST Lidarr.develop.2.1.2.3893.linux-core-arm64.tar.gz 91368859 BLAKE2B 
15c9690c11bd8d7a31da59879b03645c77a7d44b7d12160e9db01273348ec58dca2b75765a53a6467c973cfcf48b18f5d5766029a66a3b60776240d722f92ad0
 SHA512 
937c1cc95bfa2e2e37fdd6a16aa39230cf988e58c67b44f169d278efca93f16a58296e35b64953d00ddf3b8b7ebf8b90d241380d5b260cd1cbd27c259c8741d2
 DIST Lidarr.develop.2.1.2.3893.linux-core-x64.tar.gz 97866802 BLAKE2B 
af301888e597e3b0d30ac2f95f943a17397d942dcf1a5d949d9cd1b9940d6a03b865e1fc0f1cb5c61b5cd79fff3e8636b0f3976fec4cc6915c63ee006d3dba26
 SHA512 
e44953f84bcee0a3119d99c6644eacb44abece8952408a66e6c9f906fe9b48b1533ddd6135c1557edf3b5f29162dd28f7fa4a4a84cff22cbb05c284ee3e3adaa

diff --git a/www-apps/lidarr/lidarr-2.1.1.3877.ebuild 
b/www-apps/lidarr/lidarr-2.1.1.3877.ebuild
deleted file mode 100644
index ecfb5b24dcdf..
--- a/www-apps/lidarr/lidarr-2.1.1.3877.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-SRC_URI="
-   amd64? (
-   elibc_glibc? ( 
https://github.com/Lidarr/Lidarr/releases/download/v${PV}/Lidarr.develop.${PV}.linux-core-x64.tar.gz
 )
-   elibc_musl? ( 
https://github.com/Lidarr/Lidarr/releases/download/v${PV}/Lidarr.develop.${PV}.linux-musl-core-x64.tar.gz
 )
-   )
-   arm? (
-   elibc_glibc? ( 
https://github.com/Lidarr/Lidarr/releases/download/v${PV}/Lidarr.develop.${PV}.linux-core-arm.tar.gz
 )
-   elibc_musl? ( 
https://github.com/Lidarr/Lidarr/releases/download/v${PV}/Lidarr.develop.${PV}.linux-musl-core-arm.tar.gz
 )
-   )
-   arm64? (
-   elibc_glibc? ( 
https://github.com/Lidarr/Lidarr/releases/download/v${PV}/Lidarr.develop.${PV}.linux-core-arm64.tar.gz
 )
-   elibc_musl? ( 
https://github.com/Lidarr/Lidarr/r

[gentoo-commits] repo/gentoo:master commit in: www-apps/radarr/

2024-01-07 Thread Craig Andrews
commit: 92ff863028c7b2fbbcddd57df1c31bec3769dae9
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Jan  7 19:39:33 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Jan  7 19:42:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ff8630

www-apps/radarr: add 5.3.0.8410

Signed-off-by: Craig Andrews  gentoo.org>

 www-apps/radarr/Manifest |  6 +++
 www-apps/radarr/radarr-5.3.0.8410.ebuild | 67 
 2 files changed, 73 insertions(+)

diff --git a/www-apps/radarr/Manifest b/www-apps/radarr/Manifest
index d8362e6ed4ef..bea7dec0564e 100644
--- a/www-apps/radarr/Manifest
+++ b/www-apps/radarr/Manifest
@@ -1,3 +1,9 @@
+DIST Radarr.develop.5.3.0.8410.linux-core-arm.tar.gz 94855293 BLAKE2B 
8aa889f3d52f0e789be4033ce6dda883cd3825667fa37936a8ad4a113639518ed4c00e9d77aca75b76e20b46523927302b4d79154db538ee458c692ab80d2bfd
 SHA512 
e22549ac57a6866c69b24efa57c903e8812b2cced8395d1057316da635c01932069c647c970a7f401c2c8db1e1a737a57ff63e07b0f2ad62ebee427e870a3a7e
+DIST Radarr.develop.5.3.0.8410.linux-core-arm64.tar.gz 94539951 BLAKE2B 
99e0fea4f874e75707da4ddf90f6321f5bdcbcf16fbda08b94183f1c73349e9483fae652f9ed6d1ca25d5bb7f80faae47c50b6dde84b76ac8e4fbcc8e490c8f5
 SHA512 
6532f769c8e1d27d7bc793573e43ccf8e3cf727b1867f1710d2524777d3a277bb531cf468803ef1144599395828d215a61ad346fffd6d041b583a309851d1130
+DIST Radarr.develop.5.3.0.8410.linux-core-x64.tar.gz 100531138 BLAKE2B 
b62594c2fa39e06717bd7f2a73e9fafea3f251a7b8813902f1f86a4c37e74ee71a63562082702a6d9cd4b22db264bc01419ee6d3d6209d794745f9e32bdf8bd0
 SHA512 
afa5ee16cad30596132314b6289ad706c5c54cacf2a5991ff475bfdad831c14f01d1e4279c35abe2923109526caa1cb2abf6029dd51bd691620e1c26f958f450
+DIST Radarr.develop.5.3.0.8410.linux-musl-core-arm.tar.gz 94930680 BLAKE2B 
754f1231588722d4c3f328e8d5dc22129b93e77e4fa2e6943cec8986586dfe93d2a215da718c7df6d2192a383d7b0bebb44341ee27064848bf4f77174a893d8b
 SHA512 
0673265f2b53761743fb698e76e0fa1ade49fc8cf57b0c1bc0bb6919e969618b07795ec8ca4822ca0232201ea6df7ea486ce6c54ca6a3f1955b53f683ab30cc4
+DIST Radarr.develop.5.3.0.8410.linux-musl-core-arm64.tar.gz 94591332 BLAKE2B 
0c530a083106c89e4407431df69ab7eee60870922e62a88e928160bb2a5b254033c39085c836162f1b323647f7274f8cb4792af3ae82954baa6828291c452257
 SHA512 
49936bd420933d3fcd1cc52bd9df57e2d6d60fdc9c2dbde01f9abe42d1e9bf8debc0e92702deb2ed57e3b2993db059bd35f92a0bdfff2ab0c4a6c7adeb92fe10
+DIST Radarr.develop.5.3.0.8410.linux-musl-core-x64.tar.gz 99603627 BLAKE2B 
6f8a9e3aa8fe3bb6d2dc6e261e89b090616fcdb799f257afc2fdae45eb15ff833fbf53d955d1b59f5b0539932585acf84b119bc23e8c4187271e5e819a8630b5
 SHA512 
2cc7754ee992395737408b34f7697695b5bf7828f82b413b7aecc1280d3b6e3311572ce8510457aaf4840e5c2835df41ab4541179efda5f83f17c13cd71c7219
 DIST Radarr.master.5.2.6.8376.linux-core-arm.tar.gz 94618806 BLAKE2B 
13ea8258fa74a6e4e88d81f3050741578dcfa16e14c436f5ce2eb7a17b7620c87c67e67c0e8af378152243f15854b7b97f50830786d6999a8cf10d84821305de
 SHA512 
cd84ace98f55fe733030548f63668246e4c8b0c2e7d9c5e840f97c499b110706f832daf2a6f410a2bc6114d3989a2e1652184f5c6411d86d81cfebb02728be0f
 DIST Radarr.master.5.2.6.8376.linux-core-arm64.tar.gz 94286282 BLAKE2B 
56698da6f8c6f8907e3bf9f6ef2c3bd72a2104b52953ea24346a4834b3f850d24ff8859ac1330469463b136e4af8b4a21b2aba66bff71cb4424716b4f4bc0d33
 SHA512 
3217168041bfd97a51869fa63e3908a4e92b2bea39b85de8629d3cc6c6ba377f6152b4a4f509a709c7166a2fe5cd019a608f3b0a95265827d039e4671e5d
 DIST Radarr.master.5.2.6.8376.linux-core-x64.tar.gz 100285721 BLAKE2B 
46a0b9f46b95bd3d9103a71de36cf1577e2708316fb51f2c385a62e723cb630190a17d91f066dbcff3262f396d8cdec34d957f7825a2f39867a10b944b84a8c7
 SHA512 
4d99859f75a2a37e9dc3db4b9d637abd60939352a8da586ef6d0aa41e9ae34d44ce84186178b2262592091a585da4833b3589adde53306c2ef5b8d09805875bd

diff --git a/www-apps/radarr/radarr-5.3.0.8410.ebuild 
b/www-apps/radarr/radarr-5.3.0.8410.ebuild
new file mode 100644
index ..8443b34a8a18
--- /dev/null
+++ b/www-apps/radarr/radarr-5.3.0.8410.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+SRC_URI="
+   amd64? (
+   elibc_glibc? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-x64.tar.gz
 )
+   elibc_musl? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-musl-core-x64.tar.gz
 )
+   )
+   arm? (
+   elibc_glibc? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-arm.tar.gz
 )
+   elibc_musl? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-musl-core-arm.tar.gz
 )
+   )
+   arm64? (
+   elibc_glibc? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-arm64.tar.gz
 )
+   elibc_musl? ( 
https://github.com/Radarr/Radarr/releas

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

2024-01-07 Thread Anna Vyalkova
commit: 073b2326383ab95da4790e4b8fb678452af89285
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Jan  7 20:03:50 2024 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sun Jan  7 20:05:50 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=073b2326

dev-util/find-work: new package, add 0.1.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-util/find-work/Manifest   |  1 +
 dev-util/find-work/find-work-0.1.1.ebuild | 65 +++
 dev-util/find-work/metadata.xml   | 17 
 3 files changed, 83 insertions(+)

diff --git a/dev-util/find-work/Manifest b/dev-util/find-work/Manifest
new file mode 100644
index 00..d6adf0550e
--- /dev/null
+++ b/dev-util/find-work/Manifest
@@ -0,0 +1 @@
+DIST find_work-0.1.1.tar.gz 10530 BLAKE2B 
51294e6b9e21c72fcd2da77c4ecd0c0cb3614d631b7d4840dbc3d774d83aa910a5b83277c7be2c16adb3f0827b5841e5ad24107ac7a546380d4c056e9a8e275a
 SHA512 
b0f06689554ec2a8d27da270874c89fc31683c0f211d0bacbbe7fee8482a0115107f21836c7ebdaf13ea297030d0870bc53919a90e68ccf10da615eeb9111c5f

diff --git a/dev-util/find-work/find-work-0.1.1.ebuild 
b/dev-util/find-work/find-work-0.1.1.ebuild
new file mode 100644
index 00..5686117f50
--- /dev/null
+++ b/dev-util/find-work/find-work-0.1.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=hatchling
+inherit distutils-r1 pypi shell-completion
+
+DESCRIPTION="Personal advice utility for Gentoo package maintainers"
+HOMEPAGE="
+   https://find-work.sysrq.in/
+   https://pypi.org/project/find-work/
+"
+
+LICENSE="WTFPL"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   =dev-python/aiohttp-3[${PYTHON_USEDEP}]
+   =dev-python/pydantic-2[${PYTHON_USEDEP}]
+   =dev-python/repology-client-0.0.2[${PYTHON_USEDEP}]
+   
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   
+   Anna
+   cy...@sysrq.in
+   
+   find-work
+   
https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=find-work
+   
https://find-work.sysrq.in/release-notes.html
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/

2024-01-07 Thread Anna Vyalkova
commit: b7c7436cc88a782948bf6ad96b506aaff3c2c462
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Jan  7 20:18:33 2024 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sun Jan  7 20:18:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7c7436c

x11-wm/phoc: add 0.35.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 x11-wm/phoc/Manifest   |  1 +
 x11-wm/phoc/phoc-0.35.0.ebuild | 76 ++
 2 files changed, 77 insertions(+)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index 06e04b7557..fd75171bab 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1 +1,2 @@
 DIST phoc-0.33.0.tar.xz 646148 BLAKE2B 
74e6ac8eec5a37a9dd255d48b1bca65f992399eeb9dc19b22bb84e746f7cae95306c0a487aae828d939be2a0736408476aba6b947c1f44d825340bfcb1873d49
 SHA512 
7907c116b426383843b6782bafe5f416e7cb8b4039c9ee81ace35476df3b4d0ef92a968f57edef91094cd28387ceff03f1cdd802de65e0e9e3840eab03a78ac9
+DIST phoc-0.35.0.tar.xz 677432 BLAKE2B 
722a3669b1d76015612b5f4020d0e21c47faa8f6fb19887b2b79d4f6b79e30f45e0332ae2e2771fb9169214002508bdcff61ee0e7f874930e03a7cf952c44e7c
 SHA512 
ec4b382ef11b257afe3b13ebf1e588353c785279afde4b1a8ee80790cb6a299fd94098a5170b30a2114061d86bdf388bb1c99f8ce1bd5173deb886d11015681e

diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild
new file mode 100644
index 00..ff9004696c
--- /dev/null
+++ b/x11-wm/phoc/phoc-0.35.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Wayland compositor for mobile phones"
+HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc";
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz";
+
+LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="+X gtk-doc man test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.74:2
+   dev-libs/json-glib
+   dev-libs/libinput:=
+   dev-libs/wayland
+   >=gnome-base/gnome-desktop-3.26:3
+   gnome-base/gsettings-desktop-schemas
+   >=gui-libs/wlroots-0.17.1:=[X?]
+   

[gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/

2024-01-07 Thread Anna Vyalkova
commit: 9fa8a1d3db50339e3c7a9045235b815c88fde615
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Jan  7 20:09:32 2024 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sun Jan  7 20:09:32 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fa8a1d3

x11-wm/phoc: drop 0.13.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 x11-wm/phoc/Manifest   |  2 -
 x11-wm/phoc/phoc-0.13.1.ebuild | 83 --
 2 files changed, 85 deletions(-)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index 04d7dbd67d..06e04b7557 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,3 +1 @@
 DIST phoc-0.33.0.tar.xz 646148 BLAKE2B 
74e6ac8eec5a37a9dd255d48b1bca65f992399eeb9dc19b22bb84e746f7cae95306c0a487aae828d939be2a0736408476aba6b947c1f44d825340bfcb1873d49
 SHA512 
7907c116b426383843b6782bafe5f416e7cb8b4039c9ee81ace35476df3b4d0ef92a968f57edef91094cd28387ceff03f1cdd802de65e0e9e3840eab03a78ac9
-DIST phoc-v0.13.1.tar.gz 166867 BLAKE2B 
6606855efe7099d12c8be3ee16c401bbcc618aaed2f264abe982cc4a49ccbc0e65fac1b7d8da62de4261bdf3a322f4313a15723c7b7cb7a9ce279957dbf89c78
 SHA512 
0da68ac4d0601e91ed5f59eeb0beea64180b546f58b300631495084d366fe515c26fe9d58d0ca20687032f6824ae98dcc82edd8a6c80caa95178d24d27ee2650
-DIST wlroots-c9cd3502ba6113070020de50e41f0af72e0f5031.tar.gz 506612 BLAKE2B 
70589e63cf223aa5b3634e057cc8c9d1f52d0f6c0fd3bbf66739bc1c934036bab0e8fc8337f51b1d4bb0d73c008b16421c354194cf215741e84ad88345465870
 SHA512 
af610233ec2343a3baefbb30db4b9a3f30dac4f8656293849be603fbcad0cdd65e91d80702c35e4aaf47437e8c301229c4933b7c8b5df3a7128979c94bcfcddc

diff --git a/x11-wm/phoc/phoc-0.13.1.ebuild b/x11-wm/phoc/phoc-0.13.1.ebuild
deleted file mode 100644
index 5186898e1f..00
--- a/x11-wm/phoc/phoc-0.13.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg gnome2-utils
-
-MY_PV="v${PV}"
-MY_P="${PN}-${MY_PV}"
-
-WL_COMMIT="c9cd3502ba6113070020de50e41f0af72e0f5031"
-WL_P="wlroots-${WL_COMMIT}"
-
-DESCRIPTION="Wlroots based Phone compositor"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc";
-
-SRC_URI="
-   
https://gitlab.gnome.org/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
-   
https://source.puri.sm/Librem5/wlroots/-/archive/${WL_COMMIT}/${WL_P}.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="+introspection +systemd test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/glib
-   dev-libs/gobject-introspection
-   dev-libs/libinput
-   dev-libs/wayland
-   dev-libs/wayland-protocols
-   gnome-base/gnome-desktop
-   systemd? (
-   !sys-apps/openrc
-   sys-apps/systemd
-   )
-   x11-libs/libdrm
-   x11-libs/pixman
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-wm/mutter
-   sys-auth/seatd
-   !gui-libs/wlroots
-"
-
-BDEPEND="
-   dev-util/ctags
-   dev-util/meson
-   virtual/pkgconfig
-   x11-base/xorg-server
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled 
wlroots"
-   cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to 
copy right version of wlroots"
-}
-
-src_configure() {
-   local emesonargs=(
-   -Ddefault_library=shared
-   -Dtests=false
-   )
-   meson_src_configure
-}
-
-src_install() {
-   DESTDIR="${D}" meson_src_install
-   dobin "${S}"/helpers/scale-to-fit
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-}



[gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-python/coveralls/

2024-01-07 Thread Julien Roy
commit: 2504f59ece938fd1d6f3cca880967ed9be7e2540
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Jan  7 20:40:20 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun Jan  7 20:40:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2504f59e

dev-python/coveralls: treeclean

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

 dev-python/coveralls/Manifest   |  1 -
 dev-python/coveralls/coveralls-3.3.1.ebuild | 24 
 dev-python/coveralls/metadata.xml   | 20 
 profiles/package.mask   |  5 -
 4 files changed, 50 deletions(-)

diff --git a/dev-python/coveralls/Manifest b/dev-python/coveralls/Manifest
deleted file mode 100644
index bfc8515bc9..00
--- a/dev-python/coveralls/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST coveralls-3.3.1.tar.gz 17964 BLAKE2B 
18fa765a7ae3262a5b10e19b014be7740430d7050034edd80a06fc4cd23f3262b76f24fe6557999b3663d89fb0fccd6c5a4eebc1dad9f704fd4ea24929922634
 SHA512 
e101b50b1b6bfaac188360093ad8e012187efa2f8bb118c297ce59ff1f5087a45ceb51334be9042c66c6516903e52068c63937504b93c2ca0b7c1cc7ed4d

diff --git a/dev-python/coveralls/coveralls-3.3.1.ebuild 
b/dev-python/coveralls/coveralls-3.3.1.ebuild
deleted file mode 100644
index e81d31f970..00
--- a/dev-python/coveralls/coveralls-3.3.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Show coverage stats online via coveralls.io"
-HOMEPAGE="https://github.com/TheKevJames/coveralls-python";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   jul...@jroy.ca
-   Julien Roy
-   
-   coveralls.io is a service for publishing your coverage 
stats online. This package provides seamless integration with coverage.py (and 
thus pytest, nosetests, etc...) in your Python projects:
-   
-   
-   Kevin James
-   kevinja...@thekev.in
-   
-   
https://github.com/TheKevJames/coveralls-python/releases
-   http://coveralls-python.readthedocs.io/
-   
https://github.com/TheKevJames/coveralls-python/issues
-   TheKevJames/coveralls-python
-   coveralls
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 6d85d50c8b..d007660c40 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -46,11 +46,6 @@ app-misc/pup
 # Sorry for the inconvenience.
 app-office/lotus123r3
 
-# Julien Roy  (2023-01-25)
-# Requires https://github.com/TheKevJames/coveralls-python/issues/377
-dev-python/coveralls
-
 # Nicola Smaniotto  (2023-01-15)
 # Requires https://github.com/iamkroot/trakt-scrobbler/issues/240



[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/lego/

2024-01-07 Thread Rahil Bhimjiani
commit: 59597bf3499fc941fa7d8b2b758595a13feae108
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sun Jan  7 21:01:31 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Sun Jan  7 21:01:31 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59597bf3

app-crypt/lego: support arm64

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

 app-crypt/lego/lego-4.14.2.ebuild | 4 ++--
 app-crypt/lego/lego-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-crypt/lego/lego-4.14.2.ebuild 
b/app-crypt/lego/lego-4.14.2.ebuild
index 2e16460056..29e58d9642 100644
--- a/app-crypt/lego/lego-4.14.2.ebuild
+++ b/app-crypt/lego/lego-4.14.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,7 @@ else

https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz
 -> ${P}-deps.tar.xz
doc? ( 
https://github.com/go-acme/lego/archive/${DOCUMENTATION_COMMIT}.tar.gz -> 
${P}-docs.tar.gz )
 "
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 # main

diff --git a/app-crypt/lego/lego-.ebuild b/app-crypt/lego/lego-.ebuild
index 2e16460056..29e58d9642 100644
--- a/app-crypt/lego/lego-.ebuild
+++ b/app-crypt/lego/lego-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,7 @@ else

https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz
 -> ${P}-deps.tar.xz
doc? ( 
https://github.com/go-acme/lego/archive/${DOCUMENTATION_COMMIT}.tar.gz -> 
${P}-docs.tar.gz )
 "
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 # main



[gentoo-commits] repo/proj/guru:dev commit in: net-dns/AdGuardHome/

2024-01-07 Thread Rahil Bhimjiani
commit: e02aedbce159ec57c89eaa9b6a4d0f42d9cc634c
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sun Jan  7 20:59:49 2024 +
Commit: Rahil Bhimjiani  gmail  com>
CommitDate: Sun Jan  7 20:59:49 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e02aedbc

net-dns/AdGuardHome: add arm64 support

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

 net-dns/AdGuardHome/AdGuardHome-0.107.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/AdGuardHome/AdGuardHome-0.107.43.ebuild 
b/net-dns/AdGuardHome/AdGuardHome-0.107.43.ebuild
index c1a9f54336..e1af0c5cbf 100644
--- a/net-dns/AdGuardHome/AdGuardHome-0.107.43.ebuild
+++ b/net-dns/AdGuardHome/AdGuardHome-0.107.43.ebuild
@@ -20,7 +20,7 @@ LICENSE="GPL-3"
 LICENSE+=" Apache-2.0 BSD BSD-2 MIT ZLIB"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 FILECAPS=(
-m 755 'cap_net_bind_service=+eip cap_net_raw=+eip' usr/bin/${PN}



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

2024-01-07 Thread Zac Medico
commit: 8f35726e185ebb22291eefa9ec607b50b029b05b
Author: Eli Schwartz  gmail  com>
AuthorDate: Fri Jan  5 06:53:33 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jan  7 21:07:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f35726e

app-text/calibre: add 7.3.0

Signed-off-by: Eli Schwartz  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34650
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/Manifest |   2 +
 app-text/calibre/calibre-7.3.0.ebuild | 242 ++
 2 files changed, 244 insertions(+)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index 09b5f2bd257e..3298c267b1b8 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -8,3 +8,5 @@ DIST calibre-7.1.0.tar.xz 41819036 BLAKE2B 
e98651e55d3265663f517b330f1889b713d20
 DIST calibre-7.1.0.tar.xz.sig 566 BLAKE2B 
63ceaf19f01a043c33cdfc15544e693a65009bdb0fb17d4004ddacb83540c277caa0f44ff1fcb7a6eb6c81c67086a522470a4e4bdaf937a51cbfb6f1f863a978
 SHA512 
7acdf08c40933803ca39d9d86637de113d4f461f74dcede4015169802d739a724f9317edbd047903ed0c8ccd9becca3f49ff3e85fb4b503badddb58b0360602a
 DIST calibre-7.2.0.tar.xz 41856900 BLAKE2B 
e0c4f2c89ce5ccb3383ce3af1fdbfd5d38e3dfbcce4c3cc611205654c88f319150644ca428b55d55c23be94e9bc9fc50aa211af9435d9d67d14d8e878cfd707e
 SHA512 
97d6e146842541ab362e1c80e58b914325fe54342fc4cc79272a6056f17c16366a03f5131f22dac3b633d4b6157742a95061e050d9f3ffca11f35fd140111b3e
 DIST calibre-7.2.0.tar.xz.sig 566 BLAKE2B 
9ba79d2352917a7f53140a56d1b3f68ee21cb41ae8eeb2e12d00da917f802f6cd245127e118dee270129aaa8af26a7b140a4b215d41ee405d8c85068acd66875
 SHA512 
854e567b6f6c376e0dcf05eff9d387924f79a7ef0a0855ec683160e16c9160e2dfa3a1cfe7de2bf9370c21c009f239e59f0fba4aea67a4f05dacf45f2289710e
+DIST calibre-7.3.0.tar.xz 42834448 BLAKE2B 
7f39882def6d9b7d48cf79b49074c5a038a157e3f1840bbc4d610a0e2d3e8767b0a07b2ffa744c531c41dfad48c249fdad9b8860ce70ff45667de6fbc1d4c4bd
 SHA512 
ec6ec032fc731f5ec636f098c930130ee17a261506e59e20980dd53d63e61841dac2c25eabd05f7a8408b7a4b6e7789f4c98599226bb0934b924cfae3a8fe6d7
+DIST calibre-7.3.0.tar.xz.sig 566 BLAKE2B 
b70b764bafcf955050648aa62c1d95df1cf4e92ccb7281270a037c3c41e2ba3c4512c76e6d43eabd18ae34872c3d5f0b2db0e738c47440ec58dcae8091422368
 SHA512 
0361013cf978ee458016e15e7fc0f736c60b08277bae25758fd6b3b7fbca7a0a698d753462852d12cbd0a38cee3d518e64042eba79ce16b4402c772c1965d22d

diff --git a/app-text/calibre/calibre-7.3.0.ebuild 
b/app-text/calibre/calibre-7.3.0.ebuild
new file mode 100644
index ..8411e1a90741
--- /dev/null
+++ b/app-text/calibre/calibre-7.3.0.ebuild
@@ -0,0 +1,242 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="sqlite,ssl"
+
+inherit edo toolchain-funcs python-single-r1 qmake-utils verify-sig xdg
+
+DESCRIPTION="Ebook management application"
+HOMEPAGE="https://calibre-ebook.com/";
+SRC_URI="
+   https://download.calibre-ebook.com/${PV}/${P}.tar.xz
+   verify-sig? ( https://calibre-ebook.com/signatures/${P}.tar.xz.sig )
+"
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kovidgoyal.gpg
+
+LICENSE="
+   GPL-3+
+   GPL-3
+   GPL-2+
+   GPL-2
+   GPL-1+
+   LGPL-3+
+   LGPL-2.1+
+   LGPL-2.1
+   BSD
+   MIT
+   Old-MIT
+   Apache-2.0
+   public-domain
+   || ( Artistic GPL-1+ )
+   CC-BY-3.0
+   OFL-1.1
+   PSF-2
+"
+KEYWORDS="~amd64 ~arm64"
+SLOT="0"
+IUSE="+font-subsetting ios speech +system-mathjax test +udisks unrar"
+
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Qt slotted dependencies are used because the libheadless.so plugin links to
+# QT_*_PRIVATE_ABI. It only uses core/gui/dbus.
+COMMON_DEPEND="${PYTHON_DEPS}
+   app-i18n/uchardet
+   >=app-text/hunspell-1.7:=
+   >=app-text/podofo-0.10.0:=
+   app-text/poppler[utils]
+   dev-libs/hyphen:=
+   >=dev-libs/icu-57.1:=
+   dev-libs/openssl:=
+   dev-libs/snowball-stemmer:=
+   $(python_gen_cond_dep '
+   >=dev-python/apsw-3.25.2_p1[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   >=dev-python/css-parser-1.0.4[${PYTHON_USEDEP}]
+   dev-python/dnspython[${PYTHON_USEDEP}]
+   >=dev-python/feedparser-5.2.1[${PYTHON_USEDEP}]
+   >=dev-python/html2text-2019.8.11[${PYTHON_USEDEP}]
+   >=dev-python/html5-parser-0.4.9[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/mechanize-0.3.5[${PYTHON_USEDEP}]
+   >=dev-python/msgpack-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.10.5[${PYTHON_USEDEP}]
+   
>=dev-python/pillow-3.2.0[jpeg,truetype

[gentoo-commits] repo/proj/guru:master commit in: media-libs/wivrn/

2024-01-07 Thread David Roman
commit: e7c687a6047ac31f92457b26586d08c9cede1d54
Author: Patrick Nicolas  laposte  net>
AuthorDate: Thu Jan  4 16:28:37 2024 +
Commit: David Roman  gmail  com>
CommitDate: Thu Jan  4 16:28:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7c687a6

media-libs/wivrn: fix ffmpeg dependency

Signed-off-by: Patrick Nicolas  laposte.net>

 media-libs/wivrn/wivrn-0.10.1.ebuild | 2 +-
 media-libs/wivrn/wivrn-0.9.1.ebuild  | 2 +-
 media-libs/wivrn/wivrn-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/wivrn/wivrn-0.10.1.ebuild 
b/media-libs/wivrn/wivrn-0.10.1.ebuild
index 8c36dca30a..fb978a9b41 100644
--- a/media-libs/wivrn/wivrn-0.10.1.ebuild
+++ b/media-libs/wivrn/wivrn-0.10.1.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
x11-drivers/nvidia-drivers
)
vaapi? (
-   media-video/ffmpeg[vulkan,vaapi]
+   media-video/ffmpeg[libdrm,vulkan,vaapi]
)
x264? (
media-libs/x264

diff --git a/media-libs/wivrn/wivrn-0.9.1.ebuild 
b/media-libs/wivrn/wivrn-0.9.1.ebuild
index c558e3314c..4384b58f2f 100644
--- a/media-libs/wivrn/wivrn-0.9.1.ebuild
+++ b/media-libs/wivrn/wivrn-0.9.1.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
x11-drivers/nvidia-drivers
)
vaapi? (
-   media-video/ffmpeg[vulkan,vaapi]
+   media-video/ffmpeg[libdrm,vulkan,vaapi]
)
x264? (
media-libs/x264

diff --git a/media-libs/wivrn/wivrn-.ebuild 
b/media-libs/wivrn/wivrn-.ebuild
index 8c36dca30a..fb978a9b41 100644
--- a/media-libs/wivrn/wivrn-.ebuild
+++ b/media-libs/wivrn/wivrn-.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
x11-drivers/nvidia-drivers
)
vaapi? (
-   media-video/ffmpeg[vulkan,vaapi]
+   media-video/ffmpeg[libdrm,vulkan,vaapi]
)
x264? (
media-libs/x264



[gentoo-commits] repo/proj/guru:master commit in: dev-go/lichen/

2024-01-07 Thread David Roman
commit: 8bd11d25320773d2c6d33e5ce97e845255dbe1c0
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jan  4 17:31:37 2024 +
Commit: David Roman  gmail  com>
CommitDate: Thu Jan  4 17:31:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bd11d25

dev-go/lichen: drop package since it is in the main tree

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

 dev-go/lichen/Manifest| 67 ---
 dev-go/lichen/lichen-0.1.4.ebuild | 72 -
 dev-go/lichen/lichen-0.1.7.ebuild | 74 ---
 dev-go/lichen/metadata.xml| 11 --
 4 files changed, 224 deletions(-)

diff --git a/dev-go/lichen/Manifest b/dev-go/lichen/Manifest
deleted file mode 100644
index 8769854dda..00
--- a/dev-go/lichen/Manifest
+++ /dev/null
@@ -1,67 +0,0 @@
-DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
-DIST 
github.com%2Fcpuguy83%2Fgo-md2man%2Fv2%2F@v%2Fv2.0.0-20190314233015-f79a8a8ca69d.mod
 217 BLAKE2B 
4232fdc22064d42e7b97efa666b5345f93d53d40ba11231778e5d17bc7d48c6178d27f4e8678d2139ba4e40a90d46a6caeab1a9696b76db5aa361fc17d3c8c93
 SHA512 
000449de8fe27ac12c5e7614bfb48a31d506b582ce2deaf0a0709d3673c9fad41e3b97e25df872609c5a190e899a56755d2d9f974a38523c51c9fa3af521d73d
-DIST 
github.com%2Fcpuguy83%2Fgo-md2man%2Fv2%2F@v%2Fv2.0.0-20190314233015-f79a8a8ca69d.zip
 12266 BLAKE2B 
93705895ca63c348ac5397fe8531214f5745a3be6f5760f9d3fbf67fd85b917dab4a2077376251a005bcf07450df1fe0b0114feacc5f92c6facbb2da637beacd
 SHA512 
284116b4f2778ee7981e3aa5583c4e685afd8434e36ca647f0c72c5bb308e87bc3bfae8c83acd259c9da75549339aa382663b7103e4033b2418e314106923c0f
-DIST github.com%2Fcpuguy83%2Fgo-md2man%2Fv2%2F@v%2Fv2.0.1.mod 100 BLAKE2B 
f52c698746c9638de975bcac96fde4bf63f7f2e82d0767b28b4aa07e8900c41f508aedb0204b156cce3d12718b9c17ac1a0873189ed5ebed32282e77cc4b4adc
 SHA512 
d39412bb14c058291d07276337f802547bfb1a682cc65199cb04334f8089b6ea5d4d73587c2765c518f9e27fa3421c276eaea616d7cfbe36a2a244326edf1cb5
-DIST github.com%2Fcpuguy83%2Fgo-md2man%2Fv2%2F@v%2Fv2.0.1.zip 12383 BLAKE2B 
662b382fe15f30f70d8a88f01d19398ba7e955d6c98f728ec753cb75ba3f9473bbb9dc5b217cb782aa4b3adf402dab1886bbc6ea6ce9f69b7d171b9a96630408
 SHA512 
ff2673f81d7fab4ab07edd3b3fddba2243931ddbb0dfd104ca389eee137e56fa33f23a4bb8fdd6ccdf325fcaf134adc16dce9e89c9105783afc0fc4ef1419892
-DIST github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.0.mod 34 BLAKE2B 
7e09c2779bf7a84a9271e31522ebbe600a1c11b107d651d91f58c8373e4336332a3a881f3e12b382543d75f20398af66085fcb3e780eed341e870e9c30f29267
 SHA512 
5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e
-DIST github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.0.zip 60546 BLAKE2B 
e775860f49c6ee09a6c48902d38fdf5d2d77af4cd405d8d303902170e46493301d4aa873a48b4d12a16d92dafaa65290de1fd3a42545025fbfc82f15a3881e8d
 SHA512 
53dc5484f488ae1f8d0eb672c3431bbf9fce33dfcee83dda7929103e3650559cf703f601716984a640422f01cc640860dba0b47e16aef04d0d2452a266fefbf9
-DIST github.com%2Fgoogle%2Fgo-cmp%2F@v%2Fv0.2.0.mod 32 BLAKE2B 
7c7baa1e29b9806fb97e0d557200e8722f2d373e149127307efa285cdfedb36dd57355168554d1a1bada62144e6a6a00c4d3246aa9afc7d0ffae0f087459c552
 SHA512 
7229d917bb0c788b07297e1b09b8f7952f951998a56f17ea1f69ff7c2f565a5686b212f42f45c6b8351905d6740a2ec5a235e493daa531ae00cb709faf67ae45
-DIST 
github.com%2Fgoogle%2Flicenseclassifier%2F@v%2Fv0.0.0-20201113175434-78a70215ca36.mod
 179 BLAKE2B 
bfc73ff2a7fedaf6ca6c61c2281c2163fa8c5f2dca5f2680bb26152529bb3596221f4f289578c8e8f1fdde418cba2ac4bff630d2523693f712f9ce462655e2d6
 SHA512 
555736791c0c083aa7c99d1c74609c5de178f4c6c6aae5e8febf479fa07d0bd6b3aefe219f21966e178453decff620b474692c6c0ae0deb8833ee98855f8f1d4
-DIST 
github.com%2Fgoogle%2Flicenseclassifier%2F@v%2Fv0.0.0-20201113175434-78a70215ca36.zip
 7045895 BLAKE2B 
122bbba5ef0394e79768f7403d7f88cea7658a99a8554e461b53337fe3b6a2a386f15cc84fd1a5d187e7fb4ec2d455be7f399e5f319c6bfdd5c7e5161eda
 SHA512 
56b3b66605d8d2832f8561ecb74ca605a179e428eea8f9a13993a8c72656b3aaf11da58240a08e34199c47a05c2fa799b821df757480264359163921a6885a17
-DIST github.com%2Fhashicorp%2Ferrwrap%2F@v%2Fv1.0.0.mod 36 BLAKE2B 
e3101c1f32c24b5d5bd3de55b4f15645e7f0b338cdcfa00d30cc4c063bf4e9e31e68972979e8282d04920ffcb54f112c8c8f6e0e109824e56881a6a699cdf622
 SHA512 
2b68ca06311d8602f04eb738a68a24951a9187aa70018d938e549cf7b555bf54dadbda5825501436c52f6103bcd220ed170c99e4cf777187e2b997c87f05fb0d
-DIST github.com%2Fhashicorp%2Ferrwrap%2F@v%2Fv1.0.0.zip 9306 BLAKE2B 
1172cbdefac5f63dc5dc155b38f1f6e63bafdcc4a9ec057c3714a93251fa88d9cf29aae780587b13dd4eb4af10fde2dd305c4ff774bd843068726c05861ccc4a
 SHA512 
fcecaaf6496b11fb35d01da0d3375508c978b0a3

[gentoo-commits] proj/kde:master commit in: net-misc/kio-zeroconf/

2024-01-07 Thread Andreas Sturmlechner
commit: 58ff84d4922829aa8cae1cff8eedad1c3fddb5d1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 21:39:29 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 21:53:57 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=58ff84d4

net-misc/kio-zeroconf: Block net-misc/kio-zeroconf:5[-kf6compat(-)]

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

 net-misc/kio-zeroconf/kio-zeroconf-24.02.49..ebuild | 4 +++-
 net-misc/kio-zeroconf/kio-zeroconf-.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.02.49..ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-24.02.49..ebuild
index d22e70918d..eb43aad063 100644
--- a/net-misc/kio-zeroconf/kio-zeroconf-24.02.49..ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-24.02.49..ebuild
@@ -22,4 +22,6 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !${CATEGORY}/${PN}:5[-kf6compat(-)]
+"

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-.ebuild
index d22e70918d..eb43aad063 100644
--- a/net-misc/kio-zeroconf/kio-zeroconf-.ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-.ebuild
@@ -22,4 +22,6 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !${CATEGORY}/${PN}:5[-kf6compat(-)]
+"



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

2024-01-07 Thread Andreas Sturmlechner
commit: 1ccc9eabce8b56099d2eb2d80b4797128921674a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 21:53:26 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 21:53:57 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1ccc9eab

kde-apps/libkcompactdisc: Block kde-apps/libkcompactdisc:5[-kf6compat(-)]

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

 kde-apps/libkcompactdisc/libkcompactdisc-24.02.49..ebuild | 4 +++-
 kde-apps/libkcompactdisc/libkcompactdisc-.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-24.02.49..ebuild 
b/kde-apps/libkcompactdisc/libkcompactdisc-24.02.49..ebuild
index d948f0df54..b5e40521ba 100644
--- a/kde-apps/libkcompactdisc/libkcompactdisc-24.02.49..ebuild
+++ b/kde-apps/libkcompactdisc/libkcompactdisc-24.02.49..ebuild
@@ -22,7 +22,9 @@ DEPEND="
>=media-libs/phonon-4.12.0[qt6]
alsa? ( media-libs/alsa-lib )
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !${CATEGORY}/${PN}:5[-kf6compat(-)]
+"
 
 src_configure() {
local mycmakeargs=(

diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-.ebuild 
b/kde-apps/libkcompactdisc/libkcompactdisc-.ebuild
index d948f0df54..b5e40521ba 100644
--- a/kde-apps/libkcompactdisc/libkcompactdisc-.ebuild
+++ b/kde-apps/libkcompactdisc/libkcompactdisc-.ebuild
@@ -22,7 +22,9 @@ DEPEND="
>=media-libs/phonon-4.12.0[qt6]
alsa? ( media-libs/alsa-lib )
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !${CATEGORY}/${PN}:5[-kf6compat(-)]
+"
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] proj/kde:master commit in: net-misc/kio-zeroconf/

2024-01-07 Thread Andreas Sturmlechner
commit: ba0a59bffee86328be16b4a63add7e8beadaccbb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 19:28:49 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 21:53:57 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba0a59bf

net-misc/kio-zeroconf: Add IUSE kf6compat

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

 net-misc/kio-zeroconf/kio-zeroconf-23.08.49..ebuild | 17 +++--
 net-misc/kio-zeroconf/metadata.xml  |  4 
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-23.08.49..ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-23.08.49..ebuild
index 72ad871c0f..19e85576f4 100644
--- a/net-misc/kio-zeroconf/kio-zeroconf-23.08.49..ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-23.08.49..ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="KIO worker to discover file systems by DNS-SD 
(DNS Service Discover
 LICENSE="GPL-2+"
 SLOT="5"
 KEYWORDS=""
-IUSE=""
+IUSE="kf6compat"
 
 DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -22,4 +22,17 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   kf6compat? ( net-misc/kio-zeroconf:6 )
+"
+
+src_install() {
+   ecm_src_install
+
+   if use kf6compat; then
+   rm "${D}"/usr/share/metainfo/org.kde.kio_zeroconf.metainfo.xml \
+   "${D}"/usr/share/dbus-1/interfaces/org.kde.kdnssd.xml \
+   "${D}"/usr/share/remoteview/zeroconf.desktop || die
+   rm -r "${D}"/usr/share/locale || die
+   fi
+}

diff --git a/net-misc/kio-zeroconf/metadata.xml 
b/net-misc/kio-zeroconf/metadata.xml
index d925f24397..8697c2472c 100644
--- a/net-misc/kio-zeroconf/metadata.xml
+++ b/net-misc/kio-zeroconf/metadata.xml
@@ -7,5 +7,9 @@


https://bugs.kde.org/
+   network/kio-zeroconf

+   
+   Disable components colliding with KF6, 
depend on KF6 components instead
+   
 



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

2024-01-07 Thread Andreas Sturmlechner
commit: db319947b319033ce957579a800def52b95913ac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 21:59:40 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 21:59:40 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=db319947

kde-apps/konquest: Update dependencies

Upstream commits:
b4a129aa3e3e15037b63d3cf63e72dba3a5c518d
e24228bc676cf02c88d8812b256b525668cff1d5

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

 kde-apps/konquest/konquest-24.02.49..ebuild | 2 ++
 kde-apps/konquest/konquest-.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-apps/konquest/konquest-24.02.49..ebuild 
b/kde-apps/konquest/konquest-24.02.49..ebuild
index 55e637fc34..c42a373f90 100644
--- a/kde-apps/konquest/konquest-24.02.49..ebuild
+++ b/kde-apps/konquest/konquest-24.02.49..ebuild
@@ -20,8 +20,10 @@ IUSE=""
 
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qtscxml-${QTMIN}:6
>=dev-qt/qtsvg-${QTMIN}:6
>=kde-apps/libkdegames-${PVCUT}:6
+   >=kde-frameworks/kcolorscheme-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6

diff --git a/kde-apps/konquest/konquest-.ebuild 
b/kde-apps/konquest/konquest-.ebuild
index 55e637fc34..c42a373f90 100644
--- a/kde-apps/konquest/konquest-.ebuild
+++ b/kde-apps/konquest/konquest-.ebuild
@@ -20,8 +20,10 @@ IUSE=""
 
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qtscxml-${QTMIN}:6
>=dev-qt/qtsvg-${QTMIN}:6
>=kde-apps/libkdegames-${PVCUT}:6
+   >=kde-frameworks/kcolorscheme-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6



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

2024-01-07 Thread Andreas Sturmlechner
commit: 7d8197615f0a8c26cc427b90bdca912ad3e8e757
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 21:52:43 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 21:53:57 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d819761

kde-apps/libkcompactdisc: Add IUSE kf6compat

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

 .../libkcompactdisc/libkcompactdisc-23.08.49..ebuild   | 14 --
 kde-apps/libkcompactdisc/metadata.xml  |  4 
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-23.08.49..ebuild 
b/kde-apps/libkcompactdisc/libkcompactdisc-23.08.49..ebuild
index 0f97da84b5..aef5eba758 100644
--- a/kde-apps/libkcompactdisc/libkcompactdisc-23.08.49..ebuild
+++ b/kde-apps/libkcompactdisc/libkcompactdisc-23.08.49..ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Library for playing & ripping CDs"
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="5"
 KEYWORDS=""
-IUSE="alsa"
+IUSE="alsa kf6compat"
 
 DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -22,7 +22,9 @@ DEPEND="
>=media-libs/phonon-4.11.0[qt5(+)]
alsa? ( media-libs/alsa-lib )
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   kf6compat? ( kde-apps/libkcompactdisc:6 )
+"
 
 src_configure() {
local mycmakeargs=(
@@ -30,3 +32,11 @@ src_configure() {
)
ecm_src_configure
 }
+
+src_install() {
+   ecm_src_install
+
+   if use kf6compat; then
+   rm -r "${D}"/usr/share/locale || die
+   fi
+}

diff --git a/kde-apps/libkcompactdisc/metadata.xml 
b/kde-apps/libkcompactdisc/metadata.xml
index d925f24397..18d53b343a 100644
--- a/kde-apps/libkcompactdisc/metadata.xml
+++ b/kde-apps/libkcompactdisc/metadata.xml
@@ -7,5 +7,9 @@


https://bugs.kde.org/
+   multimedia/libkcompactdisc

+   
+   Disable components colliding with KF6, 
depend on KF6 components instead
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-01-07 Thread Joe Kappus
commit: 1c441819093624a4d40b82949680583501f30d0d
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan  7 22:09:33 2024 +
Commit: Joe Kappus  wt  gd>
CommitDate: Sun Jan  7 22:09:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c441819

app-admin/s-tui: add 1.1.4

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

 app-admin/s-tui/Manifest   |  1 +
 app-admin/s-tui/s-tui-1.1.4.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index e8bad70d10..a935d7167f 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1 +1,2 @@
 DIST s-tui-1.1.3.gh.tar.gz 2608383 BLAKE2B 
15e8e47acb11df816b415eca6bb67db4464054570c9435f704e51dfbb5e798cda1e5c9e5baf69dc01917c6cebb1b040f4f594d2199de7dfb0be7425320357b49
 SHA512 
80a746187d7d4e4581b6a7c68c3939772eed95ae16530ca38692c9fcfdb98068e60fbe401cf741e1896d8a303a240b231c27a7bf5471c24357fe06df6fdfb153
+DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 
80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870
 SHA512 
20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322

diff --git a/app-admin/s-tui/s-tui-1.1.4.ebuild 
b/app-admin/s-tui/s-tui-1.1.4.ebuild
new file mode 100644
index 00..c980717745
--- /dev/null
+++ b/app-admin/s-tui/s-tui-1.1.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Stress-Terminal UI monitoring tool"
+HOMEPAGE="https://amanusk.github.io/s-tui/";
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git";
+   EGIT_SUBMODULES=()
+else
+   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/psutil-5.9.1[${PYTHON_USEDEP}]
+   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "Stress options in program menu" app-benchmarks/stress
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/

2024-01-07 Thread Joe Kappus
commit: 6c08f024e4719f4579c4622cde2f44dd229c2ab8
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan  7 22:06:27 2024 +
Commit: Joe Kappus  wt  gd>
CommitDate: Sun Jan  7 22:06:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c08f024

app-admin/s-tui: add myself as a maintainer

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

 app-admin/s-tui/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index e91d3faefb..479df1372c 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-
+   
+   j...@wt.gd
+   joecool
+   
 
 amanusk/s-tui
 s-tui



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

2024-01-07 Thread David Roman
commit: 7eeca6ac6e8e10d8434aea7d6ada965eeddc6b9e
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Jan  7 07:00:11 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 07:00:11 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7eeca6ac

net-p2p/monero: describe USE=hw-wallet

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

 net-p2p/monero/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-p2p/monero/metadata.xml b/net-p2p/monero/metadata.xml
index e16b9b3af6..66e5b44f1c 100644
--- a/net-p2p/monero/metadata.xml
+++ b/net-p2p/monero/metadata.xml
@@ -18,6 +18,9 @@
 
   Build the Monero daemon used to connect to the P2P network.
 
+
+  Enable Trezor hardware wallet support.
+
 
   Build tools used to manipulate the blockchain as it is stored on
   disk.



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

2024-01-07 Thread David Roman
commit: c1bd549588003cd59e28ce571954cf93d7da0d26
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Jan  7 05:07:35 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 05:07:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1bd5495

net-p2p/ipfs-cluster: drop x86 keyword

net-p2p/kubo is masked in x86

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

 net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild | 4 ++--
 net-p2p/ipfs-cluster/ipfs-cluster-1.0.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild 
b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild
index b4efd1a92a..e47bc80287 100644
--- a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild
+++ b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://ipfs.infura.io/ipfs/QmUGftdXbN815P1GvurGRBa5fYFiGfTDAdBXToadz
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="
net-p2p/kubo

diff --git a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.2.ebuild 
b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.2.ebuild
index 9433e64360..7e6cf2bc09 100644
--- a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.2.ebuild
+++ b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://ipfs.infura.io/ipfs/QmSTbDLMCFKKKXmEBFgGMZDYV9EfngKsFnws8PZoK
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="
net-p2p/kubo



[gentoo-commits] repo/proj/guru:master commit in: media-gfx/swayimg/

2024-01-07 Thread David Roman
commit: 5f0589094b37106afc5ab8f1ff583efc4e64955e
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Jan  7 07:11:51 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 07:11:51 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f058909

media-gfx/swayimg: describe USE=exr

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

 media-gfx/swayimg/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/swayimg/metadata.xml b/media-gfx/swayimg/metadata.xml
index 7cac2d0053..0b86023878 100644
--- a/media-gfx/swayimg/metadata.xml
+++ b/media-gfx/swayimg/metadata.xml
@@ -8,6 +8,7 @@
artemsen/swayimg


+   Enable support for EXR image format
Enable support for JPEG XL image 
format

 



[gentoo-commits] repo/proj/guru:master commit in: net-dns/blocky/

2024-01-07 Thread David Roman
commit: 91370a6c3b0473e7cd09c61cf145fac8d58dacd1
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sun Jan  7 08:57:05 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 08:57:41 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91370a6c

net-dns/blocky: add 0.23 and support for arm64

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

 net-dns/blocky/Manifest   | 3 +++
 net-dns/blocky/{blocky-.ebuild => blocky-0.23.ebuild} | 4 ++--
 net-dns/blocky/blocky-.ebuild | 4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-dns/blocky/Manifest b/net-dns/blocky/Manifest
index cbfdf1469a..6b49aa54ec 100644
--- a/net-dns/blocky/Manifest
+++ b/net-dns/blocky/Manifest
@@ -1,3 +1,6 @@
 DIST blocky-0.22-deps.tar.xz 163869124 BLAKE2B 
e98614feaeb11604866d08003147871096c993cdb90c85bba46ea999a339570ca1500a80bddee202595372ec5d22baa6ec0345d8cf50ffee6d61dd8d6495d49f
 SHA512 
883e5dd66cf974c6d8c73a94c7677d5003ceb7a3ba68001c2d9d36e1e4d1ea64f0818d30240fe77f192ad3f95ede93127bed9adc9647da07a9b9bebc958ffd33
 DIST blocky-0.22-docs.tar.gz 5639822 BLAKE2B 
e177790deb7493f84d8217661e4e4296004a9db7e00ff8d37dbd3c4ed8b7ba0a7cf431067c103f25784e46ca7a8bf80532cdd8f305f3e4ce119890027f0eb186
 SHA512 
3eed0ff726479826fbefb4140c36bb26825124134d1fbbecf74a31b2fbdde993630adc645ea2e582ce8d415736cc85b20f64a835c87da98700b715c03d368e75
 DIST blocky-0.22.tar.gz 712644 BLAKE2B 
d74881026421337a0fc32a6af2cf6bff736e0130ac599cd80714f0cafff1e81864e0327bc773f8377106421642cf545b76407fca94f07425c428ff8512a7113b
 SHA512 
928ba882cb567f80b9b00c1ab74ba2fba0324b9e5fb6439789d50d8fd438a26f84772d36f91ef9c3a2351c798a399c15aa1b69927a2da11795edd576b7bae6a4
+DIST blocky-0.23-deps.tar.xz 191529448 BLAKE2B 
fbad27f70b73832e0862b32267be0e9956c39c570f4e8d16be6a1b7eaa8ea779df52d1da533486d2b0d3e5b163602b62283ac006de4adc0861ec208fd9f50bd8
 SHA512 
89441e8082260b7c8a850b91029540554fc8af4bdba1996adb07ff57781c0e92ee439b915cd1473d16fba9bd31612b6c267c2fe6f96096a4f9ed4fa23d46165d
+DIST blocky-0.23-docs.tar.gz 6773940 BLAKE2B 
8114e49c8c8b7c01a1376dd0ef15b5eee966fc18c84d8645aa91c3524876167de810a17d63f2e287a3fe4c56906076783e135cf0c209886870588f40190e9d78
 SHA512 
aec00c88ea97f7f2d145020e666f77f992b53cd8867d4d4c5bc5a094b06889c35d7019d0e491fe02fb1dd803912613ec7f874f4d7a9f0d06e41c7bb8c609d956
+DIST blocky-0.23.tar.gz 7236537 BLAKE2B 
4dd8b4a9587ed2b768ff2cf8809e14242032d7e8be3d3c422eb5518df33c32c0f767ba8e7490f353e81ede8c150cf3175621ea35ad3aa682f62c7d169c511b63
 SHA512 
22431da4c2f259411b7eb790e8f05a7264d0aa96fe4774722bbe71cf9459a3ed7f434b4b295c95b80f2efc6de55ff645f860443838fe793bc413d74b77e395be

diff --git a/net-dns/blocky/blocky-.ebuild 
b/net-dns/blocky/blocky-0.23.ebuild
similarity index 96%
copy from net-dns/blocky/blocky-.ebuild
copy to net-dns/blocky/blocky-0.23.ebuild
index 3f5b49b9fc..0852ebf831 100644
--- a/net-dns/blocky/blocky-.ebuild
+++ b/net-dns/blocky/blocky-0.23.ebuild
@@ -8,7 +8,7 @@ inherit fcaps go-module systemd shell-completion
 DESCRIPTION="Fast and lightweight DNS proxy as ad-blocker with many features 
written in Go"
 HOMEPAGE="https://github.com/0xERR0R/blocky/";
 
-DOCUMENTATION_COMMIT=9c6a86eb163e758686c5d6d4d5259deb086a8aa9
+DOCUMENTATION_COMMIT=e9d4e51690f700d20b2cd478eef5987653bd4cc0
 
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -19,7 +19,7 @@ else

https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz
 -> ${P}-deps.tar.xz
doc? ( 
https://github.com/0xERR0R/blocky/archive/${DOCUMENTATION_COMMIT}.tar.gz -> 
${P}-docs.tar.gz )
 "
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 # main

diff --git a/net-dns/blocky/blocky-.ebuild 
b/net-dns/blocky/blocky-.ebuild
index 3f5b49b9fc..0852ebf831 100644
--- a/net-dns/blocky/blocky-.ebuild
+++ b/net-dns/blocky/blocky-.ebuild
@@ -8,7 +8,7 @@ inherit fcaps go-module systemd shell-completion
 DESCRIPTION="Fast and lightweight DNS proxy as ad-blocker with many features 
written in Go"
 HOMEPAGE="https://github.com/0xERR0R/blocky/";
 
-DOCUMENTATION_COMMIT=9c6a86eb163e758686c5d6d4d5259deb086a8aa9
+DOCUMENTATION_COMMIT=e9d4e51690f700d20b2cd478eef5987653bd4cc0
 
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -19,7 +19,7 @@ else

https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz
 -> ${P}-deps.tar.xz
doc? ( 
https://github.com/0xERR0R/blocky/archive/${DOCUMENTATION_COMMIT}.tar.gz -> 
${P}-docs.tar.gz )
 "
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 # main



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

2024-01-07 Thread David Roman
commit: 21d893d1246aaa722712cb76f09ec1a0de39d896
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Jan  7 17:23:59 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 17:23:59 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21d893d1

README.md: add link to GURU bugs

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

 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2125f942aa..339cbbc96d 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
 
 **The official repository for new Gentoo packages, maintained collaboratively 
by Gentoo users.**
 
-This README contains some additional useful information for GURU contributors, 
such as common mistakes, frequently asked questions and other tips and tricks. 
+This README contains some additional useful information for GURU contributors, 
such as common mistakes, frequently asked questions and other tips and tricks.
 
 The [GURU 
regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations), and 
the Gentoo [developer manual](https://devmanual.gentoo.org/) take precedence 
over any information here.
 
@@ -43,6 +43,7 @@ The [GURU 
regulations](https://wiki.gentoo.org/wiki/Project:GURU#The_regulations
 - https://devmanual.gentoo.org/function-reference/install-functions
 - https://dev.gentoo.org/~mgorny/python-guide/eclass.html
 - [GURU outdated 
packages](https://repology.org/projects/?inrepo=gentoo_ovl_guru&outdated=on)
+- [GURU 
Bugs](https://bugs.gentoo.org/buglist.cgi?f1=product&f2=component&list_id=7042152&o1=equals&query_format=advanced&resolution=---&v1=GURU&v2=Package%20issues)
 
 ## Email Addresses 
 



[gentoo-commits] repo/proj/guru:master commit in: sys-libs/cyclonedds/

2024-01-07 Thread David Roman
commit: 0996ed1d6d662a41f6fe342381870c4693127519
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Jan  7 16:18:27 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 16:18:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0996ed1d

sys-libs/cyclonedds: describe unknown USE flags

Fixes other QA issues as well.

- MissingRemoteId
- BadDescription
- DoubleEmptyLine
- UnknownUseFlags
- UnquotedVariable
- WhitespaceFound
- WrongIndentFound

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

 sys-libs/cyclonedds/cyclonedds-0.10.3.ebuild | 45 +++-
 sys-libs/cyclonedds/cyclonedds-.ebuild   | 45 +++-
 sys-libs/cyclonedds/metadata.xml | 14 +
 3 files changed, 48 insertions(+), 56 deletions(-)

diff --git a/sys-libs/cyclonedds/cyclonedds-0.10.3.ebuild 
b/sys-libs/cyclonedds/cyclonedds-0.10.3.ebuild
index fbdaecca1f..14cd2e34ba 100644
--- a/sys-libs/cyclonedds/cyclonedds-0.10.3.ebuild
+++ b/sys-libs/cyclonedds/cyclonedds-0.10.3.ebuild
@@ -1,28 +1,25 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 inherit cmake
 
-
 if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/eclipse-cyclonedds/";
+   EGIT_REPO_URI="https://github.com/eclipse-cyclonedds/cyclonedds.git";
inherit git-r3
-
 else
-

SRC_URI="https://github.com/eclipse-cyclonedds/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64"
 fi
 
 S="${WORKDIR}/${P}"
-DESCRIPTION="Eclipse Cyclone DDS is a very performant and robust open-source 
implementation of the OMG DDS specification."
+DESCRIPTION="Eclipse Cyclone DDS project"
 HOMEPAGE="https://cyclonedds.io/";
 
 LICENSE="EPL-2.0"
 SLOT="0/$(ver_cut 1-2)"
-IUSE="test ssl shm parser doc examples ipv6 idlc get_kind"
+IUSE="test ssl shm parser doc examples ipv6 idlc get-kind"
 RESTRICT="!test? ( test )"
 
 RDEPEND=(
@@ -33,34 +30,26 @@ RDEPEND=(
 )
 DEPEND="${RDEPEND[@]}"
 
-
 CMAKE_BUILD_TYPE=Release
 
-#PATCHES=()
-
-src_prepare() { 
-   use get_kind  &&  eapply  ${FILESDIR}/${PN}-0.10.3-get_kind.patch 
+src_prepare() {
+   use get_kind && eapply "${FILESDIR}/${PN}-0.10.3-get_kind.patch"
cmake_src_prepare
 }
 
 src_configure() {
-
local mycmakeargs=(
--DBUILD_DOCS= $(usex doc)
--DBUILD_DDSPERF=OFF
--DBUILD_EXAMPLES=$(usex examples)
-
-
--DBUILD_TESTING=$(usex test)
--DBUILD_IDLC_TESTING=$(usex test)
-
--DBUILD_IDLC=$(usex idlc)
--DENABLE_SSL=$(usex ssl)
--DENABLE_SECURITY=$(usex ssl)
--DENABLE_SECURITY=$(usex ssl)
--DENABLE_IPV6=$(usex ipv6)
--DENABLE_SHM=$(usex shm)
+   -DBUILD_DOCS= $(usex doc)
+   -DBUILD_DDSPERF=OFF
+   -DBUILD_EXAMPLES=$(usex examples)
+   -DBUILD_TESTING=$(usex test)
+   -DBUILD_IDLC_TESTING=$(usex test)
+   -DBUILD_IDLC=$(usex idlc)
+   -DENABLE_SSL=$(usex ssl)
+   -DENABLE_SECURITY=$(usex ssl)
+   -DENABLE_SECURITY=$(usex ssl)
+   -DENABLE_IPV6=$(usex ipv6)
+   -DENABLE_SHM=$(usex shm)
)
-
cmake_src_configure
 }

diff --git a/sys-libs/cyclonedds/cyclonedds-.ebuild 
b/sys-libs/cyclonedds/cyclonedds-.ebuild
index fbdaecca1f..14cd2e34ba 100644
--- a/sys-libs/cyclonedds/cyclonedds-.ebuild
+++ b/sys-libs/cyclonedds/cyclonedds-.ebuild
@@ -1,28 +1,25 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 inherit cmake
 
-
 if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/eclipse-cyclonedds/";
+   EGIT_REPO_URI="https://github.com/eclipse-cyclonedds/cyclonedds.git";
inherit git-r3
-
 else
-

SRC_URI="https://github.com/eclipse-cyclonedds/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64"
 fi
 
 S="${WORKDIR}/${P}"
-DESCRIPTION="Eclipse Cyclone DDS is a very performant and robust open-source 
implementation of the OMG DDS specification."
+DESCRIPTION="Eclipse Cyclone DDS project"
 HOMEPAGE="https://cyclonedds.io/";
 
 LICENSE="EPL-2.0"
 SLOT="0/$(ver_cut 1-2)"
-IUSE="test ssl shm parser doc examples ipv6 idlc get_kind"
+IUSE="test ssl shm parser doc examples ipv6 idlc get-kind"
 RESTRICT="!test? ( test )"
 
 RDEPEND=(
@@ -33,34 +30,26 @@ RDEPEND=(
 )
 DEPEND="${RDEPEND[@]}"
 
-
 CMAKE_BUILD_TYPE=Release
 
-#PATCHES=()
-
-src_prepare() { 
-   use get_kind  &&  eapply  ${FILESDIR}/${PN}-0.10.3-get_kind.patch 
+src_prepare() {
+   use get_kind && eapply "${FILESDIR}/${PN}-0.10.3-get_kind.patch"
cmake_src_prepare
 }
 
 src_configure() {
-
local mycmakeargs=(
--DBUILD_DOCS= $(usex doc)
--DBUILD_DDSPERF=OFF
--DBUILD_EXAMPLES=

[gentoo-commits] repo/proj/guru:master commit in: app-backup/blocksync-fast/

2024-01-07 Thread David Roman
commit: c8cbf3c832a006385702d69c6d63e73ae7be14f1
Author: Marcin Koczwara  nethappen  pl>
AuthorDate: Sun Jan  7 18:42:00 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 18:42:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8cbf3c8

app-backup/blocksync-fast: new package, add 1.0.3

Signed-off-by: Marcin Koczwara  nethappen.pl>

 app-backup/blocksync-fast/Manifest |  1 +
 .../blocksync-fast/blocksync-fast-1.0.3.ebuild | 30 ++
 app-backup/blocksync-fast/metadata.xml | 26 +++
 3 files changed, 57 insertions(+)

diff --git a/app-backup/blocksync-fast/Manifest 
b/app-backup/blocksync-fast/Manifest
new file mode 100644
index 00..f84cd1ba22
--- /dev/null
+++ b/app-backup/blocksync-fast/Manifest
@@ -0,0 +1 @@
+DIST blocksync-fast-1.0.3.tar.gz 159994 BLAKE2B 
228d44a07f825ede0236ece06d0b8dd98285f3f74b5a7e32f05f444bba1d1eb53deaf19124ce20f1ae8d0057c551465d3d3cbe51f3d0e6d5977b2651745535a8
 SHA512 
83a086aeabb7b31eb274a682f40e0b2970b5d5ca786baca615ca5353ee2d5e10043f9020d4740bb88660bae3bde54e2d5821b082386e24da41c3ce014e9571bd

diff --git a/app-backup/blocksync-fast/blocksync-fast-1.0.3.ebuild 
b/app-backup/blocksync-fast/blocksync-fast-1.0.3.ebuild
new file mode 100644
index 00..ba98c77215
--- /dev/null
+++ b/app-backup/blocksync-fast/blocksync-fast-1.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Fast block device sync with digest, designed to improve 
block-based backups."
+HOMEPAGE="https://github.com/nethappen/blocksync-fast/";
+SRC_URI="https://github.com/nethappen/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+xxhash"
+
+RDEPEND="
+   >=dev-libs/libgcrypt-1.9.0:0=
+   xxhash? ( >=dev-libs/xxhash-0.8 )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   eautoreconf
+   econf $(use_with xxhash)
+}
+
+src_install() {
+   DOCS=(README.md CHANGELOG.md LICENSE scripts)
+   default_src_install
+}

diff --git a/app-backup/blocksync-fast/metadata.xml 
b/app-backup/blocksync-fast/metadata.xml
new file mode 100644
index 00..196d653e11
--- /dev/null
+++ b/app-backup/blocksync-fast/metadata.xml
@@ -0,0 +1,26 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   m...@nethappen.pl
+   Marcin Koczwara
+   
+   
+   
+   m...@nethappen.pl
+   Marcin Koczwara
+   
+   https://nethappen.github.io/blocksync-fast/
+   
https://raw.githubusercontent.com/nethappen/blocksync-fast/main/CHANGELOG.md
+   nethappen/blocksync-fast
+   
+   
+   This program compares and synchronizes block devices using fast 
and efficient methods.
+   Digest can be used to store checksums of data blocks from 
previous synchronization
+   to speed up synchronize process and avoid read operations from 
target block device.
+   Program can also create delta files that contains differences 
between block devices
+   
+   
+   Enable dev-libs/xxhash support for very 
high speed hashing
+   
+



[gentoo-commits] repo/proj/guru:master commit in: dev-python/repology-client/

2024-01-07 Thread David Roman
commit: b1ac9d8ec60c46a961d7cbdd1582083871a1b057
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Jan  7 16:21:35 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 16:21:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1ac9d8e

dev-python/repology-client: fix PkgInvalidXml

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

 dev-python/repology-client/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/repology-client/metadata.xml 
b/dev-python/repology-client/metadata.xml
index 54cca71713..d3ac8510eb 100644
--- a/dev-python/repology-client/metadata.xml
+++ b/dev-python/repology-client/metadata.xml
@@ -10,7 +10,7 @@
Anna
cy...@sysrq.in

-   https://bugs.sysrq.in/enter_bug.cgi?product=Python 
libraries&component=repology-client
+   
https://bugs.sysrq.in/enter_bug.cgi?product=Python%20libraries&component=repology-client

https://repology-client.sysrq.in/release-notes.html

 



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

2024-01-07 Thread David Roman
commit: b0735cb83d080817a6a95dcf3de77e66e1ced932
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Jan  7 15:03:28 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 15:03:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0735cb8

profiles: mask net-libs/signald

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 5f1e89d471..6d85d50c8b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -14,6 +14,12 @@
 
 # New entries go on top.
 
+# Anna Vyalkova  (2024-01-07)
+# Depends on removed dev-java/gradle-bin slot.
+net-libs/signald
+# and revdeps
+net-im/mautrix-signal
+
 # Lucio Sauer  (2024-01-04)
 # Known security bugs. Masked until somone updates it.
 # https://github.com/TheDarkBug/uwufetch/issues/249



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/gitui/

2024-01-07 Thread David Roman
commit: 48525f8b09780f9816443e98840bd06559545e60
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Jan  7 11:42:05 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 11:42:05 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48525f8b

dev-vcs/gitui: add 0.24.3

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

 dev-vcs/gitui/Manifest| 195 +++
 dev-vcs/gitui/gitui-0.24.3.ebuild | 277 ++
 2 files changed, 472 insertions(+)

diff --git a/dev-vcs/gitui/Manifest b/dev-vcs/gitui/Manifest
index e997729e33..4c8539cc4c 100644
--- a/dev-vcs/gitui/Manifest
+++ b/dev-vcs/gitui/Manifest
@@ -1,229 +1,424 @@
 DIST addr2line-0.16.0.crate 33440 BLAKE2B 
b59a006ba732935d408d0574799037ef0a424ad3c27b894fbd7a9c91664460972a8c464aaad4e9b82b94e4cc35ee9016490bd469fa21358e11e6d78126378038
 SHA512 
7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c
 DIST addr2line-0.17.0.crate 32260 BLAKE2B 
23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c
 SHA512 
ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
+DIST addr2line-0.19.0.crate 33210 BLAKE2B 
a6b393dcddfa0f858297efb6b261d3a23f118be45a3211ee15f6c58808f241dbcf5282f4a86be579360513f23ac4035819e923f2587b7499110af42e9ac3ab88
 SHA512 
18da72e412bb89028e2ccb838192330535e45300f6fd8edc7d1d64397792a3db12418aa24a3312730c5414e2a1b1d65e6b9d5691ba234c9142b5d885523a5e94
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST ahash-0.7.4.crate 37072 BLAKE2B 
3b82cc45993fd48d9eed018e14af005e2513938f34b195d4f33bc0d4031bc8027b082aa155b14e20e0e1e34b0f829849e8c614458805ce830652f34477b1d6a4
 SHA512 
f84e16f3b2764be95b4d82c9ef4bcd4c80983e977b33e1d4cc3c119398de6084428a0e7bccc1b182bccc21aa97855fa30b6a4041b961b58bff79b75dcc788005
 DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
+DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
+DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055
 SHA512 
4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
+DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
+DIST anstream-0.5.0.crate 19646 BLAKE2B 
770dc99092e1c48ad5c1658e83abff3b8c9e0915e360048bfe0fe04faf61991e01e88ca4adca23533bf11fe078066e351778661128d69381756688341022f29d
 SHA512 
8e285cc8f92708cf9482e7b4dc84dd891e5ec0bd8c57894c6bb368eede1127b7b903adb4c40b37287e3644535cc60c92662951c2c8fb5b92e10f49ff5374d359
+DIST anstyle-1.0.2.crate 13983 BLAKE2B 
4274b101d1cab2b62f9bb7637dab35f4b16e8c08a080355a2ea53e2b7b353ff230aa77fb3a244e0d6ff0dcd27abe5895eb306c630aa0822d0c608f041d4abfea
 SHA512 
09220abfc844192ca698589897845752e02666b4ecd6529af4cde9f260ef36694e6e631c7503fc0e438ac72c88c419043b78399385cb248e789e86404503935a
+DIST anstyle-parse-0.2.1.crate 24802 BLAKE2B 
6304a56c6a9fbaf1bb4d1d177b2315684345dc9d71c35836f9544145364f8d6eb56e25c03076690c594ab7db5914501acb569f6c136952e59c93179ced527fb2
 SHA512 
5c8fc7d88ffc3a6e78340ffe0f3c2d72e8655120

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

2024-01-07 Thread David Roman
commit: 23ecc16996c0b3edd2135a61bf565adb8e7be467
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Jan  7 07:10:04 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 07:10:04 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23ecc169

net-misc/sunshine: describe USE=libdrm

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

 net-misc/sunshine/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-misc/sunshine/metadata.xml b/net-misc/sunshine/metadata.xml
index 9fe6bf2ed7..917d345270 100644
--- a/net-misc/sunshine/metadata.xml
+++ b/net-misc/sunshine/metadata.xml
@@ -15,4 +15,7 @@
A web UI is provided to allow configuration, and client pairing, from 
your favorite web browser.
Pair from the local server or any mobile device.

+   
+   Enable KMS grab
+   
 



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/gitui/files/, dev-vcs/gitui/

2024-01-07 Thread David Roman
commit: 6a827cdfd23710ca621f834b54ebdafd29466ba5
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Jan  7 11:42:28 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 11:42:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a827cdf

dev-vcs/gitui: drop 0.18.0, 0.20.1

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

 dev-vcs/gitui/Manifest | 205 
 dev-vcs/gitui/files/gitui-nerd-fonts.patch |  42 -
 dev-vcs/gitui/gitui-0.18.0.ebuild  | 244 -
 dev-vcs/gitui/gitui-0.20.1.ebuild  | 242 
 dev-vcs/gitui/metadata.xml |   4 -
 5 files changed, 737 deletions(-)

diff --git a/dev-vcs/gitui/Manifest b/dev-vcs/gitui/Manifest
index 4c8539cc4c..83c4de8d37 100644
--- a/dev-vcs/gitui/Manifest
+++ b/dev-vcs/gitui/Manifest
@@ -1,110 +1,60 @@
-DIST addr2line-0.16.0.crate 33440 BLAKE2B 
b59a006ba732935d408d0574799037ef0a424ad3c27b894fbd7a9c91664460972a8c464aaad4e9b82b94e4cc35ee9016490bd469fa21358e11e6d78126378038
 SHA512 
7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c
-DIST addr2line-0.17.0.crate 32260 BLAKE2B 
23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c
 SHA512 
ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
 DIST addr2line-0.19.0.crate 33210 BLAKE2B 
a6b393dcddfa0f858297efb6b261d3a23f118be45a3211ee15f6c58808f241dbcf5282f4a86be579360513f23ac4035819e923f2587b7499110af42e9ac3ab88
 SHA512 
18da72e412bb89028e2ccb838192330535e45300f6fd8edc7d1d64397792a3db12418aa24a3312730c5414e2a1b1d65e6b9d5691ba234c9142b5d885523a5e94
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
-DIST ahash-0.7.4.crate 37072 BLAKE2B 
3b82cc45993fd48d9eed018e14af005e2513938f34b195d4f33bc0d4031bc8027b082aa155b14e20e0e1e34b0f829849e8c614458805ce830652f34477b1d6a4
 SHA512 
f84e16f3b2764be95b4d82c9ef4bcd4c80983e977b33e1d4cc3c119398de6084428a0e7bccc1b182bccc21aa97855fa30b6a4041b961b58bff79b75dcc788005
-DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
-DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055
 SHA512 
4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
-DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anstream-0.5.0.crate 19646 BLAKE2B 
770dc99092e1c48ad5c1658e83abff3b8c9e0915e360048bfe0fe04faf61991e01e88ca4adca23533bf11fe078066e351778661128d69381756688341022f29d
 SHA512 
8e285cc8f92708cf9482e7b4dc84dd891e5ec0bd8c57894c6bb368eede1127b7b903adb4c40b37287e3644535cc60c92662951c2c8fb5b92e10f49ff5374d359
 DIST anstyle-1.0.2.crate 13983 BLAKE2B 
4274b101d1cab2b62f9bb7637dab35f4b16e8c08a080355a2ea53e2b7b353ff230aa77fb3a244e0d6ff0dcd27abe5895eb306c630aa0822d0c608f041d4abfea
 SHA512 
09220abfc844192ca698589897845752e02666b4ecd6529af4cde9f260ef36694e6e631c7503fc0e438ac72c88c419043b78399385cb248e789e86404503935a
 DIST anstyle-parse-0.2.1

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

2024-01-07 Thread David Roman
commit: 7a2b3769adbe9c759ef472f1ac30823ae963ae5d
Author: Michael Yang  gmail  com>
AuthorDate: Sun Jan  7 08:26:25 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 08:29:08 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a2b3769

app-misc/clifm: drop 1.14, add 1.15

Signed-off-by: Michael Yang  gmail.com>

 app-misc/clifm/Manifest | 2 +-
 app-misc/clifm/{clifm-1.14.ebuild => clifm-1.15.ebuild} | 3 ++-
 app-misc/clifm/clifm-.ebuild| 3 ++-
 app-misc/clifm/metadata.xml | 3 +++
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/app-misc/clifm/Manifest b/app-misc/clifm/Manifest
index fc594114eb..e2fede64a8 100644
--- a/app-misc/clifm/Manifest
+++ b/app-misc/clifm/Manifest
@@ -1,4 +1,4 @@
 DIST clifm-1.11.tar.gz 1378500 BLAKE2B 
ea1cb37bb61538c1b64bbafdce5adee977bf14fb2deb7b4b54ae1a4e39824543dbd23e9c63563228e30ae35ce9d22d7c11b0b18e370310a5e5c9a60f1b425275
 SHA512 
5075dab38000f0eb026cacc1d31b8f3e20157d4ec19e84f5f271ffae9a4f99aa03411d6d47470eb37879bbe497c7747db90a7f4ac7760439f67f1a3537cb77e2
 DIST clifm-1.13.tar.gz 1467612 BLAKE2B 
06e6a986c1504ae2cbaa6e38daaf26c44d477102bdb0e67d529b35a066dbf6695841eb6fa69ed0379aca2028dfa327f98a8060c80f57c5f2653285ff4ed4a116
 SHA512 
3a1936b5517c6f8babb59a32af03e2408b9e3bd59fceb88c6101785f38175e71026128df07c46b05aa34ad4519063b6e80e22e29f0b277106a3b7d7e3341d584
-DIST clifm-1.14.tar.gz 1496682 BLAKE2B 
bcc0d8684bf5ef9e401a6ea3b83664be7faef5d973b20e58bef9ee6da4438d76ede73241d6b37d8cf3c0109ce319be753e3af9db22878bc90f75ce1a80dbb4e2
 SHA512 
c1ad19a4dd82ecffd45684de33c787df62cab99f704333d0c891c98b6aefabbc47432b4538cba289e7c7340d9d88fee4a6a06e871d2fa32c85fc005a5570cf44
+DIST clifm-1.15.tar.gz 1511851 BLAKE2B 
2329717f234400159045654e521e6ae510b6d8cdca2b72e715a814e5642dba2760869a6035baca844a3717ef8cc4e0af1b0967d7f3b16b20dfceb6cdca72a2c0
 SHA512 
812d1ebb0d8b157e60bc55102e74738e611dd609294eb65da5b1aac4ee3cff947558dde658037c9558113266e92525582aac22a3ed084797367166b4d41ce9c1
 DIST clifm-1.8.tar.gz 1302830 BLAKE2B 
87e7dc41053af6ccbd819ec0403ca14aeb40865ea49ab87e8601765be771b5e447f593ffb9f94674dbc2afbdb67849a5a8a1d2b26ab524479c4edbfb2c4c79a6
 SHA512 
4b534f4c33462dd6571d69a5b0405295580d980f7c5c43f0893828c7ab624eb366f7e617a97b0357a26663df3c25b1cb2c175ee372f8c18e9b3f061186b76827

diff --git a/app-misc/clifm/clifm-1.14.ebuild b/app-misc/clifm/clifm-1.15.ebuild
similarity index 96%
rename from app-misc/clifm/clifm-1.14.ebuild
rename to app-misc/clifm/clifm-1.15.ebuild
index 9be798a4b4..b40de3f5ac 100644
--- a/app-misc/clifm/clifm-1.14.ebuild
+++ b/app-misc/clifm/clifm-1.15.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="arc4random archive +bleach emoji fzf +highlight icons +inotify +lira 
+magic
-   +media nerdfonts nls posix +profiles qsort +tags +trash"
+   +media nerdfonts nls posix +profiles qsort +tags +trash xdu"
 
 PATCHES=(
"${FILESDIR}/${PN}-1.12-gentoo-skip-manpage-compression.patch"
@@ -83,6 +83,7 @@ src_compile() {
use qsort && append-cflags "-D_TOURBIN_QSORT"
use inotify || append-cflags "-DUSE_GENERIC_FS_MONITOR"
use media && append-cflags "-DALLOW_MEDIA" || append-cflags 
"-DNO_MEDIA_FUNC"
+   use xdu && append-cflags "-DUSE_XDU"
 
# makefile defaults to /usr/local
emake PREFIX="/usr"

diff --git a/app-misc/clifm/clifm-.ebuild b/app-misc/clifm/clifm-.ebuild
index c4e206521b..3b93cd45a1 100644
--- a/app-misc/clifm/clifm-.ebuild
+++ b/app-misc/clifm/clifm-.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="arc4random archive +bleach emoji fzf +highlight icons +inotify +lira 
+magic
-   +media nerdfonts nls posix +profiles qsort +suggestions +tags 
+trash"
+   +media nerdfonts nls posix +profiles qsort +suggestions +tags 
+trash xdu"
 
 PATCHES=(
"${FILESDIR}/${PN}-1.12-gentoo-skip-manpage-compression.patch"
@@ -83,6 +83,7 @@ src_compile() {
use qsort && append-cflags "-D_TOURBIN_QSORT"
use inotify || append-cflags "-DUSE_GENERIC_FS_MONITOR"
use media && append-cflags "-DALLOW_MEDIA" || append-cflags 
"-DNO_MEDIA_FUNC"
+   use xdu && append-cflags "-DUSE_XDU"
 
# makefile defaults to /usr/local
emake PREFIX="/usr"

diff --git a/app-misc/clifm/metadata.xml b/app-misc/clifm/metadata.xml
index fcc96cd1fa..0174da84e0 100644
--- a/app-misc/clifm/metadata.xml
+++ b/app-misc/clifm/metadata.xml
@@ -68,6 +68,9 @@

FreeDesktop compliant trash system support

+   
+   Use a home-made implementation of du(1) instead
+   


leo-arch/clifm



[gentoo-commits] repo/proj/guru:master commit in: x11-wm/phoc/

2024-01-07 Thread David Roman
commit: 9fa8a1d3db50339e3c7a9045235b815c88fde615
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Jan  7 20:09:32 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 20:09:32 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fa8a1d3

x11-wm/phoc: drop 0.13.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 x11-wm/phoc/Manifest   |  2 -
 x11-wm/phoc/phoc-0.13.1.ebuild | 83 --
 2 files changed, 85 deletions(-)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index 04d7dbd67d..06e04b7557 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1,3 +1 @@
 DIST phoc-0.33.0.tar.xz 646148 BLAKE2B 
74e6ac8eec5a37a9dd255d48b1bca65f992399eeb9dc19b22bb84e746f7cae95306c0a487aae828d939be2a0736408476aba6b947c1f44d825340bfcb1873d49
 SHA512 
7907c116b426383843b6782bafe5f416e7cb8b4039c9ee81ace35476df3b4d0ef92a968f57edef91094cd28387ceff03f1cdd802de65e0e9e3840eab03a78ac9
-DIST phoc-v0.13.1.tar.gz 166867 BLAKE2B 
6606855efe7099d12c8be3ee16c401bbcc618aaed2f264abe982cc4a49ccbc0e65fac1b7d8da62de4261bdf3a322f4313a15723c7b7cb7a9ce279957dbf89c78
 SHA512 
0da68ac4d0601e91ed5f59eeb0beea64180b546f58b300631495084d366fe515c26fe9d58d0ca20687032f6824ae98dcc82edd8a6c80caa95178d24d27ee2650
-DIST wlroots-c9cd3502ba6113070020de50e41f0af72e0f5031.tar.gz 506612 BLAKE2B 
70589e63cf223aa5b3634e057cc8c9d1f52d0f6c0fd3bbf66739bc1c934036bab0e8fc8337f51b1d4bb0d73c008b16421c354194cf215741e84ad88345465870
 SHA512 
af610233ec2343a3baefbb30db4b9a3f30dac4f8656293849be603fbcad0cdd65e91d80702c35e4aaf47437e8c301229c4933b7c8b5df3a7128979c94bcfcddc

diff --git a/x11-wm/phoc/phoc-0.13.1.ebuild b/x11-wm/phoc/phoc-0.13.1.ebuild
deleted file mode 100644
index 5186898e1f..00
--- a/x11-wm/phoc/phoc-0.13.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg gnome2-utils
-
-MY_PV="v${PV}"
-MY_P="${PN}-${MY_PV}"
-
-WL_COMMIT="c9cd3502ba6113070020de50e41f0af72e0f5031"
-WL_P="wlroots-${WL_COMMIT}"
-
-DESCRIPTION="Wlroots based Phone compositor"
-HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc";
-
-SRC_URI="
-   
https://gitlab.gnome.org/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
-   
https://source.puri.sm/Librem5/wlroots/-/archive/${WL_COMMIT}/${WL_P}.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="+introspection +systemd test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/glib
-   dev-libs/gobject-introspection
-   dev-libs/libinput
-   dev-libs/wayland
-   dev-libs/wayland-protocols
-   gnome-base/gnome-desktop
-   systemd? (
-   !sys-apps/openrc
-   sys-apps/systemd
-   )
-   x11-libs/libdrm
-   x11-libs/pixman
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-wm/mutter
-   sys-auth/seatd
-   !gui-libs/wlroots
-"
-
-BDEPEND="
-   dev-util/ctags
-   dev-util/meson
-   virtual/pkgconfig
-   x11-base/xorg-server
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled 
wlroots"
-   cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to 
copy right version of wlroots"
-}
-
-src_configure() {
-   local emesonargs=(
-   -Ddefault_library=shared
-   -Dtests=false
-   )
-   meson_src_configure
-}
-
-src_install() {
-   DESTDIR="${D}" meson_src_install
-   dobin "${S}"/helpers/scale-to-fit
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-}



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

2024-01-07 Thread David Roman
commit: 073b2326383ab95da4790e4b8fb678452af89285
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Jan  7 20:03:50 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 20:05:50 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=073b2326

dev-util/find-work: new package, add 0.1.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-util/find-work/Manifest   |  1 +
 dev-util/find-work/find-work-0.1.1.ebuild | 65 +++
 dev-util/find-work/metadata.xml   | 17 
 3 files changed, 83 insertions(+)

diff --git a/dev-util/find-work/Manifest b/dev-util/find-work/Manifest
new file mode 100644
index 00..d6adf0550e
--- /dev/null
+++ b/dev-util/find-work/Manifest
@@ -0,0 +1 @@
+DIST find_work-0.1.1.tar.gz 10530 BLAKE2B 
51294e6b9e21c72fcd2da77c4ecd0c0cb3614d631b7d4840dbc3d774d83aa910a5b83277c7be2c16adb3f0827b5841e5ad24107ac7a546380d4c056e9a8e275a
 SHA512 
b0f06689554ec2a8d27da270874c89fc31683c0f211d0bacbbe7fee8482a0115107f21836c7ebdaf13ea297030d0870bc53919a90e68ccf10da615eeb9111c5f

diff --git a/dev-util/find-work/find-work-0.1.1.ebuild 
b/dev-util/find-work/find-work-0.1.1.ebuild
new file mode 100644
index 00..5686117f50
--- /dev/null
+++ b/dev-util/find-work/find-work-0.1.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=hatchling
+inherit distutils-r1 pypi shell-completion
+
+DESCRIPTION="Personal advice utility for Gentoo package maintainers"
+HOMEPAGE="
+   https://find-work.sysrq.in/
+   https://pypi.org/project/find-work/
+"
+
+LICENSE="WTFPL"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   =dev-python/aiohttp-3[${PYTHON_USEDEP}]
+   =dev-python/pydantic-2[${PYTHON_USEDEP}]
+   =dev-python/repology-client-0.0.2[${PYTHON_USEDEP}]
+   
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   
+   Anna
+   cy...@sysrq.in
+   
+   find-work
+   
https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=find-work
+   
https://find-work.sysrq.in/release-notes.html
+   
+



[gentoo-commits] repo/proj/guru:master commit in: dev-python/coveralls/, profiles/

2024-01-07 Thread David Roman
commit: 2504f59ece938fd1d6f3cca880967ed9be7e2540
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Jan  7 20:40:20 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 20:40:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2504f59e

dev-python/coveralls: treeclean

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

 dev-python/coveralls/Manifest   |  1 -
 dev-python/coveralls/coveralls-3.3.1.ebuild | 24 
 dev-python/coveralls/metadata.xml   | 20 
 profiles/package.mask   |  5 -
 4 files changed, 50 deletions(-)

diff --git a/dev-python/coveralls/Manifest b/dev-python/coveralls/Manifest
deleted file mode 100644
index bfc8515bc9..00
--- a/dev-python/coveralls/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST coveralls-3.3.1.tar.gz 17964 BLAKE2B 
18fa765a7ae3262a5b10e19b014be7740430d7050034edd80a06fc4cd23f3262b76f24fe6557999b3663d89fb0fccd6c5a4eebc1dad9f704fd4ea24929922634
 SHA512 
e101b50b1b6bfaac188360093ad8e012187efa2f8bb118c297ce59ff1f5087a45ceb51334be9042c66c6516903e52068c63937504b93c2ca0b7c1cc7ed4d

diff --git a/dev-python/coveralls/coveralls-3.3.1.ebuild 
b/dev-python/coveralls/coveralls-3.3.1.ebuild
deleted file mode 100644
index e81d31f970..00
--- a/dev-python/coveralls/coveralls-3.3.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Show coverage stats online via coveralls.io"
-HOMEPAGE="https://github.com/TheKevJames/coveralls-python";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   jul...@jroy.ca
-   Julien Roy
-   
-   coveralls.io is a service for publishing your coverage 
stats online. This package provides seamless integration with coverage.py (and 
thus pytest, nosetests, etc...) in your Python projects:
-   
-   
-   Kevin James
-   kevinja...@thekev.in
-   
-   
https://github.com/TheKevJames/coveralls-python/releases
-   http://coveralls-python.readthedocs.io/
-   
https://github.com/TheKevJames/coveralls-python/issues
-   TheKevJames/coveralls-python
-   coveralls
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 6d85d50c8b..d007660c40 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -46,11 +46,6 @@ app-misc/pup
 # Sorry for the inconvenience.
 app-office/lotus123r3
 
-# Julien Roy  (2023-01-25)
-# Requires https://github.com/TheKevJames/coveralls-python/issues/377
-dev-python/coveralls
-
 # Nicola Smaniotto  (2023-01-15)
 # Requires https://github.com/iamkroot/trakt-scrobbler/issues/240



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs/

2024-01-07 Thread David Roman
commit: c3c28ff07137e515a5057f65e9bae72e3c754ce6
Author: Denis Reva  gmail  com>
AuthorDate: Sun Jan  7 11:05:29 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 11:05:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3c28ff0

sys-fs/dwarfs: Fix https://github.com/mhx/dwarfs/issues/184

Signed-off-by: Denis Reva  gmail.com>

 sys-fs/dwarfs/Manifest |   1 -
 ...arfs-0.7.2-r1.ebuild => dwarfs-0.7.4-r1.ebuild} |  20 ++--
 sys-fs/dwarfs/dwarfs-0.7.4.ebuild  | 121 -
 3 files changed, 7 insertions(+), 135 deletions(-)

diff --git a/sys-fs/dwarfs/Manifest b/sys-fs/dwarfs/Manifest
index 7219d4f076..1bf8f607a2 100644
--- a/sys-fs/dwarfs/Manifest
+++ b/sys-fs/dwarfs/Manifest
@@ -1,2 +1 @@
-DIST dwarfs-0.7.2.tar.xz 15108504 BLAKE2B 
85cb90ea7d20c3c067c126dc7f7a65145041f6ef2853f96a89ca425a8a1dab9d49a0a21daa9590037aa0a9fcfc4f11fbb91d4417213318a699472532400017bb
 SHA512 
5f455b4e15ac3ef5fba8cf26295c4bce19b613d5bc09781ed0a0fd77c2ae73b197e50dce411a21b856aababb59a1800e767c40d55f0f86d88badf021042c1fd6
 DIST dwarfs-0.7.4.tar.xz 15112544 BLAKE2B 
904c5f089589630ac10441ec86feb3a4df30ad901a809e93942970fbc32f05499d6996f73769d3ada10e7aa224ec71a50144d9d605d5df852c86116efc82c090
 SHA512 
b78e0544ea04200089efd970250417ace6a354ba3090f7f8cbe4b901c5575f752968d1720cdd6e35109920f1e363cf3b70d777a46addd2214c2f5fdf83f90e19

diff --git a/sys-fs/dwarfs/dwarfs-0.7.2-r1.ebuild 
b/sys-fs/dwarfs/dwarfs-0.7.4-r1.ebuild
similarity index 82%
rename from sys-fs/dwarfs/dwarfs-0.7.2-r1.ebuild
rename to sys-fs/dwarfs/dwarfs-0.7.4-r1.ebuild
index 983d49b3c8..9328090c37 100644
--- a/sys-fs/dwarfs/dwarfs-0.7.2-r1.ebuild
+++ b/sys-fs/dwarfs/dwarfs-0.7.4-r1.ebuild
@@ -49,7 +49,6 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 BDEPEND="
-   dev-util/patchelf
sys-devel/bison
sys-devel/flex
virtual/pkgconfig
@@ -80,6 +79,7 @@ src_prepare(){
 
 src_configure(){
append-cxxflags "-I/usr/include"
+   append-ldflags $(no-as-needed)
 
mycmakeargs=(
-DUSE_JEMALLOC=$(usex jemalloc ON OFF)
@@ -95,22 +95,16 @@ src_configure(){
use python && mycmakeargs+=( "-DWITH_PYTHON_VERSION=${EPYTHON#python}" )
cmake_src_configure
 }
-src_compile(){
-   cmake_src_compile
-   # Remove insecure RPATH from bundled lib
-   patchelf --remove-rpath libdwarfs.so || die
-   patchelf --remove-rpath libdwarfs_tool.so || die
-   patchelf --remove-rpath libmetadata_thrift.so || die
-   patchelf --remove-rpath libdwarfs_compression.so || die
-   patchelf --remove-rpath libthrift_light.so || die
-   patchelf --remove-rpath libdwarfs_main.so || die
-   # TODO: make it proper
-}
+
 src_install(){
# Perform install
cmake_src_install
dolib.so libdwarfs.so libdwarfs_main.so libdwarfs_tool.so 
libdwarfs_compression.so libthrift_light.so libmetadata_thrift.so || die 
"Install failed"
-   dolib.so folly/libfolly.so folly/libfolly.so.0.58.0-dev 
libmkdwarfs_main.so libdwarfsbench_main.so libdwarfsck_main.so 
libdwarfsextract_main.so || die "Install failed"
+   dolib.so folly/libfolly.so folly/libfolly.so.0.58.0-dev 
libmkdwarfs_main.so libdwarfsbench_main.so || die "Install failed"
+   dolib.so libdwarfsck_main.so libdwarfsextract_main.so || die "Install 
failed"
+   # See https://github.com/mhx/dwarfs/issues/184
+   dolib.so 
folly/folly/experimental/exception_tracer/libfolly_exception_tracer_base.so || 
die "Install failed"
+   dolib.so 
folly/folly/experimental/exception_tracer/libfolly_exception_tracer_base.so.0.58.0-dev
 || die "Install failed"
 }
 
 pkg_postinst(){

diff --git a/sys-fs/dwarfs/dwarfs-0.7.4.ebuild 
b/sys-fs/dwarfs/dwarfs-0.7.4.ebuild
deleted file mode 100644
index 983d49b3c8..00
--- a/sys-fs/dwarfs/dwarfs-0.7.4.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit check-reqs cmake flag-o-matic python-single-r1
-
-DESCRIPTION="A fast very high compression read-only FUSE file system"
-HOMEPAGE="https://github.com/mhx/dwarfs";
-SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/${P}.tar.xz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="python +jemalloc test man"
-S="${WORKDIR}/dwarfs-${PV}"
-
-PATCHES=()
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   app-arch/libarchive
-   app-arch/lz4
-   app-arch/snappy
-   app-arch/xz-utils
-   app-arch/zstd
-   dev-cpp/gflags
-   dev-cpp/glog[gflags]
-   dev-cpp/parallel-hashmap:=
-   dev-libs/boost[context,python?]
-   dev-libs/double-conversion
-   dev-libs/libevent
-   dev-libs/libfmt
-   dev-libs/utfcpp
-   dev-libs/xxhash
-   sys-fs/fuse:3
-   dev-libs/fsst
-   sys-libs/binutils-libs
-   sys-libs/libunwind
-   sys-libs/zlib
-

[gentoo-commits] repo/proj/guru:master commit in: x11-wm/phoc/

2024-01-07 Thread David Roman
commit: b7c7436cc88a782948bf6ad96b506aaff3c2c462
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Jan  7 20:18:33 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 20:18:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7c7436c

x11-wm/phoc: add 0.35.0

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 x11-wm/phoc/Manifest   |  1 +
 x11-wm/phoc/phoc-0.35.0.ebuild | 76 ++
 2 files changed, 77 insertions(+)

diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
index 06e04b7557..fd75171bab 100644
--- a/x11-wm/phoc/Manifest
+++ b/x11-wm/phoc/Manifest
@@ -1 +1,2 @@
 DIST phoc-0.33.0.tar.xz 646148 BLAKE2B 
74e6ac8eec5a37a9dd255d48b1bca65f992399eeb9dc19b22bb84e746f7cae95306c0a487aae828d939be2a0736408476aba6b947c1f44d825340bfcb1873d49
 SHA512 
7907c116b426383843b6782bafe5f416e7cb8b4039c9ee81ace35476df3b4d0ef92a968f57edef91094cd28387ceff03f1cdd802de65e0e9e3840eab03a78ac9
+DIST phoc-0.35.0.tar.xz 677432 BLAKE2B 
722a3669b1d76015612b5f4020d0e21c47faa8f6fb19887b2b79d4f6b79e30f45e0332ae2e2771fb9169214002508bdcff61ee0e7f874930e03a7cf952c44e7c
 SHA512 
ec4b382ef11b257afe3b13ebf1e588353c785279afde4b1a8ee80790cb6a299fd94098a5170b30a2114061d86bdf388bb1c99f8ce1bd5173deb886d11015681e

diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild
new file mode 100644
index 00..ff9004696c
--- /dev/null
+++ b/x11-wm/phoc/phoc-0.35.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Wayland compositor for mobile phones"
+HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc";
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz";
+
+LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="+X gtk-doc man test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.74:2
+   dev-libs/json-glib
+   dev-libs/libinput:=
+   dev-libs/wayland
+   >=gnome-base/gnome-desktop-3.26:3
+   gnome-base/gsettings-desktop-schemas
+   >=gui-libs/wlroots-0.17.1:=[X?]
+   

[gentoo-commits] repo/proj/guru:master commit in: net-dialup/minimodem/

2024-01-07 Thread David Roman
commit: 2faad3d3ec28a013fa61a1faabdc8cab25a23c6c
Author: Seth M. Price  aol  com>
AuthorDate: Sun Jan  7 19:04:13 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 19:04:13 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2faad3d3

net-dialup/minimodem: new package, add 0.24

Signed-off-by: Seth M. Price  aol.com>

 net-dialup/minimodem/Manifest  |  1 +
 net-dialup/minimodem/metadata.xml  | 22 
 net-dialup/minimodem/minimodem-0.24.ebuild | 32 ++
 3 files changed, 55 insertions(+)

diff --git a/net-dialup/minimodem/Manifest b/net-dialup/minimodem/Manifest
new file mode 100644
index 00..6ae8aa9bf6
--- /dev/null
+++ b/net-dialup/minimodem/Manifest
@@ -0,0 +1 @@
+DIST minimodem-0.24.tar.gz 159508 BLAKE2B 
a08c2ef87ed6d50d5bae390d97a384591da9612e4b60b10fc373fa00bceb60a3f67389179c92303a9d3008184f141d37753043355fe9de04429e5e9f8c9b8167
 SHA512 
5c3a5e6f185d4b09c5f24d776393f2e2d5d787c097c44490905119513b9b39db53b7f2f7e624a4b527e8e8e827a5b99af6b0df5ca525046f60b49fe9ba2b0ceb

diff --git a/net-dialup/minimodem/metadata.xml 
b/net-dialup/minimodem/metadata.xml
new file mode 100644
index 00..addcf89791
--- /dev/null
+++ b/net-dialup/minimodem/metadata.xml
@@ -0,0 +1,22 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   Seth M. Price
+   sprice...@aol.com
+   
+   
+   Minimodem is a command-line program which decodes (or generates)
+   audio modem tones at any specified baud rate, using various
+   framing protocols. It acts a general-purpose software FSK modem,
+   and includes support for various standard FSK protocols such as
+   Bell103, Bell202, RTTY, TTY/TDD, NOAA SAME, and Caller-ID. 
+   
+   
+   Enable support for the 
media-sound/sndio backend
+   
+   
+   
https://github.com/kamalmostafa/minimodem/issues
+   kamalmostafa/minimodem
+   
+

diff --git a/net-dialup/minimodem/minimodem-0.24.ebuild 
b/net-dialup/minimodem/minimodem-0.24.ebuild
new file mode 100644
index 00..2ca21b2552
--- /dev/null
+++ b/net-dialup/minimodem/minimodem-0.24.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="General-purpose software audio FSK modem"
+HOMEPAGE="http://www.whence.com/minimodem/";
+SRC_URI="http://www.whence.com/minimodem/minimodem-${PV}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="alsa pulseaudio sndfile sndio"
+
+DEPEND="sndfile? ( media-libs/libsndfile )
+   sci-libs/fftw:3.0
+   alsa? ( media-libs/alsa-lib )
+   pulseaudio? ( media-libs/libpulse )
+   sndio? ( media-sound/sndio )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   eautoreconf
+   eapply_user
+}
+
+src_configure() {
+   my_args="$(use_with alsa) $(use_with pulseaudio) $(use_with sndfile)"
+   econf $my_args
+}



[gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/

2024-01-07 Thread David Roman
commit: 6c08f024e4719f4579c4622cde2f44dd229c2ab8
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan  7 22:06:27 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 22:06:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c08f024

app-admin/s-tui: add myself as a maintainer

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

 app-admin/s-tui/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index e91d3faefb..479df1372c 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-
+   
+   j...@wt.gd
+   joecool
+   
 
 amanusk/s-tui
 s-tui



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs-bin/

2024-01-07 Thread David Roman
commit: d45e93015e401708a6356aa7f1f5087f13b48f41
Author: Denis Reva  gmail  com>
AuthorDate: Sun Jan  7 11:06:56 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 11:06:56 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d45e9301

sys-fs/dwarfs-bin: updated to latest

Signed-off-by: Denis Reva  gmail.com>

 sys-fs/dwarfs-bin/Manifest | 2 +-
 sys-fs/dwarfs-bin/{dwarfs-bin-0.7.2.ebuild => dwarfs-bin-0.7.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/dwarfs-bin/Manifest b/sys-fs/dwarfs-bin/Manifest
index 345039922e..6c6d98f61f 100644
--- a/sys-fs/dwarfs-bin/Manifest
+++ b/sys-fs/dwarfs-bin/Manifest
@@ -1 +1 @@
-DIST dwarfs-bin-0.7.2.tar.xz 6451592 BLAKE2B 
4682da52228cb53edeb10f60b38a9a023796b4857568db09cc114f5814ad4fa094b4a4e279c8634cf17ee788d459f4886f7f3a9ff187e9570cc81a4b1332d63a
 SHA512 
7d78ec2468d60e1c37155e790843f3ad26243402f18b32237ce2eccbc5718207f6a4c75bd618a78cd421b4bf6789de5c95a9563171a79d68410173f08f8582bc
+DIST dwarfs-bin-0.7.4.tar.xz 6489712 BLAKE2B 
b854e0cd7afa118dcbb8f46aead848b2293ee8cac6d6f74d85a789b70ccfdfff94d3d4751018ea0a1c44d1d07997ee32bbe07a5d88bd398515223c48c010f1cc
 SHA512 
a420c10e6190034f584d9710506a874c1ea011a61aff25e8525a2576664bde51799e602884cbaa92ecd27e1450cbe2fce48b040631061723cc3e810d854e8c40

diff --git a/sys-fs/dwarfs-bin/dwarfs-bin-0.7.2.ebuild 
b/sys-fs/dwarfs-bin/dwarfs-bin-0.7.4.ebuild
similarity index 100%
rename from sys-fs/dwarfs-bin/dwarfs-bin-0.7.2.ebuild
rename to sys-fs/dwarfs-bin/dwarfs-bin-0.7.4.ebuild



[gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/

2024-01-07 Thread David Roman
commit: 1c441819093624a4d40b82949680583501f30d0d
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Jan  7 22:09:33 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 22:09:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c441819

app-admin/s-tui: add 1.1.4

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

 app-admin/s-tui/Manifest   |  1 +
 app-admin/s-tui/s-tui-1.1.4.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index e8bad70d10..a935d7167f 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1 +1,2 @@
 DIST s-tui-1.1.3.gh.tar.gz 2608383 BLAKE2B 
15e8e47acb11df816b415eca6bb67db4464054570c9435f704e51dfbb5e798cda1e5c9e5baf69dc01917c6cebb1b040f4f594d2199de7dfb0be7425320357b49
 SHA512 
80a746187d7d4e4581b6a7c68c3939772eed95ae16530ca38692c9fcfdb98068e60fbe401cf741e1896d8a303a240b231c27a7bf5471c24357fe06df6fdfb153
+DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 
80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870
 SHA512 
20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322

diff --git a/app-admin/s-tui/s-tui-1.1.4.ebuild 
b/app-admin/s-tui/s-tui-1.1.4.ebuild
new file mode 100644
index 00..c980717745
--- /dev/null
+++ b/app-admin/s-tui/s-tui-1.1.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Stress-Terminal UI monitoring tool"
+HOMEPAGE="https://amanusk.github.io/s-tui/";
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git";
+   EGIT_SUBMODULES=()
+else
+   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/psutil-5.9.1[${PYTHON_USEDEP}]
+   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "Stress options in program menu" app-benchmarks/stress
+}



[gentoo-commits] repo/proj/guru:master commit in: net-dns/AdGuardHome/

2024-01-07 Thread David Roman
commit: e02aedbce159ec57c89eaa9b6a4d0f42d9cc634c
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sun Jan  7 20:59:49 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 20:59:49 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e02aedbc

net-dns/AdGuardHome: add arm64 support

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

 net-dns/AdGuardHome/AdGuardHome-0.107.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/AdGuardHome/AdGuardHome-0.107.43.ebuild 
b/net-dns/AdGuardHome/AdGuardHome-0.107.43.ebuild
index c1a9f54336..e1af0c5cbf 100644
--- a/net-dns/AdGuardHome/AdGuardHome-0.107.43.ebuild
+++ b/net-dns/AdGuardHome/AdGuardHome-0.107.43.ebuild
@@ -20,7 +20,7 @@ LICENSE="GPL-3"
 LICENSE+=" Apache-2.0 BSD BSD-2 MIT ZLIB"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 FILECAPS=(
-m 755 'cap_net_bind_service=+eip cap_net_raw=+eip' usr/bin/${PN}



[gentoo-commits] repo/proj/guru:master commit in: app-crypt/lego/

2024-01-07 Thread David Roman
commit: 59597bf3499fc941fa7d8b2b758595a13feae108
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Sun Jan  7 21:01:31 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 21:01:31 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59597bf3

app-crypt/lego: support arm64

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

 app-crypt/lego/lego-4.14.2.ebuild | 4 ++--
 app-crypt/lego/lego-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-crypt/lego/lego-4.14.2.ebuild 
b/app-crypt/lego/lego-4.14.2.ebuild
index 2e16460056..29e58d9642 100644
--- a/app-crypt/lego/lego-4.14.2.ebuild
+++ b/app-crypt/lego/lego-4.14.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,7 @@ else

https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz
 -> ${P}-deps.tar.xz
doc? ( 
https://github.com/go-acme/lego/archive/${DOCUMENTATION_COMMIT}.tar.gz -> 
${P}-docs.tar.gz )
 "
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 # main

diff --git a/app-crypt/lego/lego-.ebuild b/app-crypt/lego/lego-.ebuild
index 2e16460056..29e58d9642 100644
--- a/app-crypt/lego/lego-.ebuild
+++ b/app-crypt/lego/lego-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,7 @@ else

https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz
 -> ${P}-deps.tar.xz
doc? ( 
https://github.com/go-acme/lego/archive/${DOCUMENTATION_COMMIT}.tar.gz -> 
${P}-docs.tar.gz )
 "
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 # main



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

2024-01-07 Thread David Roman
commit: 4e26704a1a36d55467658785c5e170c579bc6fb6
Author: David Roman  gmail  com>
AuthorDate: Sun Jan  7 23:45:23 2024 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jan  7 23:45:39 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e26704a

x11-wm/qtile-extras: update DESCRIPTION, HOMEPAGE, SRC_URI

Signed-off-by: David Roman  gmail.com>

 x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild 
b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
index dcfb54729f..d55b52b4e4 100644
--- a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
+++ b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
@@ -6,19 +6,18 @@ EAPI=8
 DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=(python3_{9..12})
 
-inherit distutils-r1 desktop
+inherit distutils-r1
 
-SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 KEYWORDS="amd64"
 
-DESCRIPTION="Run Windows Applications on Linux as if they are native (Using a 
VM and FreeRDP)"
-HOMEPAGE="https://github.com/casualsnek/cassowary";
+DESCRIPTION="elParaguayo's Qtile Extras"
+HOMEPAGE="https://github.com/elParaguayo/qtile-extras";
 
-BDEPEND="dev-python/setuptools
+BDEPEND="
dev-python/build
dev-python/installer
dev-python/setuptools-scm
-   dev-python/wheel
 "
 
 RDEPEND="x11-wm/qtile"
@@ -27,7 +26,6 @@ DEPEND="${RDEPEND}"
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=7.0.0
 



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2024-01-07 Thread Ionen Wolkens
commit: e2837961d0dab97b9c875f0d2d67cf049c4e6b74
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jan  8 00:12:15 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jan  8 00:23:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2837961

x11-drivers/nvidia-drivers: drop 535.129.03

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

 x11-drivers/nvidia-drivers/Manifest|   8 -
 .../nvidia-drivers-535.129.03.ebuild   | 512 -
 2 files changed, 520 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index f35cd7679fdd..e5b414369692 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -1,47 +1,39 @@
 DIST NVIDIA-Linux-aarch64-525.147.05.run 262738232 BLAKE2B 
742feded05f659fa9965b2eebcc6a269b0355d08b6f2a686dad47c1acf2c20a359f9a9c33184ab2d51044b8823535bd7606180e31d348f362a016fad74cf476b
 SHA512 
d1d9e49e16ee6cc69340a3458566f89fee7b63effdd8cae3e55e40cdfbd35d1e87b958769fd3b2ce5ab29596d88c3ac68189232d7a1dad8c16773faedcf5b568
-DIST NVIDIA-Linux-aarch64-535.129.03.run 269691457 BLAKE2B 
b621d0347cacde195b7c4710e1260bc5e134d214c821be10de3cb36e69eb0c8aea0d1fb0bf7b7d109afd7ae38080abc10069f8032b411606db2f37b87fad799c
 SHA512 
706de7e53b81f909d8bc6a12a39c594754a164c49f5d23c7939dc3abcfc04f5d5b12b7d65762ae574582149a098f06ee5fe95be4f8ad1056a3307a6ce93f3c00
 DIST NVIDIA-Linux-aarch64-535.146.02.run 269688101 BLAKE2B 
079662585a17a347ad25ea5148255814e8396f49be1172b5e4b7f8b73792ed4379228699664d5bb0f78ea08ab60ac0e8e0a6a958c7f7f4b48d780f8f0640fb7c
 SHA512 
1ce0ef45466cc46a73108cc625c470b2492fbb04b2bbc6f1e2cf1443a9a26c54c517f35b4aef74a301a4288022f9f9698034bed59a3f8cd3fe860ef7368cbf13
 DIST NVIDIA-Linux-aarch64-545.29.06.run 255826178 BLAKE2B 
9299c91a99e02d01d9e91e9baecbc0cc5a085886d64b94e0047ef2591f9e6d309a072d7003a70c5c976906642730f013fbf968b17acd6e8fe8e73f25ab0566b3
 SHA512 
10c92fd02b1f452f79bb9431197e701e103ca65cc7386cc8e8a05ae5af94f0173310997690fe1809dfb19193f108bd482485942ca11342ec35650bd74947e8c5
 DIST NVIDIA-Linux-x86-390.157.run 49417041 BLAKE2B 
435b5e0e60468cc74b41cc5d9b5bb0105d29c11a2d408457835212a96519c9334ecf19278b36749d3ff7f498f5b0ae45a2efae2d428703dac21245c62f1efebe
 SHA512 
dae9ac2c12f9ad90f7441e00e01a984147c577892421911d7f67f6a31e616ac1cb7d434bc9c7f58fbd9b8ae909521b5bece607a63c79588c0bb9d99c6bad5fb0
 DIST NVIDIA-Linux-x86_64-390.157.run 85835541 BLAKE2B 
44b855cd11f3b2f231f9fb90492ae2e67a67ea3ea83c413e7c90956d38c9730a8bd0321281ae03c6afce633d102f5b499aed25622b9bfd31bdd2c98f0717e95b
 SHA512 
4780503a4cff0180b1b1f37d20a6ba3438dd78b51fa7f69b98d35521835e5d61099129746929d51d63afa2d47b672b3e145e1e1897584dc3799e7f822c5b3a0a
 DIST NVIDIA-Linux-x86_64-470.223.02.run 270557540 BLAKE2B 
fc766d193baf5ef89994188e1589b98429d4e6ddfb925ac2126b5db3d18096a2504303aa79b23401ca8b21878fe76057c3b4e1baa06b76d069fae322634aea9a
 SHA512 
66e470343b6f0c04703c81169cd03674be06b5315db738cab64308ec073b5bf5b87508b58ac8b6288d10e95307072d99e874e7884207a323a3dd08887bbc8750
 DIST NVIDIA-Linux-x86_64-525.147.05.run 414135234 BLAKE2B 
77a12905771772804a5e5cf36df3e5032fe0160ac7c8a1b4ea002f65dac3732d9c900c1787a3e26d08b951a8de4893467cc7a80d424e017990d12669354d4191
 SHA512 
0c7b31715fce6a7bd77a2d9f9a3dca54a929a7790d748051576f62cdaeaeb6a9d0f3fbb13f0b20a51966bdb9470acdbc9ee529a9e84f38a9c834a1bd28d81773
-DIST NVIDIA-Linux-x86_64-535.129.03.run 341660534 BLAKE2B 
46c79bad145524098b246e70294a9f9a513a8f0890b7ea57d9fb9dc761ae858bb69b9dd9308075ce80081e4dd28fb9ce9b336a2bf6280393b7d4c903f808d38c
 SHA512 
3d7142658fe836e1debf7786857bdb293490ef33351e9b7d39face245fe8596b0f46052b86fae08350fcda1e2a9fd68d7309b94e107d1b016bd529d8fc37e31f
 DIST NVIDIA-Linux-x86_64-535.146.02.run 341737575 BLAKE2B 
a49631a31f7685fcf338b424d6693b95b0af28c322fade1b8856f7c147e7d1385f80e560031659d19b3a7e8cc26840d243ff03df9e147e2c0d4a1bc5544c5b87
 SHA512 
5efebb52392fc2139790be4acffd8082e2d050009a95f59d3a8d4aba40986c61d88d598870364b5a419dbbe8e8b2e6254a82ea61230f35bd68ba4ec30d77a830
 DIST NVIDIA-Linux-x86_64-535.43.22.run 341157455 BLAKE2B 
9c3e8cca74eca5b70bf0c8f5238111336b54785e0a4bea22a3ce511e03ee778e7c3f9b095bf30c1f77cd6dfc941c9356fb910db28c2e0d7fd58d67c44d65
 SHA512 
005858460f24b42b50376dad0b93ec6744a0da39a4366cd76091fdb25c79fb243e4a03442158100a2dcc2ae800d0668a90688f05266495e0afea2ea8de8019bb
 DIST NVIDIA-Linux-x86_64-545.29.06.run 324708574 BLAKE2B 
4b6ef76942f34422a366eb226a75f0e2fa17c8eda58b239fcff7a217bce0e237677a762603553120b49bbf458be763461266f5454bf1b37d99905701cc1d1aa5
 SHA512 
b80e1643471c48477479a48d2e8a9c4a241874d6207ddeaccdeedd3f9f1121d79be90be07d37df094fa6f7cc5806857bf2368337ba40cb5cfe6d04c117c5c45d
 DIST NVIDIA-kernel-module-source-525.147.05.tar.xz 10140684 BLAKE2B 
a8ce7c1d1047be9154fd67366c5bfa13a19f03c883f24ee35043d17d517e83303420449750f9e7adc7142f61564dd5d8e5a19884dbe540514979df6381ff7f1f
 SHA512 
58920b26081a68e05178176edb0ce8ac4a5d365492adf51d6ffe57102385ff08abc5e14741e0500419e62a752

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2024-01-07 Thread Ionen Wolkens
commit: 109255bb5f01536a8428f42f1e750d4b42a4af6f
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jan  8 00:14:20 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jan  8 00:23:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109255bb

x11-drivers/nvidia-drivers: bump KERNEL_MAX to 6.7 where possible

Nothing special, all those compatible with 6.6 still seem fine.

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

 x11-drivers/nvidia-drivers/nvidia-drivers-470.223.02.ebuild   | 4 ++--
 x11-drivers/nvidia-drivers/nvidia-drivers-525.147.05.ebuild   | 4 ++--
 x11-drivers/nvidia-drivers/nvidia-drivers-535.146.02.ebuild   | 4 ++--
 x11-drivers/nvidia-drivers/nvidia-drivers-535.43.22.ebuild| 4 ++--
 x11-drivers/nvidia-drivers/nvidia-drivers-545.29.06-r1.ebuild | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.223.02.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-470.223.02.ebuild
index f6200537a64c..bbe116ebdd9f 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.223.02.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.223.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ MODULES_OPTIONAL_IUSE=+modules
 inherit desktop flag-o-matic linux-mod-r1 multilib readme.gentoo-r1
 inherit systemd toolchain-funcs unpacker user-info
 
-MODULES_KERNEL_MAX=6.6
+MODULES_KERNEL_MAX=6.7
 NV_URI="https://download.nvidia.com/XFree86/";
 
 DESCRIPTION="NVIDIA Accelerated Graphics Driver"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-525.147.05.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-525.147.05.ebuild
index d3f3a2df7837..5c77b3394f14 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-525.147.05.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-525.147.05.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ MODULES_OPTIONAL_IUSE=+modules
 inherit desktop flag-o-matic linux-mod-r1 multilib readme.gentoo-r1
 inherit systemd toolchain-funcs unpacker user-info
 
-MODULES_KERNEL_MAX=6.6
+MODULES_KERNEL_MAX=6.7
 NV_URI="https://download.nvidia.com/XFree86/";
 
 DESCRIPTION="NVIDIA Accelerated Graphics Driver"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-535.146.02.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-535.146.02.ebuild
index 76e68c63e130..4e12ff078da1 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-535.146.02.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-535.146.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ MODULES_OPTIONAL_IUSE=+modules
 inherit desktop flag-o-matic linux-mod-r1 multilib readme.gentoo-r1
 inherit systemd toolchain-funcs unpacker user-info
 
-MODULES_KERNEL_MAX=6.6
+MODULES_KERNEL_MAX=6.7
 NV_URI="https://download.nvidia.com/XFree86/";
 
 DESCRIPTION="NVIDIA Accelerated Graphics Driver"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.22.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.22.ebuild
index dedd4f352bd3..ae62cbc6f0ea 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.22.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ MODULES_OPTIONAL_IUSE=+modules
 inherit desktop flag-o-matic linux-mod-r1 multilib readme.gentoo-r1
 inherit systemd toolchain-funcs unpacker user-info
 
-MODULES_KERNEL_MAX=6.6
+MODULES_KERNEL_MAX=6.7
 NV_PIN=535.146.02
 
 DESCRIPTION="NVIDIA Accelerated Graphics Driver"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-545.29.06-r1.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-545.29.06-r1.ebuild
index 67b3cd7013ea..bf4959d91524 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-545.29.06-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-545.29.06-r1.ebuild
@@ -7,7 +7,7 @@ MODULES_OPTIONAL_IUSE=+modules
 inherit desktop flag-o-matic linux-mod-r1 readme.gentoo-r1
 inherit systemd toolchain-funcs unpacker user-info
 
-MODULES_KERNEL_MAX=6.6
+MODULES_KERNEL_MAX=6.7
 NV_URI="https://download.nvidia.com/XFree86/";
 
 DESCRIPTION="NVIDIA Accelerated Graphics Driver"



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

2024-01-07 Thread Jakov Smolić
commit: 3146c5df66f6686f293d2fd419881768a2807fdd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jan  8 00:55:23 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jan  8 00:55:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3146c5df

profiles/arch/riscv: Update sys-apps/systemd[-gnuefi] -> [-boot]

The gnuefi flag has been renamed in
157ce3e12d036181cac53b02642cce711512bb19
Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 5d1e2d3590a9..9ddf9551ae57 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -40,7 +40,7 @@ media-video/mpv lua_single_target_luajit 
-lua_single_target_lua5-1
 
 # Mike Gilbert  (2023-05-27)
 # sd-boot should work here.
-sys-apps/systemd -boot -gnuefi -ukify
+sys-apps/systemd -boot -boot -ukify
 sys-apps/systemd-utils -boot -ukify
 
 # Sam James  (2023-05-10)



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

2024-01-07 Thread Jakov Smolić
commit: 1aac6ab46555e37fe43fab5ed2f75763682f86d5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jan  8 00:52:11 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jan  8 00:52:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aac6ab4

profiles/arch/riscv: Unmask app-alternatives/ninja[samurai]

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index c881e595c963..5d1e2d3590a9 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -6,10 +6,6 @@
 # are only available for amd64 and riscv
 >=gui-libs/wlroots-0.17.0 -drm -liftoff
 
-# Violet Purcell  (2023-10-12)
-# dev-util/samurai is not keyworded here.
-app-alternatives/ninja samurai
-
 # Ionen Wolkens  (2023-10-09)
 # media-libs/shaderc is keyworded here.
 media-libs/libplacebo -shaderc



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

2024-01-07 Thread Jakov Smolić
commit: 55a9604629942e737244e12965c03a81ed94f076
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jan  8 00:51:51 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jan  8 00:52:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a96046

dev-util/samurai: Keyword for ~riscv

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-util/samurai/samurai-1.2-r2.ebuild | 4 ++--
 dev-util/samurai/samurai-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/samurai/samurai-1.2-r2.ebuild 
b/dev-util/samurai/samurai-1.2-r2.ebuild
index 8f3af964f3a3..d6584ed27041 100644
--- a/dev-util/samurai/samurai-1.2-r2.ebuild
+++ b/dev-util/samurai/samurai-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://github.com/michaelforney/samurai.git";
 else

SRC_URI="https://github.com/michaelforney/samurai/releases/download/${PV}/${P}.tar.gz";
-   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"
 fi
 
 LICENSE="ISC Apache-2.0 MIT"

diff --git a/dev-util/samurai/samurai-.ebuild 
b/dev-util/samurai/samurai-.ebuild
index 6e723875bada..ddd44b78fab1 100644
--- a/dev-util/samurai/samurai-.ebuild
+++ b/dev-util/samurai/samurai-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://github.com/michaelforney/samurai.git";
 else

SRC_URI="https://github.com/michaelforney/samurai/releases/download/${PV}/${P}.tar.gz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="ISC Apache-2.0 MIT"



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

2024-01-07 Thread Jakov Smolić
commit: 3b94fdb2fa4f2337d8a1f2440672d048452053c1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jan  8 00:37:29 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jan  8 00:52:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b94fdb2

profiles/arch/riscv: Remove obsolete use flag masks for pandoc

virtual/pandoc is already keyworded on riscv for some time so we can
drop some outdated use masks
Signed-off-by: Jakov Smolić  gentoo.org>

 profiles/arch/riscv/package.use.mask | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 861cbc631d8a..c881e595c963 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Leonardo Hernández Hernández  (2023-11-22)
@@ -67,10 +67,6 @@ app-editors/neovim lua_single_target_luajit
 # depend on dev-libs/libpcre2[jit] which not supported yet, bug #879511
 www-servers/varnish jit
 
-# Sam James  (2022-10-29)
-# pandoc not keyworded here, bug #878355
-app-admin/conky doc
-
 # Xin Yang  (2022-10-18)
 # requires qtwebengine, bug #876301
 app-i18n/fcitx-libpinyin dictionary-manager
@@ -158,7 +154,6 @@ dev-python/wcmatch doc
 # These depend on Haskell:
 #  - app-text/pandoc
 sys-cluster/ceph pmdk
-app-text/nuspell doc
 
 # Alex Fan  (2021-09-15)
 # Marek Szuba  (2021-09-07)



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

2024-01-07 Thread Anna Vyalkova
commit: ce81c738106c1391e5b9577a3557bb1016d2f747
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Mon Jan  8 01:39:53 2024 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Mon Jan  8 01:39:53 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce81c738

dev-util/find-work: fix license

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-util/find-work/find-work-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/find-work/find-work-0.1.1.ebuild 
b/dev-util/find-work/find-work-0.1.1.ebuild
index 5686117f50..134d677904 100644
--- a/dev-util/find-work/find-work-0.1.1.ebuild
+++ b/dev-util/find-work/find-work-0.1.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="
https://pypi.org/project/find-work/
 "
 
-LICENSE="WTFPL"
+LICENSE="WTFPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 



[gentoo-commits] repo/user/gerislay:master commit in: games-util/parsec/

2024-01-07 Thread gerion
commit: b1d87af14e773edc82a74ab62be64754e3586d2a
Author: Gerion Entrup  flump  de>
AuthorDate: Mon Jan  8 02:23:11 2024 +
Commit: gerion  flump  de>
CommitDate: Mon Jan  8 02:23:11 2024 +
URL:https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=b1d87af1

games-util/parsec: bump to 150.91e

Signed-off-by: Gerion Entrup  flump.de>

 games-util/parsec/Manifest | 4 ++--
 games-util/parsec/{parsec-150.86e.ebuild => parsec-150.91e.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/parsec/Manifest b/games-util/parsec/Manifest
index 9d6aef1..38a7ce1 100644
--- a/games-util/parsec/Manifest
+++ b/games-util/parsec/Manifest
@@ -1,2 +1,2 @@
-DIST parsec-150.86e.deb 1401456 BLAKE2B 
ad9e22ec8542858273baa2ecec142d6e0aaa57d6eebf64ac39dee0aa821bf2d41402ae2ae2056409cff1f8bdd0485ef23e66dcb7437529e34e0cb4ff49b95aac
 SHA512 
e81c5c5eb8043108f5bfed9f17ddbeb398820ca96c58a36e3ef2db11203313edf55baf70d02f89dd51f7924d3f9ba6f554e01819b8c90314322dc5469755e975
-EBUILD parsec-150.86e.ebuild 866 BLAKE2B 
5b586faf8f1d40542da27f4057b60bec141a5db52d0ac58328e04136c62418a9442ed3cd3e6b802b0e8c0832029b107190a4653ab8e7b896be20faad49e8cba5
 SHA512 
b315459150f9e24dcb5654b6d83b2200eda5da3a6e481515ea1810c22a910f581468d2c12159a74e246ef160c1614b062eb9732b4693f4bba29d3b0f32ef
+DIST parsec-150.91e.deb 1327800 BLAKE2B 
0b302383dfe8d85c555057a60fdb5a9e29d8f91dae754c3718daa79d06c872c744a6121aab8daa4562f14ea198c2e7322724c4efe7a8f09c7684a9fe88a20155
 SHA512 
ce507e610b73eb2a328bac486991be6aa76eeedecc3868286bf2fb37be22d53652aa8b5f690c0a840756cee2d60671ee30d776d022732811bfc7ec606049fd19
+EBUILD parsec-150.91e.ebuild 866 BLAKE2B 
5b586faf8f1d40542da27f4057b60bec141a5db52d0ac58328e04136c62418a9442ed3cd3e6b802b0e8c0832029b107190a4653ab8e7b896be20faad49e8cba5
 SHA512 
b315459150f9e24dcb5654b6d83b2200eda5da3a6e481515ea1810c22a910f581468d2c12159a74e246ef160c1614b062eb9732b4693f4bba29d3b0f32ef

diff --git a/games-util/parsec/parsec-150.86e.ebuild 
b/games-util/parsec/parsec-150.91e.ebuild
similarity index 100%
rename from games-util/parsec/parsec-150.86e.ebuild
rename to games-util/parsec/parsec-150.91e.ebuild



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

2024-01-07 Thread John Helmert III
commit: 9a610f7a1f39d99d9d53ada41468f84d49c23362
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jan  8 03:17:26 2024 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jan  8 03:24:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a610f7a

app-admin/gopass-jsonapi: stabilize 1.15.11 for amd64

Signed-off-by: John Helmert III  gentoo.org>

 app-admin/gopass-jsonapi/gopass-jsonapi-1.15.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.11.ebuild 
b/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.11.ebuild
index 87a6430f0e13..828cd8d04aa5 100644
--- a/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.11.ebuild
+++ b/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.ta
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



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

2024-01-07 Thread John Helmert III
commit: d9911e80be9683d401d76e336a14e3273d16e6d6
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jan  8 03:17:25 2024 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jan  8 03:24:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9911e80

app-admin/gopass-hibp: stabilize 1.15.11 for amd64

Signed-off-by: John Helmert III  gentoo.org>

 app-admin/gopass-hibp/gopass-hibp-1.15.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gopass-hibp/gopass-hibp-1.15.11.ebuild 
b/app-admin/gopass-hibp/gopass-hibp-1.15.11.ebuild
index a9e315793f27..e30950cff996 100644
--- a/app-admin/gopass-hibp/gopass-hibp-1.15.11.ebuild
+++ b/app-admin/gopass-hibp/gopass-hibp-1.15.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.ta
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2024-01-07 Thread John Helmert III
commit: da4810d95b217498fe256883c194a50197912e37
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jan  8 03:17:05 2024 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jan  8 03:24:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4810d9

app-admin/git-credential-gopass: stabilize 1.15.11 for amd64

Signed-off-by: John Helmert III  gentoo.org>

 app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild
index 466cf4057557..974e33be5d96 100644
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.ta
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/gopass-summon-provider/

2024-01-07 Thread John Helmert III
commit: 1896d098f7f1949b873a1dbee1628131f17f0a1b
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jan  8 03:17:28 2024 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jan  8 03:24:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1896d098

app-admin/gopass-summon-provider: stabilize 1.15.11 for amd64

Signed-off-by: John Helmert III  gentoo.org>

 .../gopass-summon-provider/gopass-summon-provider-1.15.11.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/app-admin/gopass-summon-provider/gopass-summon-provider-1.15.11.ebuild 
b/app-admin/gopass-summon-provider/gopass-summon-provider-1.15.11.ebuild
index 2e2d7d55519b..3dd1d2e881c7 100644
--- a/app-admin/gopass-summon-provider/gopass-summon-provider-1.15.11.ebuild
+++ b/app-admin/gopass-summon-provider/gopass-summon-provider-1.15.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.ta
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



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

2024-01-07 Thread John Helmert III
commit: a312212bb11b6ff2d5303666184d55ae588616bf
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jan  8 03:00:35 2024 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jan  8 03:24:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a312212b

app-admin/gopass: stabilize 1.15.11 for amd64

Signed-off-by: John Helmert III  gentoo.org>

 app-admin/gopass/gopass-1.15.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/gopass/gopass-1.15.11.ebuild 
b/app-admin/gopass/gopass-1.15.11.ebuild
index f85c0b12c06a..b0173b8ad5a6 100644
--- a/app-admin/gopass/gopass-1.15.11.ebuild
+++ b/app-admin/gopass/gopass-1.15.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.ta
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv ~x86"
 
 DEPEND=">=dev-lang/go-1.18"
 RDEPEND="



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

2024-01-07 Thread John Helmert III
commit: c5479276fceb48ee6699074a41c24a01c960b644
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jan  8 03:01:37 2024 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jan  8 03:24:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5479276

app-admin/gopass-hibp: drop 1.15.8, 1.15.10

Signed-off-by: John Helmert III  gentoo.org>

 app-admin/gopass-hibp/Manifest   |  4 
 app-admin/gopass-hibp/gopass-hibp-1.15.10.ebuild | 21 -
 app-admin/gopass-hibp/gopass-hibp-1.15.8.ebuild  | 21 -
 3 files changed, 46 deletions(-)

diff --git a/app-admin/gopass-hibp/Manifest b/app-admin/gopass-hibp/Manifest
index 804114b16137..faab2b66f4e2 100644
--- a/app-admin/gopass-hibp/Manifest
+++ b/app-admin/gopass-hibp/Manifest
@@ -1,6 +1,2 @@
-DIST gopass-hibp-1.15.10-deps.tar.xz 288559064 BLAKE2B 
2b702538145673368f90e871c4d65f93d51ba81a18cdbd17aef80f6eb2688001bc6f9ca22a1357de9116c3ebd3797af27d386ef3f3017e96976249d0e79db310
 SHA512 
3ba6810a865615ce9243bd194ae1a5ca1401f2c41abf4e9f6b4cdf3aae217668d22ae4cb0fd7647037d8f27ec0c6a4e9aca64bb36cd24058894be0d539f652d3
-DIST gopass-hibp-1.15.10.tar.gz 28521 BLAKE2B 
51dcb7e2cbc8c9eb43a5268a085da090d8c6467244a0fdf23942298a01a33fa94b7cc43f3351bbefa6797dd8d1558eb6db0df86223999ccc2d2ade7d56f4a705
 SHA512 
02fbaaa3584925e602a34dc6d519fe98e6d546f80d72d3c68dff1951435619981101ea7851074844846c348cecf5e8306a4c2a188753d3c67ea1d9d323a69843
 DIST gopass-hibp-1.15.11-deps.tar.xz 288522100 BLAKE2B 
623d425a5bbeea5c5746e18d0dd44d198fa4b54fd5112fc870a5e95f092324e4a477565260ee68bccf903601997561429ab5546c6b7aaa3cec6de816076fcbff
 SHA512 
db7f26676aeb2c67ae0b8645e9feed57540adefc04bed4dba0072c6766cd020921def0a8dae8c26a29c10e26ad27d84983b76350d885118f8d6393e25fddaf3f
 DIST gopass-hibp-1.15.11.tar.gz 28709 BLAKE2B 
0ec749f89896067f1a1b444f1dbf4508e67129cd012ea565edadcb87779c9f6ea1b62d4ea5fe1bef37f5fde7615e8254c003dd36ad9f1be488f8679b10211383
 SHA512 
781393893567c7f0a8089a0a61e9bf794661a00ae01d7505dd7a851093d6f3d2b75bf5c494aaf6c9696f400b95debd737f3f4719cd974dc94c3bfc1eb7db91ea
-DIST gopass-hibp-1.15.8-deps.tar.xz 286508396 BLAKE2B 
fbb4fa665b90a0eaabd87743c3c3dcb19c73b6822c74ea92b5e4977aa01d16407526a6cfbdde7ee993d54c0eaf18b747b80ab8407ad7a62c6863976d22d3a09a
 SHA512 
bdd8217a826f06683e91e2f8fc50e612a504187f30b10b92b4207ffa86ce7693f999625f28d7c59d88e386d1a45eed2dec37ce488b8a6cc1b3399cc49c8164ad
-DIST gopass-hibp-1.15.8.tar.gz 28138 BLAKE2B 
5f8e31e4063273e601f59a94d06525114d022d39fe9934150c04d669302687985536d233fe6085c5b2a05a87c39663159a589f90f19375297a4f8f702f08bd92
 SHA512 
5abdaeaaffce610146cbdc3b61fb2f5649d8be8ea3ff45ed003b051a690b281336fccaa19044b0d3444f2b4c3d632a53fa2570631d513a09566d1879149fb051

diff --git a/app-admin/gopass-hibp/gopass-hibp-1.15.10.ebuild 
b/app-admin/gopass-hibp/gopass-hibp-1.15.10.ebuild
deleted file mode 100644
index b9987a9818d8..
--- a/app-admin/gopass-hibp/gopass-hibp-1.15.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Gopass haveibeenpwnd.com integration"
-HOMEPAGE="https://github.com/gopasspw/gopass-hibp";
-SRC_URI="https://github.com/gopasspw/gopass-hibp/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz";
-
-LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
-
-DEPEND=">=dev-lang/go-1.16"
-RDEPEND="
-   dev-vcs/git
-   >=app-crypt/gnupg-2
-"

diff --git a/app-admin/gopass-hibp/gopass-hibp-1.15.8.ebuild 
b/app-admin/gopass-hibp/gopass-hibp-1.15.8.ebuild
deleted file mode 100644
index b9987a9818d8..
--- a/app-admin/gopass-hibp/gopass-hibp-1.15.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Gopass haveibeenpwnd.com integration"
-HOMEPAGE="https://github.com/gopasspw/gopass-hibp";
-SRC_URI="https://github.com/gopasspw/gopass-hibp/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz";
-
-LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
-
-DEPEND=">=dev-lang/go-1.16"
-RDEPEND="
-   dev-vcs/git
-   >=app-crypt/gnupg-2
-"



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

2024-01-07 Thread John Helmert III
commit: da9ce36e45619da2e76e616548f1cf02dfeaaaff
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jan  8 03:01:38 2024 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jan  8 03:24:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9ce36e

app-admin/gopass-jsonapi: drop 1.15.8, 1.15.10

Signed-off-by: John Helmert III  gentoo.org>

 app-admin/gopass-jsonapi/Manifest  |  4 
 .../gopass-jsonapi/gopass-jsonapi-1.15.10.ebuild   | 25 --
 .../gopass-jsonapi/gopass-jsonapi-1.15.8.ebuild| 25 --
 3 files changed, 54 deletions(-)

diff --git a/app-admin/gopass-jsonapi/Manifest 
b/app-admin/gopass-jsonapi/Manifest
index 3471e8746cb9..31ad3cb6aedd 100644
--- a/app-admin/gopass-jsonapi/Manifest
+++ b/app-admin/gopass-jsonapi/Manifest
@@ -1,6 +1,2 @@
-DIST gopass-jsonapi-1.15.10-deps.tar.xz 288522312 BLAKE2B 
1b13ebb6b0ec4cef6681aeb7e3d2c9ca88abea3c57d476b01b8b2ec1e2b040646bcf48b03c24974d78f0c79da8ef3cdcbe2406dc09506cae627ff1c3bb9b9ebb
 SHA512 
3ae5ca8ab37821ed1a03475ddac558ef7c5710e988c006eaa42d87e0bd35d9cfb944c1819ba610ea46daeb0a6523c4a9e439d287af6aba3cd5c1dfa5143692fc
-DIST gopass-jsonapi-1.15.10.tar.gz 35998 BLAKE2B 
79a2151628559af3c7505e177dd39bb42d51644bfbf7984baa3ed2dd812bb048cdbc5ca1ee695aa1257de1c3f4a7d0ef4e4c75cbdb8e2147897e7ae17290effb
 SHA512 
2d9bfaddfd7ca0741d9028ef8641732285e0c5be611e5cb1065f4bd205623b86066e812dd6204199b50bc4aa1528cdca42e149130cdeed9c31e0a32b6724c2d9
 DIST gopass-jsonapi-1.15.11-deps.tar.xz 288583480 BLAKE2B 
f914d07a5b00f82bb1baa3114736fdde720a8bfb4b2378c60015501c281a14b595fff96c40b06c0f9f8d867e5b2004a43aa9eed4e3cf4016bdfb2a8acb221a78
 SHA512 
220f31aae7db0a268b4658f1464c8b1256958f2d220ebc028701db1ab2eda998b92d493e0facf741fc4d83135cf53d3fda5ac24f84365cd567da3d825623b0f6
 DIST gopass-jsonapi-1.15.11.tar.gz 36121 BLAKE2B 
cc9832c9473d1ed0095ff10f6fbbe763d0b4a3a76fb891089f75a0cd0eb677e1c1c87598ff8beb1494d5790870c39d78df0c52ce9be68a127e0d8d725a9dcdc0
 SHA512 
7231edc6bf6a529761a193fda40fdf254ffdaab6853d9a265d4d7ff3fcdc08fb418f9c4f1a05f32180eccde5add1a5276fa01133fc90a61c57c4c9793a9abc3a
-DIST gopass-jsonapi-1.15.8-deps.tar.xz 286568008 BLAKE2B 
711b652fb6fa50cb6654343177f9b13f53f230bab9e1f6754ff2daaad114925581ac856e1986eb59f317881ceb8e84ad1e32390ede847cbb95f572293912771b
 SHA512 
9d65bc216a14380bb519c5259bcf296494ff44f4d6bbe97b6561bef5e7c863e2130497386b74055f9a34dc9f1367d7f8afcee48eb8b8a667ba200e1af94daa7f
-DIST gopass-jsonapi-1.15.8.tar.gz 35780 BLAKE2B 
f478fed2d85bcd098d6635d9180d7200f3a0cf7ea106db3cb6b71cda0b9ed45a9bf68ac3fe69de67d025fc9007eed9b1d4c607c4a8ff0630bbf01ec963b12b19
 SHA512 
6433fb5888e31f6d24db633b8d33c773537da781614bf7fe231dc364a20a27ea1170c5d938b1ccdfcad246032a9aa06e2ab960cad05522c4146aa0507b1f750c

diff --git a/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.10.ebuild 
b/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.10.ebuild
deleted file mode 100644
index a0e19d45ef5c..
--- a/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.10.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Gopass Browser Bindings"
-HOMEPAGE="https://github.com/gopasspw/gopass-jsonapi";
-SRC_URI="https://github.com/gopasspw/gopass-jsonapi/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz";
-
-LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
-
-DEPEND=">=dev-lang/go-1.16"
-RDEPEND="
-   dev-vcs/git
-   >=app-crypt/gnupg-2
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.15.3-skip-test.patch"
-)

diff --git a/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.8.ebuild 
b/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.8.ebuild
deleted file mode 100644
index a0e19d45ef5c..
--- a/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Gopass Browser Bindings"
-HOMEPAGE="https://github.com/gopasspw/gopass-jsonapi";
-SRC_URI="https://github.com/gopasspw/gopass-jsonapi/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz";
-
-LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
-
-DEPEND=">=dev-lang/go-1.16"
-RDEPEND="
-   dev-vcs/git
-   >=app-crypt/gnupg-2
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.15.3-skip-test.patch"
-)



  1   2   3   4   5   >