diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-09-21 06:36:23 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-09-21 06:36:23 +0000 |
commit | d151dc1f44533a181b46d8d6e42596af9c1282e2 (patch) | |
tree | 5641da02d66c68ecdacfb27039a201ca3b15a042 /app-sci | |
parent | fix linking #29123 (diff) | |
download | gentoo-2-d151dc1f44533a181b46d8d6e42596af9c1282e2.tar.gz gentoo-2-d151dc1f44533a181b46d8d6e42596af9c1282e2.tar.bz2 gentoo-2-d151dc1f44533a181b46d8d6e42596af9c1282e2.zip |
depend on virtual/emacs not app-editors/emacs
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/maxima/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/maxima/Manifest | 8 | ||||
-rw-r--r-- | app-sci/maxima/maxima-5.9.0-r1.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-sci/maxima/ChangeLog b/app-sci/maxima/ChangeLog index e1c42b17d8c2..1ab2d9236937 100644 --- a/app-sci/maxima/ChangeLog +++ b/app-sci/maxima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/maxima # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/ChangeLog,v 1.3 2003/09/01 07:30:40 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/ChangeLog,v 1.4 2003/09/21 06:36:21 mkennedy Exp $ + + 21 Sep 2003; Matthew Kennedy <mkennedy@gentoo.org> maxima-5.9.0-r1.ebuild: + depend on virtual/emacs, not app-editors/emacs 31 Aug 2003; George Shapovalov <george@gentoo.org> maxima-5.9.0-r1.ebuild : few more improvements from #16529. Now supports clisp, cmucl and gcl in any combination diff --git a/app-sci/maxima/Manifest b/app-sci/maxima/Manifest index d97614abd482..efce4622f735 100644 --- a/app-sci/maxima/Manifest +++ b/app-sci/maxima/Manifest @@ -1,6 +1,6 @@ -MD5 8fc6cd03010be3cf3ca80c0b261dd014 maxima-5.9.0-r1.ebuild 2477 -MD5 91e4056f3b21a05f735750de736b1df7 ChangeLog 1001 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 f4cae473eed59b4189f8a48394c60965 ChangeLog 1130 +MD5 05b4558056603a021cb30e3cd2d19974 maxima-5.9.0-r1.ebuild 2475 MD5 e12a7f825afe21a3cdb5fea002819fea maxima-5.9.0.ebuild 823 -MD5 aaa91ea4812a84a1054b82e69d3fe05b files/digest-maxima-5.9.0-r1 65 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 aaa91ea4812a84a1054b82e69d3fe05b files/digest-maxima-5.9.0 65 +MD5 aaa91ea4812a84a1054b82e69d3fe05b files/digest-maxima-5.9.0-r1 65 diff --git a/app-sci/maxima/maxima-5.9.0-r1.ebuild b/app-sci/maxima/maxima-5.9.0-r1.ebuild index 6bbd513e1624..9b374f6793c7 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.2 2003/09/01 07:30:40 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0-r1.ebuild,v 1.3 2003/09/21 06:36:21 mkennedy Exp $ DESCRIPTION="Free computer algebra environment, based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" @@ -14,7 +14,7 @@ IUSE="cmucl clisp gcl tetex emacs auctex" DEPEND="tetex? ( app-text/tetex ) - emacs? ( app-editors/emacs ) + emacs? ( virtual/emacs ) auctex? ( app-emacs/auctex ) >=sys-apps/texinfo-4.3 !clisp? ( !gcl? ( !cmucl? ( dev-lisp/cmucl-bin ) ) ) |