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 B260C1382C5 for ; Sat, 23 Jan 2021 14:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C90F7E0B20; Sat, 23 Jan 2021 14:10:19 +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 B0891E0B20 for ; Sat, 23 Jan 2021 14:10:19 +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 4515E340EC7 for ; Sat, 23 Jan 2021 14:10:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 663B22C5 for ; Sat, 23 Jan 2021 14:10:16 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1611411013.3ffc287d4c5029841b977e8a6ff011a034605664.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailbase/mailbase-1.5-r1.ebuild net-mail/mailbase/mailbase-1.5-r2.ebuild net-mail/mailbase/mailbase-1.6-r1.ebuild net-mail/mailbase/mailbase-1.6.ebuild X-VCS-Directories: net-mail/mailbase/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3ffc287d4c5029841b977e8a6ff011a034605664 X-VCS-Branch: master Date: Sat, 23 Jan 2021 14:10:16 +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: be26f9cb-4483-42d4-a006-82aca1b435f6 X-Archives-Hash: c7e81cb41721413e7955ff78bc868a2b commit: 3ffc287d4c5029841b977e8a6ff011a034605664 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jan 23 14:09:16 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jan 23 14:10:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ffc287d net-mail/mailbase: install pam files conditionally Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> .../mailbase/{mailbase-1.5-r1.ebuild => mailbase-1.5-r2.ebuild} | 7 ++++--- net-mail/mailbase/{mailbase-1.6.ebuild => mailbase-1.6-r1.ebuild} | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net-mail/mailbase/mailbase-1.5-r1.ebuild b/net-mail/mailbase/mailbase-1.5-r2.ebuild similarity index 85% rename from net-mail/mailbase/mailbase-1.5-r1.ebuild rename to net-mail/mailbase/mailbase-1.5-r2.ebuild index ce871f5f8f8..e7d481a196e 100644 --- a/net-mail/mailbase/mailbase-1.5-r1.ebuild +++ b/net-mail/mailbase/mailbase-1.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,9 +32,10 @@ src_install() { dosym spool/mail /var/mail - newpamd "${FILESDIR}"/common-pamd-include pop - newpamd "${FILESDIR}"/common-pamd-include imap if use pam ; then + newpamd "${FILESDIR}"/common-pamd-include pop + newpamd "${FILESDIR}"/common-pamd-include imap + local p for p in pop3 pop3s pops ; do dosym pop /etc/pam.d/${p} diff --git a/net-mail/mailbase/mailbase-1.6.ebuild b/net-mail/mailbase/mailbase-1.6-r1.ebuild similarity index 90% rename from net-mail/mailbase/mailbase-1.6.ebuild rename to net-mail/mailbase/mailbase-1.6-r1.ebuild index 81158f51db8..2d43e4feac0 100644 --- a/net-mail/mailbase/mailbase-1.6.ebuild +++ b/net-mail/mailbase/mailbase-1.6-r1.ebuild @@ -32,9 +32,9 @@ src_install() { dosym spool/mail /var/mail - newpamd "${FILESDIR}"/common-pamd-include pop - newpamd "${FILESDIR}"/common-pamd-include imap if use pam ; then + newpamd "${FILESDIR}"/common-pamd-include pop + newpamd "${FILESDIR}"/common-pamd-include imap local p for p in pop3 pop3s pops ; do dosym pop /etc/pam.d/${p}