aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-18 16:06:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-20 13:09:31 +0200
commit621e3f462b5d52df4193f2833688360a2e50148d (patch)
treec2dc264d85bcdf419814d397cbc97abb0c0f8ae6 /app-crypt
parentapp-cdr/isoimagewriter: drop 24.04.90 (diff)
downloadkde-621e3f462b5d52df4193f2833688360a2e50148d.tar.gz
kde-621e3f462b5d52df4193f2833688360a2e50148d.tar.bz2
kde-621e3f462b5d52df4193f2833688360a2e50148d.zip
app-crypt/keysmith: drop 24.04.90
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.04.90.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 057a7b41ff..e88148723a 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,2 +1 @@
-DIST keysmith-24.04.90.tar.xz 171240 BLAKE2B 21f6b5db048b2ecc22a495ae12e6ea8a2e980eeeb2df1594e6748b7de59b4aa6652a0b3e4f9b772675a636a5ab80081ea2091201c831b06884ade859cfbc2fae SHA512 372a0f8b3bfc3674674728ab9380c7a09cc21791b5a1cd3233c9b83faa27e36994a0826c0dad958273c0522dbc5d55eb2db3ab127fdee4532d8fa8029f82d8c0
DIST keysmith-24.05.0.tar.xz 171256 BLAKE2B a23aeb41a1b7720bb2acd6ae467f124eb0694d07efac0ce562bda9cd7fe57896fae37093656b12f0455e6c37dadb5a2f10e9a46bcb031847d784d45e95be751b SHA512 a09b806c509e7e235570ac1e4077080e6c2f4be5e51fba66c3a063afff083676ce8b84766c15f40088ec2eab486c8abad54b645dcf4d3afbe4a91c03cc76af68
diff --git a/app-crypt/keysmith/keysmith-24.04.90.ebuild b/app-crypt/keysmith/keysmith-24.04.90.ebuild
deleted file mode 100644
index da372f6cd3..0000000000
--- a/app-crypt/keysmith/keysmith-24.04.90.ebuild
+++ /dev/null
@@ -1,36 +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.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=""
-
-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/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
-"