public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-05-03 22:33 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-05-03 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c0652a8e1df1705e877279d8c3d929874a566770
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May  3 22:02:12 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May  3 22:17:28 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0652a8e

kde-frameworks/kwallet-runtime: 6.14.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.14.0.ebuild  | 66 ++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.14.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.14.0.ebuild
new file mode 100644
index 0000000000..52cda5ae5f
--- /dev/null
+++ b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.14.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="kwallet"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org optfeature
+
+DESCRIPTION="Framework providing desktop-wide storage for passwords"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gpg +man +keyring +legacy-kwallet X"
+
+DEPEND="
+	>=app-crypt/qca-2.3.9:2[qt6(+)]
+	dev-libs/libgcrypt:0=
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
+	=kde-frameworks/kconfig-${KDE_CATV}*:6
+	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
+	=kde-frameworks/kcrash-${KDE_CATV}*:6
+	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
+	=kde-frameworks/ki18n-${KDE_CATV}*:6
+	=kde-frameworks/knotifications-${KDE_CATV}*:6
+	=kde-frameworks/kservice-${KDE_CATV}*:6
+	=kde-frameworks/kwallet-${KDE_CATV}*:6
+	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
+	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
+	gpg? ( app-crypt/gpgme:=[qt6(-)] )
+	legacy-kwallet? ( app-crypt/libsecret )
+"
+RDEPEND="${DEPEND}
+	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
+	!<kde-frameworks/kwallet-6.14.0:6
+"
+BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
+
+PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
+
+src_prepare() {
+	ecm_src_prepare
+	cmake_run_in src cmake_comment_add_subdirectory api
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
+		$(cmake_use_find_package gpg Gpgmepp)
+		-DBUILD_KSECRETD=$(usex keyring)
+		-DBUILD_KWALLETD=$(usex legacy-kwallet)
+		$(cmake_use_find_package man KF6DocTools)
+		-DWITH_X11=$(usex X)
+	)
+
+	ecm_src_configure
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
+		optfeature "KWallet management" "kde-apps/kwalletmanager"
+		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
+	fi
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-05-13 21:27 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-05-13 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     273733e70dce621ebd16497f6d30e95943e4ddb6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 21:19:17 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 13 21:19:17 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=273733e7

kde-frameworks/kwallet-runtime: drop 6.14.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.14.0.ebuild  | 66 ----------------------
 1 file changed, 66 deletions(-)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.14.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.14.0.ebuild
deleted file mode 100644
index 52cda5ae5f..0000000000
--- a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.14.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="kwallet"
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="gpg +man +keyring +legacy-kwallet X"
-
-DEPEND="
-	>=app-crypt/qca-2.3.9:2[qt6(+)]
-	dev-libs/libgcrypt:0=
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
-	=kde-frameworks/kconfig-${KDE_CATV}*:6
-	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
-	=kde-frameworks/kcrash-${KDE_CATV}*:6
-	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
-	=kde-frameworks/ki18n-${KDE_CATV}*:6
-	=kde-frameworks/knotifications-${KDE_CATV}*:6
-	=kde-frameworks/kservice-${KDE_CATV}*:6
-	=kde-frameworks/kwallet-${KDE_CATV}*:6
-	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
-	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
-	gpg? ( app-crypt/gpgme:=[qt6(-)] )
-	legacy-kwallet? ( app-crypt/libsecret )
-"
-RDEPEND="${DEPEND}
-	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
-	!<kde-frameworks/kwallet-6.14.0:6
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
-
-PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
-
-src_prepare() {
-	ecm_src_prepare
-	cmake_run_in src cmake_comment_add_subdirectory api
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
-		$(cmake_use_find_package gpg Gpgmepp)
-		-DBUILD_KSECRETD=$(usex keyring)
-		-DBUILD_KWALLETD=$(usex legacy-kwallet)
-		$(cmake_use_find_package man KF6DocTools)
-		-DWITH_X11=$(usex X)
-	)
-
-	ecm_src_configure
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
-		optfeature "KWallet management" "kde-apps/kwalletmanager"
-		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
-	fi
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-06-11 22:59 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-06-11 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c0a5a38cfdc923b8701a6b01f1e98755beca66fc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 11 22:47:50 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 11 22:59:36 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0a5a38c

