summaryrefslogtreecommitdiff
path: root/dev-vcs
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-12 20:06:40 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-12 20:06:40 -0500
commit193236e34a32b643d816ed04394476eab7e04db7 (patch)
tree8b608b17886179a6530935fc0531c7a89a51d1a0 /dev-vcs
parent9f2ba2858a177b1c2335b5b46428ee7cec08c288 (diff)
downloadbaldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.gz
baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.xz
baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.zip
Adding metadata
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gagit/Manifest1
-rw-r--r--dev-vcs/gagit/gagit-3.ebuild21
-rw-r--r--dev-vcs/pram/Manifest1
-rw-r--r--dev-vcs/pram/metadata.xml17
-rw-r--r--dev-vcs/pram/pram-16.ebuild39
5 files changed, 57 insertions, 22 deletions
diff --git a/dev-vcs/gagit/Manifest b/dev-vcs/gagit/Manifest
index cd0bb004cba1..b625d7237674 100644
--- a/dev-vcs/gagit/Manifest
+++ b/dev-vcs/gagit/Manifest
@@ -1,2 +1 @@
-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-3.ebuild b/dev-vcs/gagit/gagit-3.ebuild
deleted file mode 100644
index 92283db0e653..000000000000
--- a/dev-vcs/gagit/gagit-3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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/pram/Manifest b/dev-vcs/pram/Manifest
new file mode 100644
index 000000000000..5bae2f788afc
--- /dev/null
+++ b/dev-vcs/pram/Manifest
@@ -0,0 +1 @@
+DIST pram-16.tar.gz 17130 BLAKE2B 9577533bc5ef8f3be1d5f38c787b7e054ad05164c606ad1f2e770888e12632e02df8fd6af34d9b2065d87765cee59682e95255ac0ef9e67c85f9c7894677e7a3 SHA512 4a727ed53ebd8cd0857c1f365c850681e7bfcd7ad790b9aa2d2c06407bd39cd5005c8a04c84da0ff5f30e4c5887b990380c0c5e734fb40c7e89428fbc206963b
diff --git a/dev-vcs/pram/metadata.xml b/dev-vcs/pram/metadata.xml
new file mode 100644
index 000000000000..464aa8ecb0f2
--- /dev/null
+++ b/dev-vcs/pram/metadata.xml
@@ -0,0 +1,17 @@
+<?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>
+ <bugs-to>https://github.com/gentoo/pram/issues/</bugs-to>
+ </upstream>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-vcs/pram/pram-16.ebuild b/dev-vcs/pram/pram-16.ebuild
new file mode 100644
index 000000000000..5245d66fb372
--- /dev/null
+++ b/dev-vcs/pram/pram-16.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2019-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Tool to ease merging Pull Requests and git patches"
+HOMEPAGE="
+ https://gitweb.gentoo.org/proj/pram.git/
+ https://github.com/gentoo/pram/
+"
+SRC_URI="
+ https://github.com/gentoo/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 arm64 ppc64 ~riscv x86 ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-vcs/git
+ net-misc/wget[ssl]
+ virtual/editor
+"
+# gpg: https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/issues/155
+BDEPEND="
+ test? (
+ ${RDEPEND}
+ || (
+ app-alternatives/gpg[reference]
+ app-alternatives/gpg[freepg(-)]
+ )
+ >=dev-vcs/git-2.45.0
+ sys-apps/diffutils
+ )
+"