repo/gentoo:master commit in: dev-vcs/gagit/

Michał Górny <[email protected]> Wed, 05 Aug 2026 10:33:40 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785926018.3188047f06d8193875dbb79189c38140d1a72334.mgorny@gentoo>
commit:     3188047f06d8193875dbb79189c38140d1a72334
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  5 10:32:54 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 10:33:38 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3188047f

dev-vcs/gagit: Bump to 2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-vcs/gagit/Manifest       |  1 +
 dev-vcs/gagit/gagit-2.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-vcs/gagit/Manifest b/dev-vcs/gagit/Manifest
index a49876c4a665..6cd33635aeca 100644
--- a/dev-vcs/gagit/Manifest
+++ b/dev-vcs/gagit/Manifest
@@ -1 +1,2 @@
 DIST gagit-1.tar.bz2 10634 BLAKE2B 54b28dfbc9262bac4aed3e142337a683055002bc45369f5b1f701ab5ef62cd3d4a581de40a263829ca0131bd29b3f5c177af2765fd24acb55053eb3ab5b6de57 SHA512 949a381ade81ac094ba666029634c6521c87686fcc1f1d961c7b3e8a9a6b5e1a42f1ba32a71dd6d70e55bcd950ef2566126b5034c1ab4ecfc435fed39e0d1568
+DIST gagit-2.tar.bz2 10877 BLAKE2B ed020b95c6eaee03bdda692f8cad7c0d24c40bd9e6f74566a61b1c8a30d80e3b00d28fb129421a16587d98693bd4ede6129ec16eb35187c0a5d3a095125bf0db SHA512 7a54cbd1df27d909ec1de6ba546360d0096b2097f667b637461b6742d72690f316cf9081182312d100a6570240b71a2b120b9fda244253d823668bb78fe89f31

diff --git a/dev-vcs/gagit/gagit-2.ebuild b/dev-vcs/gagit/gagit-2.ebuild
new file mode 100644
index 000000000000..92283db0e653
--- /dev/null
+++ b/dev-vcs/gagit/gagit-2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Gentoo AGit workflow tool"
+HOMEPAGE="https://gitweb.gentoo.org/proj/gagit.git/"
+SRC_URI="
+	https://gitweb.gentoo.org/proj/gagit.git/snapshot/${P}.tar.bz2
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-vcs/git
+	virtual/editor
+"