aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-22 21:35:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-22 21:35:58 +0200
commit956d785b908db36e04686aa056cdf7590b3289e1 (patch)
tree9a67bed57e0d786a99730d7c30b51b48dbebf97d /app-crypt/keysmith
parentapp-cdr/isoimagewriter: drop 24.07.90 (diff)
downloadkde-956d785b908db36e04686aa056cdf7590b3289e1.tar.gz
kde-956d785b908db36e04686aa056cdf7590b3289e1.tar.bz2
kde-956d785b908db36e04686aa056cdf7590b3289e1.zip
app-crypt/keysmith: drop 24.07.90
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/keysmith')
-rw-r--r--app-crypt/keysmith/Manifest1
-rw-r--r--app-crypt/keysmith/keysmith-24.07.90.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 9c6185c0b6..35aa9828be 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,2 +1 @@
-DIST keysmith-24.07.90.tar.xz 171332 BLAKE2B daf981fbaf0e86eaff2eca29786e81de89f7c0f5ff88fb6f1a29e8ebcbddc81a77b9953f3f1eb2539de969464688174dd6709a3db5aee0c3c1707073408747a7 SHA512 93bee3e3d0f591491a621f8cf277866bb4fddfacb42785569e44f54aa000eb595fc0af2bbc12cda7c33562ddeb0572245d006fe1ca2e907ec232b1d244f6e418
DIST keysmith-24.08.0.tar.xz 171440 BLAKE2B 6aff612d21b66f9a7d2170cc6fde009c447c0686d3aeee8a4fb043b500452cd831f45dd943da3f44965d326a373cbf220b7a6cc46285d74e4d56db4d5d1017be SHA512 10016b4d3268e5b7caa52765602ffbc2c4b7d66f2c1ff6053110781b64981f304198fc8351889251c4c32b3647648af67389d440ed625d592ada80080d0070d8
diff --git a/app-crypt/keysmith/keysmith-24.07.90.ebuild b/app-crypt/keysmith/keysmith-24.07.90.ebuild
deleted file mode 100644
index 592cdbe135..0000000000
--- a/app-crypt/keysmith/keysmith-24.07.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.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
-"