Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mutt: ChangeLog mutt-1.5.21-r1.ebuild
Date: Sun, 30 Jan 2011 19:24:51
Message-Id: 20110130192440.4010C20054@flycatcher.gentoo.org
1 grobian 11/01/30 19:24:40
2
3 Modified: ChangeLog mutt-1.5.21-r1.ebuild
4 Log:
5 Add urls for our mercurial sources, don't compress files, fixes bug #352764
6
7 (Portage version: 2.2.01.17693-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.206 mail-client/mutt/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.206&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.206&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?r1=1.205&r2=1.206
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v
19 retrieving revision 1.205
20 retrieving revision 1.206
21 diff -u -r1.205 -r1.206
22 --- ChangeLog 7 Dec 2010 07:48:35 -0000 1.205
23 +++ ChangeLog 30 Jan 2011 19:24:39 -0000 1.206
24 @@ -1,6 +1,9 @@
25 # ChangeLog for mail-client/mutt
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.205 2010/12/07 07:48:35 grobian Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.206 2011/01/30 19:24:39 grobian Exp $
30 +
31 + 30 Jan 2011; Fabian Groffen <grobian@g.o> mutt-1.5.21-r1.ebuild:
32 + Add urls for our mercurial sources, don't compress files, fixes bug #352764
33
34 07 Dec 2010; Fabian Groffen <grobian@g.o>
35 -files/mutt-1.5.13-prefix-mailcap.patch,
36
37
38
39 1.3 mail-client/mutt/mutt-1.5.21-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.21-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.21-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.21-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: mutt-1.5.21-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.21-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- mutt-1.5.21-r1.ebuild 7 Dec 2010 02:37:21 -0000 1.2
52 +++ mutt-1.5.21-r1.ebuild 30 Jan 2011 19:24:40 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.21-r1.ebuild,v 1.2 2010/12/07 02:37:21 mattst88 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.21-r1.ebuild,v 1.3 2011/01/30 19:24:40 grobian Exp $
59
60 EAPI="3"
61
62 @@ -59,9 +59,11 @@
63 src_prepare() {
64 # Post-release hot-fixes grabbed from HG, this is what all following
65 # patches are based on in my Mercurial patchqueue (mq).
66 - # If you ever take over or need to modify patches here, just ask me
67 - # (grobian) for a Mercurial clone of my gentoo branch(es) and
68 - # patchqueue as it'll save you a lot of work.
69 + # If you ever take over or need to modify patches here, just check
70 + # out the gentoo branch(es) of Gentoo's Mutt Mercurial clone, and
71 + # the patchqueue as it'll save you a lot of work.
72 + # http://prefix.gentooexperimental.org:8000/mutt/
73 + # http://prefix.gentooexperimental.org:8000/mutt-patches/
74 for rev in $(eval echo {0..${PR#r}}) ; do
75 local revpatch="${PATCHDIR}"/mutt-gentoo-${PV}-r${rev}.patch
76 [[ -e ${revpatch} ]] && \
77 @@ -184,7 +186,6 @@
78
79 src_install() {
80 make DESTDIR="${D}" install || die "install failed"
81 - find "${ED}"/usr/share/doc -type f | grep -v "html\|manual" | xargs gzip
82 if use mbox; then
83 insinto /etc/mutt
84 newins "${FILESDIR}"/Muttrc.mbox Muttrc