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, 20 Apr 2019 23:27:20
Message-Id: 1555649712.c2030b73396fdcfcf523ba4e164f3635cb45e6d5.mgorny@gentoo
1 commit: c2030b73396fdcfcf523ba4e164f3635cb45e6d5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 19 04:52:33 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 04:55:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2030b73
7
8 app-portage/pram: Bump to v4
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/pram/Manifest | 1 +
13 app-portage/pram/pram-4.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
17 index e562597a082..0bfe13f1360 100644
18 --- a/app-portage/pram/Manifest
19 +++ b/app-portage/pram/Manifest
20 @@ -1 +1,2 @@
21 DIST pram-3.tar.gz 4334 BLAKE2B f06f9cfe938f83702baaa8f8bee06937e8790e533e14ab419251934d0f4300ee75d5377a4f4e0e47a774bd3c25ef31236d7e451b929cfbfe8343d226a311ca2d SHA512 526149523b748b57095ecb3eb23f6808ab57ee1d8dc60e27067931d269ce3465ad8a0e54e8edaa3a1f74fd0a8dd135fe4a92779382ba6e367112016bc254fc98
22 +DIST pram-4.tar.gz 4406 BLAKE2B c01a8d322f7449398ed0264c9ed4108ac9fc697ef68e5dfc035fb20a53f5c5f9a42e9155937a4b6b6722816779c71dbe4558e7e60e8c19dcf961667996380802 SHA512 00a1f4e0cc07c5b61026e42350212cc55a66b6597082ee677bc905f9bfd0f5692a830c62f15a66a5ba42942449f40b92544f740344ad1d064bebc667c6f730e1
23
24 diff --git a/app-portage/pram/pram-4.ebuild b/app-portage/pram/pram-4.ebuild
25 new file mode 100644
26 index 00000000000..d5151395d54
27 --- /dev/null
28 +++ b/app-portage/pram/pram-4.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +DESCRIPTION="Tool to ease merging Pull Requests and git patches"
36 +HOMEPAGE="https://github.com/mgorny/pram"
37 +SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 +
39 +LICENSE="BSD-2"
40 +SLOT="0"
41 +KEYWORDS="~amd64 ~x86"
42 +IUSE=""
43 +
44 +RDEPEND="dev-vcs/git
45 + net-misc/wget[ssl]
46 + virtual/editor
47 + !dev-perl/Gentoo-App-Pram"
48 +
49 +src_install() {
50 + dobin pram
51 + doman pram.1
52 + einstalldocs
53 +}