app-emacs/company-quickhelp: new package; add version 2.3.0

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-04-09 16:40:53 +02:00
parent b51def285a
commit 8dabc2b740
4 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST company-quickhelp-2.3.0.tar.gz 64663 BLAKE2B 2ca72d4ecea574790bd796217da32c1dbaf0d637deb52ed20978d62bc4eaea07efda5f4e7163212943b19a1de74a6df06e56a5b835f00a23b0c74dd121451018 SHA512 c1df2c58ac6a089c1a1efe44251112a2c1e8591e168c1d94a2107eeaec02cfbe6ec6232e357eb6f94a799b03fb99da087f69ed6d4e1a315fc9ad268e08d785bd

View File

@@ -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"

View File

@@ -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)

View File

@@ -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>