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 C427B138334 for ; Mon, 14 Oct 2019 07:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5234E08BD; Mon, 14 Oct 2019 07:46:31 +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 C843DE08BD for ; Mon, 14 Oct 2019 07:46:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 835A334BCDE for ; Mon, 14 Oct 2019 07:46:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2AA271A for ; Mon, 14 Oct 2019 07:46:28 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1571039182.3af9a5d2e6dc4ba078180ce2215ff0bb4a24053d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/msmtp/msmtp-1.8.3.ebuild mail-mta/msmtp/msmtp-1.8.5-r1.ebuild mail-mta/msmtp/msmtp-1.8.6.ebuild X-VCS-Directories: mail-mta/msmtp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3af9a5d2e6dc4ba078180ce2215ff0bb4a24053d X-VCS-Branch: master Date: Mon, 14 Oct 2019 07:46:28 +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: 5a82860f-c811-4141-8052-0005c69264b3 X-Archives-Hash: f5ead57ed3de69f49a763a5803ff2418 commit: 3af9a5d2e6dc4ba078180ce2215ff0bb4a24053d Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sat Oct 12 18:28:32 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 14 07:46:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af9a5d2 mail-mta/msmtp: Fix internal collision. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Closes: https://bugs.gentoo.org/697570 Signed-off-by: Lars Wendler gentoo.org> mail-mta/msmtp/msmtp-1.8.3.ebuild | 4 +--- mail-mta/msmtp/msmtp-1.8.5-r1.ebuild | 4 +--- mail-mta/msmtp/msmtp-1.8.6.ebuild | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/mail-mta/msmtp/msmtp-1.8.3.ebuild b/mail-mta/msmtp/msmtp-1.8.3.ebuild index b9dfbfba2bf..52bcaba3af6 100644 --- a/mail-mta/msmtp/msmtp-1.8.3.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2004-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -97,8 +97,6 @@ src_install() { fi if use mta ; then - dodir /usr/sbin - dosym ../bin/msmtp /usr/sbin/sendmail dosym msmtp /usr/bin/sendmail dosym ../bin/msmtp /usr/$(get_libdir)/sendmail fi diff --git a/mail-mta/msmtp/msmtp-1.8.5-r1.ebuild b/mail-mta/msmtp/msmtp-1.8.5-r1.ebuild index 416ef1aa3cf..967774288fe 100644 --- a/mail-mta/msmtp/msmtp-1.8.5-r1.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2004-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -101,8 +101,6 @@ src_install() { fi if use mta ; then - dodir /usr/sbin - dosym ../bin/msmtp /usr/sbin/sendmail dosym msmtp /usr/bin/sendmail dosym ../bin/msmtp /usr/$(get_libdir)/sendmail fi diff --git a/mail-mta/msmtp/msmtp-1.8.6.ebuild b/mail-mta/msmtp/msmtp-1.8.6.ebuild index 416ef1aa3cf..967774288fe 100644 --- a/mail-mta/msmtp/msmtp-1.8.6.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2004-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -101,8 +101,6 @@ src_install() { fi if use mta ; then - dodir /usr/sbin - dosym ../bin/msmtp /usr/sbin/sendmail dosym msmtp /usr/bin/sendmail dosym ../bin/msmtp /usr/$(get_libdir)/sendmail fi