aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-01 21:21:19 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-01 22:19:16 +0100
commit24554c04dc574fe65ad4acc7b7e741f4cac11a45 (patch)
tree780d276c7c1b74939fd7601136b02c909b918f59 /app-accessibility
parentwww-client/falkon: drop 24.01.90 (diff)
downloadkde-24554c04dc574fe65ad4acc7b7e741f4cac11a45.tar.gz
kde-24554c04dc574fe65ad4acc7b7e741f4cac11a45.tar.bz2
kde-24554c04dc574fe65ad4acc7b7e741f4cac11a45.zip
app-accessibility/kontrast: drop 24.01.90
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.01.90.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
index 85c2ff1cbe..b9c9d1a368 100644
--- a/app-accessibility/kontrast/Manifest
+++ b/app-accessibility/kontrast/Manifest
@@ -1,2 +1 @@
-DIST kontrast-24.01.90.tar.xz 211436 BLAKE2B d992c8b3134e0014aa0113f598ded3c5ccfeab5f92ff33b1dd889456ae35fbf4534ad747a8b9ed131baf06ecc713f55ce646ba65f34bda325cdf944ea75f9c7d SHA512 81faa61b7c44ecec7fb9ff235d83306672b05469d2d5896b2ccd212b72060d9f277bd36f95f5e29a0a695fc03c126d447188204ae540878bfd36979e638b03f6
DIST kontrast-24.01.95.tar.xz 211304 BLAKE2B 7d34dc376fc0997bde99eada8e07f40b122d96608f7a657dfe66fd45d7897e8a5644a36175b282442f39de37437748c8327dd3037cc6430123e84cfa1c03ae46 SHA512 36dd950cc1216fb727391f52b5335f2660e5a744b5ac79611a66ff207169793e4339f383e99e095ddcd119efba074448f6fb0dced502072863728fa12381e608
diff --git a/app-accessibility/kontrast/kontrast-24.01.90.ebuild b/app-accessibility/kontrast/kontrast-24.01.90.ebuild
deleted file mode 100644
index 82bdc63ecb..0000000000
--- a/app-accessibility/kontrast/kontrast-24.01.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=5.248.0
-QTMIN=6.6.0
-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:*
-"