diff options
author | Andrey Grozin <grozin@gentoo.org> | 2011-04-28 20:56:34 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2011-04-28 20:56:34 +0000 |
commit | e9c0cbf98f641564e9e594fce1cb7880450459b3 (patch) | |
tree | 9af2705a9b37d1769eb8f2d544210375a20a4018 /sci-mathematics | |
parent | Operate with the Finders properly. Update the Finder to actualy find the libr... (diff) | |
download | gentoo-2-e9c0cbf98f641564e9e594fce1cb7880450459b3.tar.gz gentoo-2-e9c0cbf98f641564e9e594fce1cb7880450459b3.tar.bz2 gentoo-2-e9c0cbf98f641564e9e594fce1cb7880450459b3.zip |
Depends on >=cmucl-20b
(Portage version: 2.2.0_alpha30/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/fricas/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/fricas/fricas-1.1.1.ebuild | 10 | ||||
-rw-r--r-- | sci-mathematics/fricas/fricas-1.1.2.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/sci-mathematics/fricas/ChangeLog b/sci-mathematics/fricas/ChangeLog index ac4f7e705c11..c841d89663ca 100644 --- a/sci-mathematics/fricas/ChangeLog +++ b/sci-mathematics/fricas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/fricas # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.8 2011/03/27 21:43:04 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/ChangeLog,v 1.9 2011/04/28 20:56:34 grozin Exp $ + + 29 Apr 2011; Andrey Grozin <grozin@gentoo.org> fricas-1.1.1.ebuild, + fricas-1.1.2.ebuild: + Depends on >=cmucl-20b *fricas-1.1.2 (27 Mar 2011) diff --git a/sci-mathematics/fricas/fricas-1.1.1.ebuild b/sci-mathematics/fricas/fricas-1.1.1.ebuild index 3d8249a22817..f72a19979ada 100644 --- a/sci-mathematics/fricas/fricas-1.1.1.ebuild +++ b/sci-mathematics/fricas/fricas-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.1.ebuild,v 1.1 2010/11/19 08:30:54 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.1.ebuild,v 1.2 2011/04/28 20:56:34 grozin Exp $ EAPI=2 inherit multilib elisp-common @@ -12,11 +12,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" # Supported lisps, number 0 is the default -LISPS=( sbcl cmucl gcl ecl clisp clozurecl ) +LISPS=( sbcl cmucl gcl ecl clisp clozurecl ) # . means just dev-lisp/${LISP}; foo-x.y.z means >=dev-lisp/foo-x.y.z -DEPS=( . . . ecls-9 . . ) +DEPS=( . cmucl-20b . ecls-9 . . ) # command name: . means just ${LISP} -COMS=( . lisp . . . ccl ) +COMS=( . lisp . . . ccl ) IUSE="${LISPS[*]} X emacs gmp" RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE ) diff --git a/sci-mathematics/fricas/fricas-1.1.2.ebuild b/sci-mathematics/fricas/fricas-1.1.2.ebuild index b504ca7c562a..7da3a5248e80 100644 --- a/sci-mathematics/fricas/fricas-1.1.2.ebuild +++ b/sci-mathematics/fricas/fricas-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.2.ebuild,v 1.1 2011/03/27 21:43:04 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.1.2.ebuild,v 1.2 2011/04/28 20:56:34 grozin Exp $ EAPI=2 inherit multilib elisp-common @@ -12,11 +12,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" # Supported lisps, number 0 is the default -LISPS=( sbcl cmucl gcl ecl clisp clozurecl ) +LISPS=( sbcl cmucl gcl ecl clisp clozurecl ) # . means just dev-lisp/${LISP}; foo-x.y.z means >=dev-lisp/foo-x.y.z -DEPS=( . . . ecls-9 . . ) +DEPS=( . cmucl-20b . ecls-9 . . ) # command name: . means just ${LISP} -COMS=( . lisp . . . ccl ) +COMS=( . lisp . . . ccl ) IUSE="${LISPS[*]} X emacs gmp" RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE ) |