summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/bzr-rewrite/bzr-rewrite-0.6.0.ebuild')
-rw-r--r--dev-vcs/bzr-rewrite/bzr-rewrite-0.6.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.0.ebuild b/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.0.ebuild
deleted file mode 100644
index 6f986f3ee9fb..000000000000
--- a/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.0.ebuild,v 1.4 2011/01/03 11:19:15 fauli Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Bazaar plugin that adds support for rebasing, similar to the functionality in git"
-HOMEPAGE="https://launchpad.net/bzr-rewrite"
-SRC_URI="http://launchpad.net/bzr-rewrite/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-vcs/bzr-1.14
- !dev-vcs/bzr-rebase"
-RDEPEND="${DEPEND}
- !<dev-vcs/bzr-svn-0.6"