summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-15 21:32:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-15 22:07:15 +0200
commit01ce6faad8aa4e4b4d3bd58ed25fdf577c47df44 (patch)
treee50b2087ef4a878a7b50874e3bf5658fcfab3aad /app-accessibility
parentwww-client/falkon: drop 23.08.0 (diff)
downloadgentoo-01ce6faad8aa4e4b4d3bd58ed25fdf577c47df44.tar.gz
gentoo-01ce6faad8aa4e4b4d3bd58ed25fdf577c47df44.tar.bz2
gentoo-01ce6faad8aa4e4b4d3bd58ed25fdf577c47df44.zip
app-accessibility/kontrast: drop 23.08.0
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-23.08.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
index ed2470d07994..6ab960f08e28 100644
--- a/app-accessibility/kontrast/Manifest
+++ b/app-accessibility/kontrast/Manifest
@@ -1,3 +1,2 @@
DIST kontrast-23.04.3.tar.xz 205832 BLAKE2B cd85476a137c19b00fd86686d1adf76ff9942208c5b5f435d352a949f11d1d34c75dbcb7d235869bed5aa2152f19e70e801eb6ab0c8c40350118b2a4ad144407 SHA512 f4c00bcee75999008a227156f169cb642646ff7e4ca2496103502011a6637c35c42d48bdc04aa630f119d03fc4d07cbb3619670fa45e1f03f7bfa9620805c24c
-DIST kontrast-23.08.0.tar.xz 209816 BLAKE2B 4bef29478b6dabb050a0c31fd3f2f912c52ff4e500e18205db89b208d9f77dca062ee122aa6de1e3b4a51d26bccdd40b7e4e272d22ff3524d200e0ea656d78fa SHA512 d6de006beebce7a946c418e3f0d4d4b20208642646e9962b50451f9c3cf271ff58af86d04d2ff99e451e4e08cc49b6d9449d598115324e62af9e93d4ea7d3d18
DIST kontrast-23.08.1.tar.xz 209688 BLAKE2B aaeb71da4a703f1007aa1dadb1fe1f9e0afdcfbafe57848d25213d10fa78d386e185d1b43440f7cfacb13b8d4c893a143a6187edf7d71af57cf4dbca95207c7b SHA512 8d488860ed3e3c96f3bd8ee6500fdbe4721cad462bd71526161f4db00c5582ac913becec8d70d831791f8bbcdc1c30e882c4a17a2907e49091d3f2bd13c8d162
diff --git a/app-accessibility/kontrast/kontrast-23.08.0.ebuild b/app-accessibility/kontrast/kontrast-23.08.0.ebuild
deleted file mode 100644
index 67e0b5b9e7c3..000000000000
--- a/app-accessibility/kontrast/kontrast-23.08.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.106.0
-QTMIN=5.15.9
-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="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- dev-db/futuresql5
- dev-libs/qcoro5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtsql-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
- kde-plasma/xdg-desktop-portal-kde
-"