From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
Date: Tue, 30 Sep 2025 19:01:10 +0000 (UTC) [thread overview]
Message-ID: <1759258866.9ca9c2bb26e4286caa3f2e1ebe667d49b6981d0b.xgqt@gentoo> (raw)
commit: 9ca9c2bb26e4286caa3f2e1ebe667d49b6981d0b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 30 18:59:53 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep 30 19:01:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca9c2bb
app-emacs/forge: bump to 0.6.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 +
app-emacs/forge/forge-0.6.0.ebuild | 50 ++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 7533c53cf4ee..13d557e3b065 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1 +1,2 @@
DIST forge-0.5.3.gh.tar.gz 143915 BLAKE2B 509e1687f3f8453477878df807f29b2bfb36eaf8856423c34c05bc621544370e2b6de4c49a05de49fde1d559b6ad411f6059c6aded2a8d600c3fe077fab7423c SHA512 5bb78f6da9ef53e515c542bd76e63822f8342611e42c7ed9783f87f72a4148ecac7c57b47d99837f7e7518e61e476027256379c16b4fcdadde60b5cbc0e1204e
+DIST forge-0.6.0.gh.tar.gz 150772 BLAKE2B bc2ab4fc7062e4bba54fd8ebf3c25a9607c8b1b97389f88f55e448d70019c3844679fe8ddf0944e002ce4a5c293a8bd1aa59d790daaeb098df0cede0466d9529 SHA512 38a75d0580469690a29a0d9614c4c7c1dd49d5e732a151c04c9db50272eaa07afbdc1c2f694fa98a05ce9a3ba95849db46ed5b44852392c888e69cd0637fc6bb
diff --git a/app-emacs/forge/forge-0.6.0.ebuild b/app-emacs/forge/forge-0.6.0.ebuild
new file mode 100644
index 000000000000..d411877592e2
--- /dev/null
+++ b/app-emacs/forge/forge-0.6.0.ebuild
@@ -0,0 +1,50 @@
+# 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/magit-4.4.0
+ app-emacs/closql
+ app-emacs/cond-let
+ app-emacs/dash
+ app-emacs/emacsql
+ app-emacs/ghub
+ app-emacs/llama
+ app-emacs/markdown-mode
+ app-emacs/transient
+ 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-09-30 19:01 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-30 19:01 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-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-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=1759258866.9ca9c2bb26e4286caa3f2e1ebe667d49b6981d0b.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