public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/scilab: ChangeLog scilab-4.1.2.ebuild
@ 2008-02-06 17:02 Markus Dittrich (markusle)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Dittrich (markusle) @ 2008-02-06 17:02 UTC (permalink / raw
  To: gentoo-commits

markusle    08/02/06 17:02:20

  Modified:             ChangeLog scilab-4.1.2.ebuild
  Log:
   Added missing tools needed to build code inside scilab (fixes bug #208867).
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.42                 sci-mathematics/scilab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	19 Jan 2008 13:00:52 -0000	1.41
+++ ChangeLog	6 Feb 2008 17:02:20 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/scilab
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.41 2008/01/19 13:00:52 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.42 2008/02/06 17:02:20 markusle Exp $
+
+  06 Feb 2008; Markus Dittrich <markusle@gentoo.org> scilab-4.1.2.ebuild:
+  Added missing tools needed to build code inside scilab 
+  (fixes bug #208867). Thanks much to Daa Jaa <daajaa@gmail.com> for the 
+  fix.
 
 *scilab-4.1.2 (19 Jan 2008)
 



1.2                  sci-mathematics/scilab/scilab-4.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild?r1=1.1&r2=1.2

Index: scilab-4.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scilab-4.1.2.ebuild	19 Jan 2008 13:00:52 -0000	1.1
+++ scilab-4.1.2.ebuild	6 Feb 2008 17:02:20 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.ebuild,v 1.1 2008/01/19 13:00:52 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild,v 1.2 2008/02/06 17:02:20 markusle Exp $
 
 inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2
 
@@ -113,6 +113,12 @@
 	insinto /usr/$(get_libdir)/${P}
 	doins Makefile.incl || die "failed to install Makefile.incl"
 
+	exeinto /usr/$(get_libdir)/${P}
+	doexe libtool || die "failed to install libtool"
+
+	insinto /usr/$(get_libdir)/${P}/config
+	doins config/Makeso.incl || die "failed to install Makeso.incl"
+
 	# The compile and install process causes the work folder
 	# to be registered as the runtime folder in many files.
 	# This is corrected here.



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/scilab: ChangeLog scilab-4.1.2.ebuild
@ 2008-02-08 23:59 Markus Dittrich (markusle)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Dittrich (markusle) @ 2008-02-08 23:59 UTC (permalink / raw
  To: gentoo-commits

markusle    08/02/08 23:59:47

  Modified:             ChangeLog scilab-4.1.2.ebuild
  Log:
  Fixed broken autotool detection of java (see bug #209245).
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.43                 sci-mathematics/scilab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	6 Feb 2008 17:02:20 -0000	1.42
+++ ChangeLog	8 Feb 2008 23:59:46 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/scilab
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.42 2008/02/06 17:02:20 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.43 2008/02/08 23:59:46 markusle Exp $
+
+  08 Feb 2008; Markus Dittrich <markusle@gentoo.org>
+  +files/scilab-4.1.2-java-config.patch, scilab-4.1.2.ebuild:
+  Fixed broken autotool detection of java (see bug #209245).
 
   06 Feb 2008; Markus Dittrich <markusle@gentoo.org> scilab-4.1.2.ebuild:
   Added missing tools needed to build code inside scilab 



1.3                  sci-mathematics/scilab/scilab-4.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild?r1=1.2&r2=1.3

Index: scilab-4.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scilab-4.1.2.ebuild	6 Feb 2008 17:02:20 -0000	1.2
+++ scilab-4.1.2.ebuild	8 Feb 2008 23:59:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.ebuild,v 1.2 2008/02/06 17:02:20 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2.ebuild,v 1.3 2008/02/08 23:59:46 markusle Exp $
 
 inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2
 
@@ -47,6 +47,8 @@
 	epatch "${FILESDIR}"/${PN}-4.1-java-pic.patch
 	epatch "${FILESDIR}"/${P}-header-fix.patch
 	epatch "${FILESDIR}"/${PN}-4.1-examples.patch
+	epatch "${FILESDIR}"/${P}-java-config.patch
+	eautoconf
 
 	sed -e '/^ATLAS_LAPACKBLAS\>/s,=.*,= $(ATLASDIR)/liblapack.so $(ATLASDIR)/libblas.so $(ATLASDIR)/libcblas.so,' \
 		-e 's,$(SCIDIR)/libs/lapack.a,,' \



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-08 23:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-06 17:02 [gentoo-commits] gentoo-x86 commit in sci-mathematics/scilab: ChangeLog scilab-4.1.2.ebuild Markus Dittrich (markusle)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-08 23:59 Markus Dittrich (markusle)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox