Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey: ChangeLog seamonkey-2.1.ebuild
Date: Sun, 03 Jul 2011 19:26:49
Message-Id: 20110703191708.3A8862004B@flycatcher.gentoo.org
1 polynomial-c 11/07/03 19:17:08
2
3 Modified: ChangeLog seamonkey-2.1.ebuild
4 Log:
5 Allow user to apply any additional patches without modifing ebuild
6
7 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.316 www-client/seamonkey/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.316&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.316&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.315&r2=1.316
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
19 retrieving revision 1.315
20 retrieving revision 1.316
21 diff -u -r1.315 -r1.316
22 --- ChangeLog 3 Jul 2011 18:25:32 -0000 1.315
23 +++ ChangeLog 3 Jul 2011 19:17:08 -0000 1.316
24 @@ -1,6 +1,9 @@
25 # ChangeLog for www-client/seamonkey
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.315 2011/07/03 18:25:32 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.316 2011/07/03 19:17:08 polynomial-c Exp $
29 +
30 + 03 Jul 2011; Lars Wendler <polynomial-c@g.o> seamonkey-2.1.ebuild:
31 + Allow user to apply any additional patches without modifing ebuild.
32
33 *seamonkey-2.1 (03 Jul 2011)
34
35
36
37
38 1.2 www-client/seamonkey/seamonkey-2.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.1.ebuild?r1=1.1&r2=1.2
43
44 Index: seamonkey-2.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- seamonkey-2.1.ebuild 3 Jul 2011 18:25:32 -0000 1.1
51 +++ seamonkey-2.1.ebuild 3 Jul 2011 19:17:08 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.1.ebuild,v 1.1 2011/07/03 18:25:32 polynomial-c Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.1.ebuild,v 1.2 2011/07/03 19:17:08 polynomial-c Exp $
57
58 EAPI="3"
59 WANT_AUTOCONF="2.1"
60 @@ -138,6 +138,9 @@
61
62 epatch "${FILESDIR}"/${PN}-2.1b3-restore-tabbar-scrolling-from-2.1b2.diff
63
64 + # Allow user to apply any additional patches without modifing ebuild
65 + epatch_user
66 +
67 if use crypt ; then
68 mv "${WORKDIR}"/enigmail "${S}"/mailnews/extensions/enigmail
69 cd "${S}"/mailnews/extensions/enigmail || die