blob: 7523263d4a9e62f9db672c0c637952d714fa1166 (
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-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 bzr
DESCRIPTION="Generates indices of bzr revisions which can then be searched quickly"
HOMEPAGE="https://launchpad.net/bzr-search"
SRC_URI=""
EBZR_REPO_URI="lp:bzr-search"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
DEPEND=">=dev-vcs/bzr-1.6"
RDEPEND=""
|