folding-2012.0226.1623.ebuild 427 B

123456789101112131415161718
  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="A folding-editor-like Emacs minor mode"
  6. HOMEPAGE="http://www.emacswiki.org/emacs/FoldingMode"
  7. # taken from http://git.savannah.gnu.org/cgit/emacs-tiny-tools.git
  8. SRC_URI="mirror://gentoo/${P}.el.bz2"
  9. LICENSE="GPL-2+"
  10. SLOT="0"
  11. KEYWORDS="alpha amd64 x86"
  12. SITEFILE="50${PN}-gentoo.el"