summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-03-06 18:29:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-03-06 18:38:21 +0100
commitf6378cdc4707e2313a50250dc3c4bfbf4b90b632 (patch)
tree42807a43cce33efd7e7f3b71ffd08a44cf9f8ec8 /app-crypt
parent31fec135b42b37850045329ee2df2c94452ebccf (diff)
downloadkde-f6378cdc4707e2313a50250dc3c4bfbf4b90b632.tar.gz
kde-f6378cdc4707e2313a50250dc3c4bfbf4b90b632.tar.bz2
kde-f6378cdc4707e2313a50250dc3c4bfbf4b90b632.zip
app-crypt/keysmith: drop 24.12.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/keysmith/keysmith-24.12.49.9999.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-crypt/keysmith/keysmith-24.12.49.9999.ebuild b/app-crypt/keysmith/keysmith-24.12.49.9999.ebuild
deleted file mode 100644
index 9ea1740355d..00000000000
--- a/app-crypt/keysmith/keysmith-24.12.49.9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.7.0
-QTMIN=6.7.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=""
-IUSE=""
-
-COMMON_DEPEND="
- dev-libs/kirigami-addons:6
- dev-libs/libsodium:=
- >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=dev-qt/qtsvg-${QTMIN}: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
-"