rfcview-0.13.ebuild 487 B

12345678910111213141516171819
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit elisp
  5. DESCRIPTION="An Emacs mode that reformats IETF RFCs for display"
  6. HOMEPAGE="http://www.loveshack.ukfsn.org/emacs/
  7. http://www.emacswiki.org/emacs/RfcView"
  8. # taken from http://www.loveshack.ukfsn.org/emacs/${PN}.el
  9. SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
  10. LICENSE="GPL-3+"
  11. SLOT="0"
  12. KEYWORDS="alpha amd64 x86"
  13. SITEFILE="50${PN}-gentoo.el"