summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-09-13 20:52:09 +0200
committerUlrich Müller <ulm@gentoo.org>2023-09-14 17:10:23 +0200
commitbab95f54c95b1279f45017dabee3f61a025d489e (patch)
treeec1da69f1335723510b1a455145edcbb80bee2fe /sci-mathematics
parentapp-crypt/swtpm: add back support for swtpm_cert, improve description (diff)
downloadgentoo-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')
-rw-r--r--sci-mathematics/fricas/fricas-1.3.8-r1.ebuild6
-rw-r--r--sci-mathematics/fricas/fricas-1.3.9.ebuild6
-rw-r--r--sci-mathematics/fricas/metadata.xml4
-rw-r--r--sci-mathematics/maxima/maxima-5.46.0-r1.ebuild10
-rw-r--r--sci-mathematics/maxima/maxima-5.47.0.ebuild10
-rw-r--r--sci-mathematics/maxima/metadata.xml4
6 files changed, 20 insertions, 20 deletions
diff --git a/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild b/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild
index d3898d2d8e64..de065478169c 100644
--- a/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild
+++ b/sci-mathematics/fricas/fricas-1.3.8-r1.ebuild
@@ -14,11 +14,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
# Supported lisps, number 0 is the default
-LISPS=( sbcl cmucl gcl ecls clisp clozurecl )
+LISPS=( sbcl cmucl gcl ecl clisp clozurecl )
# Version restrictions, . means no restrictions
-REST=( . . . . . . )
+REST=( . . . . . . )
# command name: . means just ${LISP}
-COMS=( . lisp . ecl . 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.3.9.ebuild b/sci-mathematics/fricas/fricas-1.3.9.ebuild
index 7d21f5311d26..f64df558213a 100644
--- a/sci-mathematics/fricas/fricas-1.3.9.ebuild
+++ b/sci-mathematics/fricas/fricas-1.3.9.ebuild
@@ -15,11 +15,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
# Supported lisps, number 0 is the default
-LISPS=( sbcl cmucl gcl ecls clisp clozurecl )
+LISPS=( sbcl cmucl gcl ecl clisp clozurecl )
# Version restrictions, . means no restrictions
-REST=( . . . . . . )
+REST=( . . . . . . )
# command name: . means just ${LISP}
-COMS=( . lisp . ecl . ccl )
+COMS=( . lisp . . . ccl )
IUSE="${LISPS[*]} X emacs gmp"
RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE )
diff --git a/sci-mathematics/fricas/metadata.xml b/sci-mathematics/fricas/metadata.xml
index 5f547acf8a41..1b9f80f6162c 100644
--- a/sci-mathematics/fricas/metadata.xml
+++ b/sci-mathematics/fricas/metadata.xml
@@ -18,8 +18,8 @@
(<pkg>dev-lisp/gcl</pkg>)</flag>
<flag name="sbcl">Add support for Steel Bank Common Lisp
(<pkg>dev-lisp/sbcl</pkg>)</flag>
- <flag name="ecls">Add support for Embeddable Common Lisp
- (<pkg>dev-lisp/ecls</pkg>)</flag>
+ <flag name="ecl">Add support for Embeddable Common Lisp
+ (<pkg>dev-lisp/ecl</pkg>)</flag>
<flag name="clozurecl">Add support for Clozure Common Lisp
(<pkg>dev-lisp/clozurecl</pkg>)</flag>
</use>
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