summaryrefslogtreecommitdiff
path: root/app-crypt/keysmith/keysmith-25.04.2.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-06-05 20:14:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-06-05 20:14:33 +0200
commitd02eead7f2fbc5b079037f034417be3c0347eb5c (patch)
tree8bde807bcc2cbd1516eb4a8c0677068810fee792 /app-crypt/keysmith/keysmith-25.04.2.ebuild
parentce617e02cc7d77c43e53f30829107be3516f5fe3 (diff)
downloadkde-d02eead7f2fbc5b079037f034417be3c0347eb5c.tar.gz
kde-d02eead7f2fbc5b079037f034417be3c0347eb5c.tar.bz2
kde-d02eead7f2fbc5b079037f034417be3c0347eb5c.zip
app-crypt/keysmith: drop 25.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/keysmith/keysmith-25.04.2.ebuild')
-rw-r--r--app-crypt/keysmith/keysmith-25.04.2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-crypt/keysmith/keysmith-25.04.2.ebuild b/app-crypt/keysmith/keysmith-25.04.2.ebuild
deleted file mode 100644
index bfbe46da034..00000000000
--- a/app-crypt/keysmith/keysmith-25.04.2.ebuild
+++ /dev/null
@@ -1,38 +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.13.0
-QTMIN=6.7.2
-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/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
-"