diff options
author | George Shapovalov <george@gentoo.org> | 2003-10-06 23:37:42 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-10-06 23:37:42 +0000 |
commit | bcf5f1074b14271b6eb7dfedfcaa0f638b9459d1 (patch) | |
tree | 11561d4d55025716fb824c3101d76b389fae6b41 /app-sci | |
parent | ver bump (diff) | |
download | gentoo-2-bcf5f1074b14271b6eb7dfedfcaa0f638b9459d1.tar.gz gentoo-2-bcf5f1074b14271b6eb7dfedfcaa0f638b9459d1.tar.bz2 gentoo-2-bcf5f1074b14271b6eb7dfedfcaa0f638b9459d1.zip |
looks like gnome-libs is also necessary for gtk interface to work
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/scilab/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/scilab/Manifest | 4 | ||||
-rw-r--r-- | app-sci/scilab/scilab-2.7-r2.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-sci/scilab/ChangeLog b/app-sci/scilab/ChangeLog index 5192cf6c07a2..6bee059778a1 100644 --- a/app-sci/scilab/ChangeLog +++ b/app-sci/scilab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/scilab # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/ChangeLog,v 1.8 2003/10/06 23:29:10 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/ChangeLog,v 1.9 2003/10/06 23:37:41 george Exp $ + + 06 Oct 2003; George Shapovalov <geore@gentoo.org> scilab-2.7-r2.ebuild : + looks like gnome-lib is also needed for gtk interface, added it to DEPEND under gtk? 05 Oct 2003; George Shapovalov <geore@gentoo.org> scilab-2.7-r2.ebuild : looks like enabling gtk makes scilab stop building macros, diff --git a/app-sci/scilab/Manifest b/app-sci/scilab/Manifest index 134fb3338d87..e39a2e5ffed3 100644 --- a/app-sci/scilab/Manifest +++ b/app-sci/scilab/Manifest @@ -1,6 +1,6 @@ MD5 dad730249717cbeff055be53d6473d07 scilab-2.6.ebuild 2840 -MD5 5ba50aa5ad5406c7e6e298bb8b578ef0 scilab-2.7-r2.ebuild 3497 -MD5 4808c74e508c59bf16cf6fbb1fada5f5 ChangeLog 1877 +MD5 00544fd49658bf8cfe1d36d8b23e30b0 scilab-2.7-r2.ebuild 3530 +MD5 256c237b3b94ee1ed015b6b1487624af ChangeLog 2040 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 c586179fbaa8ea3b375fa6e1bb02e6cd scilab-2.7-r1.ebuild 3505 MD5 85f60272dc7d8e3afbff77d8694d98e8 scilab-2.7.ebuild 3038 diff --git a/app-sci/scilab/scilab-2.7-r2.ebuild b/app-sci/scilab/scilab-2.7-r2.ebuild index 0f9021d5e474..dd045c49a562 100644 --- a/app-sci/scilab/scilab-2.7-r2.ebuild +++ b/app-sci/scilab/scilab-2.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7-r2.ebuild,v 1.3 2003/10/06 23:29:10 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7-r2.ebuild,v 1.4 2003/10/06 23:37:41 george Exp $ DESCRIPTION="Scientific software package for numerical computations, Matlab lookalike" SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/${P}.src.tar.gz @@ -15,7 +15,8 @@ IUSE="tcltk gtk" DEPEND="virtual/x11 x11-libs/Xaw3d tcltk? ( dev-lang/tk ) - gtk? ( =x11-libs/gtk+-1.2* )" + gtk? ( =x11-libs/gtk+-1.2* + >=gnome-base/gnome-libs-1.4.2 )" pkg_setup() { local SCLB |