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 79F0F1382C5 for ; Wed, 24 Feb 2021 22:40:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA4A7E0875; Wed, 24 Feb 2021 22:40:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8E354E0875 for ; Wed, 24 Feb 2021 22:40:12 +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 95A82340E0B for ; Wed, 24 Feb 2021 22:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BC97585 for ; Wed, 24 Feb 2021 22:40:05 +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: <1614206385.21dcf53e8d405d8a92d6efbd9bdc23b0869589df.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/mbox-importer/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/mbox-importer/Manifest kde-apps/mbox-importer/mbox-importer-20.08.3.ebuild X-VCS-Directories: kde-apps/mbox-importer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 21dcf53e8d405d8a92d6efbd9bdc23b0869589df X-VCS-Branch: master Date: Wed, 24 Feb 2021 22:40:05 +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: 74d04e4d-e1ce-4454-9c81-47fc2e345b8b X-Archives-Hash: 10769f4e46533d2fbebe86c35f706a3f commit: 21dcf53e8d405d8a92d6efbd9bdc23b0869589df Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 24 21:18:26 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 24 22:39:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dcf53e kde-apps/mbox-importer: drop 20.08.3* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/mbox-importer/Manifest | 1 - .../mbox-importer/mbox-importer-20.08.3.ebuild | 34 ---------------------- 2 files changed, 35 deletions(-) diff --git a/kde-apps/mbox-importer/Manifest b/kde-apps/mbox-importer/Manifest index bd12391e542..5180ac9d7fa 100644 --- a/kde-apps/mbox-importer/Manifest +++ b/kde-apps/mbox-importer/Manifest @@ -1,2 +1 @@ -DIST mbox-importer-20.08.3.tar.xz 34756 BLAKE2B fb5dcec096e28910789d059eb7e6e5db27844087386aea05bb4211a876c71b18a5a303bbd87fa73bbf9b9f6bc1b9ad79582c0aab52b9fbf4484e34952d7a8872 SHA512 1b5c2c413037137a69c05855bb31927c6c64ae2ece0e68bb585e719b3cfa1c660a8bbf7c664f242ed21e1e88d1977388c5ccd4b0c370b6b9b2108360780f5ce9 DIST mbox-importer-20.12.2.tar.xz 24772 BLAKE2B d90529baf92a2ea78f026cf03cbdc27390c1044c774df2e8d2d8bd0201eecd7786d328fa7412b34a04b89886e61ebcd3b7b4136d02bd293fd56937a5cd2ca49a SHA512 e751606ecb47692d27ffc5b0c08b1550dc6eb769d42051ed4c05f43a07e21701bb7387078239c4c201aa21169eee26309b64f1fac53f0943cb529136e4195313 diff --git a/kde-apps/mbox-importer/mbox-importer-20.08.3.ebuild b/kde-apps/mbox-importer/mbox-importer-20.08.3.ebuild deleted file mode 100644 index 88d2ab350d5..00000000000 --- a/kde-apps/mbox-importer/mbox-importer-20.08.3.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 - -ECM_HANDBOOK="forceoptional" # FIXME: Check back for doc in release -PVCUT=$(ver_cut 1-3) -KFMIN=5.74.0 -QTMIN=5.15.1 -inherit ecm kde.org - -DESCRIPTION="Import mbox email archives from various sources into Akonadi" - -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-apps/akonadi-${PVCUT}:5 - >=kde-apps/kidentitymanagement-${PVCUT}:5 - >=kde-apps/mailcommon-${PVCUT}:5 - >=kde-apps/mailimporter-${PVCUT}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 -" -RDEPEND="${DEPEND}"