From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
Date: Mon, 02 Jun 2025 18:13:52 +0000 (UTC) [thread overview]
Message-ID: <1748888021.d8eaafd1bbb4d1348fd7f8fa3f99017d7b932c33.xgqt@gentoo> (raw)
commit: d8eaafd1bbb4d1348fd7f8fa3f99017d7b932c33
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 17:41:16 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 18:13:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8eaafd1
app-emacs/forge: bump to 0.5.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 +
app-emacs/forge/forge-0.5.1.ebuild | 49 ++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 66a3663dd0bd..1fcdaee7a0f0 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1 +1,2 @@
DIST forge-0.5.0.tar.gz 142364 BLAKE2B dc94ec1893f558615903fd9d0a782f034a418556bc249fc2e8d6171263cdecf2b1c803091efd93b8f52eff698c95423c5a1d5b25de8a578bef67616bd24eab85 SHA512 274a0503f546bc3039b0f646c4924760b08412c67516e7816d91adf9dfa90dfacd64e4b532656af2ce170182e197db2f45ce6aae99ddf5eecfa283aa3df2bb50
+DIST forge-0.5.1.gh.tar.gz 143752 BLAKE2B e3c8944a7df7023cff04b13a3866e4d32be21b0f146e65d493d9ce04dc7df9e991934ccdbfacd6926f277d1ba69f30fcb4f33f0628c873e8c659beb1bfa3fe22 SHA512 f95bfdbb09e0bbdd42ce012ce2fa91af2233eca50b840c2a296d59959ce882788fc1dac32c0381bce7d243a1ec2ac446cbc789b436d9521a34d80099aca2910b
diff --git a/app-emacs/forge/forge-0.5.1.ebuild b/app-emacs/forge/forge-0.5.1.ebuild
new file mode 100644
index 000000000000..578ad8af9bc4
--- /dev/null
+++ b/app-emacs/forge/forge-0.5.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Work with Git forges from the comfort of Magit"
+HOMEPAGE="https://magit.vc/
+ https://github.com/magit/forge/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.1.0.0
+ >=app-emacs/ghub-4.1.1
+ >=app-emacs/magit-4.1.3
+ >=app-emacs/transient-0.9.0
+ app-emacs/closql
+ app-emacs/dash
+ app-emacs/emacsql
+ app-emacs/llama
+ app-emacs/markdown-mode
+ app-emacs/yaml
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
+
+DOCS=( ../README.org )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
next reply other threads:[~2025-06-02 18:14 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-02 18:13 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-10 23:41 [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/ Maciej Barć
2025-10-10 23:41 Maciej Barć
2025-10-10 23:41 Maciej Barć
2025-09-30 21:53 Maciej Barć
2025-09-30 19:01 Maciej Barć
2025-09-09 21:26 Maciej Barć
2025-06-05 17:04 Maciej Barć
2025-06-05 17:04 Maciej Barć
2025-06-02 18:13 Maciej Barć
2025-06-02 18:13 Maciej Barć
2025-04-09 8:45 Arsen Arsenović
2025-02-06 22:36 Maciej Barć
2025-02-06 12:26 Maciej Barć
2025-01-05 16:21 Maciej Barć
2025-01-05 16:21 Maciej Barć
2025-01-05 16:21 Maciej Barć
2024-12-11 0:28 Maciej Barć
2024-10-31 23:17 Maciej Barć
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=1748888021.d8eaafd1bbb4d1348fd7f8fa3f99017d7b932c33.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