summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-18 19:11:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-20 13:30:36 +0200
commitd3a2793f0aae3dcbbcc73c7ee46f16b15cc378f7 (patch)
tree486d6a231c6bd159dcd455410fd022104c10478c
parentkde-apps/kdeutils-meta: drop 24.02.2 (diff)
downloadgentoo-d3a2793f0aae3dcbbcc73c7ee46f16b15cc378f7.tar.gz
gentoo-d3a2793f0aae3dcbbcc73c7ee46f16b15cc378f7.tar.bz2
gentoo-d3a2793f0aae3dcbbcc73c7ee46f16b15cc378f7.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
index 9608d4b9757e..f32b933eba3f 100644
--- a/app-accessibility/kontrast/Manifest
+++ b/app-accessibility/kontrast/Manifest
@@ -1,3 +1,2 @@
DIST kontrast-23.08.5.tar.xz 211984 BLAKE2B f1c50f90031615bc9a3ddd00155f40fed2244994de309385e386fae7e21dddb7bd1dfa5a722050dcf67c7ad3def6d1979efc8623a18bcc21b6438178d15fc116 SHA512 e70d5bdc5a7363358f8d09c6a2bafda9645bcb5f9acc0fa4e51ed836e87baa92b3f9e6c4a81bd3d1050de152100426e714c6dd8d46459aa0d81949776880f9ae
-DIST kontrast-24.02.2.tar.xz 213068 BLAKE2B e0d47077d647f751683d49cf717b9aba45777079d2913c7e60fa21ef80441c51a07f45d47b2c9192a9976af4d2f2eb31e1da43f844da8dbda08b64236b334e1e SHA512 4a925a6b370820bc9d51352e81758059dd4cc8f4ac38f6cb6db5cf587653b4eb5599baa289fe22019e3a1314b05b979b950a7f34655901499d354a3cfab6d94f
DIST kontrast-24.04.90.tar.xz 214676 BLAKE2B 14161161217d7abd448ac1eb465c2f0ddd827b869e1fade9d4606148e8735f738d71ff2cccbb6b2f78a9a684bc74b67221681ff084d9580dee43a2be5eed9203 SHA512 29ccb73a01cb1b2ab9a0230ce7c5d44b7084e02880fbbbe3413087705ce460b96ca21d5903c5831f2a1b867126c3350bc14f1654e255ee9587124526402d0f63
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 b7102e0c087d..000000000000
--- 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:*
-"