diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-12 18:51:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-12 21:27:56 +0200 |
commit | d28886d370550796b4a26c4cfb6cba64476f3726 (patch) | |
tree | 62806b3b97a7d5aa771b8a9a95a42012b8e2244a /app-accessibility | |
parent | www-client/falkon: drop 24.08.0-r1 (diff) | |
download | gentoo-d28886d370550796b4a26c4cfb6cba64476f3726.tar.gz gentoo-d28886d370550796b4a26c4cfb6cba64476f3726.tar.bz2 gentoo-d28886d370550796b4a26c4cfb6cba64476f3726.zip |
app-accessibility/kontrast: drop 24.08.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.08.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest index ce5dea61e939..83b20af9c572 100644 --- a/app-accessibility/kontrast/Manifest +++ b/app-accessibility/kontrast/Manifest @@ -1,3 +1,2 @@ DIST kontrast-24.05.2.tar.xz 214620 BLAKE2B ad61b0902fd1b95b4bef1eb5c7671a1ee8a3e1808e87bdfa39ac7f9a02f3ebd8d133522b0335b001e0713e0b1497aa0db5c3b239af1b2a9184d4ed2c4c48282a SHA512 aa2681b1b8a84852aaa180fb787ace87f9469731f7018a2e445b331f8598f8b1dd9d9b6ce9747a98518dd9286897c0521fb2a7951d8d56c1414012c4cfa0fffa -DIST kontrast-24.08.0.tar.xz 214448 BLAKE2B 62c05c6e8f788e960ed6e4491180744f81888c9397b2916923ded6b65a5e192601a29dfe183de382c4a987e767ef75713bcc3df40668ef434c7a0ca373644aae SHA512 427d7bf02dd7ff81a98147610c73663a86fe357ab144015c7bfcd51e1995ce8709490d150b9f3fd7a3706f05ae4117249648c67ac7ef2ad87afedc96eb092122 DIST kontrast-24.08.1.tar.xz 214532 BLAKE2B 54e5d7bf21859d8e7e488aaf42a5c283c2a1b254af66b3978bf9371738cbb53f2a87e294ca8a80ce97a77a78e58e9ff38e6e5a0e644f0dc2f9b355e5923d4cf9 SHA512 ba53dd25f13d2c97370c439a634d9586f82adb98595d46b8309b64d31149268331f1fc0b0c27bf300b128291f0d4fe8aedaa7cb111a3e0c24b4cf50eed922768 diff --git a/app-accessibility/kontrast/kontrast-24.08.0.ebuild b/app-accessibility/kontrast/kontrast-24.08.0.ebuild deleted file mode 100644 index 77336f0615d8..000000000000 --- a/app-accessibility/kontrast/kontrast-24.08.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.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:* -" |