summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-11-10 02:17:58 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-11-10 02:19:13 +0100
commitf5eedc65ba7821c9ce44fb7cf01607bfb2c3e086 (patch)
treebb281f44e6a1196b1684dd06b320d6268e0b057e /app-emacs/consult-flycheck
parentapp-admin/sysstat: add 12.7.1 (diff)
downloadgentoo-f5eedc65ba7821c9ce44fb7cf01607bfb2c3e086.tar.gz
gentoo-f5eedc65ba7821c9ce44fb7cf01607bfb2c3e086.tar.bz2
gentoo-f5eedc65ba7821c9ce44fb7cf01607bfb2c3e086.zip
app-emacs/consult-flycheck: bump to 0.9
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/consult-flycheck')
-rw-r--r--app-emacs/consult-flycheck/Manifest1
-rw-r--r--app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/consult-flycheck/Manifest b/app-emacs/consult-flycheck/Manifest
index 059d3055cb13..393975c0af1f 100644
--- a/app-emacs/consult-flycheck/Manifest
+++ b/app-emacs/consult-flycheck/Manifest
@@ -1 +1,2 @@
DIST consult-flycheck-0.8.tar.gz 2146 BLAKE2B 9b27456095012818b73484303c9d798595fb7997658952d8878b8ff63cbec860cb562e871e009ab4535f8ae12d67c1283b2ca80ce0927a471a846137a6eec8f4 SHA512 304cb58b164155f95e6c8088949fc3946145a50461388a2c8a085c940c20ada0e8834c861ee1f8900a02f308ed09c0a04d10917e94da8be0500539ddf87fe217
+DIST consult-flycheck-0.9.tar.gz 2189 BLAKE2B 6fd39f9f79af54a9b02b1e1d2884b0caaba45562e13b4f10ec7bf95c9c193a248b24c0eb3160e1a97bae98c5034e24cd379f8ff54d66cf4e7ece8b426aad826a SHA512 ba742a28f37943680739b924dc163cf96d2557e22be420a7a3ca27db79365352a5b6223d988fc45e92c578e00114b2415d1be3f13feb70ac0c5509d5cd915199
diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild b/app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild
new file mode 100644
index 000000000000..71a13cdc7f92
--- /dev/null
+++ b/app-emacs/consult-flycheck/consult-flycheck-0.9.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}"