summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-31 16:07:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-31 23:33:04 +0100
commita42c8fb18385908932eb27a41c20e961c5d335fb (patch)
treef259b9dbe00ad29927aa35bdd809bd2cade82f68 /app-accessibility
parentwww-client/falkon: drop 24.05.2-r1 (diff)
downloadgentoo-a42c8fb18385908932eb27a41c20e961c5d335fb.tar.gz
gentoo-a42c8fb18385908932eb27a41c20e961c5d335fb.tar.bz2
gentoo-a42c8fb18385908932eb27a41c20e961c5d335fb.zip
app-accessibility/kontrast: drop 24.05.2
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.05.2.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
index f8de343f529f..90272f0d851c 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.1.tar.xz 214532 BLAKE2B 54e5d7bf21859d8e7e488aaf42a5c283c2a1b254af66b3978bf9371738cbb53f2a87e294ca8a80ce97a77a78e58e9ff38e6e5a0e644f0dc2f9b355e5923d4cf9 SHA512 ba53dd25f13d2c97370c439a634d9586f82adb98595d46b8309b64d31149268331f1fc0b0c27bf300b128291f0d4fe8aedaa7cb111a3e0c24b4cf50eed922768
DIST kontrast-24.08.2.tar.xz 216176 BLAKE2B e3a435ac5267dd317d60cee9518c696d8d363f031da4dd7588cbe7b4968debf82606de6ff5bd55b4494e4174085713a313808ea1c9486bbc086ea66376915179 SHA512 12cd3b4a8f6ea5f4acbd953bc97239e3061f2920561aa60ac443f8e231351745d1d68185aaf72de1fda049c8dc27924f5f89cf5a9616f7b9e08d0ff7067f0b43
diff --git a/app-accessibility/kontrast/kontrast-24.05.2.ebuild b/app-accessibility/kontrast/kontrast-24.05.2.ebuild
deleted file mode 100644
index 140836d58295..000000000000
--- a/app-accessibility/kontrast/kontrast-24.05.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.3.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 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:*
-"