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 4E07F1382C5 for ; Tue, 16 Mar 2021 19:57:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7D54E0872; Tue, 16 Mar 2021 19:57:13 +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 9456FE0872 for ; 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 BB36233BECE for ; Tue, 16 Mar 2021 19:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC8EC633 for ; Tue, 16 Mar 2021 19:57:06 +0000 (UTC) From: "Sam James" 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" Message-ID: <1615924575.5fff8405b68986f82b9aedb4c405aa2ee0b94408.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mailx/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/mailx/mailx-1.ebuild virtual/mailx/mailx-2.ebuild X-VCS-Directories: virtual/mailx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5fff8405b68986f82b9aedb4c405aa2ee0b94408 X-VCS-Branch: master Date: Tue, 16 Mar 2021 19:57:06 +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: aab7850a-df14-42c2-a5d8-f3ae117d9293 X-Archives-Hash: 9d85cdd311e1f1e9c6ae62e7f1b5d2a8 commit: 5fff8405b68986f82b9aedb4c405aa2ee0b94408 Author: Sam James gentoo org> AuthorDate: Tue Mar 16 19:40:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 16 19:56:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fff8405 virtual/mailx: drop 1, 2 Signed-off-by: Sam James gentoo.org> virtual/mailx/mailx-1.ebuild | 12 ------------ virtual/mailx/mailx-2.ebuild | 13 ------------- 2 files changed, 25 deletions(-) diff --git a/virtual/mailx/mailx-1.ebuild b/virtual/mailx/mailx-1.ebuild deleted file mode 100644 index 2bc1190cbc8..00000000000 --- a/virtual/mailx/mailx-1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for mail implementations" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -RDEPEND="|| ( net-mail/mailutils - mail-client/mailx - mail-client/nail )" diff --git a/virtual/mailx/mailx-2.ebuild b/virtual/mailx/mailx-2.ebuild deleted file mode 100644 index 9224959c73e..00000000000 --- a/virtual/mailx/mailx-2.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for mail implementations" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -RDEPEND="|| ( net-mail/mailutils - mail-client/mailx - mail-client/s-nail - mail-client/nail )"