kde-frameworks/kwallet-runtime: 6.15.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.15.0.ebuild  | 66 ++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.15.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.15.0.ebuild
new file mode 100644
index 0000000000..52cda5ae5f
--- /dev/null
+++ b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.15.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="kwallet"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org optfeature
+
+DESCRIPTION="Framework providing desktop-wide storage for passwords"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gpg +man +keyring +legacy-kwallet X"
+
+DEPEND="
+	>=app-crypt/qca-2.3.9:2[qt6(+)]
+	dev-libs/libgcrypt:0=
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
+	=kde-frameworks/kconfig-${KDE_CATV}*:6
+	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
+	=kde-frameworks/kcrash-${KDE_CATV}*:6
+	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
+	=kde-frameworks/ki18n-${KDE_CATV}*:6
+	=kde-frameworks/knotifications-${KDE_CATV}*:6
+	=kde-frameworks/kservice-${KDE_CATV}*:6
+	=kde-frameworks/kwallet-${KDE_CATV}*:6
+	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
+	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
+	gpg? ( app-crypt/gpgme:=[qt6(-)] )
+	legacy-kwallet? ( app-crypt/libsecret )
+"
+RDEPEND="${DEPEND}
+	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
+	!<kde-frameworks/kwallet-6.14.0:6
+"
+BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
+
+PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
+
+src_prepare() {
+	ecm_src_prepare
+	cmake_run_in src cmake_comment_add_subdirectory api
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
+		$(cmake_use_find_package gpg Gpgmepp)
+		-DBUILD_KSECRETD=$(usex keyring)
+		-DBUILD_KWALLETD=$(usex legacy-kwallet)
+		$(cmake_use_find_package man KF6DocTools)
+		-DWITH_X11=$(usex X)
+	)
+
+	ecm_src_configure
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
+		optfeature "KWallet management" "kde-apps/kwalletmanager"
+		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
+	fi
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-06-15 18:06 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-06-15 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6c590e4da9c2543cf7921155dd9fbbb3cf60a7b9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 15 18:00:06 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 15 18:00:06 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c590e4d

kde-frameworks/kwallet-runtime: drop 6.15.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.15.0.ebuild  | 66 ----------------------
 1 file changed, 66 deletions(-)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.15.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.15.0.ebuild
deleted file mode 100644
index 52cda5ae5f..0000000000
--- a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.15.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="kwallet"
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="gpg +man +keyring +legacy-kwallet X"
-
-DEPEND="
-	>=app-crypt/qca-2.3.9:2[qt6(+)]
-	dev-libs/libgcrypt:0=
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
-	=kde-frameworks/kconfig-${KDE_CATV}*:6
-	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
-	=kde-frameworks/kcrash-${KDE_CATV}*:6
-	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
-	=kde-frameworks/ki18n-${KDE_CATV}*:6
-	=kde-frameworks/knotifications-${KDE_CATV}*:6
-	=kde-frameworks/kservice-${KDE_CATV}*:6
-	=kde-frameworks/kwallet-${KDE_CATV}*:6
-	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
-	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
-	gpg? ( app-crypt/gpgme:=[qt6(-)] )
-	legacy-kwallet? ( app-crypt/libsecret )
-"
-RDEPEND="${DEPEND}
-	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
-	!<kde-frameworks/kwallet-6.14.0:6
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
-
-PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
-
-src_prepare() {
-	ecm_src_prepare
-	cmake_run_in src cmake_comment_add_subdirectory api
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
-		$(cmake_use_find_package gpg Gpgmepp)
-		-DBUILD_KSECRETD=$(usex keyring)
-		-DBUILD_KWALLETD=$(usex legacy-kwallet)
-		$(cmake_use_find_package man KF6DocTools)
-		-DWITH_X11=$(usex X)
-	)
-
-	ecm_src_configure
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
-		optfeature "KWallet management" "kde-apps/kwalletmanager"
-		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
-	fi
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-07-06 21:01 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-07-06 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c4e3520d9a7c8c186a5fe3d1afe61ad82339ecca
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 20:25:31 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 20:29:54 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4e3520d

