From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- app-emacs/consult-flycheck/Manifest | 4 ++++ .../consult-flycheck/consult-flycheck-0.8.ebuild | 21 +++++++++++++++++++++ .../files/50consult-flycheck-gentoo.el | 2 ++ app-emacs/consult-flycheck/metadata.xml | 12 ++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 app-emacs/consult-flycheck/Manifest create mode 100644 app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild create mode 100644 app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el create mode 100644 app-emacs/consult-flycheck/metadata.xml (limited to 'app-emacs/consult-flycheck') diff --git a/app-emacs/consult-flycheck/Manifest b/app-emacs/consult-flycheck/Manifest new file mode 100644 index 000000000000..96777b7a1108 --- /dev/null +++ b/app-emacs/consult-flycheck/Manifest @@ -0,0 +1,4 @@ +AUX 50consult-flycheck-gentoo.el 92 BLAKE2B 5532c765040436488578ff7601bba176f89f35090b090c7320226dc63f75182dd5dcb0fa7f99d66feba21fecec1711278b67b62f2e6a0fcbfece329af35ce95e SHA512 3ebed324f0c5a63c9bf6b52e4d297a1d6ee4e461939bd1307ad3189b2830c897a6107f7cc93077ececf8fc4ccd8724b546229ead17ec399133c5ddf999bae69e +DIST consult-flycheck-0.8.tar.gz 2146 BLAKE2B 9b27456095012818b73484303c9d798595fb7997658952d8878b8ff63cbec860cb562e871e009ab4535f8ae12d67c1283b2ca80ce0927a471a846137a6eec8f4 SHA512 304cb58b164155f95e6c8088949fc3946145a50461388a2c8a085c940c20ada0e8834c861ee1f8900a02f308ed09c0a04d10917e94da8be0500539ddf87fe217 +EBUILD consult-flycheck-0.8.ebuild 472 BLAKE2B dbf051cbcadf6eaa2b5c2f8edc83f067f707940038aa7523c09ea02fa63d2686a5022a963a11c1f7cc6de7585a21da1b7e02f3d1576b14bca9482e39b6d1a416 SHA512 a900c3bba996a512188c392b81538c10c722c1e6f3bf708f3c26d6a927b1f76d3ae4d82bba512ff42170bd380c10e39f36aeaf4ec9152a29cec494d2990f15dd +MISC metadata.xml 368 BLAKE2B 691c3ebb7200bbbf6b0b96d1b58ce74fb291bfebd29443b292cd0333687fb99cb79e1455110932bad9c77ac48dcf34ac2f5ae74844636d26542fdbcf571c613f SHA512 3672cd5201ebdcbe22a9412f21c788cb0b07d98bd2f282f530c29597d5d92a811231457e6e8e78bfdf898746b19771c6b345d19fbe8671cb578262cb0684edbd 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 @@ + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + + minad/consult-flycheck + + -- cgit v1.2.3