summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-10-15 10:25:14 +0200
committerUlrich Müller <ulm@gentoo.org>2019-10-15 10:38:19 +0200
commit6033675b49027c556b003051f0a3fe00d3d39eed (patch)
treeb851e4bcff944bc880f1752c859eadd4778abcfb /app-emacs/company-mode/company-mode-0.9.10.ebuild
parentapp-emacs/color-theme: Fixes for Emacs 26. (diff)
downloadgentoo-6033675b49027c556b003051f0a3fe00d3d39eed.tar.gz
gentoo-6033675b49027c556b003051f0a3fe00d3d39eed.tar.bz2
gentoo-6033675b49027c556b003051f0a3fe00d3d39eed.zip
app-emacs/company-mode: Version bump.
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/company-mode/company-mode-0.9.10.ebuild')
-rw-r--r--app-emacs/company-mode/company-mode-0.9.10.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/company-mode/company-mode-0.9.10.ebuild b/app-emacs/company-mode/company-mode-0.9.10.ebuild
new file mode 100644
index 000000000000..a0b76f2616a8
--- /dev/null
+++ b/app-emacs/company-mode/company-mode-0.9.10.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="In-buffer completion front-end"
+HOMEPAGE="https://company-mode.github.com/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+# Note: company-mode supports many backends, and we refrain
+# from including them in RDEPEND.
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md NEWS.md"