diff options
author | Hallgrimur H. Gunnarsson <hhg@gentoo.org> | 2003-09-17 03:09:06 +0000 |
---|---|---|
committer | Hallgrimur H. Gunnarsson <hhg@gentoo.org> | 2003-09-17 03:09:06 +0000 |
commit | 2e8aa11c9a1f69e3b56f49b678545517d4dea26e (patch) | |
tree | 66cf7bd3a9953b215e4df6ec6bd6dba18bd3bb19 /net-mail | |
parent | ncurses cleanup (diff) | |
download | historical-2e8aa11c9a1f69e3b56f49b678545517d4dea26e.tar.gz historical-2e8aa11c9a1f69e3b56f49b678545517d4dea26e.tar.bz2 historical-2e8aa11c9a1f69e3b56f49b678545517d4dea26e.zip |
Minor bugs in mutt ebuild see bug #28186
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mutt/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mutt/Manifest | 8 | ||||
-rw-r--r-- | net-mail/mutt/mutt-1.5.4-r1.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-mail/mutt/ChangeLog b/net-mail/mutt/ChangeLog index 6d206e779cd6..50e8f3fbcaf2 100644 --- a/net-mail/mutt/ChangeLog +++ b/net-mail/mutt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mutt # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/ChangeLog,v 1.34 2003/09/09 15:24:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/ChangeLog,v 1.35 2003/09/17 03:09:03 hhg Exp $ + + 17 Sep 2003; Hallgrimur H. Gunnarsson <hhg@gentoo.org> mutt-1.5.4-r1.ebuild: + Don't gzip manual. Added maildir to IUSE. See bug #28186 09 Sep 2003; Aron Griffis <agriffis@gentoo.org> mutt-1.5.4-r1.ebuild: Mark stable on alpha diff --git a/net-mail/mutt/Manifest b/net-mail/mutt/Manifest index bb29e104dbed..b017c84f8602 100644 --- a/net-mail/mutt/Manifest +++ b/net-mail/mutt/Manifest @@ -1,12 +1,12 @@ -MD5 29eb6fa7b12925b3396185adc61358c8 ChangeLog 5413 +MD5 6c6e76cfaff04f0af5f8f000e03f0105 ChangeLog 5547 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 +MD5 cba349632c50f968aef647f38e208575 mutt-1.4.1-r1.ebuild 2689 MD5 bb3ba98f0fb69ff14e29e1f63917b378 mutt-1.4.1.ebuild 2510 +MD5 ed81db574e9e737593dd5d46829609bb mutt-1.5.4-r1.ebuild 2836 MD5 40fa3b72cb96421b57398247e832054b mutt-1.5.4.ebuild 2595 -MD5 cba349632c50f968aef647f38e208575 mutt-1.4.1-r1.ebuild 2689 -MD5 b1ba2da194f0bdb2cb15fe41e14f3c00 mutt-1.5.4-r1.ebuild 2823 MD5 78c54f1f293cf702401021c22ca9992a files/Muttrc.color 1177 MD5 b2b515e96b060771a00646405c620755 files/Muttrc 678 MD5 b9367d01117783179ef5042bb2193d77 files/digest-mutt-1.4.1 280 -MD5 2aed1ac688ef4a607857a75422066740 files/digest-mutt-1.5.4 280 MD5 b9367d01117783179ef5042bb2193d77 files/digest-mutt-1.4.1-r1 280 +MD5 2aed1ac688ef4a607857a75422066740 files/digest-mutt-1.5.4 280 MD5 2aed1ac688ef4a607857a75422066740 files/digest-mutt-1.5.4-r1 280 diff --git a/net-mail/mutt/mutt-1.5.4-r1.ebuild b/net-mail/mutt/mutt-1.5.4-r1.ebuild index e8df101d03d8..6eb04a2af8b9 100644 --- a/net-mail/mutt/mutt-1.5.4-r1.ebuild +++ b/net-mail/mutt/mutt-1.5.4-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.5.4-r1.ebuild,v 1.6 2003/09/09 15:24:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.5.4-r1.ebuild,v 1.7 2003/09/17 03:09:03 hhg Exp $ -IUSE="ssl nls slang cjk crypt imap mbox" +IUSE="ssl nls slang cjk crypt imap mbox maildir" inherit eutils @@ -86,7 +86,7 @@ src_compile() { src_install() { make DESTDIR=$D install || die - find $D/usr/share/doc -type f |grep -v html | xargs gzip + find $D/usr/share/doc -type f |grep -v "html\|manual" | xargs gzip insinto /etc/mutt if [ "`use mbox`" ]; then einfo "Not installing an /etc/Muttrc as mbox is default configuration" |