diff options
author | 2007-03-23 21:22:07 +0000 | |
---|---|---|
committer | 2007-03-23 21:22:07 +0000 | |
commit | 76bf4abaea0898481e541993dc382e10a5ecfce0 (patch) | |
tree | 707b4f4510e61cf5817a6accf8363620027368ad /mail-client/pine/pine-4.64-r5.ebuild | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | historical-76bf4abaea0898481e541993dc382e10a5ecfce0.tar.gz historical-76bf4abaea0898481e541993dc382e10a5ecfce0.tar.bz2 historical-76bf4abaea0898481e541993dc382e10a5ecfce0.zip |
Add a note about passfile feature and used file name in pkg_postinst(). Suggested by Rob Scott <rscott13 at comcast.net> in bug #171831. Unneeded ebuilds cleanup.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'mail-client/pine/pine-4.64-r5.ebuild')
-rw-r--r-- | mail-client/pine/pine-4.64-r5.ebuild | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/mail-client/pine/pine-4.64-r5.ebuild b/mail-client/pine/pine-4.64-r5.ebuild index f097fe192ea2..bcde51586702 100644 --- a/mail-client/pine/pine-4.64-r5.ebuild +++ b/mail-client/pine/pine-4.64-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r5.ebuild,v 1.7 2007/03/20 14:06:09 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r5.ebuild,v 1.8 2007/03/23 21:22:07 ticho Exp $ inherit eutils @@ -99,11 +99,10 @@ src_unpack() { epatch "${FILESDIR}/imap-2000-time.patch" # Bug #23336 - makes pine transparent in terms that support it. epatch "${FILESDIR}/transparency.patch" - # Bug #72861 - relaxes subject length for base64-encoded subjects epatch "${FILESDIR}/pine-4.61-subjectlength.patch" - - epatch "${FILESDIR}/rename-symlink.patch" + # Bug #58664 - preserve symlink if a file gets rewritten + epatch "${FILESDIR}/${P}-rename-symlink.patch" if use debug ; then sed -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS} -g -DDEBUG -DDEBUGJOURNAL:" \ @@ -175,4 +174,11 @@ src_install() { pkg_postinst() { maildir_warn + + if use passfile ; then + elog + elog "Pine will cache passwords between connections." + elog "File ~/.pinepw will be used for this." + elog + fi } |