diff options
author | 2019-10-16 18:08:12 +0200 | |
---|---|---|
committer | 2019-10-16 18:58:46 +0200 | |
commit | 440f7272be43c03d15fe5389bbbd2b6a85bc693e (patch) | |
tree | 172bf62aeb2158e4daf795740c87061bca874b5e /app-emacs/matlab | |
parent | app-emacs/template: Bump to version 3.3b. (diff) | |
download | gentoo-440f7272be43c03d15fe5389bbbd2b6a85bc693e.tar.gz gentoo-440f7272be43c03d15fe5389bbbd2b6a85bc693e.tar.bz2 gentoo-440f7272be43c03d15fe5389bbbd2b6a85bc693e.zip |
app-emacs/matlab: New snapshot.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/matlab')
-rw-r--r-- | app-emacs/matlab/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/matlab/matlab-3.3.6_pre20191010.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/matlab/Manifest b/app-emacs/matlab/Manifest index 7fa30782fa77..99412d58c43b 100644 --- a/app-emacs/matlab/Manifest +++ b/app-emacs/matlab/Manifest @@ -1 +1,2 @@ DIST matlab-3.3.2_pre20130829.tar.xz 92784 BLAKE2B 327c1a5126cd3f686b053f404122975578edb92bef53e6c6fadd6ff27873646ab2e15ed5dc3aa34604c052675b9e0f47b82c4c89a72e1de017544a45e826e935 SHA512 b549314f71dd876453c395268a0ec1fca8d68ba8ae074ef45d0fb430afbbd6a45bc30a45bdd64be83dd44a0114d7f4ec8ca2f9acb250337fbdc407691d0a2c00 +DIST matlab-3.3.6_pre20191010.tar.xz 111800 BLAKE2B e7960f09c51664ca92ee818ab9bbd946123f4527f5a24d31a4236e8cfe534e4cbcdd1cf49539794de79f00c369d3e440465080ab44a20e184b507e860bcf8e0d SHA512 e1997e23693e09cfcc1461c328d70494f9e83c4d034bce983f6065eff4ce3c7c406e4d046c01dc5b31b0dca6c7ade32860504d4d596e04bcf72618dba5c07792 diff --git a/app-emacs/matlab/matlab-3.3.6_pre20191010.ebuild b/app-emacs/matlab/matlab-3.3.6_pre20191010.ebuild new file mode 100644 index 000000000000..42573b3e47ca --- /dev/null +++ b/app-emacs/matlab/matlab-3.3.6_pre20191010.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Major modes for MATLAB .m and .tlc files" +HOMEPAGE="http://matlab-emacs.sourceforge.net/" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" + +S="${WORKDIR}/matlab-emacs-src" +SITEFILE="50${PN}-gentoo.el" +DOCS="README.org INSTALL ChangeLog*" |