diff options
author | 2023-09-13 20:52:09 +0200 | |
---|---|---|
committer | 2023-09-14 17:10:23 +0200 | |
commit | bab95f54c95b1279f45017dabee3f61a025d489e (patch) | |
tree | ec1da69f1335723510b1a455145edcbb80bee2fe /sci-mathematics/maxima | |
parent | app-crypt/swtpm: add back support for swtpm_cert, improve description (diff) | |
download | gentoo-bab95f54c95b1279f45017dabee3f61a025d489e.tar.gz gentoo-bab95f54c95b1279f45017dabee3f61a025d489e.tar.bz2 gentoo-bab95f54c95b1279f45017dabee3f61a025d489e.zip |
Package move dev-lisp/ecls to dev-lisp/ecl
Closes: https://bugs.gentoo.org/586230
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.46.0-r1.ebuild | 10 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.47.0.ebuild | 10 | ||||
-rw-r--r-- | sci-mathematics/maxima/metadata.xml | 4 |
3 files changed, 12 insertions, 12 deletions
diff --git a/sci-mathematics/maxima/maxima-5.46.0-r1.ebuild b/sci-mathematics/maxima/maxima-5.46.0-r1.ebuild index f7a15f268d76..2b78de101a0f 100644 --- a/sci-mathematics/maxima/maxima-5.46.0-r1.ebuild +++ b/sci-mathematics/maxima/maxima-5.46.0-r1.ebuild @@ -15,7 +15,7 @@ LICENSE="GPL-2 GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="clisp clozurecl clozurecl64 cmucl ecls emacs gcl gui nls +sbcl vtk X test" +IUSE="clisp clozurecl clozurecl64 cmucl ecl emacs gcl gui nls +sbcl vtk X test" RESTRICT="test" # bug 838202 # Languages @@ -29,7 +29,7 @@ LISP_DEPEND=" clozurecl? ( dev-lisp/clozurecl app-misc/rlwrap ) clozurecl64? ( dev-lisp/clozurecl app-misc/rlwrap ) cmucl? ( dev-lisp/cmucl app-misc/rlwrap ) - ecls? ( dev-lisp/ecls:= app-misc/rlwrap ) + ecl? ( dev-lisp/ecl:= app-misc/rlwrap ) gcl? ( <dev-lisp/gcl-2.6.14[ansi,readline] ) sbcl? ( dev-lisp/sbcl:= app-misc/rlwrap ) " @@ -82,7 +82,7 @@ RDEPEND=" # viewer) from the console, but you can't use the xmaxima GUI without X. REQUIRED_USE=" vtk? ( ${PYTHON_REQUIRED_USE} ) - || ( clisp clozurecl clozurecl64 cmucl ecls gcl sbcl ) + || ( clisp clozurecl clozurecl64 cmucl ecl gcl sbcl ) gui? ( X )" TEXMF="${EPREFIX}"/usr/share/texmf-site @@ -151,7 +151,7 @@ src_configure() { $(use_enable clozurecl64 ccl64) \ $(usex clozurecl64 "--with-ccl64=ccl" "") \ $(use_enable cmucl) \ - $(use_enable ecls ecl) \ + $(use_enable ecl) \ $(use_enable emacs) \ $(use_enable gcl) \ $(use_with gui wish) \ @@ -203,7 +203,7 @@ src_install() { fi fi - if use ecls; then + if use ecl; then # Use ECL to find the path where it expects to load packages from. ECLLIB=$(ecl -eval "(princ (SI:GET-LIBRARY-PATHNAME))" -eval "(quit)") insinto "${ECLLIB#${EPREFIX}}" diff --git a/sci-mathematics/maxima/maxima-5.47.0.ebuild b/sci-mathematics/maxima/maxima-5.47.0.ebuild index 783f1b57f66f..8e34da83b705 100644 --- a/sci-mathematics/maxima/maxima-5.47.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.47.0.ebuild @@ -15,7 +15,7 @@ LICENSE="GPL-2 GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="clisp clozurecl clozurecl64 cmucl ecls emacs gcl gui nls +sbcl vtk X test" +IUSE="clisp clozurecl clozurecl64 cmucl ecl emacs gcl gui nls +sbcl vtk X test" RESTRICT="test" # bug 838202 # Languages @@ -29,7 +29,7 @@ LISP_DEPEND=" clozurecl? ( dev-lisp/clozurecl app-misc/rlwrap ) clozurecl64? ( dev-lisp/clozurecl app-misc/rlwrap ) cmucl? ( dev-lisp/cmucl app-misc/rlwrap ) - ecls? ( dev-lisp/ecls:= app-misc/rlwrap ) + ecl? ( dev-lisp/ecl:= app-misc/rlwrap ) gcl? ( >=dev-lisp/gcl-2.6.14[ansi,readline] ) sbcl? ( dev-lisp/sbcl:= app-misc/rlwrap ) " @@ -82,7 +82,7 @@ RDEPEND=" # viewer) from the console, but you can't use the xmaxima GUI without X. REQUIRED_USE=" vtk? ( ${PYTHON_REQUIRED_USE} ) - || ( clisp clozurecl clozurecl64 cmucl ecls gcl sbcl ) + || ( clisp clozurecl clozurecl64 cmucl ecl gcl sbcl ) gui? ( X )" TEXMF="${EPREFIX}"/usr/share/texmf-site @@ -151,7 +151,7 @@ src_configure() { $(use_enable clozurecl64 ccl64) \ $(usex clozurecl64 "--with-ccl64=ccl" "") \ $(use_enable cmucl) \ - $(use_enable ecls ecl) \ + $(use_enable ecl) \ $(use_enable emacs) \ $(use_enable gcl) \ $(use_with gui wish) \ @@ -203,7 +203,7 @@ src_install() { fi fi - if use ecls; then + if use ecl; then # Use ECL to find the path where it expects to load packages from. ECLLIB=$(ecl -eval "(princ (SI:GET-LIBRARY-PATHNAME))" -eval "(quit)") insinto "${ECLLIB#${EPREFIX}}" diff --git a/sci-mathematics/maxima/metadata.xml b/sci-mathematics/maxima/metadata.xml index 8c7e1e80faa5..5e2cf6968da4 100644 --- a/sci-mathematics/maxima/metadata.xml +++ b/sci-mathematics/maxima/metadata.xml @@ -28,8 +28,8 @@ (<pkg>dev-lisp/clozurecl</pkg>)</flag> <flag name="cmucl">Compile maxima with CMU Common Lisp (<pkg>dev-lisp/cmucl</pkg>)</flag> - <flag name="ecls">Compile maxima with Embeddable Common Lisp - (<pkg>dev-lisp/ecls</pkg>)</flag> + <flag name="ecl">Compile maxima with Embeddable Common Lisp + (<pkg>dev-lisp/ecl</pkg>)</flag> <flag name="gcl">Compile maxima with GNU Common Lisp (<pkg>dev-lisp/gcl</pkg>)</flag> <flag name="sbcl">Compile maxima with Steel Bank Common Lisp |