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 56885139368 for ; Wed, 11 Aug 2021 06:52:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93A20E0887; Wed, 11 Aug 2021 06:52:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7980EE0887 for ; Wed, 11 Aug 2021 06:52:08 +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 A5C33342F38 for ; Wed, 11 Aug 2021 06:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BCEC8B0 for ; Wed, 11 Aug 2021 06:52:03 +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: <1628664698.0bb07ad05f8dcc4fed63b37d56ddb799228f95ab.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.12.3.ebuild X-VCS-Directories: kde-apps/kcalc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0bb07ad05f8dcc4fed63b37d56ddb799228f95ab X-VCS-Branch: master Date: Wed, 11 Aug 2021 06:52:03 +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: 04f2c768-184e-477c-8f0a-be1aa9226cf0 X-Archives-Hash: 09f069530df11a22614ce2833b559325 commit: 0bb07ad05f8dcc4fed63b37d56ddb799228f95ab Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 11 06:20:53 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 11 06:51:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb07ad0 kde-apps/kcalc: drop 20.12.3* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcalc/Manifest | 1 - kde-apps/kcalc/kcalc-20.12.3.ebuild | 40 ------------------------------------- 2 files changed, 41 deletions(-) diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest index f15239f2930..0e12c9dac9e 100644 --- a/kde-apps/kcalc/Manifest +++ b/kde-apps/kcalc/Manifest @@ -1,2 +1 @@ -DIST kcalc-20.12.3.tar.xz 380676 BLAKE2B 00a091b778d510112e9ad0ce72f103b039f5bd28cfceb68481f20fc5f9d810a8d0ddf0503db532893ae0eba32387b0e844fedb3b48b4ba5ac399f76b9d044512 SHA512 033b57ed3432f09974185a8b237a6e675a5603328be5fe9391a00039a22784e7f5757cf64a65f0cec0eaa878004670447036e54fed25e120558f4bfdeccdb4df DIST kcalc-21.04.3.tar.xz 372240 BLAKE2B c7fc9a7bc0092dfbd2177bac52599ec01bbed56a6e428528ccfee0c5ecd6a6bd83e1d18496c96fd79a6e10d5a449186353fcea71aa900c6d97be475588da8d46 SHA512 5a5cf142d2a54a4a587a19fae65b93e08e356d352c0dee477e9258a730b659baeca956b47d59001822f0ef3bb3ff3e127135f61ee0a1b9edabb07fc2457f5f3f diff --git a/kde-apps/kcalc/kcalc-20.12.3.ebuild b/kde-apps/kcalc/kcalc-20.12.3.ebuild deleted file mode 100644 index 1e2cdb4d04f..00000000000 --- a/kde-apps/kcalc/kcalc-20.12.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="forceoptional" -ECM_TEST="true" -KFMIN=5.75.0 -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="KDE calculator" -HOMEPAGE="https://apps.kde.org/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}"