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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F87A158086 for ; Thu, 9 Dec 2021 11:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C1062BC076; Thu, 9 Dec 2021 11:28:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DD1D2BC065 for ; Thu, 9 Dec 2021 11:28:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5BD13437BF for ; Thu, 9 Dec 2021 11:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92A6B177 for ; Thu, 9 Dec 2021 11:28:26 +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: <1639049198.89f5bb9331dc479987ab0f68f41110dd6fa41f1c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmime/kmime-21.11.90.ebuild X-VCS-Directories: kde-apps/kmime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 89f5bb9331dc479987ab0f68f41110dd6fa41f1c X-VCS-Branch: master Date: Thu, 9 Dec 2021 11:28:26 +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: ea22feb2-d2dd-4b38-87f8-1b59c21a71f5 X-Archives-Hash: da2c1eb3781f4271002dae4110e26280 commit: 89f5bb9331dc479987ab0f68f41110dd6fa41f1c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 9 10:38:38 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 9 11:26:38 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=89f5bb93 kde-apps/kmime: drop 21.11.90* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmime/kmime-21.11.90.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/kde-apps/kmime/kmime-21.11.90.ebuild b/kde-apps/kmime/kmime-21.11.90.ebuild deleted file mode 100644 index f1d9cf1f5e..0000000000 --- a/kde-apps/kmime/kmime-21.11.90.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="true" -ECM_TEST="true" -KFMIN=5.88.0 -inherit ecm kde.org - -DESCRIPTION="Libary for handling mail messages and newsgroup articles" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - >=kde-frameworks/kcodecs-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 -" -RDEPEND="${DEPEND}"