diff options
author | 2002-10-20 19:25:43 +0000 | |
---|---|---|
committer | 2002-10-20 19:25:43 +0000 | |
commit | 73b31530a288d744279e584e90c712f5317386a9 (patch) | |
tree | 0980b9beb130811c1e15556292165ecb4585effc /net-mail | |
parent | added ~ppc to keywords (diff) | |
download | gentoo-2-73b31530a288d744279e584e90c712f5317386a9.tar.gz gentoo-2-73b31530a288d744279e584e90c712f5317386a9.tar.bz2 gentoo-2-73b31530a288d744279e584e90c712f5317386a9.zip |
multibyte patch not applied any more
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/pine/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/pine/pine-4.44-r4.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-mail/pine/ChangeLog b/net-mail/pine/ChangeLog index 000cc3985c3e..1514c596fe4a 100644 --- a/net-mail/pine/ChangeLog +++ b/net-mail/pine/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for net-mail/pine # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/ChangeLog,v 1.4 2002/08/13 01:49:43 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/ChangeLog,v 1.5 2002/10/20 19:25:43 seemant Exp $ *pine-4.44-r4 (15 Apr 2002) + 20 Oct 2002; Seemant Kulleen <seemant@gentoo.org> : + + the multibyte patch causes instability. RH removed it from their followup + rpm. Closes bug #3719 by ftobin@neverending.org (Frank Tobin) + 12 Aug 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords diff --git a/net-mail/pine/pine-4.44-r4.ebuild b/net-mail/pine/pine-4.44-r4.ebuild index 7835890fd17c..e5e4259494f5 100644 --- a/net-mail/pine/pine-4.44-r4.ebuild +++ b/net-mail/pine/pine-4.44-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.44-r4.ebuild,v 1.8 2002/10/05 05:39:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.44-r4.ebuild,v 1.9 2002/10/20 19:25:43 seemant Exp $ IUSE="ssl ldap" @@ -39,7 +39,7 @@ src_unpack() { patch -d ${S} -p0 < ${FILESDIR}/pine-4.40-lockfile-perm.patch patch -d ${S} -p1 < ${FILESDIR}/imap-2000-time.patch patch -d ${S} -p1 < ${FILESDIR}/pine-4.33-whitespace.patch - patch -d ${S} -p1 < ${FILESDIR}/pine-4.44-multibyte.patch + #patch -d ${S} -p1 < ${FILESDIR}/pine-4.44-multibyte.patch cd ${S}/pine cp makefile.lnx makefile.orig |