diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2013-06-03 00:18:13 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2013-06-03 00:18:13 +0200 |
commit | 058c6131e0b511cf8cea27753ae5e490bedfa630 (patch) | |
tree | efe96995608fd8ea55a0e281b50317bcd3abd1e9 /dev-vcs | |
parent | media-gfx/perceptualdiff: 1.1.1 (diff) | |
download | betagarden-058c6131e0b511cf8cea27753ae5e490bedfa630.tar.gz betagarden-058c6131e0b511cf8cea27753ae5e490bedfa630.tar.bz2 betagarden-058c6131e0b511cf8cea27753ae5e490bedfa630.zip |
dev-vcs/git-big-picture: 0.9.0
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-big-picture/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild | 23 | ||||
-rw-r--r-- | dev-vcs/git-big-picture/metadata.xml | 8 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-vcs/git-big-picture/Manifest b/dev-vcs/git-big-picture/Manifest new file mode 100644 index 0000000..47c5dac --- /dev/null +++ b/dev-vcs/git-big-picture/Manifest @@ -0,0 +1 @@ +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.9.0.ebuild b/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild new file mode 100644 index 0000000..bb36ff1 --- /dev/null +++ b/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +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 ) diff --git a/dev-vcs/git-big-picture/metadata.xml b/dev-vcs/git-big-picture/metadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/dev-vcs/git-big-picture/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>sping@gentoo.org</email> + <name>Sebastian Pipping</name> + </maintainer> +</pkgmetadata> |