aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-15 12:22:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-15 12:22:24 +0100
commitcc114a30ecd7cd2a94d413327bf20ebf8316db65 (patch)
tree0bbc1965e5cd5b3d82b7dfa95ed1126c148006ab /app-crypt
parentapp-cdr/dolphin-plugins-mountiso: drop 23.08.5 (diff)
downloadkde-cc114a30ecd7cd2a94d413327bf20ebf8316db65.tar.gz
kde-cc114a30ecd7cd2a94d413327bf20ebf8316db65.tar.bz2
kde-cc114a30ecd7cd2a94d413327bf20ebf8316db65.zip
app-crypt/keysmith: drop 23.08.5
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.5.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index ec6dd17e3e..db2b8dbe41 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,2 +1 @@
-DIST keysmith-23.08.5.tar.xz 163456 BLAKE2B b7338decbf1ccfe9f07d208decdcc1ea5133df9d7f53ff4e543c46782e5218e146e35f8d8348f8300021f7223d4edc8cf85a36ca777b00c52a5c13590c9ce12c SHA512 4c53ac7a217cd2f82cb0e270df1e4e7382d6fe3f7a7ff5008e392ae50418b6bf505f596d17c009921532bfbccba3d33f81cc934433ea63d9ba65c1187b4cba69
DIST keysmith-24.01.95.tar.xz 169464 BLAKE2B 5302491a7056a9d1acc5d54f9a373859dab3bef51be520edfba73bb8dce6eedff8dc19a0776c6f52e3ddef42374153956be22855a1ebb1b546a56dd7188e1801 SHA512 be380a9a2782ff9cab67e5c502bc736dd2394ddb7f23d8f74487cfb5e2fe3219fe2cee04e00417103fddcb9e33fb3bf0f1b78bd1579c645a9436392c9a1fea8b
diff --git a/app-crypt/keysmith/keysmith-23.08.5.ebuild b/app-crypt/keysmith/keysmith-23.08.5.ebuild
deleted file mode 100644
index f3d313da1c..0000000000
--- a/app-crypt/keysmith/keysmith-23.08.5.ebuild
+++ /dev/null
@@ -1,35 +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=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
-"