From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF55D13835A for ; Mon, 7 Sep 2020 08:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4761DE095A; Mon, 7 Sep 2020 08:56:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CABDE095A for ; Mon, 7 Sep 2020 08:56:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41D0C335D8D for ; Mon, 7 Sep 2020 08:56:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF011339 for ; Mon, 7 Sep 2020 08:56:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1599468997.7c36d29d5e78855363f11e0fc2f783d50f332c5f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/kontrast/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/kontrast/Manifest app-accessibility/kontrast/kontrast-1.0.1.ebuild X-VCS-Directories: app-accessibility/kontrast/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7c36d29d5e78855363f11e0fc2f783d50f332c5f X-VCS-Branch: master Date: Mon, 7 Sep 2020 08:56:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cea06130-f2e0-4025-8e26-1207df379334 X-Archives-Hash: 4b5bb1afd72106f278c4b250b3ab561d commit: 7c36d29d5e78855363f11e0fc2f783d50f332c5f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 6 20:57:26 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 7 08:56:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c36d29d app-accessibility/kontrast: Drop 1.0.1 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> app-accessibility/kontrast/Manifest | 1 - app-accessibility/kontrast/kontrast-1.0.1.ebuild | 34 ------------------------ 2 files changed, 35 deletions(-) diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest index b15f81f0d59..bffd8b4f73e 100644 --- a/app-accessibility/kontrast/Manifest +++ b/app-accessibility/kontrast/Manifest @@ -1,2 +1 @@ -DIST kontrast-1.0.1.tar.xz 31028 BLAKE2B 085192961e761b4e17c1fb5221b4a27547323902320278134495b2a90801f081e1357f8b7d67966c52e1559082d5a6709e8bb698232a2cfd566e5a3b19614b44 SHA512 4924a1ab754f90f9ce52da6daa9337fc3ea70399bae43cd4ebec33cfa4b747e2cdf0660afe1d44ea556932ea4610a64742e2410384191d4ecd5ebccd58a45306 DIST kontrast-1.0.2.tar.xz 35300 BLAKE2B dbcf66706d707d2e277ab8a551533495c4005556421321b0a2a03fc046c193a931c00ed9a82160f51b44cf081550c86c8933e849158f5f1e63dd0c85c4506b96 SHA512 637b2fb65e42b208b26349e6d971827d616f647db53b5d2b5e5c7264388e723912fecb130138693060c9ec877e8a6d4dd1478f68942b6b10db024e8a4d66173c diff --git a/app-accessibility/kontrast/kontrast-1.0.1.ebuild b/app-accessibility/kontrast/kontrast-1.0.1.ebuild deleted file mode 100644 index 45ffbbb518b..00000000000 --- a/app-accessibility/kontrast/kontrast-1.0.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.70.0 -QTMIN=5.14.2 -inherit ecm kde.org - -DESCRIPTION="Tool to check contrast for colors to verify they are correctly accessible" -HOMEPAGE="https://invent.kde.org/accessibility/kontrast" - -if [[ ${KDE_BUILD_TYPE} == release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3+" -SLOT="5" -IUSE="" - -DEPEND=" - >=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}"