dev-python/pympler: bump, rm old wrt bug #556626
[gentoo.git] / dev-vcs / bzr-rewrite / bzr-rewrite-0.6.3.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI="5"
6 PYTHON_COMPAT=( python2_7 )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Bazaar plugin that adds support for rebasing, similar to the functionality in git"
11 HOMEPAGE="https://launchpad.net/bzr-rewrite"
12 SRC_URI="http://launchpad.net/bzr-rewrite/trunk/${PV}/+download/${P}.tar.gz"
13
14 LICENSE="GPL-3"
15 SLOT="0"
16 KEYWORDS="alpha amd64 x86"
17 IUSE=""
18
19 DEPEND=">=dev-vcs/bzr-2.5.0
20         !dev-vcs/bzr-rebase"
21 RDEPEND="${DEPEND}
22         !<dev-vcs/bzr-svn-0.6"