blob: b0d477a1c4459836406752c4e5dcac4c55b0b49a (
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
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bzrtools/bzrtools-1.0.0.ebuild,v 1.1 2007/12/14 09:32:41 hawking Exp $
NEED_PYTHON=2.4
inherit distutils versionator
DESCRIPTION="bzrtools is a useful collection of utilities for bzr."
HOMEPAGE="http://bazaar.canonical.com/BzrTools"
SRC_URI="http://panoramicfeedback.com/opensource/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="=dev-util/bzr-$(get_version_component_range 1-2)*"
DOCS="CREDITS NEWS.Shelf TODO.Shelf"
S="${WORKDIR}/${PN}"
PYTHON_MODNAME=bzrlib
|