public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
Date: Sat,  5 Oct 2024 21:44:20 +0000 (UTC)	[thread overview]
Message-ID: <1728164657.f0cbe5fb1d2dd5630c422427d6ee93d8b283f73e.xgqt@gentoo> (raw)

commit:     f0cbe5fb1d2dd5630c422427d6ee93d8b283f73e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  5 21:33:31 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct  5 21:44:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cbe5fb

app-emacs/f: bump to 0.21.0

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

 app-emacs/f/Manifest        |  1 +
 app-emacs/f/f-0.21.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/f/Manifest b/app-emacs/f/Manifest
index 304a020040dd..105bb8bc3a1b 100644
--- a/app-emacs/f/Manifest
+++ b/app-emacs/f/Manifest
@@ -1 +1,2 @@
 DIST f-0.20.0.tar.gz 19907 BLAKE2B 20b82a19b227d2e0863e540e75bc5094c0cf267eae00d699ff5b00fa574213d303135c246c454c92785080feae63ba6c529b115aeb1368774dd548852d94fb48 SHA512 0c44e63cd527a37bd5582d5a2a4cb2269d179930d7f41b378b9100ad5bb4518291b02197b1d55e1bf603bb5b1c12181b982d9b9a3f8fbd48860f6e86ea36c03e
+DIST f-0.21.0.tar.gz 42874 BLAKE2B c38d95a714761da9815e319cdd3c460ed067808ad83a94a33cd36cf99c2da116b5d1a8f350ebd93f780e701e3c6276ea69d72f7f37a7197a85fd6851aca94ab6 SHA512 4cb43b31115797064d1de1e92adf6a596555881a066fc832a5d8acfa397534484ae7566609b87f48dfb2499b9972cdb60ea7b37f953dfcee333939e5b2f96ec3

diff --git a/app-emacs/f/f-0.21.0.ebuild b/app-emacs/f/f-0.21.0.ebuild
new file mode 100644
index 000000000000..741b17fb6fd0
--- /dev/null
+++ b/app-emacs/f/f-0.21.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 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"
+RESTRICT="test"  # Test dependencies are not ready yet because of KEYWORDS!
+
+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	other threads:[~2024-10-05 21:44 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-05 21:44 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-10  4:12 [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/ WANG Xuerui
2024-11-23 16:08 Sam James
2024-01-03  8:10 Sam James
2023-04-25 14:47 Arthur Zamarin
2023-03-19 14:18 Maciej Barć
2023-03-19 14:18 Maciej Barć
2022-10-08  7:01 Arthur Zamarin
2022-05-27 22:28 Maciej Barć
2021-10-16 14:57 Yixun Lan
2020-06-08  6:41 Michał Górny
2019-10-17 13:19 Ulrich Müller
2019-10-17 13:19 Ulrich Müller
2019-07-26 18:35 Aaron Bauman
2018-09-21 20:53 Matt Turner
2018-08-19  1:27 Mikle Kolyada
2018-08-16  0:39 Thomas Deutschmann
2018-07-31  0:12 Mikle Kolyada
2018-07-28 13:25 Thomas Deutschmann
2018-07-17 19:09 Hans de Graaff
2018-06-25 18:15 Jonas Stein
2017-09-22 18:48 Ulrich Müller
2016-10-03 19:49 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1728164657.f0cbe5fb1d2dd5630c422427d6ee93d8b283f73e.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox