app-emacs/magit-popup: add 2.13.2
[gentoo.git] / app-emacs / company-mode / company-mode-0.9.10.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="In-buffer completion front-end"
9 HOMEPAGE="https://company-mode.github.com/"
10 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="GPL-3+"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 RESTRICT="test"
16
17 # Note: company-mode supports many backends, and we refrain
18 # from including them in RDEPEND.
19
20 SITEFILE="50${PN}-gentoo.el"
21 DOCS="README.md NEWS.md"