From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pram/
Date: Wed, 23 Apr 2025 05:35:18 +0000 (UTC) [thread overview]
Message-ID: <1745386428.ecd6d79c703ecc4d064d96220909772647abd832.mgorny@gentoo> (raw)
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
+ )
+"
next reply other threads:[~2025-04-23 5:35 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-23 5:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-10 11:59 [gentoo-commits] repo/gentoo:master commit in: app-portage/pram/ Michał Górny
2025-05-10 11:04 Sam James
2025-04-24 13:16 Michał Górny
2024-10-19 8:42 Michał Górny
2024-10-19 8:32 Sam James
2024-05-14 9:39 Michał Górny
2022-08-10 14:20 Michał Górny
2022-04-21 19:35 Jakov Smolić
2021-02-16 13:22 Michał Górny
2021-02-16 12:26 Sam James
2021-01-02 12:34 Michał Górny
2020-12-07 3:57 Sam James
2020-08-21 22:05 Georgy Yakovlev
2020-08-21 22:05 Georgy Yakovlev
2020-08-05 15:18 Michał Górny
2020-08-05 14:17 Agostino Sarubbo
2020-06-08 8:56 Michał Górny
2020-04-25 7:48 Michał Górny
2020-01-03 8:48 Michał Górny
2019-12-30 12:29 Agostino Sarubbo
2019-12-27 16:43 Agostino Sarubbo
2019-12-26 12:12 Georgy Yakovlev
2019-10-30 8:32 Michał Górny
2019-06-05 6:53 Michał Górny
2019-05-26 11:31 Mikle Kolyada
2019-05-25 6:59 Michał Górny
2019-05-25 6:49 Michał Górny
2019-05-24 21:43 Michał Górny
2019-05-11 12:38 Michał Górny
2019-04-28 20:34 Thomas Deutschmann
2019-04-27 13:49 Michał Górny
2019-04-19 16:38 Aaron Bauman
2019-04-19 4:55 Michał Górny
2019-04-19 4:55 Michał Górny
2019-04-10 15:07 Michał Górny
2019-04-07 7:27 Michał Górny
2019-04-07 7:27 Michał Górny
2019-03-22 10:20 Michał Górny
2019-03-22 7:40 Michał Górny
2019-03-18 19:19 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1745386428.ecd6d79c703ecc4d064d96220909772647abd832.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox