Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-big-picture/
Date: Wed, 11 Mar 2020 01:16:20
Message-Id: 1583889338.4ca8ff7398f15c04087c572fee05a4333d3e1813.sping@gentoo
1 commit: 4ca8ff7398f15c04087c572fee05a4333d3e1813
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 11 01:15:38 2020 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 11 01:15:38 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=4ca8ff73
7
8 dev-vcs/git-big-picture: 0.10.1 + EAPI 7
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11
12 dev-vcs/git-big-picture/ChangeLog | 7 +++++++
13 .../git-big-picture/git-big-picture-0.10.1.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-vcs/git-big-picture/ChangeLog b/dev-vcs/git-big-picture/ChangeLog
17 index 54a5566..86773b1 100644
18 --- a/dev-vcs/git-big-picture/ChangeLog
19 +++ b/dev-vcs/git-big-picture/ChangeLog
20 @@ -1,2 +1,9 @@
21 +*git-big-picture-0.10.1 (11 Mar 2020)
22 +
23 + 11 Mar 2020; Sebastian Pipping <sping@g.o>
24 + +git-big-picture-0.10.1.ebuild:
25 + dev-vcs/git-big-picture: 0.10.1 + EAPI 7 Signed-off-by: Sebastian Pipping
26 + <sping@g.o>
27 +
28 06 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
29 dev-vcs/git-big-picture: Add github to remote-id in metadata.xml
30
31 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
32 new file mode 100644
33 index 0000000..48afef4
34 --- /dev/null
35 +++ b/dev-vcs/git-big-picture/git-big-picture-0.10.1.ebuild
36 @@ -0,0 +1,22 @@
37 +# Copyright 1999-2020 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI="7"
41 +
42 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
43 +
44 +inherit distutils-r1
45 +
46 +DESCRIPTION="Visualization tool for Git repositories"
47 +HOMEPAGE="https://github.com/esc/git-big-picture"
48 +SRC_URI="https://github.com/esc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49 +
50 +LICENSE="GPL-3+"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +
55 +DEPEND=""
56 +RDEPEND="dev-vcs/git"
57 +
58 +DOCS=( README.rst )