repo/gentoo:master commit in: dev-vcs/gagit/
MichaŠGórny <[email protected]> Wed, 05 Aug 2026 15:29:26 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785943764.bf987675dc9f1039a68385c12ce51c5045968747.mgorny@gentoo> |
commit: bf987675dc9f1039a68385c12ce51c5045968747
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 15:28:27 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 15:29:24 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf987675
dev-vcs/gagit: Bump to 3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/gagit/Manifest | 1 +
dev-vcs/gagit/gagit-3.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-vcs/gagit/Manifest b/dev-vcs/gagit/Manifest
index 6cd33635aeca..4b1961964416 100644
--- a/dev-vcs/gagit/Manifest
+++ b/dev-vcs/gagit/Manifest
@@ -1,2 +1,3 @@
DIST gagit-1.tar.bz2 10634 BLAKE2B 54b28dfbc9262bac4aed3e142337a683055002bc45369f5b1f701ab5ef62cd3d4a581de40a263829ca0131bd29b3f5c177af2765fd24acb55053eb3ab5b6de57 SHA512 949a381ade81ac094ba666029634c6521c87686fcc1f1d961c7b3e8a9a6b5e1a42f1ba32a71dd6d70e55bcd950ef2566126b5034c1ab4ecfc435fed39e0d1568
DIST gagit-2.tar.bz2 10877 BLAKE2B ed020b95c6eaee03bdda692f8cad7c0d24c40bd9e6f74566a61b1c8a30d80e3b00d28fb129421a16587d98693bd4ede6129ec16eb35187c0a5d3a095125bf0db SHA512 7a54cbd1df27d909ec1de6ba546360d0096b2097f667b637461b6742d72690f316cf9081182312d100a6570240b71a2b120b9fda244253d823668bb78fe89f31
+DIST gagit-3.tar.bz2 13678 BLAKE2B 22f7ce9a97976235528f83e501dbd749b6032f4702fa6637524419a7a89a988d5fb8476051002ad0e3034ec99e6cb070c78c521cc54271e40049d583cc3b4696 SHA512 ff588de6ec94a8c13bba15faefdb96f262d321bf00889184b7bc1c13597cf06306b0746a55b0356d908d7e57a1c5a7c05c65b3afcb18a60a385812ff5ca66dfd
diff --git a/dev-vcs/gagit/gagit-3.ebuild b/dev-vcs/gagit/gagit-3.ebuild
new file mode 100644
index 000000000000..92283db0e653
--- /dev/null
+++ b/dev-vcs/gagit/gagit-3.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
+"