Summary
Computer Algebra system, descendent of Macsyma. Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, and vectors, matrices, and tensors. Maxima produces high precision results by using exact fractions and arbitrarily long floating point representations, and can plot functions and data in two and three dimensions.
Versions
v5.47.0-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2 GPL-2+ LLGPL-2.1
- Keywords
- ~amd64 ~amd64-linux ~ppc ~riscv ~x86 ~x86-linux
- USE flags
- X clisp clozurecl clozurecl64 cmucl ecl emacs gcl gui nls sbcl test vtk
v5.47.0 :: 0 :: gentoo
- Modified
- License
- GPL-2 GPL-2+ LLGPL-2.1
- Keywords
- ~amd64 ~amd64-linux ~ppc ~x86 ~x86-linux
- USE flags
- X clisp clozurecl clozurecl64 cmucl ecl emacs gcl gui nls sbcl test vtk
v5.46.0-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2 GPL-2+
- Keywords
- amd64 ~amd64-linux ~ppc ~x86 ~x86-linux
- USE flags
- X clisp clozurecl clozurecl64 cmucl ecl emacs gcl gui nls sbcl test vtk
USE flags
General
- X
- Add support for X11
- clisp
- Compile maxima with GNU CLISP (dev-lisp/clisp)
- clozurecl
- Compile maxima with 32-bit Clozure Common Lisp (dev-lisp/clozurecl)
- clozurecl64
- Compile maxima with 64-bit Clozure Common Lisp (dev-lisp/clozurecl)
- cmucl
- Compile maxima with CMU Common Lisp (dev-lisp/cmucl)
- ecl
- Compile maxima with Embeddable Common Lisp (dev-lisp/ecl)
- emacs
- Add support for GNU Emacs
- gcl
- Compile maxima with GNU Common Lisp (dev-lisp/gcl)
- gui
- Enable support for a graphical user interface
- nls
- Add Native Language Support (using gettext - GNU locale utilities)
- sbcl
- Compile maxima with Steel Bank Common Lisp (dev-lisp/sbcl)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- vtk
- Support plotting with sci-libs/vtk
l10n
- de
- German
- es
- Spanish
- pt
- Portuguese
- pt-BR
- Portuguese (Brazil)
python_single_target
- python3_10
- Build for Python 3.10 only
- python3_11
- Build for Python 3.11 only
- python3_12
- Build for Python 3.12 only
Dependencies
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
app-misc / rlwrap : GNU readline wrapper
dev-lisp / clisp : A portable, bytecode-compiled implementation of Common Lisp
dev-lisp / clozurecl : Common Lisp implementation, derived from Digitool's MCL product
dev-lisp / cmucl : CMU Common Lisp is an implementation of ANSI Common Lisp
dev-lisp / ecl : ECL is an embeddable Common Lisp implementation
dev-lisp / gcl : GNU Common Lisp
dev-lisp / sbcl : Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common Lisp
Runtime Dependencies
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
app-emacs / auctex : Extensible package for writing and formatting TeX files in Emacs
app-misc / rlwrap : GNU readline wrapper
app-text / ghostscript-gpl : Interpreter for the PostScript language and PDF
dev-lang / python : Freethreading (no-GIL) version of Python programming language
dev-lisp / clisp : A portable, bytecode-compiled implementation of Common Lisp
dev-lisp / clozurecl : Common Lisp implementation, derived from Digitool's MCL product
dev-lisp / cmucl : CMU Common Lisp is an implementation of ANSI Common Lisp
dev-lisp / ecl : ECL is an embeddable Common Lisp implementation
dev-lisp / gcl : GNU Common Lisp
dev-lisp / sbcl : Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common Lisp
dev-texlive / texlive-latexrecommended : TeXLive LaTeX recommended packages
sci-libs / vtk : The Visualization Toolkit
sci-visualization / gnuplot : Command-line driven interactive plotting program
virtual / latex-base : Virtual for basic LaTeX binaries
virtual / libcrypt : Virtual for libcrypt.so
x11-misc / xdg-utils : Portland utils for cross-platform/cross-toolkit/cross-desktop interoperability
Depending packages
kde-apps / cantor : Interface for doing mathematics and scientific computing
sci-mathematics / wxmaxima : Graphical frontend to Maxima, using the wxWidgets toolkit
Bugs
- 510480
- sci-mathematics/maxima-5.38.1 keyword request
- 792480
- sci-mathematics/maxima-5.45.0[sbcl]: Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
- 795816
- sci-mathematics/maxima-5.45.0 QA Notice: Pre-stripped files found
- 878311
- sci-mathematics/maxima-5.46.0 - sandbox issue
- 910631
- sci-mathematics/maxima-5.47.0-r1: please stabilize
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/maxima: keyword 5.47.0-r1 for ~riscv
The tests fail, but from what I can tell, they fail the usual amount. Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: add python3_12
Closes: https://bugs.gentoo.org/932149 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lucio Sauer · gentoo
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/maxima: update LICENSE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
Package move dev-lisp/ecls to dev-lisp/ecl
Closes: https://bugs.gentoo.org/586230 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: use new versions of gcl
Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-mathematics/maxima: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: remove old
Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.47.0
Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sci-mathematics/maxima: Stabilize 5.46.0-r1 x86, #904613
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-mathematics/maxima: Stabilize 5.46.0-r1 amd64, #904613
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: add python3_11
Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: this version is incompatible with the new gcl-2.6.14
the new version of maxima will require >=gcl-2.6.14 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-mathematics/maxima: re-keyword 5.46.0 for ~ppc
Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org> Bug: https://bugs.gentoo.org/778293 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-mathematics/maxima: Revert "drop 5.42.1-r1"
This reverts commit 9363c6359bfc0e1a025a2407b98be26fc3ceaa67. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-mathematics/maxima: drop 5.42.1-r1, 5.45.1-r2
Closes: https://bugs.gentoo.org/867547 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
sci-mathematics/maxima: drop 5.42.1-r1, EAPI-6--
Closes: https://bugs.gentoo.org/867547 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-mathematics/maxima: Stabilize 5.46.0 x86, #867547
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-mathematics/maxima: Stabilize 5.46.0 amd64, #867547
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/maxima: disable the failing test suite.
Stabilization of maxima-5.46.0 is pending, but its test suite fails even after disabling a chunk of unmaintained "share" tests. The failures have all been reported upstream; for now let's just turn it off so we don't annoy users. Bug: https://bugs.gentoo.org/867547 Closes: https://bugs.gentoo.org/838202 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: in 5.46 all localized docs are unicode
Closes: https://bugs.gentoo.org/838205 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.46.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Andrey Grozin · gentoo
sci-mathematics/maxima: remove old versions
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
sci-mathematics/maxima: destabilize 5.42.1-r1 for ~ppc
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/maxima: add slot:= operators for lisp dependencies.
Maxima needs to be rebuilt when its lisp engine changes. Of the lisps supported by maxima, dev-lisp/sbcl, dev-lisp/ecls, and dev-lisp/clisp make use of subslots. This new revision adds := to the corresponding dependencies. This partially addresses bug 797574 by forcing rebuilds of maxima when sbcl is upgraded. Bug: https://bugs.gentoo.org/797574 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-mathematics/maxima: add virtual/libcrypt dependency
Needed for upcoming libcrypt migration. Acked-by: David Seifert <soap@gentoo.org> Reported-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: clean 5.45.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.45.1
Closes: https://bugs.gentoo.org/796386 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: depend on >=emacs-26
Closes: https://bugs.gentoo.org/794190 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.45.0
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/maxima: require USE="ansi" and USE="readline" for gcl.
While digging through its configure.ac, I noticed that maxima needs (and checks for) ANSI support within GCL. And we pull in app-misc/rlwrap to ensure that all lisp implementations support readline, but not for gcl. So we probably want USE=readline there, too. The revisions are getting annoying but I have to fix this before I forget. Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/maxima: drop eutils.eclass and duplicate launcher.
Upstream provides its own xmaxima launcher now, so the one that we were (attempting to, since I borked it during the EAPI=7 bump) create is no longer necessary. This commit drops the duplicate icon, and the use of eutils.eclass which no longer serves any discernable purpose. Closes: https://bugs.gentoo.org/779325 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/maxima: hide dbl.el when USE=gcl is unset.
One of the emacs modes installed by maxima requires the gcl lisp interpreter (with emacs support) to be installed. To avoid confusing error messages, we remove it from the installation image when USE=gcl is unset. Closes: https://bugs.gentoo.org/502112 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Michael Orlitzky · gentoo
sci-mathematics/maxima: new revision with separate ccl/ccl64 support.
In Gentoo, both the 32-bit and 64-bit versions of clozurecl are provided by the same package and executable name (ccl). Maxima however treats them as separate lisp implementations, with two complete sets of configure flags. To make that work correctly in the ebuild, we'd need to have a bunch of special cases for the user's architecture. Instead, this commit adds a separate "clozurecl64" USE flag to complement the existing, now 32-bit, "clozurecl" flag. This will allow us to mask the 32-bit flag in the 64-bit profiles and vice-versa. Closes: https://bugs.gentoo.org/665364 Closes: https://bugs.gentoo.org/715278 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/maxima: new USE-controlled dependency on sci-libs/vtk.
VTK is an optional backend for plotting in Maxima that you can enable with "draw_renderer: 'vtk;". It is also NON-optional when drawing with the scene() command; however, scene() is presently broken after VTK dropped its Tcl/Tk interface. As a result, we add sci-libs/vtk only as an optional dependency to Maxima, behind USE=vtk. This requires dropping ~ppc for now. Closes: https://bugs.gentoo.org/769899 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/maxima: Revert "don't hardcode python"
This reverts commit 9b7b496428d9e3c307666e05aed3035c0ebb883d. I have a complete fix for this (and other open maxima bugs) in the middle of a series of patches/revisions. Reverting so that it doesn't clobber my rebase. Sorry for not speaking up! Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: don't hardcode python
Suggested-by: Michael Orlitzky <mjo@gentoo.org> Closes: https://bugs.gentoo.org/766291 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Michael Orlitzky · gentoo
sci-mathematics/maxima: rename USE=tk to USE=gui.
The "tk" flag isn't something a normal user can understand. Since its main purpose it to enable a GUI, I've renamed it to "gui". Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Michael Orlitzky · gentoo
sci-mathematics/maxima: don't hard-code the python interpreter.
This is a two-parter to fix bug 766291, which has the build failing because it can't find "python". First, we patch the build system to use @PYTHON@ instead of "python" in the one place upstream missed it. Second, we add python-single-r1 to the ebuild so that we get $PYTHON set appropriately. Closes: https://bugs.gentoo.org/766291 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Michael Orlitzky · gentoo
sci-mathematics/maxima: re-enable ECL package.
The ECL package needed for USE=ecls got dropped from the ebuild because the patch it requires no longer applied. We take François Bissey's patch from the sage-on-gentoo overlay and re-enable it. Closes: https://bugs.gentoo.org/732776 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolic · gentoo
sci-mathematics/maxima: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-mathematics/maxima: Drop 5.38.1
Bug: https://bugs.gentoo.org/677422 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
sci-mathematics/maxima: Drop macos prefixes re bug #690140
Depends: - x11-misc/xdg-utils - dev-perl/Net-DBus - dev-perl/XML-Twig - dev-perl/libwww-perl - dev-perl/LWP-Protocol-https - dev-perl/IO-Socket-SSL Bug: https://bugs.gentoo.org/690140 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.44.0
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: revert 9cac2697e91de4b2484524f4f5618d809a8b03ca
This change has broken building with sbcl Closes: https://bugs.gentoo.org/show_bug.cgi?id=715330 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-mathematics/maxima: remove outdated app-emacs/imaxima blocker.
Fix the pkgcheck warning OutdatedBlocker: version 5.43.2: outdated blocker DEPEND="!app-emacs/imaxima": last match removed 3.12 years ago by deleting that blocker. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Michael Orlitzky · gentoo
sci-mathematics/maxima: fix amd64 build with USE=clozurecl.
The maxima build needs some special-case hacking on amd64 with clozurecl. Thanks to slyfox for the patch. Closes: https://bugs.gentoo.org/665364 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: cleaning old
Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.43.2
Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
sci-mathematics/maxima: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
sci-mathematics/maxima: Provide missing texinfo file.
doc/info/de/include-maxima.de.texi is missing from the tarball, which caused the build to fail for L10N=de. Bug: https://bugs.gentoo.org/687244 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
sci-mathematics/maxima: Declare encoding of imaxima texinfo file.
Closes: https://bugs.gentoo.org/697494 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.43.0
Closes: https://bugs.gentoo.org/show_bug.cgi?id=684670 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sci-mathematics/maxima: x86 stable (bug #677422)
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sci-mathematics/maxima: amd64 stable wrt bug #677422
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sci-mathematics/maxima: stable 5.42.1 for ppc, bug #677422
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: clean 5.41
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.42.2
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.42.1
Signed-off-by: Andrey Grozin <grozin@gentoo.org> Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.42.0
Signed-off-by: Andrey Grozin <grozin@gentoo.org> Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
sci-mathematics/maxima: be compatible with emacs-27
add the upstream patch bump to eapi 6 Closes: https://bugs.gentoo.org/664848 Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Andrey Grozin · gentoo
sci-mathematics/maxima: clean old
Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Ulrich Müller · gentoo
sci-mathematics/maxima: Migrate also the stable ebuild to L10N.
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Andrey Grozin · gentoo
sci-mathematics/maxima: call xdg_mimeinfo_database_update
Closes: https://bugs.gentoo.org/642820 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Andrey Grozin · gentoo
sci-mathematics/maxima: clean 5.37.3-r4, 5.39.0, 5.40.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Andrey Grozin · gentoo
sci-mathematics/maxima: use l10n instead of linguas
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.41.0
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.40.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Ulrich Müller · gentoo
sci-mathematics/maxima: Remove old.
maxima-5.34.1 is the last reverse dependency blocking removal of app-emacs/imaxima. Bug: 448242 Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Agostino Sarubbo · gentoo
sci-mathematics/maxima: ppc stable wrt bug #573544
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sci-mathematics/maxima: x86 stable wrt bug #573544
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sci-mathematics/maxima: amd64 stable wrt bug #573544
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.39.0
Package-Manager: portage-2.3.0 - Andrey Grozin · gentoo
Fix #566550 in stable
Package-Manager: portage-2.3.0_rc1 - Andrey Grozin · gentoo
sci-mathematics/maxima: drop 5.38.0
Package-Manager: portage-2.2.28 - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.38.1
Package-Manager: portage-2.2.28 - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.38.0
Package-Manager: portage-2.2.28 - Andrey Grozin · gentoo
sci-mathematics/maxima: fix elisp files compilation
Bug: 576652 Package-Manager: portage-2.2.28 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/sbraz/syncthing'
Pull Request: https://github.com/gentoo/gentoo/pull/990 - Mikle Kolyada · gentoo
sci-mathematics/maxima: amd64 stable wrt bug #573544
Package-Manager: portage-2.2.26 - Andrey Grozin · gentoo
sci-mathematics/maxima: linguas_de support
Thanks to Ulrich Müller <ulm@gentoo.org> Bug: 569616 Package-Manager: portage-2.2.26 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/fwknop-2.6.8-bump'
Pull request: https://github.com/gentoo/gentoo/pull/520 - Andrey Grozin · gentoo
sci-mathematics/maxima: remove 5.37.3-r1
Package-Manager: portage-2.2.26 - Ulrich Müller · gentoo
sci-mathematics/maxima: Fix typo in pkg_postrm.
Package-Manager: portage-2.2.26 - Ulrich Müller · gentoo
sci-mathematics/maxima: Fix ewarn on arm.
https://bugs.gentoo.org/show_bug.cgi?id=448242#c18 Package-Manager: portage-2.2.26 - Ulrich Müller · gentoo
sci-mathematics/maxima: Update Emacs support.
Consolidate "emacs" and "latex" USE flags. Remove the non-functional "xemacs" flag. Add a configure option to disable Emacs support in the upstream build system. Bug: 448242 Package-Manager: portage-2.2.26 - Patrice Clement · gentoo
Merge remote-tracking branch 'github/pr/503'. - Ulrich Müller · gentoo
sci-mathematics/maxima: Rename emacs site-init file.
Use similar naming scheme as for the patch files. Package-Manager: portage-2.2.26 - Ulrich Müller · gentoo
sci-mathematics/maxima: Install imaxima.
With USE=emacs, install imaxima and byte-compile the elisp files. This obsoletes app-emacs/imaxima, so block against it. With USE=-emacs, remove any emacs files installed by the build system. Bug: 448242 Package-Manager: portage-2.2.26 - Andrey Grozin · gentoo
sci-mathematics/maxima: cleaning old
Package-Manager: portage-2.2.25 - Andrey Grozin · gentoo
sci-mathematics/maxima: fixing dependencies
Bug: 566550 Package-Manager: portage-2.2.25 - Andrey Grozin · gentoo
sci-mathematics/maxima: cleaning 5.37.2
Package-Manager: portage-2.2.24 - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.37.3
Package-Manager: portage-2.2.24 - Andrey Grozin · gentoo
sci-mathematics/maxima: cleaning 5.37.1-r1
Package-Manager: portage-2.2.20.1 - Andrey Grozin · gentoo
sci-mathematics/maxima: bump to 5.37.2
Package-Manager: portage-2.2.20.1 - Andrey Grozin · gentoo
sci-mathematics/maxima: removing the unfixed version - Andrey Grozin · gentoo
sci-mathematics/maxima: fixing a bug in clozurecl maxima
Package-Manager: portage-2.2.20.1 - Andrey Grozin · gentoo
sci-mathematics/maxima: version bump
Package-Manager: portage-2.2.20.1 - Andrey Grozin · gentoo
sci-mathematics/maxima: cleaning old version
Package-Manager: portage-2.2.20.1 - Guilherme Amadio · gentoo
sci-mathematics/maxima: fix prefix compilation, bug 548260
Signed-off-by: Guilherme Amadio <amadio@gentoo.org> Package-Manager: portage-2.2.20.1 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed