summaryrefslogtreecommitdiff
path: root/dev-vcs/gagit
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-17 03:04:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-17 03:04:37 -0500
commit5e23801c678ccd5c0e28d009b46d8860e38779ce (patch)
tree3f70315272c1bd4384b4c71e877a013973c1b86e /dev-vcs/gagit
parent419e92606fe27d657dbe239bd6f440ec8a36d51d (diff)
downloadbaldeagleos-repo-5e23801c678ccd5c0e28d009b46d8860e38779ce.tar.gz
baldeagleos-repo-5e23801c678ccd5c0e28d009b46d8860e38779ce.tar.xz
baldeagleos-repo-5e23801c678ccd5c0e28d009b46d8860e38779ce.zip
Adding metadata
Diffstat (limited to 'dev-vcs/gagit')
-rw-r--r--dev-vcs/gagit/Manifest1
-rw-r--r--dev-vcs/gagit/gagit-4.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-vcs/gagit/Manifest b/dev-vcs/gagit/Manifest
index f5df4f55bb87..cd0bb004cba1 100644
--- a/dev-vcs/gagit/Manifest
+++ b/dev-vcs/gagit/Manifest
@@ -1 +1,2 @@
DIST gagit-3.tar.bz2 13678 BLAKE2B 22f7ce9a97976235528f83e501dbd749b6032f4702fa6637524419a7a89a988d5fb8476051002ad0e3034ec99e6cb070c78c521cc54271e40049d583cc3b4696 SHA512 ff588de6ec94a8c13bba15faefdb96f262d321bf00889184b7bc1c13597cf06306b0746a55b0356d908d7e57a1c5a7c05c65b3afcb18a60a385812ff5ca66dfd
+DIST gagit-4.tar.bz2 13985 BLAKE2B fb80815e84c49963930c9f9192c4c5142a05243ff9a290d16d5f2ccf9fc6b48fefaa67cdd6d1f848dc896309e42bf64c2c6dc510f61a399539e6a2ccda990cde SHA512 23752217d930c81daa597e9e8c8dc25af4321fb3cf742cba882e766bc4e1161ebcce8f1b6a896a40a37b84bf75917378f8e60010a35882194d434a57a1543e25
diff --git a/dev-vcs/gagit/gagit-4.ebuild b/dev-vcs/gagit/gagit-4.ebuild
new file mode 100644
index 000000000000..92283db0e653
--- /dev/null
+++ b/dev-vcs/gagit/gagit-4.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
+"