diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-21 22:52:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-23 17:59:17 +0200 |
commit | 190f4356cff9a03fae4595ec51121f0d4613ea6a (patch) | |
tree | b8b7e5238b7115f274f149b8fff55e7736ba1fc9 /app-accessibility | |
parent | www-client/falkon: drop 24.04.90 (diff) | |
download | gentoo-190f4356cff9a03fae4595ec51121f0d4613ea6a.tar.gz gentoo-190f4356cff9a03fae4595ec51121f0d4613ea6a.tar.bz2 gentoo-190f4356cff9a03fae4595ec51121f0d4613ea6a.zip |
app-accessibility/kontrast: drop 24.04.90
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.04.90.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest index 4443f0576d0c..834063a0dad1 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.04.90.tar.xz 214676 BLAKE2B 14161161217d7abd448ac1eb465c2f0ddd827b869e1fade9d4606148e8735f738d71ff2cccbb6b2f78a9a684bc74b67221681ff084d9580dee43a2be5eed9203 SHA512 29ccb73a01cb1b2ab9a0230ce7c5d44b7084e02880fbbbe3413087705ce460b96ca21d5903c5831f2a1b867126c3350bc14f1654e255ee9587124526402d0f63 DIST kontrast-24.05.0.tar.xz 214660 BLAKE2B 84dbe1a3c52dd5fe504067a7a280430dcb51ff08b782f9e0b3c4c98ca3f155b6064324710d2ffbf47694722a009b1b2a8d618a1f41c707cb671593336216aa7c SHA512 8cda695659070bd667a9d5f85ed454839c1e45734452443ef6ffeb6656505397e17b49c3a0091052c98f1a27583379bdc96d178828bcd3fab871612d85a391ba diff --git a/app-accessibility/kontrast/kontrast-24.04.90.ebuild b/app-accessibility/kontrast/kontrast-24.04.90.ebuild deleted file mode 100644 index b7102e0c087d..000000000000 --- a/app-accessibility/kontrast/kontrast-24.04.90.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:* -" |