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 132541382C5 for ; Fri, 5 Jun 2020 16:04:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33B37E0893; Fri, 5 Jun 2020 16:04:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1ECB7E0893 for ; Fri, 5 Jun 2020 16:04:04 +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 23F9334F23C for ; Fri, 5 Jun 2020 16:04:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D90528D for ; Fri, 5 Jun 2020 16:03:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1591373035.c1323a47a1bc95ccedf579f7a554d63f30255b49.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/qmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/qmail/qmail-1.03.ebuild X-VCS-Directories: virtual/qmail/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c1323a47a1bc95ccedf579f7a554d63f30255b49 X-VCS-Branch: master Date: Fri, 5 Jun 2020 16:03:58 +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: f77018c0-b315-418d-9540-4d27af834246 X-Archives-Hash: ce69228686044d236dd7bf8511a4a8cf commit: c1323a47a1bc95ccedf579f7a554d63f30255b49 Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Oct 16 06:54:38 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 5 16:03:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1323a47 virtual/qmail: notqmail is also a qmail While at it clean up some things. Signed-off-by: Rolf Eike Beer sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/13125 Signed-off-by: Michał Górny gentoo.org> virtual/qmail/qmail-1.03.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/virtual/qmail/qmail-1.03.ebuild b/virtual/qmail/qmail-1.03.ebuild index 0b19554d45d..5e0f770f84a 100644 --- a/virtual/qmail/qmail-1.03.ebuild +++ b/virtual/qmail/qmail-1.03.ebuild @@ -1,19 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Virtual for qmail" SLOT="0" KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" -# netqmail-1.05 is a special case, because it's a vanilla -# qmail-1.03 but patched to fix some things. -# See its website, http://www.qmail.org/netqmail/ - RDEPEND="|| ( - ~mail-mta/netqmail-1.06 - ~mail-mta/mini-qmail-1.05 - ~mail-mta/mini-qmail-1.06 - ~mail-mta/qmail-ldap-${PV} + mail-mta/netqmail + mail-mta/notqmail + mail-mta/qmail-ldap )"