commit:     8dabc2b740c252a3b9f5f68f1630949414cb2fcb
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 14:40:53 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 14:42:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dabc2b7

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

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/company-quickhelp/Manifest               |  1 +
 .../company-quickhelp-2.3.0.ebuild                 | 26 ++++++++++++++++++++++
 .../files/50company-quickhelp-gentoo.el            |  5 +++++
 app-emacs/company-quickhelp/metadata.xml           | 14 ++++++++++++
 4 files changed, 46 insertions(+)

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>[email protected]</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>

Reply via email to