diff options
author | George Shapovalov <george@gentoo.org> | 2003-10-06 23:29:11 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-10-06 23:29:11 +0000 |
commit | c0f5050a284dd656689476a5bde4b74ca2e1aba5 (patch) | |
tree | 36621b647bb6ca0ce88063df6c6d76d942c41f84 /app-sci | |
parent | Adding sdk and gatos flags for xfree. (diff) | |
download | historical-c0f5050a284dd656689476a5bde4b74ca2e1aba5.tar.gz historical-c0f5050a284dd656689476a5bde4b74ca2e1aba5.tar.bz2 historical-c0f5050a284dd656689476a5bde4b74ca2e1aba5.zip |
fixed gtk+ dependency at 1.2*
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/scilab/ChangeLog | 4 | ||||
-rw-r--r-- | app-sci/scilab/Manifest | 4 | ||||
-rw-r--r-- | app-sci/scilab/scilab-2.7-r2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-sci/scilab/ChangeLog b/app-sci/scilab/ChangeLog index 339e680b2414..5192cf6c07a2 100644 --- a/app-sci/scilab/ChangeLog +++ b/app-sci/scilab/ChangeLog @@ -1,8 +1,8 @@ # 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.7 2003/10/05 17:01:55 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/ChangeLog,v 1.8 2003/10/06 23:29:10 george Exp $ - 05 Sep 2003; George Shapovalov <geore@gentoo.org> scilab-2.7-r2.ebuild : + 05 Oct 2003; George Shapovalov <geore@gentoo.org> scilab-2.7-r2.ebuild : looks like enabling gtk makes scilab stop building macros, forced macros build in ebuild. Also added check for previous version installed, as it would have diff --git a/app-sci/scilab/Manifest b/app-sci/scilab/Manifest index 4fc3a058d7ff..134fb3338d87 100644 --- a/app-sci/scilab/Manifest +++ b/app-sci/scilab/Manifest @@ -1,6 +1,6 @@ MD5 dad730249717cbeff055be53d6473d07 scilab-2.6.ebuild 2840 -MD5 fbdda6b55993c4f1badec3820edf078d scilab-2.7-r2.ebuild 3493 -MD5 970d67421b00b992d1a87e9b431ab797 ChangeLog 1877 +MD5 5ba50aa5ad5406c7e6e298bb8b578ef0 scilab-2.7-r2.ebuild 3497 +MD5 4808c74e508c59bf16cf6fbb1fada5f5 ChangeLog 1877 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 82c4bae6dc72..0f9021d5e474 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.2 2003/10/05 17:01:55 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7-r2.ebuild,v 1.3 2003/10/06 23:29:10 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 @@ -10,7 +10,7 @@ HOMEPAGE="http://www.scilab.org/" LICENSE="scilab" SLOT="0" KEYWORDS="x86" -IUSE="tcltk" +IUSE="tcltk gtk" DEPEND="virtual/x11 x11-libs/Xaw3d |