aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-11 21:50:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-11 21:50:55 +0200
commit47dc25e28736fd3611051d220b58742f6ae0ecd6 (patch)
treee918233e58fad49e09b88ce7e23cd7ed800a26db
parentwww-client/falkon: drop 24.02.2 (diff)
downloadkde-47dc25e28736fd3611051d220b58742f6ae0ecd6.tar.gz
kde-47dc25e28736fd3611051d220b58742f6ae0ecd6.tar.bz2
kde-47dc25e28736fd3611051d220b58742f6ae0ecd6.zip
app-accessibility/kontrast: drop 24.02.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-accessibility/kontrast/Manifest1
-rw-r--r--app-accessibility/kontrast/kontrast-24.02.2.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
deleted file mode 100644
index f508ea747c..0000000000
--- a/app-accessibility/kontrast/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kontrast-24.02.2.tar.xz 213068 BLAKE2B e0d47077d647f751683d49cf717b9aba45777079d2913c7e60fa21ef80441c51a07f45d47b2c9192a9976af4d2f2eb31e1da43f844da8dbda08b64236b334e1e SHA512 4a925a6b370820bc9d51352e81758059dd4cc8f4ac38f6cb6db5cf587653b4eb5599baa289fe22019e3a1314b05b979b950a7f34655901499d354a3cfab6d94f
diff --git a/app-accessibility/kontrast/kontrast-24.02.2.ebuild b/app-accessibility/kontrast/kontrast-24.02.2.ebuild
deleted file mode 100644
index b7102e0c08..0000000000
--- a/app-accessibility/kontrast/kontrast-24.02.2.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="~amd64"
-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:*
-"