summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/bzrtools/bzrtools-0.13.0.ebuild')
-rw-r--r--dev-util/bzrtools/bzrtools-0.13.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/bzrtools/bzrtools-0.13.0.ebuild b/dev-util/bzrtools/bzrtools-0.13.0.ebuild
new file mode 100644
index 000000000000..714b3a3770fd
--- /dev/null
+++ b/dev-util/bzrtools/bzrtools-0.13.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bzrtools/bzrtools-0.13.0.ebuild,v 1.1 2006/11/28 17:19:24 marienz Exp $
+
+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 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.4
+ =dev-util/bzr-$(get_version_component_range 1-2)*"
+
+DOCS="CREDITS NEWS NEWS.Shelf README README.Shelf TODO TODO.Shelf"
+
+S="${WORKDIR}/${PN}"