commit: 184ccbb993e0902334d57a753608126020d1f8d7 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz> AuthorDate: Tue Feb 24 14:45:33 2026 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Feb 24 14:48:16 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184ccbb9
app-emacs/agitjo: new package, add 1.0.0 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/agitjo/Manifest | 1 + app-emacs/agitjo/agitjo-1.0.0.ebuild | 26 ++++++++++++++++++++++++++ app-emacs/agitjo/metadata.xml | 27 +++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/app-emacs/agitjo/Manifest b/app-emacs/agitjo/Manifest new file mode 100644 index 000000000000..c95888aa2f6d --- /dev/null +++ b/app-emacs/agitjo/Manifest @@ -0,0 +1 @@ +DIST agitjo-1.0.0.tar.gz 60897 BLAKE2B 3dcf196a37cf8515eccc2d2afbe2144a7ad6bfda8edf0b4386bf2cc2556cf63bdbbd21fb8f30d146209dd7f88c4a22f224516e0d91c605cec4632fc955366eea SHA512 bd3362d8fd3090509dbacf4bb2b59bd591f47243afab6f20b0359d236e27e33824d9880c96c6d43c2d0a666d32e8fbd6d22a727e9241ea1c9680edb58ead9897 diff --git a/app-emacs/agitjo/agitjo-1.0.0.ebuild b/app-emacs/agitjo/agitjo-1.0.0.ebuild new file mode 100644 index 000000000000..c7490f11790f --- /dev/null +++ b/app-emacs/agitjo/agitjo-1.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=9 + +NEED_EMACS="30.1" +inherit elisp + +DESCRIPTION="Manage Forgejo PRs with AGit-Flow in Emacs" +HOMEPAGE="https://codeberg.org/halvin/agitjo" +SRC_URI="https://codeberg.org/halvin/agitjo/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +DOCS=( CHANGELOG.org README.org ) +SITEFILE="50${PN}-gentoo.el" + +RDEPEND=" + app-emacs/magit + app-emacs/markdown-mode + app-emacs/transient +" +BDEPEND="${RDEPEND}" diff --git a/app-emacs/agitjo/metadata.xml b/app-emacs/agitjo/metadata.xml new file mode 100644 index 000000000000..c89e490346b2 --- /dev/null +++ b/app-emacs/agitjo/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Thomas Bracht Laumann Jespersen</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <longdescription> + AGitjo extends Magit with a new menu for AGit-Flow operations, to make them + more convenient for users. The AGit workflow enables users to create and + edit pull requests using just the "git push" command. This package is + intended specifically for use with Forgejo-based (e.g. Codeberg) + repositories. + </longdescription> + <stabilize-allarches/> + <upstream> + <remote-id type="codeberg">halvin/agitjo</remote-id> + </upstream> +</pkgmetadata>
