floppym 12/05/24 22:48:24
Modified: seamonkey-2.9.1-r1.ebuild seamonkey-2.9.ebuild
ChangeLog
Log:
Convert DOS line-endings in shell scripts. Bug 391889.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.3 www-client/seamonkey/seamonkey-2.9.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.9.1-r1.ebuild?rev=1.3&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.9.1-r1.ebuild?r1=1.2&r2=1.3
Index: seamonkey-2.9.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.9.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- seamonkey-2.9.1-r1.ebuild 24 May 2012 08:04:26 -0000 1.2
+++ seamonkey-2.9.1-r1.ebuild 24 May 2012 22:48:24 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -117,6 +117,13 @@
epatch "${DISTDIR}"/${PN}-2.9-revert-system-cairo-breakage.patch.bz2
+ # Shell scripts sometimes contain DOS line endings; bug 391889
+ grep -rlZ --include="*.sh" $'\r$' . |
+ while read -r -d $'\0' file ; do
+ einfo edos2unix "${file}"
+ edos2unix "${file}" || die
+ done
+
# Allow user to apply any additional patches without modifing ebuild
epatch_user
1.8 www-client/seamonkey/seamonkey-2.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild?r1=1.7&r2=1.8
Index: seamonkey-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- seamonkey-2.9.ebuild 8 May 2012 09:31:49 -0000 1.7
+++ seamonkey-2.9.ebuild 24 May 2012 22:48:24 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild,v 1.7 2012/05/08 09:31:49 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.9.ebuild,v 1.8 2012/05/24 22:48:24 floppym Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -117,6 +117,13 @@
epatch "${DISTDIR}"/${PN}-2.9-revert-system-cairo-breakage.patch.bz2
+ # Shell scripts sometimes contain DOS line endings; bug 391889
+ grep -rlZ --include="*.sh" $'\r$' . |
+ while read -r -d $'\0' file ; do
+ einfo edos2unix "${file}"
+ edos2unix "${file}" || die
+ done
+
# Allow user to apply any additional patches without modifing ebuild
epatch_user
1.381 www-client/seamonkey/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.381&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.381&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.380&r2=1.381
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
retrieving revision 1.380
retrieving revision 1.381
diff -u -r1.380 -r1.381
--- ChangeLog 24 May 2012 08:04:26 -0000 1.380
+++ ChangeLog 24 May 2012 22:48:24 -0000 1.381
@@ -1,6 +1,10 @@
# ChangeLog for www-client/seamonkey
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.380 2012/05/24 08:04:26 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.381 2012/05/24 22:48:24 floppym Exp $
+
+ 24 May 2012; Mike Gilbert <floppym@g.o> seamonkey-2.9.1-r1.ebuild,
+ seamonkey-2.9.ebuild:
+ Convert DOS line-endings in shell scripts. Bug 391889.
24 May 2012; Lars Wendler <polynomial-c@g.o>
seamonkey-2.9.1-r1.ebuild:
|