sml-mode-5.0.ebuild 539 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. inherit elisp
  5. DESCRIPTION="Emacs major mode for editing Standard ML"
  6. HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/"
  7. SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz"
  8. LICENSE="GPL-3+"
  9. SLOT="0"
  10. KEYWORDS="~alpha ~amd64 ~ppc ~x86"
  11. IUSE=""
  12. RESTRICT="test"
  13. S="${WORKDIR}/${MY_P}"
  14. SITEFILE="50${PN}-gentoo.el"
  15. ELISP_TEXINFO="${PN}.texi"
  16. DOCS="BUGS ChangeLog NEWS README TODO"
  17. src_compile() {
  18. default
  19. }