summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-02 13:48:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-02 18:50:02 +0200
commit2659056a7b50c7a27f8d56c9b73ebd93ae5ab1b9 (patch)
treeea49941c951a06b8ac65e3bb98bbdd710b4e967e /app-accessibility
parentkde-apps/konqueror: drop 21.08.0* (diff)
downloadgentoo-2659056a7b50c7a27f8d56c9b73ebd93ae5ab1b9.tar.gz
gentoo-2659056a7b50c7a27f8d56c9b73ebd93ae5ab1b9.tar.bz2
gentoo-2659056a7b50c7a27f8d56c9b73ebd93ae5ab1b9.zip
app-accessibility/kontrast: drop 21.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-21.08.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
index ccb34951ec83..ff9e293684bd 100644
--- a/app-accessibility/kontrast/Manifest
+++ b/app-accessibility/kontrast/Manifest
@@ -1,3 +1,2 @@
DIST kontrast-21.04.3.tar.xz 123764 BLAKE2B 8788b3b0e479b39a2065be61ae2e4fdc34c393a12be6547b596be1dd60fce8d3c8a98b2d7bb8ac7626c75570c92b52cd13cbfec1c61470c09abba931e5c7d7ab SHA512 fc966e28e790d49e2c87d45c506a7cf5170115f6528821f8634ab2e767ba725b9c6934cdfec5a308c751ff1b83fc59bea31dc50a462a81d71f47652a8b974e2a
-DIST kontrast-21.08.0.tar.xz 124540 BLAKE2B 707d8fdf2f682bea383c5a38c158309e6e3ca92b3f728b2c348f9c97948b69fe27d241a78b06e9d010b8c257b53f97dd52e3595d6f928cb0d506bfa4ea977909 SHA512 609bd54b867d29b048f1bca481a26a1ed24b73c6f34343e5ec66eb08788810ff13cc6303c62c4e83c67e6d2af4c8efdaf583b99e70c567dbfeb4bf44ff01932c
DIST kontrast-21.08.1.tar.xz 125432 BLAKE2B a3da3b6e817ad5bf915eb6544de34947f0f5bb8f788684751451af0b20742c3598979a7cb765086ed4640cf5d708b8df804396f589b2665800c1ad24d8635db7 SHA512 7a29c6a0d69620a09b6155c8bfb061f74f4799278314e8365f72e31ade299f0bd53bc42b4332b6c6bf42a023c7c8a4f7cc0b8637ffff84363dd4801b3b0d9a19
diff --git a/app-accessibility/kontrast/kontrast-21.08.0.ebuild b/app-accessibility/kontrast/kontrast-21.08.0.ebuild
deleted file mode 100644
index 13dbdf6d7bb2..000000000000
--- a/app-accessibility/kontrast/kontrast-21.08.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-"