diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 11:24:05 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 11:32:26 +0100 |
commit | b7fcfdc29e0306638e94e02061b088d90b1477fe (patch) | |
tree | 1355dc0ba4a37ccd91b3b668d5f10967d7324221 /dev-vcs/bzr-git | |
parent | dev-vcs/bzr-explorer: Drop old (diff) | |
download | gentoo-b7fcfdc29e0306638e94e02061b088d90b1477fe.tar.gz gentoo-b7fcfdc29e0306638e94e02061b088d90b1477fe.tar.bz2 gentoo-b7fcfdc29e0306638e94e02061b088d90b1477fe.zip |
dev-vcs/bzr-git: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-vcs/bzr-git')
-rw-r--r-- | dev-vcs/bzr-git/bzr-git-0.6.8.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-vcs/bzr-git/bzr-git-0.6.8.ebuild b/dev-vcs/bzr-git/bzr-git-0.6.8.ebuild deleted file mode 100644 index 87cb700ecdf2..000000000000 --- a/dev-vcs/bzr-git/bzr-git-0.6.8.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Support for Git branches in Bazaar" -HOMEPAGE="http://bazaar-vcs.org/BzrForeignBranches/Git" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" - -if [[ ${PV} = 9999 ]]; then - inherit bzr - EBZR_REPO_URI="lp:bzr-git" - KEYWORDS="" -else - SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -IUSE="" -# Test are broken, they want API functions from Dulwich which are not -# installed in Gentoo -RESTRICT="test" - -# Check info.py for dulwich and bzr version dependency info. -# The file should be fairly straightforward to understand. -DEPEND="" -RDEPEND=">=dev-python/dulwich-0.8.2 - >=dev-vcs/bzr-2.5.0" |