summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 17:34:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 20:06:41 +0100
commit993b107042084b6f1123ce4c8689d34123fd77e8 (patch)
tree945f77f4fdba108a136c06198e0ce535b20c76e2 /app-accessibility
parentwww-client/falkon: drop 24.08.2 (diff)
downloadgentoo-993b107042084b6f1123ce4c8689d34123fd77e8.tar.gz
gentoo-993b107042084b6f1123ce4c8689d34123fd77e8.tar.bz2
gentoo-993b107042084b6f1123ce4c8689d34123fd77e8.zip
app-accessibility/kontrast: drop 24.08.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.08.2.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
index 51e769b3dc9f..0d71537431ba 100644
--- a/app-accessibility/kontrast/Manifest
+++ b/app-accessibility/kontrast/Manifest
@@ -1,3 +1,2 @@
DIST kontrast-24.08.1.tar.xz 214532 BLAKE2B 54e5d7bf21859d8e7e488aaf42a5c283c2a1b254af66b3978bf9371738cbb53f2a87e294ca8a80ce97a77a78e58e9ff38e6e5a0e644f0dc2f9b355e5923d4cf9 SHA512 ba53dd25f13d2c97370c439a634d9586f82adb98595d46b8309b64d31149268331f1fc0b0c27bf300b128291f0d4fe8aedaa7cb111a3e0c24b4cf50eed922768
-DIST kontrast-24.08.2.tar.xz 216176 BLAKE2B e3a435ac5267dd317d60cee9518c696d8d363f031da4dd7588cbe7b4968debf82606de6ff5bd55b4494e4174085713a313808ea1c9486bbc086ea66376915179 SHA512 12cd3b4a8f6ea5f4acbd953bc97239e3061f2920561aa60ac443f8e231351745d1d68185aaf72de1fda049c8dc27924f5f89cf5a9616f7b9e08d0ff7067f0b43
DIST kontrast-24.08.3.tar.xz 216192 BLAKE2B a645d18ad35da68078e811719aef0891274b711f1c6b7e4243fce28c3b3387a3583f441c50a9350525e5dc975ae392f7561de776dbbb7f3020fc2f6f384347fa SHA512 739dbcdaac77642eb3cf1b70fc163802ebf89071c10db5d2fd5ee7ce170a0648146634b5fde1570d760be92c13f7b727ae6d84b66b512ac1d2b94437ab3c1c4e
diff --git a/app-accessibility/kontrast/kontrast-24.08.2.ebuild b/app-accessibility/kontrast/kontrast-24.08.2.ebuild
deleted file mode 100644
index 77336f0615d8..000000000000
--- a/app-accessibility/kontrast/kontrast-24.08.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.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:*
-"