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 807D9138359 for ; Wed, 25 Nov 2020 18:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD9EAE0909; Wed, 25 Nov 2020 18:13:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A49FDE0909 for ; Wed, 25 Nov 2020 18:13:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5279F341279 for ; Wed, 25 Nov 2020 18:13:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F18B474 for ; Wed, 25 Nov 2020 18:13:15 +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: <1606327529.652e223fd6ea7bba4ff0bb440d0fd0853a035a3f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kcalc/Manifest kde-apps/kcalc/kcalc-20.04.3.ebuild X-VCS-Directories: kde-apps/kcalc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 652e223fd6ea7bba4ff0bb440d0fd0853a035a3f X-VCS-Branch: master Date: Wed, 25 Nov 2020 18:13:15 +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: 4e237bad-a4da-49a4-93d8-a2d91d31b1e1 X-Archives-Hash: 32d9e67acc69a4f0b40fc0b9bcd2d5b8 commit: 652e223fd6ea7bba4ff0bb440d0fd0853a035a3f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 25 17:50:59 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 25 18:05:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652e223f kde-apps/kcalc: drop 20.04.3* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcalc/Manifest | 1 - kde-apps/kcalc/kcalc-20.04.3.ebuild | 40 ------------------------------------- 2 files changed, 41 deletions(-) diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest index 34fbd4b92e2..861913735d1 100644 --- a/kde-apps/kcalc/Manifest +++ b/kde-apps/kcalc/Manifest @@ -1,2 +1 @@ -DIST kcalc-20.04.3.tar.xz 373484 BLAKE2B cdc2058be158aeec257bacee2b49056eec702ec328e94fb79ef30da91fc526b4bb9afd6312edf46c615acea443c2e9161d15a92fc9987f291bd476a9547147a9 SHA512 dcc6765a8e0341f833e147015d1f6547adbe21eba6fe2bb7233bb717c29bc97115772001a7d7c654297b884ec7cd08373371d26ff60a50d2c4d527ebc0cf538e DIST kcalc-20.08.3.tar.xz 379180 BLAKE2B e3d9235b1cbc3aeccf2ddaa4935e0dc106c3c83c73db99c5a13d584a18100966a40cc6f3ec92591d3171c4ea3fb2b8c9ffd95bf5bc789ddda3986916279e0001 SHA512 33f01720ac2b8609f4659d57cc5b9faabc823e6c346833c8bb2d7e233aa91243289619cb6b83208b6b8865a703e68cfb81b327ade2f20d94ff094b79ff3cea52 diff --git a/kde-apps/kcalc/kcalc-20.04.3.ebuild b/kde-apps/kcalc/kcalc-20.04.3.ebuild deleted file mode 100644 index 1d1021c7f9d..00000000000 --- a/kde-apps/kcalc/kcalc-20.04.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="forceoptional" -ECM_TEST="true" -KFMIN=5.70.0 -QTMIN=5.14.2 -inherit ecm kde.org - -DESCRIPTION="KDE calculator" -HOMEPAGE="https://apps.kde.org/en/kcalc https://utils.kde.org/projects/kcalc/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 x86" -IUSE="" - -BDEPEND=" - sys-devel/gettext -" -DEPEND=" - dev-libs/gmp:0= - dev-libs/mpfr:0= - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kinit-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}"