diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-16 14:20:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-16 14:21:08 +0100 |
commit | 90e92a4907ae4d8a531a9bacae99f48e440a7af6 (patch) | |
tree | ac5768d5d60f3de612b53fc77bfdc023d57dec71 /app-accessibility/kontrast | |
parent | app-accessibility/kontrast: Drop bogus dep (diff) | |
download | gentoo-90e92a4907ae4d8a531a9bacae99f48e440a7af6.tar.gz gentoo-90e92a4907ae4d8a531a9bacae99f48e440a7af6.tar.bz2 gentoo-90e92a4907ae4d8a531a9bacae99f48e440a7af6.zip |
app-accessibility/kontrast: Drop 21.08.3 (r0)
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility/kontrast')
-rw-r--r-- | app-accessibility/kontrast/kontrast-21.08.3.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/app-accessibility/kontrast/kontrast-21.08.3.ebuild b/app-accessibility/kontrast/kontrast-21.08.3.ebuild deleted file mode 100644 index e5237f9dd823..000000000000 --- a/app-accessibility/kontrast/kontrast-21.08.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KDE_GEAR="true" -KFMIN=5.84.0 -QTMIN=5.15.2 -inherit ecm 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/kdeclarative-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 -" -RDEPEND="${DEPEND} - kde-plasma/xdg-desktop-portal-kde -" |