summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-11-19 12:25:30 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-11-19 12:25:30 +0000
commit850663d4d4b2804f96d711edd90f410e9351934a (patch)
treef3c2ddb5aa8897a20d543ecfef9e40556a959b25 /app-emacs
parentAdd a warning. Remove another warning, in order not to violate warning number... (diff)
downloademacs-850663d4d4b2804f96d711edd90f410e9351934a.tar.gz
emacs-850663d4d4b2804f96d711edd90f410e9351934a.tar.bz2
emacs-850663d4d4b2804f96d711edd90f410e9351934a.zip
app-emacs/matlab: Remove intermediate snapshot, has been updated in main tree
svn path=/emacs-overlay/; revision=1471
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/matlab/Manifest4
-rw-r--r--app-emacs/matlab/files/51matlab-gentoo.el15
-rw-r--r--app-emacs/matlab/matlab-3.2.0_pre20081017.ebuild20
-rw-r--r--app-emacs/matlab/metadata.xml5
4 files changed, 0 insertions, 44 deletions
diff --git a/app-emacs/matlab/Manifest b/app-emacs/matlab/Manifest
deleted file mode 100644
index 2b4d355..0000000
--- a/app-emacs/matlab/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 51matlab-gentoo.el 492 RMD160 b881f899369d49545d770874fce250e47d8b6cdf SHA1 a7aa2f5242e1155903f0c267640066359408f5ca SHA256 d932b3f5196187ba93c2b77567dfc7e4ae5502dd1376c349aef35623c70cfb39
-DIST matlab-3.2.0_pre20081017.tar.bz2 79033 RMD160 2a36153c0df42cd0d5a92553c0f3b5132c3bd857 SHA1 26d69cd635dc8969b000153662e45aefaa07cca2 SHA256 6c0d59f11d660a0df2f38e359ee04d95f3420ff7f3c7db100bcc670daef7222b
-EBUILD matlab-3.2.0_pre20081017.ebuild 483 RMD160 2e35e021c45bd110cd73be3e9260092dd947b429 SHA1 3e37966c94a594e6ee9c6834a4d099bf3a500be6 SHA256 d1efbe0f317d2d98d9a9c8f61cb77ae8d3ffb4e2cc0d55ff975bb093142f90e2
-MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab
diff --git a/app-emacs/matlab/files/51matlab-gentoo.el b/app-emacs/matlab/files/51matlab-gentoo.el
deleted file mode 100644
index 48adabd..0000000
--- 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.2.0_pre20081017.ebuild b/app-emacs/matlab/matlab-3.2.0_pre20081017.ebuild
deleted file mode 100644
index 9ca2e79..0000000
--- a/app-emacs/matlab/matlab-3.2.0_pre20081017.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit elisp
-
-DESCRIPTION="Major modes for MATLAB dot-m and dot-tlc files"
-HOMEPAGE="http://matlab-emacs.sourceforge.net/"
-SRC_URI="http://dev.gentoo.org/~fauli/distfiles/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="app-emacs/cedet"
-RDEPEND="${DEPEND}"
-
-SITEFILE=51${PN}-gentoo.el
-DOCS="README INSTALL ChangeLog*"
diff --git a/app-emacs/matlab/metadata.xml b/app-emacs/matlab/metadata.xml
deleted file mode 100644
index bc306fe..0000000
--- a/app-emacs/matlab/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>emacs</herd>
-</pkgmetadata>