kde-frameworks/kwallet-runtime: 6.16.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.16.0.ebuild  | 66 ++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.16.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.16.0.ebuild
new file mode 100644
index 0000000000..add67cc421
--- /dev/null
+++ b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.16.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="kwallet"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org optfeature
+
+DESCRIPTION="Framework providing desktop-wide storage for passwords"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gpg +man +keyring +legacy-kwallet X"
+
+DEPEND="
+	>=app-crypt/qca-2.3.9:2[qt6(+)]
+	dev-libs/libgcrypt:0=
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
+	=kde-frameworks/kconfig-${KDE_CATV}*:6
+	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
+	=kde-frameworks/kcrash-${KDE_CATV}*:6
+	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
+	=kde-frameworks/ki18n-${KDE_CATV}*:6
+	=kde-frameworks/knotifications-${KDE_CATV}*:6
+	=kde-frameworks/kservice-${KDE_CATV}*:6
+	=kde-frameworks/kwallet-${KDE_CATV}*:6
+	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
+	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
+	gpg? ( dev-libs/qgpgme:= )
+	legacy-kwallet? ( app-crypt/libsecret )
+"
+RDEPEND="${DEPEND}
+	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
+	!<kde-frameworks/kwallet-6.14.0:6
+"
+BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
+
+PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
+
+src_prepare() {
+	ecm_src_prepare
+	cmake_run_in src cmake_comment_add_subdirectory api
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
+		$(cmake_use_find_package gpg Gpgmepp)
+		-DBUILD_KSECRETD=$(usex keyring)
+		-DBUILD_KWALLETD=$(usex legacy-kwallet)
+		$(cmake_use_find_package man KF6DocTools)
+		-DWITH_X11=$(usex X)
+	)
+
+	ecm_src_configure
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
+		optfeature "KWallet management" "kde-apps/kwalletmanager"
+		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
+	fi
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-07-11 19:08 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-07-11 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3e7c9b63d818052813fec5da5e33ba53dc5efff9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 11 18:59:42 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 11 18:59:42 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e7c9b63

kde-frameworks/kwallet-runtime: drop 6.16.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.16.0.ebuild  | 66 ----------------------
 1 file changed, 66 deletions(-)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.16.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.16.0.ebuild
deleted file mode 100644
index add67cc421..0000000000
--- a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.16.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="kwallet"
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="gpg +man +keyring +legacy-kwallet X"
-
-DEPEND="
-	>=app-crypt/qca-2.3.9:2[qt6(+)]
-	dev-libs/libgcrypt:0=
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
-	=kde-frameworks/kconfig-${KDE_CATV}*:6
-	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
-	=kde-frameworks/kcrash-${KDE_CATV}*:6
-	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
-	=kde-frameworks/ki18n-${KDE_CATV}*:6
-	=kde-frameworks/knotifications-${KDE_CATV}*:6
-	=kde-frameworks/kservice-${KDE_CATV}*:6
-	=kde-frameworks/kwallet-${KDE_CATV}*:6
-	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
-	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
-	gpg? ( dev-libs/qgpgme:= )
-	legacy-kwallet? ( app-crypt/libsecret )
-"
-RDEPEND="${DEPEND}
-	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
-	!<kde-frameworks/kwallet-6.14.0:6
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
-
-PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
-
-src_prepare() {
-	ecm_src_prepare
-	cmake_run_in src cmake_comment_add_subdirectory api
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
-		$(cmake_use_find_package gpg Gpgmepp)
-		-DBUILD_KSECRETD=$(usex keyring)
-		-DBUILD_KWALLETD=$(usex legacy-kwallet)
-		$(cmake_use_find_package man KF6DocTools)
-		-DWITH_X11=$(usex X)
-	)
-
-	ecm_src_configure
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
-		optfeature "KWallet management" "kde-apps/kwalletmanager"
-		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
-	fi
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-08-04 19:21 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-08-04 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b8ce03d3748b6f47e253a14034b6c33d61ad905e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  4 19:11:17 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug  4 19:16:35 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b8ce03d3

