From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED236158176 for ; Tue, 07 Oct 2025 17:24:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AA34D3417EB for ; Tue, 07 Oct 2025 17:24:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B9297110374; Tue, 07 Oct 2025 17:23:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AF608110374 for ; Tue, 07 Oct 2025 17:23:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 627A5340FF9 for ; Tue, 07 Oct 2025 17:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA73938B2 for ; Tue, 07 Oct 2025 17:23:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1759857815.7850e042717899f66090d33ba89be7b486df80a5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/ X-VCS-Repository: proj/kde X-VCS-Files: app-crypt/keysmith/keysmith-25.08.2.ebuild X-VCS-Directories: app-crypt/keysmith/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7850e042717899f66090d33ba89be7b486df80a5 X-VCS-Branch: master Date: Tue, 07 Oct 2025 17:23:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 651b36cb-279b-4f69-a891-d74b66defb2c X-Archives-Hash: d0117ca198af299e1b4fa1495f507ac7 commit: 7850e042717899f66090d33ba89be7b486df80a5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 7 17:18:54 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 7 17:23:35 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7850e042 app-crypt/keysmith: 25.08.2 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> app-crypt/keysmith/keysmith-25.08.2.ebuild | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/app-crypt/keysmith/keysmith-25.08.2.ebuild b/app-crypt/keysmith/keysmith-25.08.2.ebuild new file mode 100644 index 0000000000..c0f393d80d --- /dev/null +++ b/app-crypt/keysmith/keysmith-25.08.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_CATEGORY="utilities" +ECM_TEST="true" +KFMIN=6.16.0 +QTMIN=6.9.1 +inherit ecm gear.kde.org xdg + +DESCRIPTION="OTP client for Plasma Mobile and Desktop" +HOMEPAGE="https://apps.kde.org/keysmith/" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86" +IUSE="" + +COMMON_DEPEND=" + dev-libs/kirigami-addons:6 + dev-libs/libsodium:= + dev-libs/openssl:= + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=dev-qt/qtsvg-${QTMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kirigami-${KFMIN}:6 + >=kde-frameworks/kwindowsystem-${KFMIN}:6 +" +DEPEND="${COMMON_DEPEND} + >=dev-qt/qtbase-${QTMIN}:6[concurrent] +" +RDEPEND="${COMMON_DEPEND} + >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 +"