aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 12:43:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 12:43:27 +0100
commitc4a07b9f427f3bf0a52235e7f64234314f4963fa (patch)
treea94629b49a63c7ead72eff1833da62c868a2ec27 /app-accessibility
parentwww-client/falkon: drop 22.08.49.9999 (diff)
downloadkde-c4a07b9f427f3bf0a52235e7f64234314f4963fa.tar.gz
kde-c4a07b9f427f3bf0a52235e7f64234314f4963fa.tar.bz2
kde-c4a07b9f427f3bf0a52235e7f64234314f4963fa.zip
app-accessibility/kontrast: drop 22.08.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/kontrast/kontrast-22.08.49.9999.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-accessibility/kontrast/kontrast-22.08.49.9999.ebuild b/app-accessibility/kontrast/kontrast-22.08.49.9999.ebuild
deleted file mode 100644
index 6b871b3775..0000000000
--- a/app-accessibility/kontrast/kontrast-22.08.49.9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.96.0
-QTMIN=5.15.5
-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
-"