diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-28 14:06:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-29 14:51:20 +0100 |
commit | b65dd36501a8cf2d532d1c6daff707c59a031f0e (patch) | |
tree | d9a40662519902856c18ee728cacee51523b54ae /app-accessibility/kontrast | |
parent | kde-apps/konqueror: drop 21.04.3* (diff) | |
download | gentoo-b65dd36501a8cf2d532d1c6daff707c59a031f0e.tar.gz gentoo-b65dd36501a8cf2d532d1c6daff707c59a031f0e.tar.bz2 gentoo-b65dd36501a8cf2d532d1c6daff707c59a031f0e.zip |
app-accessibility/kontrast: drop 21.04.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-accessibility/kontrast')
-rw-r--r-- | app-accessibility/kontrast/Manifest | 1 | ||||
-rw-r--r-- | app-accessibility/kontrast/kontrast-21.04.3.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest index ec07abca7dc2..483354fcc4b6 100644 --- a/app-accessibility/kontrast/Manifest +++ b/app-accessibility/kontrast/Manifest @@ -1,2 +1 @@ -DIST kontrast-21.04.3.tar.xz 123764 BLAKE2B 8788b3b0e479b39a2065be61ae2e4fdc34c393a12be6547b596be1dd60fce8d3c8a98b2d7bb8ac7626c75570c92b52cd13cbfec1c61470c09abba931e5c7d7ab SHA512 fc966e28e790d49e2c87d45c506a7cf5170115f6528821f8634ab2e767ba725b9c6934cdfec5a308c751ff1b83fc59bea31dc50a462a81d71f47652a8b974e2a DIST kontrast-21.08.3.tar.xz 125632 BLAKE2B 8734de15fcfd542d037cde92e6a80060e9c6628cd69d3cfee1f1f4c9b8938647d83924381966600ac9978acfa14723e0920c98f3ce2e666ddfdb624b8cc5f010 SHA512 193d372cdcecb3b90a352fb2deb24528d004c44e50c834e02a63c562eb97bd1f528fd81254bfc3ab7152edcc9894129eae7c6e1826a9ae42bc5ab22bf9a660c9 diff --git a/app-accessibility/kontrast/kontrast-21.04.3.ebuild b/app-accessibility/kontrast/kontrast-21.04.3.ebuild deleted file mode 100644 index f34fee4b483e..000000000000 --- a/app-accessibility/kontrast/kontrast-21.04.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=7 - -KDE_GEAR="true" -KFMIN=5.80.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 -" |