axs 14/04/02 18:10:21
Modified: seamonkey-2.25.ebuild seamonkey-2.24.ebuild
ChangeLog
Log:
disable the forcing of ld.gold in the mozilla build system, bug 494364
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
2B6559ED)
Revision Changes Path
1.4 www-client/seamonkey/seamonkey-2.25.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.25.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.25.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.25.ebuild?r1=1.3&r2=1.4
Index: seamonkey-2.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.25.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- seamonkey-2.25.ebuild 22 Mar 2014 20:17:31 -0000 1.3
+++ seamonkey-2.25.ebuild 2 Apr 2014 18:10:20 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.25.ebuild,v 1.3
2014/03/22 20:17:31 ago Exp $
+# $Header:
/var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.25.ebuild,v 1.4
2014/04/02 18:10:20 axs Exp $
EAPI=5
WANT_AUTOCONF="2.1"
@@ -219,6 +219,7 @@
mozconfig_annotate '' --enable-canvas
mozconfig_annotate '' --with-system-png
mozconfig_annotate '' --enable-system-ffi
+ mozconfig_annotate '' --disable-gold
# Other sm-specific settings
mozconfig_annotate ''
--with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
1.5 www-client/seamonkey/seamonkey-2.24.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.24.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.24.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.24.ebuild?r1=1.4&r2=1.5
Index: seamonkey-2.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.24.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- seamonkey-2.24.ebuild 15 Feb 2014 06:03:10 -0000 1.4
+++ seamonkey-2.24.ebuild 2 Apr 2014 18:10:20 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.24.ebuild,v 1.4
2014/02/15 06:03:10 ago Exp $
+# $Header:
/var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.24.ebuild,v 1.5
2014/04/02 18:10:20 axs Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -218,6 +218,7 @@
mozconfig_annotate '' --enable-canvas
mozconfig_annotate '' --with-system-png
mozconfig_annotate '' --enable-system-ffi
+ mozconfig_annotate '' --disable-gold
# Other sm-specific settings
mozconfig_annotate ''
--with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
1.485 www-client/seamonkey/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.485&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.485&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.484&r2=1.485
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
retrieving revision 1.484
retrieving revision 1.485
diff -u -r1.484 -r1.485
--- ChangeLog 22 Mar 2014 20:17:31 -0000 1.484
+++ ChangeLog 2 Apr 2014 18:10:20 -0000 1.485
@@ -1,6 +1,10 @@
# ChangeLog for www-client/seamonkey
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.484
2014/03/22 20:17:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.485
2014/04/02 18:10:20 axs Exp $
+
+ 02 Apr 2014; Ian Stakenvicius (_AxS_) <[email protected]>
seamonkey-2.24.ebuild,
+ seamonkey-2.25.ebuild:
+ disable the forcing of ld.gold in the mozilla build system, bug 494364
22 Mar 2014; Agostino Sarubbo <[email protected]> seamonkey-2.25.ebuild:
Stable for x86, wrt bug #505072