commit:     eeb73dee4f856d4588754ad1f693f85f9b03430c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 14 06:45:00 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 14 06:46:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb73dee

app-portage/pram: Bump to 14

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

 app-portage/pram/Manifest       |  1 +
 app-portage/pram/pram-14.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
index d2c7fc45aa51..a91e477a31ae 100644
--- a/app-portage/pram/Manifest
+++ b/app-portage/pram/Manifest
@@ -1 +1,2 @@
 DIST pram-13.tar.gz 15716 BLAKE2B 
57a8e78b9df7a3576d570fcc089362070cf6775d3c3a86abdeb09d5c75bfa982d0547c0d55f6fdc32d3780b7e2b1cea17df96b36cc386b6501ac39aa3dc0f5f9
 SHA512 
741e73578e99ba0da5361f0e9ed47e1ead6b0e827728472b918688ab25a94fae8ea070427270b66f2819838094c0757836bfd11dcd0248deb497dd5a702b3b45
+DIST pram-14.tar.gz 16132 BLAKE2B 
9a91b42d7283f2341d073d0e3466c9e95c1e4bbdd70c816c31ba5a366ba29987b610f8c1c25f8c65657cad5bb10c156fd2a367762ad0beb85d024914729d75fd
 SHA512 
940d5694742b5094be0d7f35d50755ada37fe28eafe479e8e47b2045ebd643de9140aad02a05cd439d3df5dc3def4296ca2e446815005b1057c819658d9daa50

diff --git a/app-portage/pram/pram-14.ebuild b/app-portage/pram/pram-14.ebuild
new file mode 100644
index 000000000000..ffb1f701df48
--- /dev/null
+++ b/app-portage/pram/pram-14.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2019-2025 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://github.com/projg2/pram/";
+SRC_URI="
+       https://github.com/projg2/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
+"
+BDEPEND="
+       test? (
+               ${RDEPEND}
+               app-crypt/gnupg
+               >=dev-vcs/git-2.45.0
+               sys-apps/diffutils
+       )
+"

Reply via email to