commit:     27e00a8a51351c43e6a1dbbe2562fc8db4924acf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 11 18:39:22 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 11 19:40:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e00a8a

app-crypt/keysmith: 25.12.0 version bump

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

 app-crypt/keysmith/Manifest                |  1 +
 app-crypt/keysmith/keysmith-25.12.0.ebuild | 39 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 5bba4b91b5a4..742974db42c0 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1 +1,2 @@
 DIST keysmith-25.08.3.tar.xz 237876 BLAKE2B 
69847827f85c753ce0434c53b2498aeedbf357eca5d98c5c2046bd7190b9254d1543a70a233bcac5c5c3cd5231f9e978b53e9dd07db742e4727467c01ebbf881
 SHA512 
a9b8199329359cb1e40b601ead4da23df48cefe6857b09628959d0d85a5b9ca1318caa2cf25f127c5980c54d2c9aeea7b77b286ff610a4b937e465d82631c251
+DIST keysmith-25.12.0.tar.xz 237840 BLAKE2B 
0c18d332ba3b293060ba6ef713230073cf8477717d972b5d56c335290c044449c31ca1ce60253525b50618fd86896a44ed63f031c82bf8cb733a801e133a7607
 SHA512 
c09c6d7c70783c82805de48b3c9e9171471f83a6fd15d1dd9929a1ccb27ed375af492bc2a048944fc4af0ed568e5485ebc59cbd305ebd593b7f80b6c7766a1dc

diff --git a/app-crypt/keysmith/keysmith-25.12.0.ebuild 
b/app-crypt/keysmith/keysmith-25.12.0.ebuild
new file mode 100644
index 000000000000..564f493c4387
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-25.12.0.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.19.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-1.7.0: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
+"

Reply via email to