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 8BFA7138350 for ; Wed, 11 Mar 2020 01:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AC81E084E; Wed, 11 Mar 2020 01:16:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 80FFEE084E for ; Wed, 11 Mar 2020 01:16:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3BBF934F1CF for ; Wed, 11 Mar 2020 01:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7408161 for ; Wed, 11 Mar 2020 01:16:15 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1583889338.4ca8ff7398f15c04087c572fee05a4333d3e1813.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-big-picture/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-vcs/git-big-picture/ChangeLog dev-vcs/git-big-picture/git-big-picture-0.10.1.ebuild X-VCS-Directories: dev-vcs/git-big-picture/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 4ca8ff7398f15c04087c572fee05a4333d3e1813 X-VCS-Branch: master Date: Wed, 11 Mar 2020 01:16:15 +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: 61c2de32-a7d1-4c5a-a899-ecdbb8160754 X-Archives-Hash: f162b3db1e84dff087bef3948be9d4cf commit: 4ca8ff7398f15c04087c572fee05a4333d3e1813 Author: Sebastian Pipping gentoo org> AuthorDate: Wed Mar 11 01:15:38 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Mar 11 01:15:38 2020 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=4ca8ff73 dev-vcs/git-big-picture: 0.10.1 + EAPI 7 Signed-off-by: Sebastian Pipping gentoo.org> dev-vcs/git-big-picture/ChangeLog | 7 +++++++ .../git-big-picture/git-big-picture-0.10.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-vcs/git-big-picture/ChangeLog b/dev-vcs/git-big-picture/ChangeLog index 54a5566..86773b1 100644 --- a/dev-vcs/git-big-picture/ChangeLog +++ b/dev-vcs/git-big-picture/ChangeLog @@ -1,2 +1,9 @@ +*git-big-picture-0.10.1 (11 Mar 2020) + + 11 Mar 2020; Sebastian Pipping + +git-big-picture-0.10.1.ebuild: + dev-vcs/git-big-picture: 0.10.1 + EAPI 7 Signed-off-by: Sebastian Pipping + + 06 Jun 2015; Justin Lecher metadata.xml: dev-vcs/git-big-picture: Add github to remote-id in metadata.xml diff --git a/dev-vcs/git-big-picture/git-big-picture-0.10.1.ebuild b/dev-vcs/git-big-picture/git-big-picture-0.10.1.ebuild new file mode 100644 index 0000000..48afef4 --- /dev/null +++ b/dev-vcs/git-big-picture/git-big-picture-0.10.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Visualization tool for Git repositories" +HOMEPAGE="https://github.com/esc/git-big-picture" +SRC_URI="https://github.com/esc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="dev-vcs/git" + +DOCS=( README.rst )