summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-03-19 14:11:16 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-03-19 14:53:10 +0100
commitca12ba866eb48b027c4395e3cb3d9d951a66395a (patch)
tree67913623cba213c0641a9e1e2fbeea533c72134b
parentapp-emacs/f: DEPEND -> BDEPEND; minor tweaks (diff)
downloadgentoo-ca12ba866eb48b027c4395e3cb3d9d951a66395a.tar.gz
gentoo-ca12ba866eb48b027c4395e3cb3d9d951a66395a.tar.bz2
gentoo-ca12ba866eb48b027c4395e3cb3d9d951a66395a.zip
app-emacs/consult-flycheck: DEPEND -> BDEPEND
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild (renamed from app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild)16
-rw-r--r--app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild (renamed from app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild)16
2 files changed, 20 insertions, 12 deletions
diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild b/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild
index 71a13cdc7f92..b28863a7366a 100644
--- a/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild
+++ b/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild
@@ -1,21 +1,25 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 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"
+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"
+RDEPEND="
+ app-emacs/consult
+ app-emacs/flycheck
+"
+BDEPEND="${RDEPEND}"
-DEPEND="app-emacs/consult
- app-emacs/flycheck"
-RDEPEND="${DEPEND}"
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild b/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild
index 71a13cdc7f92..b28863a7366a 100644
--- a/app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild
+++ b/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild
@@ -1,21 +1,25 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 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"
+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"
+RDEPEND="
+ app-emacs/consult
+ app-emacs/flycheck
+"
+BDEPEND="${RDEPEND}"
-DEPEND="app-emacs/consult
- app-emacs/flycheck"
-RDEPEND="${DEPEND}"
+SITEFILE="50${PN}-gentoo.el"