diff options
author | Sam James <sam@gentoo.org> | 2024-08-24 16:28:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-24 16:28:46 +0100 |
commit | 50d777b1d8fc7f0a89eb922e005277ecad51d3e3 (patch) | |
tree | 55e3a82b311598c7e41966fa0250cf5947c5a932 /app-crypt | |
parent | app-cdr/isoimagewriter: drop 24.08.0 (diff) | |
download | kde-50d777b1d8fc7f0a89eb922e005277ecad51d3e3.tar.gz kde-50d777b1d8fc7f0a89eb922e005277ecad51d3e3.tar.bz2 kde-50d777b1d8fc7f0a89eb922e005277ecad51d3e3.zip |
app-crypt/keysmith: drop 24.08.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/keysmith/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/keysmith/keysmith-24.08.0.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 35aa9828be..0000000000 --- a/app-crypt/keysmith/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST keysmith-24.08.0.tar.xz 171440 BLAKE2B 6aff612d21b66f9a7d2170cc6fde009c447c0686d3aeee8a4fb043b500452cd831f45dd943da3f44965d326a373cbf220b7a6cc46285d74e4d56db4d5d1017be SHA512 10016b4d3268e5b7caa52765602ffbc2c4b7d66f2c1ff6053110781b64981f304198fc8351889251c4c32b3647648af67389d440ed625d592ada80080d0070d8 diff --git a/app-crypt/keysmith/keysmith-24.08.0.ebuild b/app-crypt/keysmith/keysmith-24.08.0.ebuild deleted file mode 100644 index 592cdbe135..0000000000 --- a/app-crypt/keysmith/keysmith-24.08.0.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 -" |