diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-13 19:21:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-13 19:21:15 +0200 |
commit | 559c4333afab693c0e79c4b6b55b7081ead07e5a (patch) | |
tree | 510d8dc837ba7533b57285e376b168741017b3db /app-crypt | |
parent | app-cdr/isoimagewriter: drop 24.05.1 (diff) | |
download | kde-559c4333afab693c0e79c4b6b55b7081ead07e5a.tar.gz kde-559c4333afab693c0e79c4b6b55b7081ead07e5a.tar.bz2 kde-559c4333afab693c0e79c4b6b55b7081ead07e5a.zip |
app-crypt/keysmith: drop 24.05.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/keysmith/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/keysmith/keysmith-24.05.1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest deleted file mode 100644 index 08f871a95d..0000000000 --- a/app-crypt/keysmith/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST keysmith-24.05.1.tar.xz 171436 BLAKE2B 35c290d5150d34f794606731848f5bc9f974f36cc0ab139b782adb0cc76744d74ef49d697687a5ac9b025c3d1102eff70d60875a512c45372d1cc3b5e80e2f61 SHA512 5aadf941c270f13fdc78cf9cd4e4a5682d70858163fd9542b8f02b0cd9bdb57cb6081d663e25aeddffe5e9a57e456d3d81c9dbee1bacce915f4fc242a80f29c3 diff --git a/app-crypt/keysmith/keysmith-24.05.1.ebuild b/app-crypt/keysmith/keysmith-24.05.1.ebuild deleted file mode 100644 index d6740a9f8e..0000000000 --- a/app-crypt/keysmith/keysmith-24.05.1.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.3.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 -" |