diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-01-23 17:09:16 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-01-23 17:10:13 +0300 |
commit | 3ffc287d4c5029841b977e8a6ff011a034605664 (patch) | |
tree | ba149b322a7921d0dc9cd875b69efd9763f16b97 /net-mail/mailbase | |
parent | media-sound/vorbis-tools: 1.4.2 version bump (diff) | |
download | gentoo-3ffc287d4c5029841b977e8a6ff011a034605664.tar.gz gentoo-3ffc287d4c5029841b977e8a6ff011a034605664.tar.bz2 gentoo-3ffc287d4c5029841b977e8a6ff011a034605664.zip |
net-mail/mailbase: install pam files conditionally
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-mail/mailbase')
-rw-r--r-- | net-mail/mailbase/mailbase-1.5-r2.ebuild (renamed from net-mail/mailbase/mailbase-1.5-r1.ebuild) | 7 | ||||
-rw-r--r-- | net-mail/mailbase/mailbase-1.6-r1.ebuild (renamed from net-mail/mailbase/mailbase-1.6.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 index ce871f5f8f8e..e7d481a196e8 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 index 81158f51db83..2d43e4feac08 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} |