summaryrefslogtreecommitdiffstats
path: root/dev-vcs/bzr-search/bzr-search-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/bzr-search/bzr-search-9999.ebuild')
-rw-r--r--dev-vcs/bzr-search/bzr-search-9999.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-vcs/bzr-search/bzr-search-9999.ebuild b/dev-vcs/bzr-search/bzr-search-9999.ebuild
new file mode 100644
index 0000000..7523263
--- /dev/null
+++ b/dev-vcs/bzr-search/bzr-search-9999.ebuild
@@ -0,0 +1,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=""