diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-13 19:02:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-13 19:02:02 +0200 |
commit | 535dd212663bb01d9c9d60fdced4a9ae317f3da9 (patch) | |
tree | e2e0c1c0b4f476ffbe0e05aecc98ce0c187c6a28 /app-accessibility | |
parent | www-client/falkon: drop 24.05.1 (diff) | |
download | kde-535dd212663bb01d9c9d60fdced4a9ae317f3da9.tar.gz kde-535dd212663bb01d9c9d60fdced4a9ae317f3da9.tar.bz2 kde-535dd212663bb01d9c9d60fdced4a9ae317f3da9.zip |
app-accessibility/kontrast: drop 24.05.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/kontrast/Manifest | 1 | ||||
-rw-r--r-- | app-accessibility/kontrast/kontrast-24.05.1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest deleted file mode 100644 index 19d0fff11f..0000000000 --- a/app-accessibility/kontrast/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kontrast-24.05.1.tar.xz 214656 BLAKE2B 520c666694268e8875acdecf00ed1c7e122a85f7594d06606ec336aa26a2aa5c23ee8db3bb9a18e86ce2d4a661d68977e62bc8632e1bc0cdc16a7eb871049c2d SHA512 4dc58d249f0e7ce29e64682cb341c44eb1b9a939c4d2c20b142101df3eb2849c187755b3635f7323eeb5ea06fe943e60e408499b5f6d921fc683e0701fd72e05 diff --git a/app-accessibility/kontrast/kontrast-24.05.1.ebuild b/app-accessibility/kontrast/kontrast-24.05.1.ebuild deleted file mode 100644 index 64fcbbd01b..0000000000 --- a/app-accessibility/kontrast/kontrast-24.05.1.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" -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:* -" |