diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-11 22:07:25 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-11 22:07:25 +0200 |
commit | aca73279e0f6b7af26b07a991ecdf34c28f4f73f (patch) | |
tree | 415561876d592a0d3c411a93989500e9e91a63d5 /app-crypt | |
parent | app-cdr/isoimagewriter: drop 24.02.2 (diff) | |
download | kde-aca73279e0f6b7af26b07a991ecdf34c28f4f73f.tar.gz kde-aca73279e0f6b7af26b07a991ecdf34c28f4f73f.tar.bz2 kde-aca73279e0f6b7af26b07a991ecdf34c28f4f73f.zip |
app-crypt/keysmith: drop 24.02.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/keysmith/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/keysmith/keysmith-24.02.2.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest deleted file mode 100644 index 383a2a4ca1..0000000000 --- a/app-crypt/keysmith/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST keysmith-24.02.2.tar.xz 170744 BLAKE2B 89167a9decb9ad67d49bfb06a9cd0adca03e28aed0db697ba329e1cf76df5e96ef516cd802455e3c872afadc3d92a04dfa698380a9494f2fe1daffb5ca473e2e SHA512 9ee1750d3160a286b617a2f575759022b245a393da8ac5d5bc00363f1fe7a4088d6d444ac67d61dae22a15744178cafe1b3252177ab8ba37c7171150d626319d diff --git a/app-crypt/keysmith/keysmith-24.02.2.ebuild b/app-crypt/keysmith/keysmith-24.02.2.ebuild deleted file mode 100644 index 97be60ca9e..0000000000 --- a/app-crypt/keysmith/keysmith-24.02.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KDE_ORG_CATEGORY="utilities" -ECM_TEST="true" -KFMIN=6.0.0 -QTMIN=6.6.2 -inherit ecm gear.kde.org - -DESCRIPTION="OTP client for Plasma Mobile and Desktop" -HOMEPAGE="https://apps.kde.org/keysmith/" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-libs/kirigami-addons:6 - dev-libs/libsodium:= - >=dev-qt/qt5compat-${QTMIN}:6 - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtsvg-${QTMIN}:6 - >=kde-frameworks/kdbusaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kirigami-${KFMIN}:6 - >=kde-frameworks/kwindowsystem-${KFMIN}:6 -" -DEPEND="${RDEPEND} - >=dev-qt/qtbase-${QTMIN}:6[concurrent] -" |