kde-frameworks/kwallet-runtime: 6.17.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.17.0.ebuild  | 66 ++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.17.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.17.0.ebuild
new file mode 100644
index 0000000000..add67cc421
--- /dev/null
+++ b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.17.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="kwallet"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org optfeature
+
+DESCRIPTION="Framework providing desktop-wide storage for passwords"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gpg +man +keyring +legacy-kwallet X"
+
+DEPEND="
+	>=app-crypt/qca-2.3.9:2[qt6(+)]
+	dev-libs/libgcrypt:0=
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
+	=kde-frameworks/kconfig-${KDE_CATV}*:6
+	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
+	=kde-frameworks/kcrash-${KDE_CATV}*:6
+	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
+	=kde-frameworks/ki18n-${KDE_CATV}*:6
+	=kde-frameworks/knotifications-${KDE_CATV}*:6
+	=kde-frameworks/kservice-${KDE_CATV}*:6
+	=kde-frameworks/kwallet-${KDE_CATV}*:6
+	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
+	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
+	gpg? ( dev-libs/qgpgme:= )
+	legacy-kwallet? ( app-crypt/libsecret )
+"
+RDEPEND="${DEPEND}
+	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
+	!<kde-frameworks/kwallet-6.14.0:6
+"
+BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
+
+PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
+
+src_prepare() {
+	ecm_src_prepare
+	cmake_run_in src cmake_comment_add_subdirectory api
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
+		$(cmake_use_find_package gpg Gpgmepp)
+		-DBUILD_KSECRETD=$(usex keyring)
+		-DBUILD_KWALLETD=$(usex legacy-kwallet)
+		$(cmake_use_find_package man KF6DocTools)
+		-DWITH_X11=$(usex X)
+	)
+
+	ecm_src_configure
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
+		optfeature "KWallet management" "kde-apps/kwalletmanager"
+		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
+	fi
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-08-10 16:17 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-08-10 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2760b7ea63839f4c6d2afc146a500f2cddf328d3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 10 15:30:17 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 10 15:30:17 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2760b7ea

kde-frameworks/kwallet-runtime: drop 6.17.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.17.0.ebuild  | 66 ----------------------
 1 file changed, 66 deletions(-)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.17.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.17.0.ebuild
deleted file mode 100644
index add67cc421..0000000000
--- a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.17.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="kwallet"
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="gpg +man +keyring +legacy-kwallet X"
-
-DEPEND="
-	>=app-crypt/qca-2.3.9:2[qt6(+)]
-	dev-libs/libgcrypt:0=
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
-	=kde-frameworks/kconfig-${KDE_CATV}*:6
-	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
-	=kde-frameworks/kcrash-${KDE_CATV}*:6
-	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
-	=kde-frameworks/ki18n-${KDE_CATV}*:6
-	=kde-frameworks/knotifications-${KDE_CATV}*:6
-	=kde-frameworks/kservice-${KDE_CATV}*:6
-	=kde-frameworks/kwallet-${KDE_CATV}*:6
-	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
-	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
-	gpg? ( dev-libs/qgpgme:= )
-	legacy-kwallet? ( app-crypt/libsecret )
-"
-RDEPEND="${DEPEND}
-	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
-	!<kde-frameworks/kwallet-6.14.0:6
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
-
-PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
-
-src_prepare() {
-	ecm_src_prepare
-	cmake_run_in src cmake_comment_add_subdirectory api
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
-		$(cmake_use_find_package gpg Gpgmepp)
-		-DBUILD_KSECRETD=$(usex keyring)
-		-DBUILD_KWALLETD=$(usex legacy-kwallet)
-		$(cmake_use_find_package man KF6DocTools)
-		-DWITH_X11=$(usex X)
-	)
-
-	ecm_src_configure
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
-		optfeature "KWallet management" "kde-apps/kwalletmanager"
-		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
-	fi
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-09-08 20:29 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-09-08 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     dbd19dc51d2e642cd143d28f32c8288ff4db5682
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  8 20:21:36 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  8 20:26:45 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dbd19dc5

