diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-04-09 16:40:53 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-04-09 16:42:31 +0200 |
commit | 8dabc2b740c252a3b9f5f68f1630949414cb2fcb (patch) | |
tree | 8c35d73e5a5b2533dbcfa7d531b2c2287997f771 /app-emacs/company-quickhelp | |
parent | app-emacs/pos-tip: new package; add version 0.4.6 (diff) | |
download | gentoo-8dabc2b740c252a3b9f5f68f1630949414cb2fcb.tar.gz gentoo-8dabc2b740c252a3b9f5f68f1630949414cb2fcb.tar.bz2 gentoo-8dabc2b740c252a3b9f5f68f1630949414cb2fcb.zip |
app-emacs/company-quickhelp: new package; add version 2.3.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/company-quickhelp')
4 files changed, 46 insertions, 0 deletions
diff --git a/app-emacs/company-quickhelp/Manifest b/app-emacs/company-quickhelp/Manifest new file mode 100644 index 000000000000..25e4bf68ade5 --- /dev/null +++ b/app-emacs/company-quickhelp/Manifest @@ -0,0 +1 @@ +DIST company-quickhelp-2.3.0.tar.gz 64663 BLAKE2B 2ca72d4ecea574790bd796217da32c1dbaf0d637deb52ed20978d62bc4eaea07efda5f4e7163212943b19a1de74a6df06e56a5b835f00a23b0c74dd121451018 SHA512 c1df2c58ac6a089c1a1efe44251112a2c1e8591e168c1d94a2107eeaec02cfbe6ec6232e357eb6f94a799b03fb99da087f69ed6d4e1a315fc9ad268e08d785bd diff --git a/app-emacs/company-quickhelp/company-quickhelp-2.3.0.ebuild b/app-emacs/company-quickhelp/company-quickhelp-2.3.0.ebuild new file mode 100644 index 000000000000..2e874826d7ea --- /dev/null +++ b/app-emacs/company-quickhelp/company-quickhelp-2.3.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=24.4 + +inherit elisp + +DESCRIPTION="Company documentation popups for completion candidates" +HOMEPAGE="https://github.com/company-mode/company-quickhelp/" +SRC_URI="https://github.com/company-mode/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + app-emacs/company-mode + app-emacs/pos-tip +" +BDEPEND="${RDEPEND}" + +DOCS=( CHANGELOG.md README.md company-quickhelp.png ) +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/company-quickhelp/files/50company-quickhelp-gentoo.el b/app-emacs/company-quickhelp/files/50company-quickhelp-gentoo.el new file mode 100644 index 000000000000..c974134302a0 --- /dev/null +++ b/app-emacs/company-quickhelp/files/50company-quickhelp-gentoo.el @@ -0,0 +1,5 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'company-quickhelp-local-mode "company-quickhelp" + "Provides documentation popups for `company-mode' using `pos-tip'." t) +(autoload 'company-quickhelp-mode "company-quickhelp" + "Toggle Company-Quickhelp mode in all buffers." t) diff --git a/app-emacs/company-quickhelp/metadata.xml b/app-emacs/company-quickhelp/metadata.xml new file mode 100644 index 000000000000..1d03dc85b5e9 --- /dev/null +++ b/app-emacs/company-quickhelp/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <upstream> + <changelog>https://raw.githubusercontent.com/company-mode/company-quickhelp/master/CHANGELOG.md</changelog> + <bugs-to>https://github.com/company-mode/company-quickhelp/issues/</bugs-to> + <remote-id type="github">company-mode/company-quickhelp</remote-id> + </upstream> +</pkgmetadata> |