aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-09 11:26:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-09 11:26:46 +0100
commit9cb4c1c1897188fae129163de7d5c22681ccf4fe (patch)
treeae6cf63872d8be1d0415df170974cbe472fa8cef /app-crypt
parentapp-cdr/dolphin-plugins-mountiso: drop 23.08.4 (diff)
downloadkde-9cb4c1c1897188fae129163de7d5c22681ccf4fe.tar.gz
kde-9cb4c1c1897188fae129163de7d5c22681ccf4fe.tar.bz2
kde-9cb4c1c1897188fae129163de7d5c22681ccf4fe.zip
app-crypt/keysmith: drop 23.08.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/keysmith/Manifest1
-rw-r--r--app-crypt/keysmith/keysmith-23.08.4.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
deleted file mode 100644
index f2f29a5937..0000000000
--- a/app-crypt/keysmith/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST keysmith-23.08.4.tar.xz 163460 BLAKE2B 4abf8a070bd7bbdd0fcb8bcc5197da71868722b59622f9b522521cf5d277d41c757846411d4d67a5397eae6503666b041cf42955eecb8beafe2f3840d35d879e SHA512 752c4cf112d61633b33baa2649f8fd40ade43148349679cf16d6f11d35e3f9e4ec1f18f67c0484c9072904d7d09d129943c3dc557b1bee3acdded8318acf12c2
diff --git a/app-crypt/keysmith/keysmith-23.08.4.ebuild b/app-crypt/keysmith/keysmith-23.08.4.ebuild
deleted file mode 100644
index 258596e9f9..0000000000
--- a/app-crypt/keysmith/keysmith-23.08.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-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 ~loong ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/kirigami-addons:5
- dev-libs/libsodium:=
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-DEPEND="${RDEPEND}
- >=dev-qt/qtconcurrent-${QTMIN}:5
-"