Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pram/
Date: Sat, 02 Jan 2021 12:34:27
Message-Id: 1609590789.f38b618e685a245282af7066ba75db2d0a000146.mgorny@gentoo
1 commit: f38b618e685a245282af7066ba75db2d0a000146
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 12:33:09 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 12:33:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38b618e
7
8 app-portage/pram: Bump to v10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/pram/Manifest | 1 +
13 app-portage/pram/pram-10.ebuild | 27 +++++++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
17 index e514e0db312..4771a7b7140 100644
18 --- a/app-portage/pram/Manifest
19 +++ b/app-portage/pram/Manifest
20 @@ -1 +1,2 @@
21 +DIST pram-10.tar.gz 8292 BLAKE2B a5d6cbef942127479709b3306f20aaed696ac60d34dba53cbe15377c42d785d43c11b36889ce67a674d3ce355529c267e896cded714ef6f042cf77a3721100f8 SHA512 5dc11ef82ed84b5170f094ccd5e9515affc250f9efdc24be52edc7aa1720cda664a1a394301e0d8fc18a7f8c839a1147d29eca5f758d922a5ebbed6d166394f2
22 DIST pram-9.tar.gz 8206 BLAKE2B cf490edd53d307e5d9c715d0ca68e38d04ebd5a1dc75f89232605ac5cc9cbc9567b3895b1e2445a14c5acf119f054dc2b982ea7b9949177519a70062e648272b SHA512 a9e718ca0cdc93a67f442f2db5dd6a854357aa493ad7836e5d75ede68c3fad06d2343f1ee34f00bb66203d41575c7773999772f9251a9a2d6fc74702ce875c4d
23
24 diff --git a/app-portage/pram/pram-10.ebuild b/app-portage/pram/pram-10.ebuild
25 new file mode 100644
26 index 00000000000..b7e4516e80c
27 --- /dev/null
28 +++ b/app-portage/pram/pram-10.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 2019-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit meson
36 +
37 +DESCRIPTION="Tool to ease merging Pull Requests and git patches"
38 +HOMEPAGE="https://github.com/mgorny/pram"
39 +SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="BSD-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~x64-macos"
44 +IUSE="test"
45 +RESTRICT="!test? ( test )"
46 +
47 +RDEPEND="dev-vcs/git
48 + net-misc/wget[ssl]
49 + virtual/editor
50 + !dev-perl/Gentoo-App-Pram"
51 +DEPEND="
52 + test? (
53 + ${RDEPEND}
54 + app-crypt/gnupg
55 + sys-apps/diffutils
56 + )"