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/ssh-1.9.ebuild | |
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/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 |