summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-crypt/keysmith/Manifest1
-rw-r--r--app-crypt/keysmith/keysmith-24.12.1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
deleted file mode 100644
index 10d27616cb1..00000000000
--- a/app-crypt/keysmith/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST keysmith-24.12.1.tar.xz 174024 BLAKE2B a1f4ef4b1c958bffea7ee95784ba172d0de344e5761dcf98df2658451ab02447412a83264cff5f14b6d920c206bdf0c0435f6d0fe7b1929a337a21336a974024 SHA512 f3aa3feb50da43065491837080f12877590f2c67df6d10260b2dddfc1978e25d86dac84ed323278b0a580e0013bf5fe298be926f93a09984d69d8e0bbf70e6f6
diff --git a/app-crypt/keysmith/keysmith-24.12.1.ebuild b/app-crypt/keysmith/keysmith-24.12.1.ebuild
deleted file mode 100644
index 922e19e45fb..00000000000
--- a/app-crypt/keysmith/keysmith-24.12.1.ebuild
+++ /dev/null
@@ -1,37 +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.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="~amd64 ~arm64 ~ppc64 ~x86"
-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
-"