Skip to content

Commit

Permalink
app-emacs/f: DEPEND -> BDEPEND; minor tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Mar 19, 2023
1 parent 1fad5dc commit df8443f
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions app-emacs/f/f-0.20.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit elisp

DESCRIPTION="Modern API for working with files and directories in Emacs"
HOMEPAGE="https://github.com/rejeep/f.el"
SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/rejeep/f.el/"
SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/f.el-${PV}

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm arm64 ~ppc64 ~riscv x86"
RESTRICT="test"

RDEPEND="app-emacs/dash app-emacs/s"
DEPEND="${RDEPEND}"
RDEPEND="
app-emacs/dash
app-emacs/s
"
BDEPEND="${RDEPEND}"

S="${WORKDIR}/f.el-${PV}"
DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"
DOCS="README.md"

0 comments on commit df8443f

Please sign in to comment.