summaryrefslogtreecommitdiff
blob: 81f72bbee27ad8565ee0a56811aadcd5616d91df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils versionator

DESCRIPTION="bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations."
HOMEPAGE="http://bazaar-vcs.org/bzr-gtk"
SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=dev-lang/python-2.4
	=dev-util/bzr-$(get_version_component_range 1-2)*
	>=dev-python/pygtk-2.8
	>=dev-python/pycairo-1.0
	x11-libs/gtksourceview"

DOCS="README TODO"