diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-10 15:07:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-10 17:31:09 +0200 |
commit | a42646edfa2bf87013574baf3570fcf0cf757aec (patch) | |
tree | 36d86a634acb163551cc32ceab910849c1469813 /app-accessibility | |
parent | kde-apps/konqueror: drop 21.04.1* (diff) | |
download | gentoo-a42646edfa2bf87013574baf3570fcf0cf757aec.tar.gz gentoo-a42646edfa2bf87013574baf3570fcf0cf757aec.tar.bz2 gentoo-a42646edfa2bf87013574baf3570fcf0cf757aec.zip |
app-accessibility/kontrast: drop 21.04.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-21.04.1.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest index 5d75e04aae91..6c6f19d632ba 100644 --- a/app-accessibility/kontrast/Manifest +++ b/app-accessibility/kontrast/Manifest @@ -1,3 +1,2 @@ DIST kontrast-20.12.3.tar.xz 122468 BLAKE2B 4e29c034ba87781ffef03a37ecc7219eed488585bc47b0b3420950cdfe8fa92e9f4fd2a35dea76ac296318cb8c8be38fcf92061bca105fcfafa9dc9121afbabe SHA512 d6a4b60416f43bc1e9ba2539b13f33233c988417c7e8f05dd295d7e4946301943db9493123a07c48b0844c7aa55a22a3f1b898c3a00cccc6f6aae295d89d90c8 -DIST kontrast-21.04.1.tar.xz 123064 BLAKE2B d0daec7b5507249812aeae354bf6dfd8aa301629bc124dcb63b768ab1114332165a847065d0071a01fb6b204bb0b75ba625685cc1ef53ccb60acc347a3b4cfd1 SHA512 362ca9211e6540dd983c392e8abb3fc655ed54f07bd448b0b6fb58e9d230dc1cab7c3813929f86b16b5ad9b72c2925780344bc2a30e48f48a957f0381ed3b27a DIST kontrast-21.04.2.tar.xz 123756 BLAKE2B db8c244dc793ea5bd3377cfacc16ac8a52118d317f97be90513476d99029b972adcad4964605f987e40efd697b300ebb777b0cf6ae1567ca5146e246256303ea SHA512 fb277eee121edd36fd05bfdd6b2758bc98b4026c56dc0c5523a47ca2ac958e34b37c785c5b63dbf1dd46a5e625fd33d130d66c72d5857769f71baa136c02dcdd diff --git a/app-accessibility/kontrast/kontrast-21.04.1.ebuild b/app-accessibility/kontrast/kontrast-21.04.1.ebuild deleted file mode 100644 index 88b97cc55cc8..000000000000 --- a/app-accessibility/kontrast/kontrast-21.04.1.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 -" |