diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-07-27 01:26:02 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-07-27 01:26:02 +0000 |
commit | 3291dc57d46d8100727da309370a88ab2dab02a8 (patch) | |
tree | 9fb72c4bb5fe3a7ebb7deee51eb43b22d4234dc5 /app-emacs/csharp-mode/files | |
parent | Remove 6.0 version. (diff) | |
download | gentoo-2-3291dc57d46d8100727da309370a88ab2dab02a8.tar.gz gentoo-2-3291dc57d46d8100727da309370a88ab2dab02a8.tar.bz2 gentoo-2-3291dc57d46d8100727da309370a88ab2dab02a8.zip |
Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>; Resolves Bug #130918.
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'app-emacs/csharp-mode/files')
-rw-r--r-- | app-emacs/csharp-mode/files/80csharp-mode-gentoo.el | 6 | ||||
-rw-r--r-- | app-emacs/csharp-mode/files/digest-csharp-mode-0.5.0 | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/app-emacs/csharp-mode/files/80csharp-mode-gentoo.el b/app-emacs/csharp-mode/files/80csharp-mode-gentoo.el new file mode 100644 index 000000000000..fd8bd900581d --- /dev/null +++ b/app-emacs/csharp-mode/files/80csharp-mode-gentoo.el @@ -0,0 +1,6 @@ + +;;; csharp-mode site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'csharp-mode "csharp-mode" "Major mode for editing C# code." t) +(add-to-list 'auto-mode-alist '("\\.cs\\'" . csharp-mode)) diff --git a/app-emacs/csharp-mode/files/digest-csharp-mode-0.5.0 b/app-emacs/csharp-mode/files/digest-csharp-mode-0.5.0 new file mode 100644 index 000000000000..92d9a8b62e82 --- /dev/null +++ b/app-emacs/csharp-mode/files/digest-csharp-mode-0.5.0 @@ -0,0 +1,3 @@ +MD5 e58afd4a1d708ac227ab52b1420ef2f3 csharp-mode-0.5.0.tar.bz2 5439 +RMD160 8d3a6a8ef85fdda514919b2f53b50436a558e887 csharp-mode-0.5.0.tar.bz2 5439 +SHA256 0fcec187188cd9d349a1fc1962cf9b9e257d770ca267d5b657bdf7553b910dd6 csharp-mode-0.5.0.tar.bz2 5439 |