app-emacs/matlab - 8.2.0 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/matlab-8.2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/matlab-8.2.0

Or alternatively:

emerge --autounmask-write -a =app-emacs/matlab-8.2.0

Package Information

Description:
Major modes for MATLAB .m and .tlc files
Homepage:
https://github.com/mathworks/Emacs-MATLAB-Mode/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
8.2.0 8 ~amd64 ~ppc ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit elisp

DESCRIPTION="Major modes for MATLAB .m and .tlc files"
HOMEPAGE="https://github.com/mathworks/Emacs-MATLAB-Mode/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3

	EGIT_REPO_URI="https://github.com/mathworks/Emacs-MATLAB-Mode"
else
	SRC_URI="https://github.com/mathworks/Emacs-MATLAB-Mode/archive/refs/tags/${PN}-mode-${PV}.tar.gz
	   -> ${P}.gh.tar.gz"
	S="${WORKDIR}/Emacs-MATLAB-Mode-${PN}-mode-${PV}"

	KEYWORDS="~amd64 ~ppc ~x86"
fi

LICENSE="GPL-3+"
SLOT="0"

DOCS=( NEWS.org README.org SECURITY.md )
SITEFILE="50${PN}-gentoo-3.3.6.el"

src_compile() {
	elisp-compile *.el
	elisp-make-autoload-file matlab-load.el
}

Inherited Eclasses

Manifest for 8.2.0

Type File Size Source URLs
DIST matlab-8.2.0.gh.tar.gz 4883643 bytes https://github.com/mathworks/Emacs-MATLAB-Mode/archive/refs/tags/matlab-mode-8.2.0.tar.gz