commit:     782f0f12572b80db477061fac882923c647f8fdc
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 19:42:33 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 19:43:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782f0f12

app-emacs/consult-flycheck: initial import at 0.8

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 app-emacs/consult-flycheck/Manifest                 |  1 +
 .../consult-flycheck/consult-flycheck-0.8.ebuild    | 21 +++++++++++++++++++++
 .../files/50consult-flycheck-gentoo.el              |  2 ++
 app-emacs/consult-flycheck/metadata.xml             | 12 ++++++++++++
 4 files changed, 36 insertions(+)

diff --git a/app-emacs/consult-flycheck/Manifest 
b/app-emacs/consult-flycheck/Manifest
new file mode 100644
index 000000000000..059d3055cb13
--- /dev/null
+++ b/app-emacs/consult-flycheck/Manifest
@@ -0,0 +1 @@
+DIST consult-flycheck-0.8.tar.gz 2146 BLAKE2B 
9b27456095012818b73484303c9d798595fb7997658952d8878b8ff63cbec860cb562e871e009ab4535f8ae12d67c1283b2ca80ce0927a471a846137a6eec8f4
 SHA512 
304cb58b164155f95e6c8088949fc3946145a50461388a2c8a085c940c20ada0e8834c861ee1f8900a02f308ed09c0a04d10917e94da8be0500539ddf87fe217

diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild 
b/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild
new file mode 100644
index 000000000000..71a13cdc7f92
--- /dev/null
+++ b/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=26
+
+inherit elisp
+
+DESCRIPTION="Consult integration for Flycheck"
+HOMEPAGE="https://github.com/minad/consult-flycheck";
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+DEPEND="app-emacs/consult
+       app-emacs/flycheck"
+RDEPEND="${DEPEND}"

diff --git a/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el 
b/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el
new file mode 100644
index 000000000000..fb5b6f1d69dd
--- /dev/null
+++ b/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'consult-flycheck "consult-flycheck" nil t)

diff --git a/app-emacs/consult-flycheck/metadata.xml 
b/app-emacs/consult-flycheck/metadata.xml
new file mode 100644
index 000000000000..5059203f6129
--- /dev/null
+++ b/app-emacs/consult-flycheck/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+<stabilize-allarches/>
+<upstream>
+  <remote-id type="github">minad/consult-flycheck</remote-id>
+</upstream>
+</pkgmetadata>

Reply via email to