media-gfx/splash-themes-livecd: Merge gentoo-functions use fix
[gentoo.git] / app-emacs / sml-mode / sml-mode-5.0.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=4
6
7 inherit elisp
8
9 DESCRIPTION="Emacs major mode for editing Standard ML"
10 HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/"
11 SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz"
12
13 LICENSE="GPL-3+"
14 SLOT="0"
15 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
16 IUSE=""
17 RESTRICT="test"
18
19 S="${WORKDIR}/${MY_P}"
20 SITEFILE="50${PN}-gentoo.el"
21 ELISP_TEXINFO="${PN}.texi"
22 DOCS="BUGS ChangeLog NEWS README TODO"
23
24 src_compile() {
25         default
26 }