commit:     bed3859e1b8d4a6908d8e0031248ac249bcdc9d2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 05:58:03 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 06:13:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed3859e

app-emacs/company-mode: add 0.9.13

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 app-emacs/company-mode/Manifest                   |  1 +
 app-emacs/company-mode/company-mode-0.9.13.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index 81d7eec2690..3db6c9018d7 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1 +1,2 @@
 DIST company-mode-0.9.10.tar.gz 85982 BLAKE2B 
393e8ff31f4a88d1c156418bd0c827572ec078b833e78bd1007779961e9fb852737f12a5c1aeba154ebba53d81058bdc2871f7d88880aaa7dd8cb9692461c8fb
 SHA512 
b6571c55bcf68a5e83e7c92c8b53e0ac6b4e84bce1246331a7da4495f4ee5c3ab38035310fd2eb7a87748db1c034996d99c7ead8aa831d552800642b31cf9fe0
+DIST company-mode-0.9.13.tar.gz 88074 BLAKE2B 
8704d45d0dec15d7fbe39edcdaa3e348263eef4e78a9c55160b4c83df892b73241659dec685e31d7eab5fceaf34a956a7d81d0ec7d3ce134ffda0415a44a7c8c
 SHA512 
d253504e38515335b9a7186c5664e2700ae171e215e8eef1fca28c267d610882dd29c03701efb9d71eac9ec855807aa956411de08a3bd42508f0b0aba38d4dd9

diff --git a/app-emacs/company-mode/company-mode-0.9.13.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13.ebuild
new file mode 100644
index 00000000000..2e6e2a23a92
--- /dev/null
+++ b/app-emacs/company-mode/company-mode-0.9.13.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 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.io/";
+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"

Reply via email to