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/f/
Date: Sun, 19 Mar 2023 14:18:22
Message-Id: 1679233990.df8443f6afd2137fe8cc2a80212884df8e62d133.xgqt@gentoo
1 commit: df8443f6afd2137fe8cc2a80212884df8e62d133
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 12:57:48 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=df8443f6
7
8 app-emacs/f: DEPEND -> BDEPEND; minor tweaks
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/f/f-0.20.0-r1.ebuild | 18 +++++++++++-------
13 1 file changed, 11 insertions(+), 7 deletions(-)
14
15 diff --git a/app-emacs/f/f-0.20.0-r1.ebuild b/app-emacs/f/f-0.20.0-r1.ebuild
16 index 017525aa62d8..b3e020303c5b 100644
17 --- a/app-emacs/f/f-0.20.0-r1.ebuild
18 +++ b/app-emacs/f/f-0.20.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -6,17 +6,21 @@ EAPI=8
26 inherit elisp
27
28 DESCRIPTION="Modern API for working with files and directories in Emacs"
29 -HOMEPAGE="https://github.com/rejeep/f.el"
30 -SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 +HOMEPAGE="https://github.com/rejeep/f.el/"
32 +SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz
33 + -> ${P}.tar.gz"
34 +S="${WORKDIR}"/f.el-${PV}
35
36 LICENSE="GPL-3+"
37 SLOT="0"
38 KEYWORDS="~alpha amd64 ~arm arm64 ~ppc64 ~riscv x86"
39 RESTRICT="test"
40
41 -RDEPEND="app-emacs/dash app-emacs/s"
42 -DEPEND="${RDEPEND}"
43 +RDEPEND="
44 + app-emacs/dash
45 + app-emacs/s
46 +"
47 +BDEPEND="${RDEPEND}"
48
49 -S="${WORKDIR}/f.el-${PV}"
50 +DOCS=( README.md )
51 SITEFILE="50${PN}-gentoo.el"
52 -DOCS="README.md"