summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-03-23 21:22:07 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-03-23 21:22:07 +0000
commita7398cd5cc891ebf1b77735cc4df4db297ad48e7 (patch)
treea4999798272475b2cdc686188bf43a37421c5ee1 /mail-client/pine/pine-4.64-r5.ebuild
parentAdd ~x86-fbsd keyword. (diff)
downloadgentoo-2-a7398cd5cc891ebf1b77735cc4df4db297ad48e7.tar.gz
gentoo-2-a7398cd5cc891ebf1b77735cc4df4db297ad48e7.tar.bz2
gentoo-2-a7398cd5cc891ebf1b77735cc4df4db297ad48e7.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.
(Portage version: 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.ebuild14
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
}