Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey: seamonkey-2.9.1-r1.ebuild seamonkey-2.9.ebuild ChangeLog
Date: Thu, 24 May 2012 22:48:50
Message-Id: 20120524224824.AF0A82004B@flycatcher.gentoo.org
1 floppym 12/05/24 22:48:24
2
3 Modified: seamonkey-2.9.1-r1.ebuild seamonkey-2.9.ebuild
4 ChangeLog
5 Log:
6 Convert DOS line-endings in shell scripts. Bug 391889.
7
8 (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 www-client/seamonkey/seamonkey-2.9.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.9.1-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.9.1-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.9.1-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: seamonkey-2.9.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.9.1-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- seamonkey-2.9.1-r1.ebuild 24 May 2012 08:04:26 -0000 1.2
24 +++ seamonkey-2.9.1-r1.ebuild 24 May 2012 22:48:24 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.9.1-r1.ebuild,v 1.2 2012/05/24 08:04:26 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.9.1-r1.ebuild,v 1.3 2012/05/24 22:48:24 floppym Exp $
30
31 EAPI="3"
32 WANT_AUTOCONF="2.1"
33 @@ -117,6 +117,13 @@
34
35 epatch "${DISTDIR}"/${PN}-2.9-revert-system-cairo-breakage.patch.bz2
36
37 + # Shell scripts sometimes contain DOS line endings; bug 391889
38 + grep -rlZ --include="*.sh" $'\r$' . |
39 + while read -r -d $'\0' file ; do
40 + einfo edos2unix "${file}"
41 + edos2unix "${file}" || die
42 + done
43 +
44 # Allow user to apply any additional patches without modifing ebuild
45 epatch_user
46
47
48
49
50 1.8 www-client/seamonkey/seamonkey-2.9.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild?rev=1.8&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild?rev=1.8&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild?r1=1.7&r2=1.8
55
56 Index: seamonkey-2.9.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild,v
59 retrieving revision 1.7
60 retrieving revision 1.8
61 diff -u -r1.7 -r1.8
62 --- seamonkey-2.9.ebuild 8 May 2012 09:31:49 -0000 1.7
63 +++ seamonkey-2.9.ebuild 24 May 2012 22:48:24 -0000 1.8
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2012 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild,v 1.7 2012/05/08 09:31:49 polynomial-c Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild,v 1.8 2012/05/24 22:48:24 floppym Exp $
69
70 EAPI="3"
71 WANT_AUTOCONF="2.1"
72 @@ -117,6 +117,13 @@
73
74 epatch "${DISTDIR}"/${PN}-2.9-revert-system-cairo-breakage.patch.bz2
75
76 + # Shell scripts sometimes contain DOS line endings; bug 391889
77 + grep -rlZ --include="*.sh" $'\r$' . |
78 + while read -r -d $'\0' file ; do
79 + einfo edos2unix "${file}"
80 + edos2unix "${file}" || die
81 + done
82 +
83 # Allow user to apply any additional patches without modifing ebuild
84 epatch_user
85
86
87
88
89 1.381 www-client/seamonkey/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.381&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.381&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.380&r2=1.381
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
98 retrieving revision 1.380
99 retrieving revision 1.381
100 diff -u -r1.380 -r1.381
101 --- ChangeLog 24 May 2012 08:04:26 -0000 1.380
102 +++ ChangeLog 24 May 2012 22:48:24 -0000 1.381
103 @@ -1,6 +1,10 @@
104 # ChangeLog for www-client/seamonkey
105 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.380 2012/05/24 08:04:26 polynomial-c Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.381 2012/05/24 22:48:24 floppym Exp $
108 +
109 + 24 May 2012; Mike Gilbert <floppym@g.o> seamonkey-2.9.1-r1.ebuild,
110 + seamonkey-2.9.ebuild:
111 + Convert DOS line-endings in shell scripts. Bug 391889.
112
113 24 May 2012; Lars Wendler <polynomial-c@g.o>
114 seamonkey-2.9.1-r1.ebuild: