Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 98874
Collapse All | Expand All

(-)/usr/portage/mail-client/mutt/mutt-1.5.8-r2.ebuild (-1 / +8 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.8-r2.ebuild,v 1.8 2005/06/06 09:20:42 corsair Exp $
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.8-r2.ebuild,v 1.8 2005/06/06 09:20:42 corsair Exp $
4
4
5
inherit eutils flag-o-matic
5
inherit eutils flag-o-matic
6
IUSE="cjk ssl nls slang crypt imap mbox nntp sasl buffysize vanilla"
6
IUSE="cjk ssl nls slang crypt imap mbox nntp sasl buffysize vanilla sidebar"
7
7
8
edit_threads_patch="patch-1.5.5.1.cd.edit_threads.9.5-gentoo-r1.bz2"
8
edit_threads_patch="patch-1.5.5.1.cd.edit_threads.9.5-gentoo-r1.bz2"
9
compressed_patch="patch-${PV}.rr.compressed.gz"
9
compressed_patch="patch-${PV}.rr.compressed.gz"
Lines 12-17 Link Here
12
header_cache_patch="mutt-cvs-header-cache.29"
12
header_cache_patch="mutt-cvs-header-cache.29"
13
pgp_timeout_patch="patch-1.5.6.dw.pgp-timeout.1"
13
pgp_timeout_patch="patch-1.5.6.dw.pgp-timeout.1"
14
assumed_charset_patch="patch-1.5.6.tt.assumed_charset.1.gz"
14
assumed_charset_patch="patch-1.5.6.tt.assumed_charset.1.gz"
15
sidebar_patch="patch-${PV}i.sidebar.20050224.txt"
15
16
16
DESCRIPTION="a small but very powerful text-based mail client"
17
DESCRIPTION="a small but very powerful text-based mail client"
17
HOMEPAGE="http://www.mutt.org"
18
HOMEPAGE="http://www.mutt.org"
Lines 25-30 Link Here
25
			mirror://gentoo/${nntp_patch}
26
			mirror://gentoo/${nntp_patch}
26
			mirror://gentoo/mutt-1.5.7-mixmaster+nntp.patch
27
			mirror://gentoo/mutt-1.5.7-mixmaster+nntp.patch
27
		)
28
		)
29
		sidebar? (
30
			http://thomer.com/mutt/${sidebar_patch}
28
		http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/${header_cache_patch}
31
		http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/${header_cache_patch}
29
		http://www.woolridge.ca/mutt/patches/${pgp_timeout_patch}
32
		http://www.woolridge.ca/mutt/patches/${pgp_timeout_patch}
30
	)"
33
	)"
Lines 60-65 Link Here
60
			epatch ${DISTDIR}/mutt-1.5.7-mixmaster+nntp.patch
63
			epatch ${DISTDIR}/mutt-1.5.7-mixmaster+nntp.patch
61
		fi
64
		fi
62
65
66
		if use sidebar; then
67
			epatch ${DISTDIR}/${sidebar_patch}
68
		fi
69
63
		# The following steps are necessary for the nntp patch and the
70
		# The following steps are necessary for the nntp patch and the
64
		# header_cache_patch
71
		# header_cache_patch
65
		aclocal -I m4					|| die "aclocal failed"
72
		aclocal -I m4					|| die "aclocal failed"

Return to bug 98874