summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 20:23:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 20:29:57 +0200
commitc96e9fff55f9da09ab031ff4b2289a1a5e70270a (patch)
tree9360eb6a58123c58f44971fdc9b0497f10920046
parentda94b5fa86d172dfdbbcb0379588e451c0ddf957 (diff)
downloadkde-c96e9fff55f9da09ab031ff4b2289a1a5e70270a.tar.gz
kde-c96e9fff55f9da09ab031ff4b2289a1a5e70270a.tar.bz2
kde-c96e9fff55f9da09ab031ff4b2289a1a5e70270a.zip
app-crypt/keysmith: drop 25.04.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-crypt/keysmith/Manifest1
-rw-r--r--app-crypt/keysmith/keysmith-25.04.3.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
deleted file mode 100644
index c11f4657681..00000000000
--- a/app-crypt/keysmith/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST keysmith-25.04.3.tar.xz 237392 BLAKE2B 36c90dbb9869a256c67cd620dbb9f573095f81b0de17a3ba911a9daf4d8fc057543362b5d326f7860a7c749b106dba67040f2820bcdb097fd674877c50ee8010 SHA512 4ba0eae7a7917ea618b36aa5a4b1277871f26c6ae4933b918e57429a5e9f979f611c50fa1cd7a9bad3f5b27f64434686cff2f1d5334a9ca209267fac0f4ef915
diff --git a/app-crypt/keysmith/keysmith-25.04.3.ebuild b/app-crypt/keysmith/keysmith-25.04.3.ebuild
deleted file mode 100644
index bfbe46da034..00000000000
--- a/app-crypt/keysmith/keysmith-25.04.3.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
-"