summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-03-24 18:56:29 +0000
committerUlrich Müller <ulm@gentoo.org>2014-03-24 18:56:29 +0000
commitb63dc6e690a98369ecfd61ad80769247142459b6 (patch)
treeb3ca1aead75add87d62f8a777a5ac1b8b309df9a /app-emacs/matlab
parentRemove old. (diff)
downloadgentoo-2-b63dc6e690a98369ecfd61ad80769247142459b6.tar.gz
gentoo-2-b63dc6e690a98369ecfd61ad80769247142459b6.tar.bz2
gentoo-2-b63dc6e690a98369ecfd61ad80769247142459b6.zip
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/matlab')
-rw-r--r--app-emacs/matlab/ChangeLog6
-rw-r--r--app-emacs/matlab/files/51matlab-gentoo.el15
-rw-r--r--app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild22
3 files changed, 5 insertions, 38 deletions
diff --git a/app-emacs/matlab/ChangeLog b/app-emacs/matlab/ChangeLog
index 106583870634..5803e3deb242 100644
--- a/app-emacs/matlab/ChangeLog
+++ b/app-emacs/matlab/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/matlab
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.26 2014/03/24 14:57:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.27 2014/03/24 18:56:28 ulm Exp $
+
+ 24 Mar 2014; Ulrich Müller <ulm@gentoo.org>
+ -matlab-3.1.0_pre20070306.ebuild, -files/51matlab-gentoo.el:
+ Remove old.
24 Mar 2014; Agostino Sarubbo <ago@gentoo.org>
matlab-3.3.2_pre20130829.ebuild:
diff --git a/app-emacs/matlab/files/51matlab-gentoo.el b/app-emacs/matlab/files/51matlab-gentoo.el
deleted file mode 100644
index 48adabd91481..000000000000
--- a/app-emacs/matlab/files/51matlab-gentoo.el
+++ /dev/null
@@ -1,15 +0,0 @@
-
-;;; matlab site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'matlab-mode "matlab" "Enter Matlab mode." t)
-(add-to-list 'auto-mode-alist '("\\.m\\'" . matlab-mode))
-(autoload 'matlab-shell "matlab" "Interactive Matlab mode." t)
-
-(autoload 'mlint-minor-mode "mlint" nil t)
-(add-hook 'matlab-mode-hook (lambda () (mlint-minor-mode 1)))
-
-(autoload 'tlc-mode "tlc" "tlc Editing Mode" t)
-(add-to-list 'auto-mode-alist '("\\.tlc$" . tlc-mode))
-(setq tlc-indent-function t)
diff --git a/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild b/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild
deleted file mode 100644
index 09f323086b00..000000000000
--- a/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild,v 1.7 2012/01/14 18:33:09 armin76 Exp $
-
-inherit elisp
-
-DESCRIPTION="Major modes for MATLAB dot-m and dot-tlc files"
-HOMEPAGE="http://matlab-emacs.sourceforge.net/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND="app-emacs/cedet"
-RDEPEND="${DEPEND}"
-
-SITEFILE=51${PN}-gentoo.el
-DOCS="README INSTALL ChangeLog*"
-
-S="${WORKDIR}/matlab-emacs"