From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E62D1581D3 for ; Tue, 14 May 2024 09:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85F91E29E4; Tue, 14 May 2024 09:39:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6708DE29E4 for ; Tue, 14 May 2024 09:39:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67BFD335D6B for ; Tue, 14 May 2024 09:39:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C67661AC4 for ; Tue, 14 May 2024 09:39:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1715679514.dbb588b9f4c248b8991fd79b9cd6d3c823fbc960.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pram/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/pram/Manifest app-portage/pram/pram-11.ebuild X-VCS-Directories: app-portage/pram/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dbb588b9f4c248b8991fd79b9cd6d3c823fbc960 X-VCS-Branch: master Date: Tue, 14 May 2024 09:39:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 564c6289-6d9b-4762-be33-c79e7a7e6ba5 X-Archives-Hash: 31a80c0d256a2633940af8e2cee1243d commit: dbb588b9f4c248b8991fd79b9cd6d3c823fbc960 Author: Michał Górny gentoo org> AuthorDate: Tue May 14 08:49:50 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 14 09:38:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb588b9 app-portage/pram: Bump to 11 Closes: https://bugs.gentoo.org/931743 Signed-off-by: Michał Górny gentoo.org> app-portage/pram/Manifest | 1 + app-portage/pram/pram-11.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest index 2853c21e8d76..0cc5e9ea7c82 100644 --- a/app-portage/pram/Manifest +++ b/app-portage/pram/Manifest @@ -1 +1,2 @@ DIST pram-10.tar.gz 8292 BLAKE2B a5d6cbef942127479709b3306f20aaed696ac60d34dba53cbe15377c42d785d43c11b36889ce67a674d3ce355529c267e896cded714ef6f042cf77a3721100f8 SHA512 5dc11ef82ed84b5170f094ccd5e9515affc250f9efdc24be52edc7aa1720cda664a1a394301e0d8fc18a7f8c839a1147d29eca5f758d922a5ebbed6d166394f2 +DIST pram-11.tar.gz 14267 BLAKE2B f7716575b9b4b91837d6ad1a8783f7f1963cc978ad3c636c50123f247c5f9aea8eb1d21c249794164fc1951b28a517989d19158fcd6c60347cf1e5b477a3badc SHA512 5f8cb9f4f0f95871af8f4d2e86ab26b06e50182e136c7779ace7e7ad4344d20d015986c25bbe763d8c82fb2f98e9770a836302393bc736c067286f485eca93c1 diff --git a/app-portage/pram/pram-11.ebuild b/app-portage/pram/pram-11.ebuild new file mode 100644 index 000000000000..2745ced0fbc7 --- /dev/null +++ b/app-portage/pram/pram-11.ebuild @@ -0,0 +1,33 @@ +# Copyright 2019-2024 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 + !dev-perl/Gentoo-App-Pram +" +DEPEND=" + test? ( + ${RDEPEND} + app-crypt/gnupg + >=dev-vcs/git-2.45.0 + sys-apps/diffutils + ) +"