summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/bzrtools/bzrtools-0.6.1.ebuild')
-rw-r--r--dev-util/bzrtools/bzrtools-0.6.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-util/bzrtools/bzrtools-0.6.1.ebuild b/dev-util/bzrtools/bzrtools-0.6.1.ebuild
new file mode 100644
index 000000000000..7b2a9f32d686
--- /dev/null
+++ b/dev-util/bzrtools/bzrtools-0.6.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bzrtools/bzrtools-0.6.1.ebuild,v 1.1 2005/11/24 14:29:44 marienz Exp $
+
+inherit distutils
+
+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="~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.4
+ =dev-util/bzr-0.6*"