diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-18 16:13:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-18 16:13:37 +0000 |
commit | 646d7b235e538bed76b02c611f6b204d21981de7 (patch) | |
tree | 131ce0c5657280598c299d6bfd90989c3afb1c8c /app-sci | |
parent | Moved from app-misc to x11-misc, metadata.xml created (diff) | |
download | gentoo-2-646d7b235e538bed76b02c611f6b204d21981de7.tar.gz gentoo-2-646d7b235e538bed76b02c611f6b204d21981de7.tar.bz2 gentoo-2-646d7b235e538bed76b02c611f6b204d21981de7.zip |
repoman
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/maxima/maxima-5.9.0-r1.ebuild | 6 | ||||
-rw-r--r-- | app-sci/maxima/maxima-5.9.0-r2.ebuild | 6 | ||||
-rw-r--r-- | app-sci/maxima/maxima-5.9.0.ebuild | 4 |
3 files changed, 4 insertions, 12 deletions
diff --git a/app-sci/maxima/maxima-5.9.0-r1.ebuild b/app-sci/maxima/maxima-5.9.0-r1.ebuild index 35bfdbce5163..3e47ce4655e8 100644 --- a/app-sci/maxima/maxima-5.9.0-r1.ebuild +++ b/app-sci/maxima/maxima-5.9.0-r1.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/maxima/maxima-5.9.0-r1.ebuild,v 1.4 2003/11/15 07:10:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0-r1.ebuild,v 1.5 2003/11/18 16:13:37 vapier Exp $ DESCRIPTION="Free computer algebra environment, based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" @@ -9,10 +9,8 @@ SRC_URI="http://dl.sourceforge.net/sourceforge/maxima/maxima-${PV}.tar.gz" LICENSE="GPL-2 AECA" SLOT="0" KEYWORDS="~x86 ~ppc" - IUSE="cmucl clisp gcl tetex emacs auctex" - DEPEND="tetex? ( app-text/tetex ) emacs? ( virtual/emacs ) auctex? ( app-emacs/auctex ) @@ -21,10 +19,8 @@ DEPEND="tetex? ( app-text/tetex ) clisp? ( dev-lisp/clisp ) cmucl? ( dev-lisp/cmucl-bin ) gcl? ( dev-lisp/gcl )" - RDEPEND=">=dev-lang/tk-8.3.3" - src_compile() { local myconf="" if [ -n "$(use cmucl)" ] || [ -n "$(use clisp)" ] || [ -n "$(use gcl)" ]; then diff --git a/app-sci/maxima/maxima-5.9.0-r2.ebuild b/app-sci/maxima/maxima-5.9.0-r2.ebuild index 0048245b4aa6..32e0dd19d34d 100644 --- a/app-sci/maxima/maxima-5.9.0-r2.ebuild +++ b/app-sci/maxima/maxima-5.9.0-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/maxima/maxima-5.9.0-r2.ebuild,v 1.2 2003/11/15 07:10:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0-r2.ebuild,v 1.3 2003/11/18 16:13:37 vapier Exp $ DESCRIPTION="Free computer algebra environment, based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" @@ -9,10 +9,8 @@ SRC_URI="http://dl.sourceforge.net/sourceforge/maxima/maxima-${PV}.tar.gz" LICENSE="GPL-2 AECA" SLOT="0" KEYWORDS="~x86 ~ppc" - IUSE="cmucl clisp gcl tetex emacs auctex" - DEPEND="tetex? ( app-text/tetex ) emacs? ( virtual/emacs ) auctex? ( app-emacs/auctex ) @@ -21,10 +19,8 @@ DEPEND="tetex? ( app-text/tetex ) clisp? ( dev-lisp/clisp ) cmucl? ( dev-lisp/cmucl ) gcl? ( dev-lisp/gcl )" - RDEPEND=">=dev-lang/tk-8.3.3" - src_compile() { local myconf="" if [ -n "$(use cmucl)" ] || [ -n "$(use clisp)" ] || [ -n "$(use gcl)" ]; then diff --git a/app-sci/maxima/maxima-5.9.0.ebuild b/app-sci/maxima/maxima-5.9.0.ebuild index 3bffcbef610d..26633c18f1ec 100644 --- a/app-sci/maxima/maxima-5.9.0.ebuild +++ b/app-sci/maxima/maxima-5.9.0.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/maxima/maxima-5.9.0.ebuild,v 1.4 2003/09/22 03:05:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0.ebuild,v 1.5 2003/11/18 16:13:37 vapier Exp $ DESCRIPTION="Free computer algebra environment, based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~ppc" DEPEND=">=dev-lisp/clisp-2.29 - >=sys-apps/texinfo-4.3" + >=sys-apps/texinfo-4.3" RDEPEND=">=dev-lang/tk-8.3.3" src_compile() { |