commit:     e69018848be55a239f5b73917aad71e19a0ef719
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 12:51:54 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 12:51:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6901884

app-portage/pram: Bump to 13

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

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

diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
index 13a32fc091a6..8ba1b1ae8fbc 100644
--- a/app-portage/pram/Manifest
+++ b/app-portage/pram/Manifest
@@ -1,2 +1,3 @@
 DIST pram-11.tar.gz 14267 BLAKE2B 
f7716575b9b4b91837d6ad1a8783f7f1963cc978ad3c636c50123f247c5f9aea8eb1d21c249794164fc1951b28a517989d19158fcd6c60347cf1e5b477a3badc
 SHA512 
5f8cb9f4f0f95871af8f4d2e86ab26b06e50182e136c7779ace7e7ad4344d20d015986c25bbe763d8c82fb2f98e9770a836302393bc736c067286f485eca93c1
 DIST pram-12.tar.gz 15663 BLAKE2B 
9b8846914ccdc78527d3d3cefada1af2a8774d2005a9c8dd3364c147dfb05fdb68a42019d463fe09713c883024e9c479c0fd9481d28351e63a1439bb565aea5e
 SHA512 
81deed995e04f569772672891dc3cde12e9d04b9475cbb3a18b0b1e8dca54f3a341e01b1efa592e4d72eb20be7a076b78c886d9cf4c5fe00c887c88218452388
+DIST pram-13.tar.gz 15716 BLAKE2B 
57a8e78b9df7a3576d570fcc089362070cf6775d3c3a86abdeb09d5c75bfa982d0547c0d55f6fdc32d3780b7e2b1cea17df96b36cc386b6501ac39aa3dc0f5f9
 SHA512 
741e73578e99ba0da5361f0e9ed47e1ead6b0e827728472b918688ab25a94fae8ea070427270b66f2819838094c0757836bfd11dcd0248deb497dd5a702b3b45

diff --git a/app-portage/pram/pram-13.ebuild b/app-portage/pram/pram-13.ebuild
new file mode 100644
index 000000000000..ffb1f701df48
--- /dev/null
+++ b/app-portage/pram/pram-13.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