Merge remote-tracking branch 'github/pr/760'.
[gentoo.git] / app-emacs / ocaml-mode / ocaml-mode-3.12.1-r1.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit elisp
8
9 MY_P=${P/-mode/}
10 DESCRIPTION="Emacs mode for OCaml"
11 HOMEPAGE="http://www.ocaml.org/"
12 SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2"
13
14 LICENSE="GPL-2+"
15 SLOT="0"
16 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
17
18 S="${WORKDIR}/${MY_P}/emacs"
19 SITEFILE="50${PN}-gentoo-${PV}.el"
20 DOCS="README README.itz"