summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-03-22 08:39:46 +0100
committerMichał Górny <mgorny@gentoo.org>2019-03-22 08:39:58 +0100
commitc3adb021ba7bfe44caecf289bef3a1f46de844fa (patch)
treec9d8e819028e6a6690e7be9a6c15f20205f46704 /app-portage/pram
parentdev-lang/php: stable 7.2.16 for sparc, bug #681074 (diff)
downloadgentoo-c3adb021ba7bfe44caecf289bef3a1f46de844fa.tar.gz
gentoo-c3adb021ba7bfe44caecf289bef3a1f46de844fa.tar.bz2
gentoo-c3adb021ba7bfe44caecf289bef3a1f46de844fa.zip
app-portage/pram: Bump to v2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/pram')
-rw-r--r--app-portage/pram/Manifest1
-rw-r--r--app-portage/pram/pram-2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
index 9f9ba803d9b4..27b1d234ae07 100644
--- a/app-portage/pram/Manifest
+++ b/app-portage/pram/Manifest
@@ -1 +1,2 @@
DIST pram-1.tar.gz 3759 BLAKE2B da8670ceb689893bde486f6b7332dae8f793b945c71034354853195c4639c2a515533f56fd5ea67b91aba550219cde0a50d7c4c7e60bfeda1877904ecb4e2872 SHA512 fb0d2a2b177973d710d2e68eda82101d64e573e9d90e6aeb2a7bf2be86bcba01b4047c857d6d29d40a5768490a8f999aa001e7e5e45022cf2d1c08bed8ee8d44
+DIST pram-2.tar.gz 4255 BLAKE2B 43d72f5602325490642ac8209a1b15f06ed5ffd160ce42c99ac0f46082459e2b6bbba5c4bc50b80f9e2cb1d263fc43b62f725ac924858e773b3b8af317a12bd5 SHA512 5e28fd63efc68f5b27b74712a49bb865fc32b1ad30515b8be74ae5a61f8fc9ba45c785b3a6ffef5e606e56d2db815b1038798fe44ed572ca6f5e5e6b42330476
diff --git a/app-portage/pram/pram-2.ebuild b/app-portage/pram/pram-2.ebuild
new file mode 100644
index 000000000000..718e513c9cd8
--- /dev/null
+++ b/app-portage/pram/pram-2.ebuild
@@ -0,0 +1,23 @@
+# 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
+ einstalldocs
+}