commit:     4fd4bab88b250e7ab5313fac916cba03c6d7f581
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 27 20:44:02 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Dec 27 21:01:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd4bab8

app-emacs/f: enable ert-runner tests

Bug: https://bugs.gentoo.org/968076
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/f/f-0.21.0-r1.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/app-emacs/f/f-0.21.0-r1.ebuild b/app-emacs/f/f-0.21.0-r1.ebuild
new file mode 100644
index 000000000000..3d146e33a01e
--- /dev/null
+++ b/app-emacs/f/f-0.21.0-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 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/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/rejeep/f.el.git";
+else
+       SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz
+               -> ${P}.tar.gz"
+       S="${WORKDIR}/f.el-${PV}"
+
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+       app-emacs/dash
+       app-emacs/s
+"
+BDEPEND="
+       ${RDEPEND}
+       test? (
+               app-emacs/ert-async
+               app-emacs/undercover
+       )
+"
+
+DOCS=( CHANGELOG.org CONTRIBUTING.org README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert-runner test

Reply via email to