diff options
author | George Shapovalov <george@gentoo.org> | 2003-10-12 17:53:44 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-10-12 17:53:44 +0000 |
commit | 4073a2cf2c72a8cda2b108069ee0c3642925ae99 (patch) | |
tree | 9f5148363dfa7f86e76478cf25ddb06f1d28c02a /app-sci | |
parent | fix .desktop (diff) | |
download | gentoo-2-4073a2cf2c72a8cda2b108069ee0c3642925ae99.tar.gz gentoo-2-4073a2cf2c72a8cda2b108069ee0c3642925ae99.tar.bz2 gentoo-2-4073a2cf2c72a8cda2b108069ee0c3642925ae99.zip |
added few dependencies for gtk interface
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 | 9 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-sci/scilab/ChangeLog b/app-sci/scilab/ChangeLog index 6bee059778a1..e20782f7d26d 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.9 2003/10/06 23:37:41 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/ChangeLog,v 1.10 2003/10/12 17:53:36 george Exp $ + + 11 Oct 2003; George Shapovalov <geore@gentoo.org> scilab-2.7-r2.ebuild : + added few more dependensies for gtk interface 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? diff --git a/app-sci/scilab/Manifest b/app-sci/scilab/Manifest index e39a2e5ffed3..74b824933058 100644 --- a/app-sci/scilab/Manifest +++ b/app-sci/scilab/Manifest @@ -1,6 +1,6 @@ MD5 dad730249717cbeff055be53d6473d07 scilab-2.6.ebuild 2840 -MD5 00544fd49658bf8cfe1d36d8b23e30b0 scilab-2.7-r2.ebuild 3530 -MD5 256c237b3b94ee1ed015b6b1487624af ChangeLog 2040 +MD5 e62919913a91a833078640794c92a3fd scilab-2.7-r2.ebuild 3628 +MD5 a7c67baf97c161adf3b92188be1dddf9 ChangeLog 2165 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 dd045c49a562..91a90670a900 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.4 2003/10/06 23:37:41 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7-r2.ebuild,v 1.5 2003/10/12 17:53:36 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 @@ -14,9 +14,14 @@ IUSE="tcltk gtk" DEPEND="virtual/x11 x11-libs/Xaw3d + sys-libs/ncurses tcltk? ( dev-lang/tk ) gtk? ( =x11-libs/gtk+-1.2* - >=gnome-base/gnome-libs-1.4.2 )" + >=gnome-base/gnome-libs-1.4.2 + >=dev-libs/glib-2.2 + media-libs/jpeg + media-libs/libpng + sys-libs/zlib )" pkg_setup() { local SCLB |