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 E7965138334 for ; Thu, 10 Oct 2019 06:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 320B4E07FE; Thu, 10 Oct 2019 06:24:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 17FFCE07FE for ; Thu, 10 Oct 2019 06:24:43 +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 DA67E34BADE for ; Thu, 10 Oct 2019 06:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61F687FE for ; Thu, 10 Oct 2019 06:24:40 +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: <1570688567.6c922fb73ec9faed3220a24cd9833486edfb2d18.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/netqmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/netqmail/netqmail-1.06-r7.ebuild mail-mta/netqmail/netqmail-1.06-r8.ebuild X-VCS-Directories: mail-mta/netqmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6c922fb73ec9faed3220a24cd9833486edfb2d18 X-VCS-Branch: master Date: Thu, 10 Oct 2019 06:24:40 +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: 7e5a5307-651e-4d8a-941b-bdff2cf1943a X-Archives-Hash: 172e3a4a5a9bb46f7b52444b00ef17bc commit: 6c922fb73ec9faed3220a24cd9833486edfb2d18 Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Oct 4 21:55:07 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 10 06:22:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c922fb7 mail-mta/netqmail: remove dot-forward as dependency This allows using sendmails .forward files with qmail, but doing so is entirely optional. Also remove version restrictions for ucspi-*, all versions in tree match that condition. Signed-off-by: Rolf Eike Beer sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/13145 Signed-off-by: Andreas Sturmlechner gentoo.org> .../netqmail/{netqmail-1.06-r7.ebuild => netqmail-1.06-r8.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mail-mta/netqmail/netqmail-1.06-r7.ebuild b/mail-mta/netqmail/netqmail-1.06-r8.ebuild similarity index 97% rename from mail-mta/netqmail/netqmail-1.06-r7.ebuild rename to mail-mta/netqmail/netqmail-1.06-r8.ebuild index 10a85284363..fd0fcf4bf94 100644 --- a/mail-mta/netqmail/netqmail-1.06-r7.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r8.ebuild @@ -66,12 +66,11 @@ DEPEND=" ) " RDEPEND="${DEPEND} - >=net-mail/dot-forward-0.71-r3 - >=sys-apps/ucspi-tcp-0.88-r17 + sys-apps/ucspi-tcp virtual/checkpassword virtual/daemontools authcram? ( >=net-mail/cmd5checkpw-0.30 ) - ssl? ( >=sys-apps/ucspi-ssl-0.70-r1 ) + ssl? ( sys-apps/ucspi-ssl ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim