diff options
author | 2002-10-22 19:01:19 +0000 | |
---|---|---|
committer | 2002-10-22 19:01:19 +0000 | |
commit | 7861b315dd3023d338919007939e8ce64439e1c2 (patch) | |
tree | e9378755da0faa9aefd6f12c6b3fd4e1935b2c38 /net-mail | |
parent | new version, unstalbe (diff) | |
download | gentoo-2-7861b315dd3023d338919007939e8ce64439e1c2.tar.gz gentoo-2-7861b315dd3023d338919007939e8ce64439e1c2.tar.bz2 gentoo-2-7861b315dd3023d338919007939e8ce64439e1c2.zip |
SRC_URI fix
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mutt/ChangeLog | 12 | ||||
-rw-r--r-- | net-mail/mutt/mutt-1.4-r3.ebuild | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-mail/mutt/ChangeLog b/net-mail/mutt/ChangeLog index ea2ad895ed08..8abe8e12f24a 100644 --- a/net-mail/mutt/ChangeLog +++ b/net-mail/mutt/ChangeLog @@ -1,13 +1,17 @@ # ChangeLog for net-mail/mutt # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/ChangeLog,v 1.10 2002/09/03 16:53:25 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/ChangeLog,v 1.11 2002/10/22 19:01:19 seemant Exp $ *mutt-1.4-r3 (03 Sept 2002) - 03 Sept 2002; Calum Selkirk <cselkirk@gentoo.org> mutt-1.4-r3.ebuild - files/digest-mutt-1.4-r3 : + 22 Oct 2002; Seemant Kulleen <seemant@gentoo.org> mutt-1.4-r3.ebuild : - Added the compressed folder patch. This closes bug #7398 + SRC_URI fix by: jeffthorsett@hotmail.com (Jeff Thorsett) in bug #9503. + + 03 Sept 2002; Calum Selkirk <cselkirk@gentoo.org> mutt-1.4-r3.ebuild + files/digest-mutt-1.4-r3 : + + Added the compressed folder patch. This closes bug #7398 *mutt-1.4-r2 (28 Jul 2002) diff --git a/net-mail/mutt/mutt-1.4-r3.ebuild b/net-mail/mutt/mutt-1.4-r3.ebuild index c2b1c7e43217..fe8b28bd96e1 100644 --- a/net-mail/mutt/mutt-1.4-r3.ebuild +++ b/net-mail/mutt/mutt-1.4-r3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.4-r3.ebuild,v 1.3 2002/10/05 05:39:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.4-r3.ebuild,v 1.4 2002/10/22 19:01:19 seemant Exp $ IUSE="ssl nls slang cjk" S=$WORKDIR/${P} DESCRIPTION="a small but very powerful text-based mail client" -SRC_URI="ftp://ftp.mutt.org/pub/mutt/mutt-${PV}i.tar.gz +SRC_URI="ftp://ftp.mutt.org/mutt/mutt-${PV}i.tar.gz http://www.spinnaker.de/mutt/compressed/patch-${PV}.rr.compressed.1.gz cjk?( http://www.emaillab.org/mutt/1.4/mutt-${PV}i-ja.1.tar.gz )" HOMEPAGE="http://www.mutt.org" |