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"

Reply via email to