aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 20:31:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 20:31:05 +0100
commit6fb37ff220b6e831a8480f2f3c0f87c1e5e75d6c (patch)
tree807f8709cd4e61be0b2f121fab25a316c4f182ce /app-accessibility
parentwww-client/falkon: drop 24.08.49.9999 (diff)
downloadkde-6fb37ff220b6e831a8480f2f3c0f87c1e5e75d6c.tar.gz
kde-6fb37ff220b6e831a8480f2f3c0f87c1e5e75d6c.tar.bz2
kde-6fb37ff220b6e831a8480f2f3c0f87c1e5e75d6c.zip
app-accessibility/kontrast: drop 24.08.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/kontrast/kontrast-24.08.49.9999.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-accessibility/kontrast/kontrast-24.08.49.9999.ebuild b/app-accessibility/kontrast/kontrast-24.08.49.9999.ebuild
deleted file mode 100644
index 4e7efbc549..0000000000
--- a/app-accessibility/kontrast/kontrast-24.08.49.9999.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=""
-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:*
-"