ssh-20120709.ebuild 422 B

1234567891011121314151617
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit elisp
  5. DESCRIPTION="Support for SSH sessions in Emacs shell buffers"
  6. HOMEPAGE="http://www.splode.com/~friedman/software/emacs-lisp/index.html#ssh"
  7. SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
  8. LICENSE="GPL-2+"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~ppc ~sparc ~x86"
  11. SITEFILE="50${PN}-gentoo.el"