aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 10:48:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 10:48:14 +0200
commit44b2b1c141d56e256485e79ac9cd7343bba7d872 (patch)
treeb1a49cb867cf09f551b75b4f8cb73c98bd52bb9e /app-crypt
parentapp-cdr/dolphin-plugins-mountiso: drop 23.08.0 (diff)
downloadkde-44b2b1c141d56e256485e79ac9cd7343bba7d872.tar.gz
kde-44b2b1c141d56e256485e79ac9cd7343bba7d872.tar.bz2
kde-44b2b1c141d56e256485e79ac9cd7343bba7d872.zip
app-crypt/keysmith: drop 23.08.0
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.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
deleted file mode 100644
index c91f324215..0000000000
--- a/app-crypt/keysmith/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST keysmith-23.08.0.tar.xz 163324 BLAKE2B d8d119a674a66ce89804416fed21450937ce67c7188323da992a2682182f7d81b02545db832cfc8a48fab37ef408c80d9940d91916a1cc41534f8101a03d5136 SHA512 75b43fdeef928d2e9ee584f07e340e9cdd441ceae689b2d7226e2603730cef768823eabdbf29b678a4f1f446e1e493bfed3cb5fc1d7864267aadfeb868470d03
diff --git a/app-crypt/keysmith/keysmith-23.08.0.ebuild b/app-crypt/keysmith/keysmith-23.08.0.ebuild
deleted file mode 100644
index 351289524b..0000000000
--- a/app-crypt/keysmith/keysmith-23.08.0.ebuild
+++ /dev/null
@@ -1,34 +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/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
-"