From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1262011-garchives=archives.gentoo.org@lists.gentoo.org>
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 4DF8A1382C5
	for <garchives@archives.gentoo.org>; Tue, 16 Mar 2021 19:57:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C644FE0875;
	Tue, 16 Mar 2021 19:57:13 +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 ABE8CE0875
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 19:57:13 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 B8B0C33BEBC
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 19:57:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CFFFA634
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 19:57:06 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1615924575.26ddf7c9b1c706551c86b076685cd93b81026c8c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/imap-c-client/imap-c-client-1.ebuild
X-VCS-Directories: virtual/imap-c-client/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 26ddf7c9b1c706551c86b076685cd93b81026c8c
X-VCS-Branch: master
Date: Tue, 16 Mar 2021 19:57:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d4a0f58e-98ac-4318-a65f-553837d71b32
X-Archives-Hash: 07c9c446c5c77044b116b49beab5c391

commit:     26ddf7c9b1c706551c86b076685cd93b81026c8c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 19:40:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 19:56:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ddf7c9

virtual/imap-c-client: drop 1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/imap-c-client/imap-c-client-1.ebuild | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/virtual/imap-c-client/imap-c-client-1.ebuild b/virtual/imap-c-client/imap-c-client-1.ebuild
deleted file mode 100644
index 174e95c822f..00000000000
--- a/virtual/imap-c-client/imap-c-client-1.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for IMAP c-client"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="ssl"
-
-RDEPEND=" || (	net-libs/c-client[ssl=]
-				net-mail/uw-imap[ssl=] )"