Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/thunderbird: ChangeLog thunderbird-3.1.2.ebuild
Date: Sun, 22 Aug 2010 15:59:29
Message-Id: 20100822155116.ABE5E20055@flycatcher.gentoo.org
1 anarchy 10/08/22 15:51:16
2
3 Modified: ChangeLog thunderbird-3.1.2.ebuild
4 Log:
5 enable epatch_user to ensure user does not have to modify ebuild
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.29 mail-client/thunderbird/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.29&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.29&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?r1=1.28&r2=1.29
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v
18 retrieving revision 1.28
19 retrieving revision 1.29
20 diff -u -r1.28 -r1.29
21 --- ChangeLog 10 Aug 2010 15:56:42 -0000 1.28
22 +++ ChangeLog 22 Aug 2010 15:51:16 -0000 1.29
23 @@ -1,6 +1,9 @@
24 # ChangeLog for mail-client/thunderbird
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.28 2010/08/10 15:56:42 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.29 2010/08/22 15:51:16 anarchy Exp $
28 +
29 + 22 Aug 2010; Jory A. Pratt <anarchy@g.o> thunderbird-3.1.2.ebuild:
30 + enable epatch_user to ensure user does not have to modify ebuild
31
32 10 Aug 2010; Brent Baude <ranger@g.o> thunderbird-3.1.1.ebuild:
33 Marking thunderbird-3.1.1 ppc64 for bug 329279
34
35
36
37 1.2 mail-client/thunderbird/thunderbird-3.1.2.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.2.ebuild?r1=1.1&r2=1.2
42
43 Index: thunderbird-3.1.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- thunderbird-3.1.2.ebuild 6 Aug 2010 12:45:59 -0000 1.1
50 +++ thunderbird-3.1.2.ebuild 22 Aug 2010 15:51:16 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.2.ebuild,v 1.1 2010/08/06 12:45:59 anarchy Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.2.ebuild,v 1.2 2010/08/22 15:51:16 anarchy Exp $
56
57 EAPI="3"
58 WANT_AUTOCONF="2.1"
59 @@ -115,6 +115,9 @@
60 EPATCH_FORCE="yes" \
61 epatch "${WORKDIR}"
62
63 + # Allow user to apply any additional patches without modifing ebuild
64 + epatch_user
65 +
66 eautoreconf
67
68 cd mozilla