commit: ddc3488277b55c437590c255be2832076227467f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 16 12:11:40 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Aug 16 12:20:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc34882
app-crypt/keysmith: 25.08.0 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-crypt/keysmith/Manifest | 1 + app-crypt/keysmith/keysmith-25.08.0.ebuild | 39 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest index c11f46576810..573ced25c503 100644 --- a/app-crypt/keysmith/Manifest +++ b/app-crypt/keysmith/Manifest @@ -1 +1,2 @@ DIST keysmith-25.04.3.tar.xz 237392 BLAKE2B 36c90dbb9869a256c67cd620dbb9f573095f81b0de17a3ba911a9daf4d8fc057543362b5d326f7860a7c749b106dba67040f2820bcdb097fd674877c50ee8010 SHA512 4ba0eae7a7917ea618b36aa5a4b1277871f26c6ae4933b918e57429a5e9f979f611c50fa1cd7a9bad3f5b27f64434686cff2f1d5334a9ca209267fac0f4ef915 +DIST keysmith-25.08.0.tar.xz 237728 BLAKE2B 3dc3f774086c44c4c4741d6da05d7bb8970ed02995ca765108bfa31dd614d8071260650b81ae1b224b729fa64ad9c19c12a49b8f34fb2a85ee178de85ca39ae9 SHA512 a1781a8650cbdb676fc6212c37731d63075db978e2573fcf5e79fe89541ee569b49becda6a37e02cbd84f917f203224edda17da2d69743336b01322d7207b4a2 diff --git a/app-crypt/keysmith/keysmith-25.08.0.ebuild b/app-crypt/keysmith/keysmith-25.08.0.ebuild new file mode 100644 index 000000000000..5d7b42dc5401 --- /dev/null +++ b/app-crypt/keysmith/keysmith-25.08.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.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 ~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 +"