kde-frameworks/kwallet-runtime: 6.18.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.18.0.ebuild  | 66 ++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.18.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.18.0.ebuild
new file mode 100644
index 0000000000..add67cc421
--- /dev/null
+++ b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.18.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="kwallet"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org optfeature
+
+DESCRIPTION="Framework providing desktop-wide storage for passwords"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gpg +man +keyring +legacy-kwallet X"
+
+DEPEND="
+	>=app-crypt/qca-2.3.9:2[qt6(+)]
+	dev-libs/libgcrypt:0=
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
+	=kde-frameworks/kconfig-${KDE_CATV}*:6
+	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
+	=kde-frameworks/kcrash-${KDE_CATV}*:6
+	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
+	=kde-frameworks/ki18n-${KDE_CATV}*:6
+	=kde-frameworks/knotifications-${KDE_CATV}*:6
+	=kde-frameworks/kservice-${KDE_CATV}*:6
+	=kde-frameworks/kwallet-${KDE_CATV}*:6
+	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
+	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
+	gpg? ( dev-libs/qgpgme:= )
+	legacy-kwallet? ( app-crypt/libsecret )
+"
+RDEPEND="${DEPEND}
+	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
+	!<kde-frameworks/kwallet-6.14.0:6
+"
+BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
+
+PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
+
+src_prepare() {
+	ecm_src_prepare
+	cmake_run_in src cmake_comment_add_subdirectory api
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
+		$(cmake_use_find_package gpg Gpgmepp)
+		-DBUILD_KSECRETD=$(usex keyring)
+		-DBUILD_KWALLETD=$(usex legacy-kwallet)
+		$(cmake_use_find_package man KF6DocTools)
+		-DWITH_X11=$(usex X)
+	)
+
+	ecm_src_configure
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
+		optfeature "KWallet management" "kde-apps/kwalletmanager"
+		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
+	fi
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-09-12 20:23 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-09-12 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7f202683c7f2748d78af1a99ed85541cab4f3dcc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 19:53:28 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 19:53:28 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f202683

kde-frameworks/kwallet-runtime: drop 6.18.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.18.0.ebuild  | 66 ----------------------
 1 file changed, 66 deletions(-)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.18.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.18.0.ebuild
deleted file mode 100644
index add67cc421..0000000000
--- a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.18.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="kwallet"
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="gpg +man +keyring +legacy-kwallet X"
-
-DEPEND="
-	>=app-crypt/qca-2.3.9:2[qt6(+)]
-	dev-libs/libgcrypt:0=
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
-	=kde-frameworks/kconfig-${KDE_CATV}*:6
-	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
-	=kde-frameworks/kcrash-${KDE_CATV}*:6
-	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
-	=kde-frameworks/ki18n-${KDE_CATV}*:6
-	=kde-frameworks/knotifications-${KDE_CATV}*:6
-	=kde-frameworks/kservice-${KDE_CATV}*:6
-	=kde-frameworks/kwallet-${KDE_CATV}*:6
-	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
-	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
-	gpg? ( dev-libs/qgpgme:= )
-	legacy-kwallet? ( app-crypt/libsecret )
-"
-RDEPEND="${DEPEND}
-	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
-	!<kde-frameworks/kwallet-6.14.0:6
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
-
-PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
-
-src_prepare() {
-	ecm_src_prepare
-	cmake_run_in src cmake_comment_add_subdirectory api
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
-		$(cmake_use_find_package gpg Gpgmepp)
-		-DBUILD_KSECRETD=$(usex keyring)
-		-DBUILD_KWALLETD=$(usex legacy-kwallet)
-		$(cmake_use_find_package man KF6DocTools)
-		-DWITH_X11=$(usex X)
-	)
-
-	ecm_src_configure
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
-		optfeature "KWallet management" "kde-apps/kwalletmanager"
-		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
-	fi
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-10-05 21:56 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-10-05 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2c4cff584aff1a27ab34b530891e3403944925f6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  5 21:42:25 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 21:48:20 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c4cff58

kde-frameworks/kwallet-runtime: 6.19.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.19.0.ebuild  | 66 ++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.19.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.19.0.ebuild
new file mode 100644
index 0000000000..add67cc421
--- /dev/null
+++ b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.19.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="kwallet"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org optfeature
+
+DESCRIPTION="Framework providing desktop-wide storage for passwords"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gpg +man +keyring +legacy-kwallet X"
+
+DEPEND="
+	>=app-crypt/qca-2.3.9:2[qt6(+)]
+	dev-libs/libgcrypt:0=
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
+	=kde-frameworks/kconfig-${KDE_CATV}*:6
+	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
+	=kde-frameworks/kcrash-${KDE_CATV}*:6
+	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
+	=kde-frameworks/ki18n-${KDE_CATV}*:6
+	=kde-frameworks/knotifications-${KDE_CATV}*:6
+	=kde-frameworks/kservice-${KDE_CATV}*:6
+	=kde-frameworks/kwallet-${KDE_CATV}*:6
+	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
+	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
+	gpg? ( dev-libs/qgpgme:= )
+	legacy-kwallet? ( app-crypt/libsecret )
+"
+RDEPEND="${DEPEND}
+	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
+	!<kde-frameworks/kwallet-6.14.0:6
+"
+BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
+
+PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
+
+src_prepare() {
+	ecm_src_prepare
+	cmake_run_in src cmake_comment_add_subdirectory api
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
+		$(cmake_use_find_package gpg Gpgmepp)
+		-DBUILD_KSECRETD=$(usex keyring)
+		-DBUILD_KWALLETD=$(usex legacy-kwallet)
+		$(cmake_use_find_package man KF6DocTools)
+		-DWITH_X11=$(usex X)
+	)
+
+	ecm_src_configure
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
+		optfeature "KWallet management" "kde-apps/kwalletmanager"
+		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
+	fi
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-10-08 18:25 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-10-08 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3d37d491dcc37dd3be954dc733a4b28ae12c36a0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  8 15:57:41 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct  8 16:27:42 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3d37d491

