summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-11-18 12:48:42 +0100
committerUlrich Müller <ulm@gentoo.org>2019-11-18 12:55:27 +0100
commit93818cd5191528a690619afd2c505c9b0e50d706 (patch)
treef576cd5b08603b785e5a2b8ef73ccf82e57ba6f6 /app-emacs
parentapp-emacs/csharp-mode: Remove old. (diff)
downloadgentoo-93818cd5191528a690619afd2c505c9b0e50d706.tar.gz
gentoo-93818cd5191528a690619afd2c505c9b0e50d706.tar.bz2
gentoo-93818cd5191528a690619afd2c505c9b0e50d706.zip
app-emacs/matlab: Remove old.
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/matlab/Manifest1
-rw-r--r--app-emacs/matlab/files/50matlab-gentoo.el2
-rw-r--r--app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild18
3 files changed, 0 insertions, 21 deletions
diff --git a/app-emacs/matlab/Manifest b/app-emacs/matlab/Manifest
index 99412d58c43b..cc425a0621a4 100644
--- a/app-emacs/matlab/Manifest
+++ b/app-emacs/matlab/Manifest
@@ -1,2 +1 @@
-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/files/50matlab-gentoo.el b/app-emacs/matlab/files/50matlab-gentoo.el
deleted file mode 100644
index f15e838a2985..000000000000
--- a/app-emacs/matlab/files/50matlab-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(require 'matlab-load)
diff --git a/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild b/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild
deleted file mode 100644
index b0363bf6bfcf..000000000000
--- a/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README INSTALL ChangeLog*"