From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet-runtime/
Date: Sun, 13 Jul 2025 12:25:19 +0000 (UTC) [thread overview]
Message-ID: <1752409415.7fcda5d735f2885882f6366e71b9dc0ebe0b00ef.asturm@gentoo> (raw)
commit: 7fcda5d735f2885882f6366e71b9dc0ebe0b00ef
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 13 12:13:55 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 13 12:23:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcda5d7
kde-frameworks/kwallet-runtime: drop 6.15.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kwallet-runtime/Manifest | 1 -
.../kwallet-runtime/kwallet-runtime-6.15.0.ebuild | 66 ----------------------
2 files changed, 67 deletions(-)
diff --git a/kde-frameworks/kwallet-runtime/Manifest b/kde-frameworks/kwallet-runtime/Manifest
index 50de58ff5ef1..550b6279ff24 100644
--- a/kde-frameworks/kwallet-runtime/Manifest
+++ b/kde-frameworks/kwallet-runtime/Manifest
@@ -1,2 +1 @@
-DIST kwallet-6.15.0.tar.xz 365136 BLAKE2B f414ac4d60ea11277c49492586e3fd295be08b4c1d0b99ca01dc586821d9dab66c2c7fee277fa548b328bc1b15374d7f5effeed55538581e06f6d9273aa8b403 SHA512 4d3e198c02ce885138f82de7bcde539a487c97bd56128b5efdc40cb5bcaddcd7227d6d88c57e808c31ad3e9edd51056fccd7b0e9fd1efd87dfc26d597ca4ca99
DIST kwallet-6.16.0.tar.xz 364628 BLAKE2B 6fc4e61a4ba09042b80c53dfc8e18e36612a406546912a94faa45a64c308cc4ca4d4d38ecf376f30a24a52f0272963b42154bae32e3c44a59086db09084f3553 SHA512 b80066e92f1b2573919a7ec1bcd80241dc230a913ef1762e8bece7a107ab7ac91f46a0bbd1605f3941c2d0f7de1098065b5fa982f4378c7d35063872a382a715
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 52cda5ae5f24..000000000000
--- 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
-}
next reply other threads:[~2025-07-13 12:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-13 12:25 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-11 20:58 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet-runtime/ Andreas Sturmlechner
2025-10-08 18:26 Andreas Sturmlechner
2025-09-12 19:47 Andreas Sturmlechner
2025-08-10 19:25 Arthur Zamarin
2025-08-10 16:16 Andreas Sturmlechner
2025-07-29 17:00 Arthur Zamarin
2025-07-11 18:56 Andreas Sturmlechner
2025-06-15 17:39 Andreas Sturmlechner
2025-05-16 16:41 Andreas Sturmlechner
2025-05-15 15:35 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1752409415.7fcda5d735f2885882f6366e71b9dc0ebe0b00ef.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox