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 7D43C1382C5 for ; Wed, 24 Feb 2021 22:40:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3D20E0848; Wed, 24 Feb 2021 22:40:10 +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 BAD43E0848 for ; Wed, 24 Feb 2021 22:40:10 +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 1AFAD340E00 for ; Wed, 24 Feb 2021 22:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D1D84F9 for ; Wed, 24 Feb 2021 22:40:04 +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: <1614206381.01c97bc3119309ec8c01440bba2cb55d005c70d1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontactinterface/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kontactinterface/Manifest kde-apps/kontactinterface/kontactinterface-20.08.3.ebuild X-VCS-Directories: kde-apps/kontactinterface/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 01c97bc3119309ec8c01440bba2cb55d005c70d1 X-VCS-Branch: master Date: Wed, 24 Feb 2021 22:40:04 +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: e333dc4c-79fe-45d7-8b74-dd922fd54f62 X-Archives-Hash: 6a7c9ed794d2e7eb7cb4439f9109996b commit: 01c97bc3119309ec8c01440bba2cb55d005c70d1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 24 21:18:22 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 24 22:39:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c97bc3 kde-apps/kontactinterface: drop 20.08.3* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kontactinterface/Manifest | 1 - .../kontactinterface-20.08.3.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/kde-apps/kontactinterface/Manifest b/kde-apps/kontactinterface/Manifest index 0f9b30f6a5f..f87aa196106 100644 --- a/kde-apps/kontactinterface/Manifest +++ b/kde-apps/kontactinterface/Manifest @@ -1,2 +1 @@ -DIST kontactinterface-20.08.3.tar.xz 36032 BLAKE2B caede603ec9179f0116da9f4a8648e66e72ea76dfd5dde0a0a9790b232b69cdb5147fe3fd14dee6d8be639c29fea662464b05841fc2942437854c3c2eddd74c1 SHA512 e7d53e1dc5623c0adcf8761f004447956dae79e66a9ef43e63aa9cf936b64c63257a1d5a1ae34403f5bec969e3f6387d2be2e0c24f1f02cfecddc47141707b55 DIST kontactinterface-20.12.2.tar.xz 36072 BLAKE2B 4281849413b64fb3e62048b0a8089453071c617ded3dbbe97d055d4eaeecd5346a36538e2c2d14bfd74ecfd1f051278d203ad008c92f4ecb84c6571f00e58ae3 SHA512 dd0ca6de301206e661ef217209fd4bc2b9c925eb2d191487931a3a187d6d511e661cc76767ad102a1fca6c6e0d73e87291beae99e165552447bb578c19c4eac2 diff --git a/kde-apps/kontactinterface/kontactinterface-20.08.3.ebuild b/kde-apps/kontactinterface/kontactinterface-20.08.3.ebuild deleted file mode 100644 index e082be74fec..00000000000 --- a/kde-apps/kontactinterface/kontactinterface-20.08.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.74.0 -QTMIN=5.15.1 -inherit ecm kde.org - -DESCRIPTION="Library for embedding KParts in a Kontact component" -HOMEPAGE="https://api.kde.org/kdepim/kontactinterface/html/index.html" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}"