aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-10-07 21:00:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-10-07 21:57:09 +0200
commita1c4bdbf1cf3bc717ee857b942a9195d60ab5f89 (patch)
treed9a3eaf849a050e89ea4ad62ce18ccd1e43527c5 /app-accessibility
parentkde-apps/konqueror: drop 21.08.2* (diff)
downloadkde-a1c4bdbf1cf3bc717ee857b942a9195d60ab5f89.tar.gz
kde-a1c4bdbf1cf3bc717ee857b942a9195d60ab5f89.tar.bz2
kde-a1c4bdbf1cf3bc717ee857b942a9195d60ab5f89.zip
app-accessibility/kontrast: drop 21.08.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-21.08.2.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
deleted file mode 100644
index 4c2377b1cc..0000000000
--- a/app-accessibility/kontrast/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kontrast-21.08.2.tar.xz 125640 BLAKE2B c1338d2784aa94f421aa4093dfa0c92bf629a8517a2946a21ff4a6b7381c4cecd4e5a01e7853af7e574ff3625692af21582c68659cebfce31135a85cefa755e3 SHA512 31bae6276d70c917a6d8c8acf60405f9714d94d1918e2a5caef6ec9cd2038dab137ed28f5cd002fab1aea36aa9f01f97319fcce79c637f076a9dbcb195db9841
diff --git a/app-accessibility/kontrast/kontrast-21.08.2.ebuild b/app-accessibility/kontrast/kontrast-21.08.2.ebuild
deleted file mode 100644
index dcd18ee7f2..0000000000
--- a/app-accessibility/kontrast/kontrast-21.08.2.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 ~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
-"