aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 13:11:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 14:56:27 +0100
commit4a08fced0f82aeced57faee9d0c5b8525c9015b3 (patch)
treea1e920508bd6356fedadc660baf8b14f0be90a17 /app-crypt
parentapp-cdr/isoimagewriter: drop 24.02.0 (diff)
downloadkde-4a08fced0f82aeced57faee9d0c5b8525c9015b3.tar.gz
kde-4a08fced0f82aeced57faee9d0c5b8525c9015b3.tar.bz2
kde-4a08fced0f82aeced57faee9d0c5b8525c9015b3.zip
app-crypt/keysmith: drop 24.02.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-24.02.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
deleted file mode 100644
index da9fb7d4d6..0000000000
--- a/app-crypt/keysmith/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST keysmith-24.02.0.tar.xz 169532 BLAKE2B 292c3c3b7eb2cfc94445946a98d58bde5b54bcaa7b50644e43e53d9c64e1ed9c7cb4ad64f93f02674e0384d8b01d5873ce423e9e26433d856a010205bfa55e06 SHA512 7e21b9abfea52450dd6d266ece1ab0b2f9b2c25823b7143ac1da64e10b2fd23f3187d64cc2fce9f5b914270bd19c8ab0d520e601cc6f3114313f3a3000caf7bc
diff --git a/app-crypt/keysmith/keysmith-24.02.0.ebuild b/app-crypt/keysmith/keysmith-24.02.0.ebuild
deleted file mode 100644
index d361e3374b..0000000000
--- a/app-crypt/keysmith/keysmith-24.02.0.ebuild
+++ /dev/null
@@ -1,33 +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.0
-QTMIN=6.6.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"
-IUSE=""
-
-RDEPEND="
- 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/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-DEPEND="${RDEPEND}
- >=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"