summaryrefslogtreecommitdiff
blob: 928fd046511c7fa73920cf280f128347b1ef3145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit git-2 python-r1

DESCRIPTION="A GTK based repository browser for git"
HOMEPAGE="http://github.com/pta/gitscene"
SRC_URI=""
EGIT_REPO_URI="git://github.com/pta/gitscene.git"

LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	dev-python/pygtk[${PYTHON_USEDEP}]
	dev-python/pycairo[${PYTHON_USEDEP}]
	dev-python/pygobject:3[${PYTHON_USEDEP}]
	dev-python/pygtksourceview[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

src_install() {
	python_parallel_foreach_impl python_doscript ${PN}
	dodoc ${PN}.txt
}