Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/consult-flycheck/
Date: Sun, 19 Mar 2023 14:18:24
Message-Id: 1679233990.ca12ba866eb48b027c4395e3cb3d9d951a66395a.xgqt@gentoo
1 commit: ca12ba866eb48b027c4395e3cb3d9d951a66395a
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 13:11:16 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 13:53:10 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca12ba86
7
8 app-emacs/consult-flycheck: DEPEND -> BDEPEND
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 ...lycheck-0.8.ebuild => consult-flycheck-0.8-r1.ebuild} | 16 ++++++++++------
13 ...lycheck-0.9.ebuild => consult-flycheck-0.9-r1.ebuild} | 16 ++++++++++------
14 2 files changed, 20 insertions(+), 12 deletions(-)
15
16 diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild b/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild
17 similarity index 72%
18 rename from app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild
19 rename to app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild
20 index 71a13cdc7f92..b28863a7366a 100644
21 --- a/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild
22 +++ b/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild
23 @@ -1,21 +1,25 @@
24 -# Copyright 1999-2022 Gentoo Authors
25 +# Copyright 1999-2023 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=8
29 +
30 NEED_EMACS=26
31
32 inherit elisp
33
34 DESCRIPTION="Consult integration for Flycheck"
35 HOMEPAGE="https://github.com/minad/consult-flycheck"
36 -SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
37 +SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
38 + -> ${P}.tar.gz"
39
40 LICENSE="GPL-3+"
41 SLOT="0"
42 KEYWORDS="~amd64"
43
44 -SITEFILE="50${PN}-gentoo.el"
45 +RDEPEND="
46 + app-emacs/consult
47 + app-emacs/flycheck
48 +"
49 +BDEPEND="${RDEPEND}"
50
51 -DEPEND="app-emacs/consult
52 - app-emacs/flycheck"
53 -RDEPEND="${DEPEND}"
54 +SITEFILE="50${PN}-gentoo.el"
55
56 diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild b/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild
57 similarity index 72%
58 rename from app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild
59 rename to app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild
60 index 71a13cdc7f92..b28863a7366a 100644
61 --- a/app-emacs/consult-flycheck/consult-flycheck-0.9.ebuild
62 +++ b/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild
63 @@ -1,21 +1,25 @@
64 -# Copyright 1999-2022 Gentoo Authors
65 +# Copyright 1999-2023 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=8
69 +
70 NEED_EMACS=26
71
72 inherit elisp
73
74 DESCRIPTION="Consult integration for Flycheck"
75 HOMEPAGE="https://github.com/minad/consult-flycheck"
76 -SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
77 +SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
78 + -> ${P}.tar.gz"
79
80 LICENSE="GPL-3+"
81 SLOT="0"
82 KEYWORDS="~amd64"
83
84 -SITEFILE="50${PN}-gentoo.el"
85 +RDEPEND="
86 + app-emacs/consult
87 + app-emacs/flycheck
88 +"
89 +BDEPEND="${RDEPEND}"
90
91 -DEPEND="app-emacs/consult
92 - app-emacs/flycheck"
93 -RDEPEND="${DEPEND}"
94 +SITEFILE="50${PN}-gentoo.el"