commit: ecd6d79c703ecc4d064d96220909772647abd832 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 05:31:47 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 05:33:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd6d79c
app-portage/pram: Bump to 12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/pram/Manifest | 1 + app-portage/pram/pram-12.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest index 51f501b24ed7..13a32fc091a6 100644 --- a/app-portage/pram/Manifest +++ b/app-portage/pram/Manifest @@ -1 +1,2 @@ DIST pram-11.tar.gz 14267 BLAKE2B f7716575b9b4b91837d6ad1a8783f7f1963cc978ad3c636c50123f247c5f9aea8eb1d21c249794164fc1951b28a517989d19158fcd6c60347cf1e5b477a3badc SHA512 5f8cb9f4f0f95871af8f4d2e86ab26b06e50182e136c7779ace7e7ad4344d20d015986c25bbe763d8c82fb2f98e9770a836302393bc736c067286f485eca93c1 +DIST pram-12.tar.gz 15663 BLAKE2B 9b8846914ccdc78527d3d3cefada1af2a8774d2005a9c8dd3364c147dfb05fdb68a42019d463fe09713c883024e9c479c0fd9481d28351e63a1439bb565aea5e SHA512 81deed995e04f569772672891dc3cde12e9d04b9475cbb3a18b0b1e8dca54f3a341e01b1efa592e4d72eb20be7a076b78c886d9cf4c5fe00c887c88218452388 diff --git a/app-portage/pram/pram-12.ebuild b/app-portage/pram/pram-12.ebuild new file mode 100644 index 000000000000..ffb1f701df48 --- /dev/null +++ b/app-portage/pram/pram-12.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 + ) +"
