diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-03-06 17:15:24 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-03-06 17:15:24 +0000 |
commit | 52f0f4a6b6d86c904b7fe4c0bd26610e9b86eec8 (patch) | |
tree | 0b4211851167d46020d85d297c1b38133beb9be9 /app-emacs/ssh/files | |
parent | x86 (diff) | |
download | gentoo-2-52f0f4a6b6d86c904b7fe4c0bd26610e9b86eec8.tar.gz gentoo-2-52f0f4a6b6d86c904b7fe4c0bd26610e9b86eec8.tar.bz2 gentoo-2-52f0f4a6b6d86c904b7fe4c0bd26610e9b86eec8.zip |
Initial port. Ebuild contributed by Gunnar Wrobel <wrobel@gentoo.org> of Bug #63452 fame.
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'app-emacs/ssh/files')
-rw-r--r-- | app-emacs/ssh/files/50ssh-gentoo.el | 7 | ||||
-rw-r--r-- | app-emacs/ssh/files/digest-ssh-1.9 | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/app-emacs/ssh/files/50ssh-gentoo.el b/app-emacs/ssh/files/50ssh-gentoo.el new file mode 100644 index 000000000000..99abde37475a --- /dev/null +++ b/app-emacs/ssh/files/50ssh-gentoo.el @@ -0,0 +1,7 @@ + +;; ssh site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") + +(add-to-list 'same-window-regexps "^\\*ssh-.*\\*\\(\\|<[0-9]+>\\)") +(autoload 'ssh "ssh" "Open a network login connection via `ssh'" t) diff --git a/app-emacs/ssh/files/digest-ssh-1.9 b/app-emacs/ssh/files/digest-ssh-1.9 new file mode 100644 index 000000000000..804db4b90ec9 --- /dev/null +++ b/app-emacs/ssh/files/digest-ssh-1.9 @@ -0,0 +1,3 @@ +MD5 4cdb41e5420a541828c04218dbd79b56 ssh-1.9.tar.gz 5486 +RMD160 c2a3f60d194d4cda995da0f9a516ce37c776ed6e ssh-1.9.tar.gz 5486 +SHA256 63a460b698846481cfbb298f98627a5d1adbdf28804782201ebd390eb5c38173 ssh-1.9.tar.gz 5486 |