app-emacs/magit-popup: add 2.13.2
[gentoo.git] / app-emacs / tuareg-mode / tuareg-mode-2.2.0.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit elisp
7
8 DESCRIPTION="An Objective Caml/Camllight mode for Emacs"
9 HOMEPAGE="http://forge.ocamlcore.org/projects/tuareg/"
10 SRC_URI="https://github.com/ocaml/tuareg/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="GPL-2+ GPL-3+ ISC"
13 SLOT="0"
14 KEYWORDS="amd64 ppc x86"
15
16 S="${WORKDIR}/tuareg-${PV}"
17 ELISP_REMOVE="dot-emacs.el"
18 SITEFILE="50${PN}-gentoo.el"
19 DOCS="README.md CHANGES.md"