28 lines
842 B
Bash
28 lines
842 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzrtools/bzrtools-2.5.ebuild,v 1.9 2013/08/07 00:47:15 floppym Exp $
|
|
|
|
EAPI="5"
|
|
PYTHON_COMPAT=( python{2_6,2_7} )
|
|
|
|
inherit distutils-r1 eutils versionator
|
|
|
|
DESCRIPTION="bzrtools is a useful collection of utilities for bzr."
|
|
HOMEPAGE="http://bazaar-vcs.org/BzrTools"
|
|
SRC_URI="https://launchpad.net/${PN}/stable/${PV}/+download/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos"
|
|
IUSE=""
|
|
#IUSE="test"
|
|
|
|
RDEPEND=">=dev-vcs/bzr-2.4"
|
|
DEPEND="${RDEPEND}"
|
|
# test? ( dev-python/testtools )"
|
|
|
|
RESTRICT="test"
|
|
|
|
S="${WORKDIR}/${PN}"
|
|
|
|
DOCS=( AUTHORS CREDITS NEWS NEWS.Shelf README README.Shelf TODO TODO.heads TODO.Shelf )
|