diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-21 11:23:15 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-21 16:35:16 +0100 |
commit | d5196afe7ce59e39328f09552464b59569ed7ba0 (patch) | |
tree | 5255688ebdd8084e7b8d61d76d9ce67e436a1dc5 /app-accessibility | |
parent | www-client/falkon: drop 24.02.0 (diff) | |
download | gentoo-d5196afe7ce59e39328f09552464b59569ed7ba0.tar.gz gentoo-d5196afe7ce59e39328f09552464b59569ed7ba0.tar.bz2 gentoo-d5196afe7ce59e39328f09552464b59569ed7ba0.zip |
app-accessibility/kontrast: drop 24.02.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/kontrast/Manifest | 1 | ||||
-rw-r--r-- | app-accessibility/kontrast/kontrast-24.02.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest index f6c84dd69902..25be46369092 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.0.tar.xz 212176 BLAKE2B 1536373eab12736a44875e716d288f8770c272d9653eaa6719bf9c7e516148b521ac3deb3058ecdd8e8457e66995511c2572547ccb85112acaf655ce920065ce SHA512 a36ea6879d5622e72f96e8219660711e4a91eb983c9b3a24164c4281d3bbb1aa449aaec1db6b3b7a879f9811e3ea935a2227936933e8e123909a04cb2fafc03d DIST kontrast-24.02.1.tar.xz 213136 BLAKE2B dfce8dbafaa51ee2f292148e2a80f3513584e6d13c47972c1e9977d4fdfeedfd9a714c922979ed10f029ecd471904f9316a5f8a27fa0e70d0e427e200fba726c SHA512 28d4bdf96e34d9d64a7c853504fb476c22a051db21ea6438d390e6543f99395ce70aa7e4c4c9676f6397707ffb092eee5b60cca4029486f37e9bdda0c915206b diff --git a/app-accessibility/kontrast/kontrast-24.02.0.ebuild b/app-accessibility/kontrast/kontrast-24.02.0.ebuild deleted file mode 100644 index 20da9b9cb5ca..000000000000 --- a/app-accessibility/kontrast/kontrast-24.02.0.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 -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:* -" |