diff options
Diffstat (limited to 'app-emacs/ssh/ssh-1.9.ebuild')
-rw-r--r-- | app-emacs/ssh/ssh-1.9.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-emacs/ssh/ssh-1.9.ebuild b/app-emacs/ssh/ssh-1.9.ebuild new file mode 100644 index 000000000000..216b444baffc --- /dev/null +++ b/app-emacs/ssh/ssh-1.9.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ssh/ssh-1.9.ebuild,v 1.1 2006/03/06 17:15:24 mkennedy Exp $ + +inherit elisp + +DESCRIPTION="Directory tracking and special character handling support for SSH sessions in Emacs shell buffers." +HOMEPAGE="http://www.splode.com/~friedman/software/emacs-lisp/index.html#ssh" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~sparc" +IUSE="" + +SITEFILE=50ssh-gentoo.el |