Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 97754 | Differences between
and this patch

Collapse All | Expand All

(-)mutt-1.5.8-r2.ebuild.old (+4 lines)
Lines 5-10 Link Here
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"
7
7
8
trash_folder_patch="patch-1.5.5.1.cd.trash_folder.3.4"
8
edit_threads_patch="patch-1.5.5.1.cd.edit_threads.9.5-gentoo-r1.bz2"
9
edit_threads_patch="patch-1.5.5.1.cd.edit_threads.9.5-gentoo-r1.bz2"
9
compressed_patch="patch-${PV}.rr.compressed.gz"
10
compressed_patch="patch-${PV}.rr.compressed.gz"
10
nntp_patch="patch-${PV}.vvv.nntp-gentoo-r2.bz2"
11
nntp_patch="patch-${PV}.vvv.nntp-gentoo-r2.bz2"
Lines 17-22 Link Here
17
HOMEPAGE="http://www.mutt.org"
18
HOMEPAGE="http://www.mutt.org"
18
SRC_URI="ftp://ftp.mutt.org/mutt/devel/mutt-${PV}i.tar.gz
19
SRC_URI="ftp://ftp.mutt.org/mutt/devel/mutt-${PV}i.tar.gz
19
	!vanilla? (
20
	!vanilla? (
21
		mirror://gentoo/${trash_folder_patch}
20
		mirror://gentoo/${edit_threads_patch}
22
		mirror://gentoo/${edit_threads_patch}
21
		http://www.emaillab.org/mutt/1.5/${assumed_charset_patch}
23
		http://www.emaillab.org/mutt/1.5/${assumed_charset_patch}
22
		http://mutt.kiev.ua/download/${P}/${compressed_patch}
24
		http://mutt.kiev.ua/download/${P}/${compressed_patch}
Lines 28-33 Link Here
28
		http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/${header_cache_patch}
30
		http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/${header_cache_patch}
29
		http://www.woolridge.ca/mutt/patches/${pgp_timeout_patch}
31
		http://www.woolridge.ca/mutt/patches/${pgp_timeout_patch}
30
	)"
32
	)"
33
#	http://cedricduval.free.fr/mutt/patches/download/${trash_folder_patch}
31
#	http://cedricduval.free.fr/mutt/patches/download/${edit_threads_patch}
34
#	http://cedricduval.free.fr/mutt/patches/download/${edit_threads_patch}
32
35
33
RDEPEND="nls? ( sys-devel/gettext )
36
RDEPEND="nls? ( sys-devel/gettext )
Lines 48-53 Link Here
48
	unpack ${P}i.tar.gz && cd ${S} || die "unpack failed"
51
	unpack ${P}i.tar.gz && cd ${S} || die "unpack failed"
49
	if ! use vanilla; then
52
	if ! use vanilla; then
50
		epatch ${DISTDIR}/${compressed_patch}
53
		epatch ${DISTDIR}/${compressed_patch}
54
		epatch ${DISTDIR}/${trash_folder_patch}
51
		epatch ${DISTDIR}/${edit_threads_patch}
55
		epatch ${DISTDIR}/${edit_threads_patch}
52
		epatch ${DISTDIR}/${mbox_hook_patch}
56
		epatch ${DISTDIR}/${mbox_hook_patch}
53
		epatch ${DISTDIR}/${header_cache_patch}
57
		epatch ${DISTDIR}/${header_cache_patch}

Return to bug 97754