aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-12 19:07:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-12 19:07:32 +0200
commit910195fb547753c6f81137c14251f7136e0e6786 (patch)
tree6ed5079f042667a1f089a3f8cb70022613acc0de /app-accessibility
parentwww-client/falkon: drop 24.08.1 (diff)
downloadkde-910195fb547753c6f81137c14251f7136e0e6786.tar.gz
kde-910195fb547753c6f81137c14251f7136e0e6786.tar.bz2
kde-910195fb547753c6f81137c14251f7136e0e6786.zip
app-accessibility/kontrast: drop 24.08.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/kontrast/Manifest1
-rw-r--r--app-accessibility/kontrast/kontrast-24.08.1.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 0794a2c5be..0000000000
--- a/app-accessibility/kontrast/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kontrast-24.08.1.tar.xz 214532 BLAKE2B 54e5d7bf21859d8e7e488aaf42a5c283c2a1b254af66b3978bf9371738cbb53f2a87e294ca8a80ce97a77a78e58e9ff38e6e5a0e644f0dc2f9b355e5923d4cf9 SHA512 ba53dd25f13d2c97370c439a634d9586f82adb98595d46b8309b64d31149268331f1fc0b0c27bf300b128291f0d4fe8aedaa7cb111a3e0c24b4cf50eed922768
diff --git a/app-accessibility/kontrast/kontrast-24.08.1.ebuild b/app-accessibility/kontrast/kontrast-24.08.1.ebuild
deleted file mode 100644
index 77336f0615..0000000000
--- a/app-accessibility/kontrast/kontrast-24.08.1.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="~amd64 ~arm64 ~riscv ~x86"
-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:*
-"