kde-frameworks/kwallet-runtime: USE=keyring depends on ksecretd-services

kde-frameworks/ksecretd-services provides these files now.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kwallet-runtime/kwallet-runtime-6.19.0.ebuild | 11 +++++++++++
 kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild   | 11 +++++++++++
 2 files changed, 22 insertions(+)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.19.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.19.0.ebuild
index add67cc421..3d1d132897 100644
--- a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.19.0.ebuild
+++ b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.19.0.ebuild
@@ -34,6 +34,7 @@ DEPEND="
 RDEPEND="${DEPEND}
 	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
 	!<kde-frameworks/kwallet-6.14.0:6
+	keyring? ( =kde-frameworks/ksecretd-services-${KDE_CATV}* )
 "
 BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
 
@@ -57,6 +58,16 @@ src_configure() {
 	ecm_src_configure
 }
 
+src_install() {
+	ecm_src_install
+
+	# provided by kde-frameworks/ksecretd-services
+	if use keyring; then
+		rm -v "${D}"/usr/share/dbus-1/services/org.freedesktop.impl.portal.desktop.kwallet.service \
+			"${D}"/usr/share/dbus-1/services/org.kde.secretservicecompat.service || die
+	fi
+}
+
 pkg_postinst() {
 	if [[ -z "${REPLACING_VERSIONS}" ]]; then
 		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild
index fbda9c7790..656d2edc0f 100644
--- a/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild
+++ b/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild
@@ -34,6 +34,7 @@ DEPEND="
 RDEPEND="${DEPEND}
 	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
 	!<kde-frameworks/kwallet-6.14.0:6
+	keyring? ( =kde-frameworks/ksecretd-services-${KDE_CATV}* )
 "
 BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
 
@@ -57,6 +58,16 @@ src_configure() {
 	ecm_src_configure
 }
 
+src_install() {
+	ecm_src_install
+
+	# provided by kde-frameworks/ksecretd-services
+	if use keyring; then
+		rm -v "${D}"/usr/share/dbus-1/services/org.freedesktop.impl.portal.desktop.kwallet.service \
+			"${D}"/usr/share/dbus-1/services/org.kde.secretservicecompat.service || die
+	fi
+}
+
 pkg_postinst() {
 	if [[ -z "${REPLACING_VERSIONS}" ]]; then
 		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-10-11 21:00 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-10-11 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     03654e0acd2fcb20e88f1ca9b94fc7f2cadc7ea5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 20:11:52 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 20:11:52 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=03654e0a

kde-frameworks/kwallet-runtime: drop 6.19.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwallet-runtime/kwallet-runtime-6.19.0.ebuild  | 77 ----------------------
 1 file changed, 77 deletions(-)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.19.0.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-6.19.0.ebuild
deleted file mode 100644
index 3d1d132897..0000000000
--- a/kde-frameworks/kwallet-runtime/kwallet-runtime-6.19.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="kwallet"
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="gpg +man +keyring +legacy-kwallet X"
-
-DEPEND="
-	>=app-crypt/qca-2.3.9:2[qt6(+)]
-	dev-libs/libgcrypt:0=
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
-	=kde-frameworks/kconfig-${KDE_CATV}*:6
-	=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
-	=kde-frameworks/kcrash-${KDE_CATV}*:6
-	=kde-frameworks/kdbusaddons-${KDE_CATV}*:6
-	=kde-frameworks/ki18n-${KDE_CATV}*:6
-	=kde-frameworks/knotifications-${KDE_CATV}*:6
-	=kde-frameworks/kservice-${KDE_CATV}*:6
-	=kde-frameworks/kwallet-${KDE_CATV}*:6
-	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
-	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
-	gpg? ( dev-libs/qgpgme:= )
-	legacy-kwallet? ( app-crypt/libsecret )
-"
-RDEPEND="${DEPEND}
-	!<kde-frameworks/kwallet-5.116.0-r2:5[-kf6compat(-)]
-	!<kde-frameworks/kwallet-6.14.0:6
-	keyring? ( =kde-frameworks/ksecretd-services-${KDE_CATV}* )
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
-
-PATCHES=( "${FILESDIR}/${PN}-6.14.0-stdalone.patch" )
-
-src_prepare() {
-	ecm_src_prepare
-	cmake_run_in src cmake_comment_add_subdirectory api
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_KWALLET_QUERY=ON # could be split easily together w/ docs
-		$(cmake_use_find_package gpg Gpgmepp)
-		-DBUILD_KSECRETD=$(usex keyring)
-		-DBUILD_KWALLETD=$(usex legacy-kwallet)
-		$(cmake_use_find_package man KF6DocTools)
-		-DWITH_X11=$(usex X)
-	)
-
-	ecm_src_configure
-}
-
-src_install() {
-	ecm_src_install
-
-	# provided by kde-frameworks/ksecretd-services
-	if use keyring; then
-		rm -v "${D}"/usr/share/dbus-1/services/org.freedesktop.impl.portal.desktop.kwallet.service \
-			"${D}"/usr/share/dbus-1/services/org.kde.secretservicecompat.service || die
-	fi
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
-		optfeature "KWallet management" "kde-apps/kwalletmanager"
-		elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
-	fi
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-10-16 20:34 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-10-16 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ea81788c7eea8e8a30d1da45531d99b7d738ebb7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 16 19:45:10 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 16 19:45:10 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ea81788c

kde-frameworks/kwallet-runtime: Drop unused dependency

Upstream commit f49b51cd44ce215a36f7dde1f1354eede9dc9e29

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild
index e83db6f31f..c02cda1b88 100644
--- a/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild
+++ b/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild
@@ -14,7 +14,6 @@ KEYWORDS=""
 IUSE="gpg +man +keyring +legacy-kwallet X"
 
 DEPEND="
-	>=app-crypt/qca-2.3.9:2[qt6(+)]
 	dev-libs/libgcrypt:0=
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
 	=kde-frameworks/kcolorscheme-${KDE_CATV}*:6


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/
@ 2025-10-18 20:25 Andreas Sturmlechner
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2025-10-18 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     72dc2542491930b16ea10799c8ea9afda89d64f0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 18 19:26:33 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 19:26:33 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=72dc2542

kde-frameworks/kwallet-runtime: Re-add app-crypt/qca for IUSE keyring

Amends ea81788c7eea8e8a30d1da45531d99b7d738ebb7

Closes: https://bugs.gentoo.org/964430
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild b/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild
index c02cda1b88..42eaef90bd 100644
--- a/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild
+++ b/kde-frameworks/kwallet-runtime/kwallet-runtime-9999.ebuild
@@ -28,6 +28,7 @@ DEPEND="
 	=kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
 	=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[X?]
 	gpg? ( dev-libs/qgpgme:= )
+	keyring? ( >=app-crypt/qca-2.3.9:2[qt6(+)] )
 	legacy-kwallet? ( app-crypt/libsecret )
 "
 RDEPEND="${DEPEND}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-10-18 20:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-04 19:21 [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet-runtime/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2025-10-18 20:25 Andreas Sturmlechner
2025-10-16 20:34 Andreas Sturmlechner
2025-10-11 21:00 Andreas Sturmlechner
2025-10-08 18:25 Andreas Sturmlechner
2025-10-05 21:56 Andreas Sturmlechner
2025-09-12 20:23 Andreas Sturmlechner
2025-09-08 20:29 Andreas Sturmlechner
2025-08-10 16:17 Andreas Sturmlechner
2025-07-11 19:08 Andreas Sturmlechner
2025-07-06 21:01 Andreas Sturmlechner
2025-06-15 18:06 Andreas Sturmlechner
2025-06-11 22:59 Andreas Sturmlechner
2025-05-13 21:27 Andreas Sturmlechner
2025-05-03 22:33 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox