diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-12 20:54:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-12 20:54:20 +0200 |
commit | 63a3e880862923763a41100f9e492379a404d75f (patch) | |
tree | a2b1575acd411b382ded62d88fce1b446b9e90aa /app-crypt | |
parent | app-cdr/isoimagewriter: drop 24.08.1 (diff) | |
download | kde-63a3e880862923763a41100f9e492379a404d75f.tar.gz kde-63a3e880862923763a41100f9e492379a404d75f.tar.bz2 kde-63a3e880862923763a41100f9e492379a404d75f.zip |
app-crypt/keysmith: drop 24.08.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.08.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 bbd7be0054..0000000000 --- a/app-crypt/keysmith/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST keysmith-24.08.1.tar.xz 171424 BLAKE2B 79f3f12c533245749e17c98e6cc4c3f7856d393b4a01f208b611a7ba354145c3c44d93a078ed1728e592c62c4b05783870da1b643ddf74ea06f1f2d08801b1ec SHA512 c1386053249c65c626a5c2d2a84c7a036a4b702c5fd240217f5bc26de55e6eadcd0a7e3235a0a949dc8862fc96400fb3b8d26da476dc9d0e89969bdaea6079cc diff --git a/app-crypt/keysmith/keysmith-24.08.1.ebuild b/app-crypt/keysmith/keysmith-24.08.1.ebuild deleted file mode 100644 index 592cdbe135..0000000000 --- a/app-crypt/keysmith/keysmith-24.08.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.5.0 -QTMIN=6.7.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 ~arm64 ~ppc64 ~x86" -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 -" |