diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-18 04:09:20 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-18 04:09:20 +0000 |
commit | eeb3f9ae48d779d663c67ccd9329956fef567cb7 (patch) | |
tree | 2e97d38055497f2ee34e75f319c6fc116c7ed6c7 /app-sci/scilab | |
parent | added license for scilab (diff) | |
download | historical-eeb3f9ae48d779d663c67ccd9329956fef567cb7.tar.gz historical-eeb3f9ae48d779d663c67ccd9329956fef567cb7.tar.bz2 historical-eeb3f9ae48d779d663c67ccd9329956fef567cb7.zip |
few more KEYWORDS/LICENSE/SLOT clean-ups
Diffstat (limited to 'app-sci/scilab')
-rw-r--r-- | app-sci/scilab/scilab-2.6.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-sci/scilab/scilab-2.6.ebuild b/app-sci/scilab/scilab-2.6.ebuild index f259359f5dfb..76166ed627e4 100644 --- a/app-sci/scilab/scilab-2.6.ebuild +++ b/app-sci/scilab/scilab-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.6.ebuild,v 1.2 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.6.ebuild,v 1.3 2002/07/18 04:09:19 george Exp $ S=${WORKDIR}/${P} @@ -8,6 +8,10 @@ DESCRIPTION="Scilab is a scientific software package for numerical computations SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/${P}.src.tar.gz" HOMEPAGE="http://www-rocq.inria.fr/scilab/" +LICENSE="scilab" +SLOT="0" +KEYWORDS="x86" + DEPEND="virtual/x11 tcltk? ( dev-lang/tk )" |