commit:     10e78f4d9fa0d3546ae35252f181f12a3d9e2b3a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 13:43:41 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 13:48:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e78f4d

app-portage/pram: Bump to v5 (minor bugfix)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/pram/Manifest      |  1 +
 app-portage/pram/pram-5.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
index 0bfe13f1360..aad610d9371 100644
--- a/app-portage/pram/Manifest
+++ b/app-portage/pram/Manifest
@@ -1,2 +1,3 @@
 DIST pram-3.tar.gz 4334 BLAKE2B 
f06f9cfe938f83702baaa8f8bee06937e8790e533e14ab419251934d0f4300ee75d5377a4f4e0e47a774bd3c25ef31236d7e451b929cfbfe8343d226a311ca2d
 SHA512 
526149523b748b57095ecb3eb23f6808ab57ee1d8dc60e27067931d269ce3465ad8a0e54e8edaa3a1f74fd0a8dd135fe4a92779382ba6e367112016bc254fc98
 DIST pram-4.tar.gz 4406 BLAKE2B 
c01a8d322f7449398ed0264c9ed4108ac9fc697ef68e5dfc035fb20a53f5c5f9a42e9155937a4b6b6722816779c71dbe4558e7e60e8c19dcf961667996380802
 SHA512 
00a1f4e0cc07c5b61026e42350212cc55a66b6597082ee677bc905f9bfd0f5692a830c62f15a66a5ba42942449f40b92544f740344ad1d064bebc667c6f730e1
+DIST pram-5.tar.gz 4443 BLAKE2B 
0c5d1ddfa44944e8480cffd0b4f49d6143fff36ed690c9e7c0acbdd54ae6ea50b6c1610c65914c2626a260c9de1084b42e101ca38952a3e8fb9264663c3ad00c
 SHA512 
7634bcaac11c999e2ef01d5e12305d96032396ce624cc6085b4954583aebf6d54f0a1155604863d1aeda1c2bdf17ddcfd81b833decddfbe11eb8689297c70b23

diff --git a/app-portage/pram/pram-5.ebuild b/app-portage/pram/pram-5.ebuild
new file mode 100644
index 00000000000..d5151395d54
--- /dev/null
+++ b/app-portage/pram/pram-5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Tool to ease merging Pull Requests and git patches"
+HOMEPAGE="https://github.com/mgorny/pram";
+SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-vcs/git
+       net-misc/wget[ssl]
+       virtual/editor
+       !dev-perl/Gentoo-App-Pram"
+
+src_install() {
+       dobin pram
+       doman pram.1
+       einstalldocs
+}

Reply via email to