summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-09-23 19:44:16 +0000
committerUlrich Müller <ulm@gentoo.org>2013-09-23 19:44:16 +0000
commit5676138255b1aa3e72b0f1e156a89b34159d4084 (patch)
tree783ba9bde96b55bb100be3edec5a7fe5c227f8e1 /app-emacs/ebuild-mode/files
parentAdd patch to fix sandbox violations. Bug #485348. Thanks to Pavel Kazakov <nu... (diff)
downloadgentoo-2-5676138255b1aa3e72b0f1e156a89b34159d4084.tar.gz
gentoo-2-5676138255b1aa3e72b0f1e156a89b34159d4084.tar.bz2
gentoo-2-5676138255b1aa3e72b0f1e156a89b34159d4084.zip
Remove old.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/ebuild-mode/files')
-rw-r--r--app-emacs/ebuild-mode/files/50gentoo-syntax-gentoo.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-emacs/ebuild-mode/files/50gentoo-syntax-gentoo.el b/app-emacs/ebuild-mode/files/50gentoo-syntax-gentoo.el
deleted file mode 100644
index 382e284e25e5..000000000000
--- a/app-emacs/ebuild-mode/files/50gentoo-syntax-gentoo.el
+++ /dev/null
@@ -1,16 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'ebuild-mode "gentoo-syntax"
- "Major mode for Portage .ebuild and .eclass files." t)
-(autoload 'eselect-mode "gentoo-syntax" "Major mode for .eselect files." t)
-(autoload 'gentoo-newsitem-mode "gentoo-syntax"
- "Major mode for Gentoo GLEP 42 news items." t)
-
-(add-to-list 'auto-mode-alist
- '("\\.\\(ebuild\\|eclass\\|eblit\\)\\'" . ebuild-mode))
-(add-to-list 'auto-mode-alist '("\\.eselect\\'" . eselect-mode))
-(add-to-list 'auto-mode-alist
- '("/[0-9]\\{4\\}-[01][0-9]-[0-3][0-9]-.+\\.[a-z]\\{2\\}\\.txt\\'"
- . gentoo-newsitem-mode))
-(add-to-list 'interpreter-mode-alist '("runscript" . sh-mode))
-(modify-coding-system-alist
- 'file "\\.\\(ebuild\\|eclass\\|eblit\\|eselect\\)\\'" 'utf-8)