commit:     355742e93a4a4ac8827c627d753a96283429ba39
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  8 20:43:16 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan  8 21:19:42 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355742e9

app-emacs/forge: bump to 0.6.3

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

 app-emacs/forge/Manifest           |  1 +
 app-emacs/forge/forge-0.6.3.ebuild | 50 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 31fcf186f47c..2cd6d20558dc 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1 +1,2 @@
 DIST forge-0.6.2.gh.tar.gz 151014 BLAKE2B 
88dd514352aac5f7c12f2361a6b27d189a21515363cb637b57b57176c17ab1bfb0a2607cce7f5fcc3ba741b23e1244bdc5ea18a69df55b970ac50442bf03244f
 SHA512 
d4ed4b44182041ce5932697b9d7f50cb01526b9b071d39d7ca6ef5929a702ed325587848aeac0fe388ee408527db8448c33ea453f3d186ce1629d95fe966023c
+DIST forge-0.6.3.gh.tar.gz 151046 BLAKE2B 
357035baa7cdb9307c72f281daaf3fa06286b0eee59b1f61847129579ec40e8729b4c5705b118ce4ce3c58b2f0b821073656700195a09c7de5f1370c8dab2870
 SHA512 
3d4e0e43f155d8daf70c3c618c37e5b7b82a8c4513b1b70095cd3cd61de289a5ba11c5162492495b79a053f8176c5c3d04a631839e81a4f4a6f698667cffcd5d

diff --git a/app-emacs/forge/forge-0.6.3.ebuild 
b/app-emacs/forge/forge-0.6.3.ebuild
new file mode 100644
index 000000000000..f8ae419c32ff
--- /dev/null
+++ b/app-emacs/forge/forge-0.6.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2026 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/magit-4.5.0
+       app-emacs/closql
+       app-emacs/compat
+       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"

Reply via email to