diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-06 16:42:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-06 16:42:47 +0200 |
commit | ea068444b6907d2edc67350c08636f6f9e863c70 (patch) | |
tree | 8d118b79b10b2cc5fbb6835cdab494957291afdc /app-accessibility | |
parent | www-client/falkon: drop 23.04.49.9999 (diff) | |
download | kde-ea068444b6907d2edc67350c08636f6f9e863c70.tar.gz kde-ea068444b6907d2edc67350c08636f6f9e863c70.tar.bz2 kde-ea068444b6907d2edc67350c08636f6f9e863c70.zip |
app-accessibility/kontrast: drop 23.04.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/kontrast/kontrast-23.04.49.9999.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-accessibility/kontrast/kontrast-23.04.49.9999.ebuild b/app-accessibility/kontrast/kontrast-23.04.49.9999.ebuild deleted file mode 100644 index e1693174cc..0000000000 --- a/app-accessibility/kontrast/kontrast-23.04.49.9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -KFMIN=5.106.0 -QTMIN=5.15.9 -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="5" -KEYWORDS="" -IUSE="" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=dev-qt/qtsql-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 -" -RDEPEND="${DEPEND} - kde-plasma/xdg-desktop-portal-kde -" |