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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D339138334 for ; Wed, 30 Oct 2019 08:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90B56E088A; Wed, 30 Oct 2019 08:33:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B5A6E088A for ; Wed, 30 Oct 2019 08:33:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3739334C58F for ; Wed, 30 Oct 2019 08:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7F5089D for ; Wed, 30 Oct 2019 08:32:58 +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: <1572424375.3b636ed92b01bbe4b6981527c98e8fb9d108350b.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-8.ebuild X-VCS-Directories: app-portage/pram/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3b636ed92b01bbe4b6981527c98e8fb9d108350b X-VCS-Branch: master Date: Wed, 30 Oct 2019 08:32:58 +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: 0ea2b9fc-2a4a-48d2-9170-e694e3139cd6 X-Archives-Hash: 60bc805bb541f2c558d368307fd0d409 commit: 3b636ed92b01bbe4b6981527c98e8fb9d108350b Author: Michał Górny gentoo org> AuthorDate: Wed Oct 30 08:29:12 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 30 08:32:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b636ed9 app-portage/pram: Bump to v8 This is the coolest PRam release since the last coolest release! Now configuration can be specified via 'git config', so you can set your preferences both globally and per-repo. Most importantly, you can now start setting: git config --add pram.repo gentoo/foo on all repos you're using PRam for, and you won't have to specify the repo every time! Signed-off-by: Michał Górny gentoo.org> app-portage/pram/Manifest | 1 + app-portage/pram/pram-8.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest index c411a68efb3..d531fe529d7 100644 --- a/app-portage/pram/Manifest +++ b/app-portage/pram/Manifest @@ -1 +1,2 @@ DIST pram-7.tar.gz 7471 BLAKE2B 5152002be35755031a81dbaa61118fcab0529eb9732f134b11eb2499a539e04b8b8cb6402ee3bb39c7b7c82bc918ee4fef30e247fcdba3fe32c5457cf654e257 SHA512 42e95577802d5940a0eab8da5fd36d9eb2338eccf654260364b91990a0d8de9d56cbfde767dc60bfd3c826eb45a1b0e73af717740488af0a25ff6d8c656df93e +DIST pram-8.tar.gz 7918 BLAKE2B cc5bea629e49b229622a77c585a62710234e00ae245b68cbcfbae5be538b82752e8b2e8da5ae82f571dd4d7368ecaacd1233affe975fd9e20177122808dc39cc SHA512 bbd9e7ce3207550f1651d63a045474d90c4aaf20ab0c541b2a78e6af6351f9c7bd278b649ee57ed1b3b85cbc4f38f1b98a008e791bf9d19e4ea718892544bd46 diff --git a/app-portage/pram/pram-8.ebuild b/app-portage/pram/pram-8.ebuild new file mode 100644 index 00000000000..61c091c9c5c --- /dev/null +++ b/app-portage/pram/pram-8.ebuild @@ -0,0 +1,27 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +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="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 + sys-apps/diffutils + )"