diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-05 03:04:47 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-05 03:04:47 -0500 |
| commit | ff03324f0b5c30484659977ecb3a56e73f5856a5 (patch) | |
| tree | d3d9a7636e37b0d2eec93ddf61a47caeda399de0 /dev-vcs | |
| parent | eed03ed6da4435154826115469c3956ad88ee8a5 (diff) | |
| download | baldeagleos-repo-ff03324f0b5c30484659977ecb3a56e73f5856a5.tar.gz baldeagleos-repo-ff03324f0b5c30484659977ecb3a56e73f5856a5.tar.xz baldeagleos-repo-ff03324f0b5c30484659977ecb3a56e73f5856a5.zip | |
Adding metadata
Diffstat (limited to 'dev-vcs')
| -rw-r--r-- | dev-vcs/gagit/Manifest | 1 | ||||
| -rw-r--r-- | dev-vcs/gagit/gagit-1.ebuild | 21 | ||||
| -rw-r--r-- | dev-vcs/gagit/metadata.xml | 16 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-vcs/gagit/Manifest b/dev-vcs/gagit/Manifest new file mode 100644 index 000000000000..a49876c4a665 --- /dev/null +++ b/dev-vcs/gagit/Manifest @@ -0,0 +1 @@ +DIST gagit-1.tar.bz2 10634 BLAKE2B 54b28dfbc9262bac4aed3e142337a683055002bc45369f5b1f701ab5ef62cd3d4a581de40a263829ca0131bd29b3f5c177af2765fd24acb55053eb3ab5b6de57 SHA512 949a381ade81ac094ba666029634c6521c87686fcc1f1d961c7b3e8a9a6b5e1a42f1ba32a71dd6d70e55bcd950ef2566126b5034c1ab4ecfc435fed39e0d1568 diff --git a/dev-vcs/gagit/gagit-1.ebuild b/dev-vcs/gagit/gagit-1.ebuild new file mode 100644 index 000000000000..92283db0e653 --- /dev/null +++ b/dev-vcs/gagit/gagit-1.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 +" diff --git a/dev-vcs/gagit/metadata.xml b/dev-vcs/gagit/metadata.xml new file mode 100644 index 000000000000..138889a36e3c --- /dev/null +++ b/dev-vcs/gagit/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <stabilize-allarches /> + <upstream> + <maintainer status="active"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
