diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-03-11 02:15:38 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-03-11 02:15:38 +0100 |
commit | 4ca8ff7398f15c04087c572fee05a4333d3e1813 (patch) | |
tree | 983ef768497dee94077ab4be73386f06296f8330 | |
parent | dev-util/yumbootstrap: Drop package (diff) | |
download | betagarden-4ca8ff7398f15c04087c572fee05a4333d3e1813.tar.gz betagarden-4ca8ff7398f15c04087c572fee05a4333d3e1813.tar.bz2 betagarden-4ca8ff7398f15c04087c572fee05a4333d3e1813.zip |
dev-vcs/git-big-picture: 0.10.1 + EAPI 7
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
-rw-r--r-- | dev-vcs/git-big-picture/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/git-big-picture/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/git-big-picture/git-big-picture-0.10.1.ebuild | 22 |
3 files changed, 30 insertions, 0 deletions
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 <sping@gentoo.org> + +git-big-picture-0.10.1.ebuild: + dev-vcs/git-big-picture: 0.10.1 + EAPI 7 Signed-off-by: Sebastian Pipping + <sping@gentoo.org> + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: dev-vcs/git-big-picture: Add github to remote-id in metadata.xml diff --git a/dev-vcs/git-big-picture/Manifest b/dev-vcs/git-big-picture/Manifest index 47c5dac..f07abb3 100644 --- a/dev-vcs/git-big-picture/Manifest +++ b/dev-vcs/git-big-picture/Manifest @@ -1 +1,2 @@ +DIST git-big-picture-0.10.1.tar.gz 3723517 SHA256 e23d8ba4ef6e37a0e97ae33a0ff0e084e4fe08d4e20497cde1984ef1df3ef596 SHA512 0f2e2abb4e8515733de39bce21ce56eebba99f7cb41321c6bacd05260e24eaeddf1f8ad96482939d504772060610eebdfa97be787440ea955666517adeb10cc2 WHIRLPOOL 5f91a4725f2f3fd0ebc1339965881beed2389a17a0c09c73eaef6cef70ede32c0f8fe7b333050f779dc9dd927c40564a5e269db522e65b2ca0c8dab432491a4e DIST git-big-picture-0.9.0.tar.gz 119909 SHA256 fe1bd878d2643814e64aaf8ecf0e6eae73a38e9e221908aa0447a34d6f363b3f SHA512 988d34aa81af517132eded272e4275fc6de2a2242a2b2708e6323d5fa93fc49fb2a7dadf8ca9916dc0bcd0ddbf4c39fca1dbee1a442c55e8b26a8868f25316d4 WHIRLPOOL 30f0866ce56cf769d6e198b02124d6948fc8df8ef3132f3eb4bebe24243a1b70ac0ff0fa6426f9ac731fb2a94eb56b6d9ee2b2696ef8726ab9cb80c7eef5b29b 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 ) |