diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-07 19:56:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-07 19:56:38 +0100 |
commit | 5459bd3d8d75d42bed293c5716dda5d699a0d48c (patch) | |
tree | 47c1355b307f3bebeaa543b49d17560143bcc5f9 /app-accessibility | |
parent | www-client/falkon: drop 24.08.3 (diff) | |
download | kde-5459bd3d8d75d42bed293c5716dda5d699a0d48c.tar.gz kde-5459bd3d8d75d42bed293c5716dda5d699a0d48c.tar.bz2 kde-5459bd3d8d75d42bed293c5716dda5d699a0d48c.zip |
app-accessibility/kontrast: drop 24.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/kontrast/Manifest | 1 | ||||
-rw-r--r-- | app-accessibility/kontrast/kontrast-24.08.3.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest deleted file mode 100644 index 2377d2d497..0000000000 --- a/app-accessibility/kontrast/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kontrast-24.08.3.tar.xz 216192 BLAKE2B a645d18ad35da68078e811719aef0891274b711f1c6b7e4243fce28c3b3387a3583f441c50a9350525e5dc975ae392f7561de776dbbb7f3020fc2f6f384347fa SHA512 739dbcdaac77642eb3cf1b70fc163802ebf89071c10db5d2fd5ee7ce170a0648146634b5fde1570d760be92c13f7b727ae6d84b66b512ac1d2b94437ab3c1c4e diff --git a/app-accessibility/kontrast/kontrast-24.08.3.ebuild b/app-accessibility/kontrast/kontrast-24.08.3.ebuild deleted file mode 100644 index 77336f0615..0000000000 --- a/app-accessibility/kontrast/kontrast-24.08.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -KFMIN=6.5.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org - -DESCRIPTION="Tool to check contrast for colors to verify they are correctly accessible" -HOMEPAGE="https://apps.kde.org/kontrast/" - -LICENSE="GPL-3+" -SLOT="6" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" -IUSE="" - -DEPEND=" - dev-db/futuresql - dev-libs/qcoro - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtsvg-${QTMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kirigami-${KFMIN}:6 -" -RDEPEND="${DEPEND} - kde-plasma/xdg-desktop-portal-kde:* -" |