commit:     ca12ba866eb48b027c4395e3cb3d9d951a66395a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 13:11:16 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 13:53:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca12ba86

app-emacs/consult-flycheck: DEPEND -> BDEPEND

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

 ...lycheck-0.8.ebuild => consult-flycheck-0.8-r1.ebuild} | 16 ++++++++++------
 ...lycheck-0.9.ebuild => consult-flycheck-0.9-r1.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
similarity index 72%
rename from app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild
rename to 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
similarity index 72%
rename from app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild
rename to 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"

Reply via email to