* [gentoo-commits] gentoo-x86 commit in sci-mathematics/scilab: ChangeLog scilab-4.1.2-r2.ebuild
@ 2010-06-24 16:09 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-06-24 16:09 UTC (permalink / raw
To: gentoo-commits
xarthisius 10/06/24 16:09:15
Modified: ChangeLog scilab-4.1.2-r2.ebuild
Log:
Fix build with GCC-4.5 wrt bug 321209. Thanks Diego for reporting.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.49 sci-mathematics/scilab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 22 Jun 2010 12:50:37 -0000 1.48
+++ ChangeLog 24 Jun 2010 16:09:15 -0000 1.49
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/scilab
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.48 2010/06/22 12:50:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.49 2010/06/24 16:09:15 xarthisius Exp $
+
+ 24 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org>
+ scilab-4.1.2-r2.ebuild, +files/scilab-4.1.2-gcc45.patch:
+ Fix build with GCC-4.5 wrt bug 321209. Thanks Diego for reporting.
22 Jun 2010; Justin Lecher <jlec@gentoo.org> -scilab-4.0.ebuild:
Removed broken version, #147900 & #155893
1.2 sci-mathematics/scilab/scilab-4.1.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild?r1=1.1&r2=1.2
Index: scilab-4.1.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scilab-4.1.2-r2.ebuild 10 Aug 2009 13:41:15 -0000 1.1
+++ scilab-4.1.2-r2.ebuild 24 Jun 2010 16:09:15 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild,v 1.1 2009/08/10 13:41:15 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild,v 1.2 2010/06/24 16:09:15 xarthisius Exp $
inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2
@@ -49,6 +49,7 @@
epatch "${FILESDIR}"/${PN}-4.1-examples.patch
epatch "${FILESDIR}"/${P}-java-config.patch
epatch "${FILESDIR}"/${P}-tmp-fix.patch
+ epatch "${FILESDIR}"/${P}-gcc45.patch
eautoconf
sed -e '/^ATLAS_LAPACKBLAS\>/s,=.*,= $(ATLASDIR)/liblapack.so $(ATLASDIR)/libblas.so $(ATLASDIR)/libcblas.so,' \
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/scilab: ChangeLog scilab-4.1.2-r2.ebuild
@ 2011-09-19 15:30 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-09-19 15:30 UTC (permalink / raw
To: gentoo-commits
jlec 11/09/19 15:30:18
Modified: ChangeLog scilab-4.1.2-r2.ebuild
Log:
Fix for seqf on zterm, thanks Maciej Szmigiero for the patch , #301625
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Revision Changes Path
1.60 sci-mathematics/scilab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 2 Aug 2011 05:49:16 -0000 1.59
+++ ChangeLog 19 Sep 2011 15:30:17 -0000 1.60
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/scilab
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.59 2011/08/02 05:49:16 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.60 2011/09/19 15:30:17 jlec Exp $
+
+ 19 Sep 2011; Justin Lecher <jlec@gentoo.org> scilab-4.1.2-r2.ebuild,
+ +files/scilab-4.1.2-gcc45-2.patch:
+ Fix for seqf on zterm, thanks Maciej Szmigiero for the patch , #301625
02 Aug 2011; Matt Turner <mattst88@gentoo.org> scilab-4.1.2-r1.ebuild,
scilab-4.1.2-r2.ebuild:
1.13 sci-mathematics/scilab/scilab-4.1.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild?r1=1.12&r2=1.13
Index: scilab-4.1.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- scilab-4.1.2-r2.ebuild 2 Aug 2011 05:49:16 -0000 1.12
+++ scilab-4.1.2-r2.ebuild 19 Sep 2011 15:30:17 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild,v 1.12 2011/08/02 05:49:16 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild,v 1.13 2011/09/19 15:30:17 jlec Exp $
EAPI=4
@@ -51,7 +51,8 @@
"${FILESDIR}"/${PN}-4.1-examples.patch \
"${FILESDIR}"/${P}-java-config.patch \
"${FILESDIR}"/${P}-tmp-fix.patch \
- "${FILESDIR}"/${P}-gcc45.patch
+ "${FILESDIR}"/${P}-gcc45.patch \
+ "${FILESDIR}"/${P}-gcc45-2.patch
eautoconf
sed \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-19 15:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-19 15:30 [gentoo-commits] gentoo-x86 commit in sci-mathematics/scilab: ChangeLog scilab-4.1.2-r2.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2010-06-24 16:09 Kacper Kowalik (xarthisius)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox