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-r6.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-r6.ebuild')
-rw-r--r--mail-client/pine/pine-4.64-r6.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail-client/pine/pine-4.64-r6.ebuild b/mail-client/pine/pine-4.64-r6.ebuild
index c5ed46c10fd3..dbc043af5b0a 100644
--- a/mail-client/pine/pine-4.64-r6.ebuild
+++ b/mail-client/pine/pine-4.64-r6.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-r6.ebuild,v 1.1 2007/03/20 09:32:55 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r6.ebuild,v 1.2 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:" \