diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-11 22:11:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-11 22:11:09 +0200 |
commit | a176b234335c890107c830795ed884b94afade19 (patch) | |
tree | 11728865004ed947a8d0803273fe75b148d46ea8 /app-accessibility | |
parent | www-client/falkon: drop 24.02.49.9999 (diff) | |
download | kde-a176b234335c890107c830795ed884b94afade19.tar.gz kde-a176b234335c890107c830795ed884b94afade19.tar.bz2 kde-a176b234335c890107c830795ed884b94afade19.zip |
app-accessibility/kontrast: drop 24.02.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/kontrast/kontrast-24.02.49.9999.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/app-accessibility/kontrast/kontrast-24.02.49.9999.ebuild b/app-accessibility/kontrast/kontrast-24.02.49.9999.ebuild deleted file mode 100644 index 8d3ec9128f..0000000000 --- a/app-accessibility/kontrast/kontrast-24.02.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.0.0 -QTMIN=6.6.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:* -" |