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: mutt-1.5.19-r1.ebuild ChangeLog
Date: Fri, 19 Jun 2009 08:05:42
Message-Id: E1MHZ6R-00069S-UY@stork.gentoo.org
1 grobian 09/06/19 08:05:39
2
3 Modified: mutt-1.5.19-r1.ebuild ChangeLog
4 Log:
5 Avoid QA warning about --enable-{compressed,nntp} when USE=sidebar
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 mail-client/mutt/mutt-1.5.19-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mutt/mutt-1.5.19-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mutt/mutt-1.5.19-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mutt/mutt-1.5.19-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: mutt-1.5.19-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.19-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mutt-1.5.19-r1.ebuild 18 Jun 2009 09:20:37 -0000 1.1
22 +++ mutt-1.5.19-r1.ebuild 19 Jun 2009 08:05:39 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.19-r1.ebuild,v 1.1 2009/06/18 09:20:37 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.19-r1.ebuild,v 1.2 2009/06/19 08:05:39 grobian Exp $
28
29 inherit eutils flag-o-matic autotools
30
31 @@ -72,7 +72,7 @@
32 epatch "${FILESDIR}"/${P}-mutt_ssl-3af7e8af1983-dc9ec900c657.patch
33 epatch "${FILESDIR}"/${P}-mutt-gnutls-7d0583e0315d-0b13183e40e0.patch
34
35 - if ! use vanilla && ! use sidebar ; then
36 + if use !vanilla && use !sidebar ; then
37 use nntp || rm "${PATCHDIR}"/06-nntp.patch
38 for p in "${PATCHDIR}"/*.patch ; do
39 epatch "${p}"
40 @@ -165,7 +165,7 @@
41 myconf="${myconf} --with-homespool=Maildir"
42 fi
43
44 - if ! use vanilla; then
45 + if use !vanilla && use !sidebar ; then
46 # rr.compressed patch
47 myconf="${myconf} --enable-compressed"
48
49
50
51
52 1.133 mail-client/mutt/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.133&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.133&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mutt/ChangeLog?r1=1.132&r2=1.133
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v
61 retrieving revision 1.132
62 retrieving revision 1.133
63 diff -u -r1.132 -r1.133
64 --- ChangeLog 19 Jun 2009 07:46:49 -0000 1.132
65 +++ ChangeLog 19 Jun 2009 08:05:39 -0000 1.133
66 @@ -1,6 +1,9 @@
67 # ChangeLog for mail-client/mutt
68 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.132 2009/06/19 07:46:49 grobian Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.133 2009/06/19 08:05:39 grobian Exp $
71 +
72 + 19 Jun 2009; Fabian Groffen <grobian@g.o> mutt-1.5.19-r1.ebuild:
73 + Avoid QA warning about --enable-{compressed,nntp} when USE=sidebar
74
75 19 Jun 2009; Fabian Groffen <grobian@g.o>
76 files/mutt-1.5.19-mutt-gnutls-7d0583e0315d-0b13183e40e0.patch: