summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-02 20:55:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-02 21:32:06 +0200
commitc3f94bf07a04b4b1ca9f814fe6c3cef52771e04d (patch)
tree9865d36b39ad609cc4279be08edb9457d80b5d51 /app-accessibility
parentwww-client/falkon: drop 23.04.2 (diff)
downloadgentoo-c3f94bf07a04b4b1ca9f814fe6c3cef52771e04d.tar.gz
gentoo-c3f94bf07a04b4b1ca9f814fe6c3cef52771e04d.tar.bz2
gentoo-c3f94bf07a04b4b1ca9f814fe6c3cef52771e04d.zip
app-accessibility/kontrast: drop 23.04.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-23.04.2.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
index 83d8b5f2783e..7969bbbe2b95 100644
--- a/app-accessibility/kontrast/Manifest
+++ b/app-accessibility/kontrast/Manifest
@@ -1,2 +1 @@
-DIST kontrast-23.04.2.tar.xz 205248 BLAKE2B cf473f952b6c1c9cb6f699fab6ea9dac43d79631d8e9a2e09358187d004fe5f4831b7e9f531204e1537a5f67d6cfb5efcc289fb93e72593dfee2ba81bdf9bafd SHA512 cf99e0a317de4dae7c25433d4e840250e1e493dbeed1f1d2e495bba2ea0c1b399d9e413efe6ae5d30d09fffd2b6be39bea13ef9a6fff974ea63d1dfa2631cb12
DIST kontrast-23.04.3.tar.xz 205832 BLAKE2B cd85476a137c19b00fd86686d1adf76ff9942208c5b5f435d352a949f11d1d34c75dbcb7d235869bed5aa2152f19e70e801eb6ab0c8c40350118b2a4ad144407 SHA512 f4c00bcee75999008a227156f169cb642646ff7e4ca2496103502011a6637c35c42d48bdc04aa630f119d03fc4d07cbb3619670fa45e1f03f7bfa9620805c24c
diff --git a/app-accessibility/kontrast/kontrast-23.04.2.ebuild b/app-accessibility/kontrast/kontrast-23.04.2.ebuild
deleted file mode 100644
index ac3867dc9dfb..000000000000
--- a/app-accessibility/kontrast/kontrast-23.04.2.ebuild
+++ /dev/null
@@ -1,33 +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-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
-"